
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	font-family: 'Poppins', sans-serif!important;
	overflow-x: hidden;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}
a:hover {
	text-decoration:none!important;
}
button:focus {
    border: none!important;
    outline: none!important;
}
.container {
    max-width: 1250px!important;
	position:relative;
	z-index:99;
}
.common_points {
    margin: 20px 0 0;
}
.common_points li {
    line-height: 30px;
    margin: 15px 0 0;
    position: relative;
    padding: 0 0 0 23px;
}
.common_points li:before {
    width: 12px;
    height: 12px;
    content: "";
    background-color: #0c3e2d;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 99999;
}
.logo {
    display: block;
    margin: 8px 0 0;
}




.main_menu .menu_top {
    display: flex;
    font-size: 13px;
    justify-content: end;
    margin: 0 0;
}
.main_menu li {
    padding: 41px 13px;
    text-transform: uppercase;
}
.main_menu li a {
	color:#000;
}
.mobile_menu_wrapper {
    display: none;
}
.submenu {
	display: none;
    margin: 0!important;
    position: fixed;
    left: 0;
    width: 100%;
    top: 102px;
    align-items: center;
    justify-content: center!important;
    padding: 0 0;
    background-color: #006a31;
}
.submenu li {
    padding: 12px 20px;
	font-weight: 600;
	transition: all 0.9s ease 0s;
}
.submenu li:hover {
    background-color: #004821;
}
.submenu li a {
	color: #fff!important;
}
.main_menu li:hover .submenu {
	display: flex;
}

.submenu_child {
	display: none;
	margin: 0!important;
    position: fixed;
    left: 0;
    width: 100%;
    top: 146px;
    align-items: center;
    justify-content: center!important;
    padding: 0 0;
    background-color: #fff;
}
.submenu_child li {
	padding: 12px 20px;
}
.submenu_child li a {
    color: #007336!important;
}
.submenu li:hover .submenu_child {
	display: flex;
}
.submenu_child li:hover a {
	color: #fff!important;
}

.scr {
	background-repeat: no-repeat;
	background-position: center bottom;
	    background-size: cover;
	height: 935px;
	width: 100%;
}

.banner1 {
	background-image: url(../../images/banner1.png);
}
.banner2 {
	background-image: url(../../images/banner2.png);
}
.banner3 {
	background-image: url(../../images/banner3.png);
}
.banner4 {
	background-image: url(../../images/banner4.png);
}
.banner5 {
	background-image: url(../../images/banner5.png);
}
.banner6 {
	background-image: url(../../images/banner6.png);
}
.banner7 {
	background-image: url(../../images/banner7.png);
}
.banner8 {
	background-image: url(../../images/banner8.png);
}
.banner9 {
	background-image: url(../../images/banner9.png);
}
.banner10 {
	background-image: url(../../images/banner10.png);
}
.banner11 {
	background-image: url(../../images/banner11.png);
}
.banner12 {
	background-image: url(../../images/banner12.png);
}
.banner13 {
	background-image: url(../../images/banner13.png);
}
.banner14 {
	background-image: url(../../images/banner14.png);
}
.banner15 {
	background-image: url(../../images/banner15.png);
}
.banner16 {
	background-image: url(../../images/banner16.png);
}
.banner17 {
	background-image: url(../../images/banner17.png);
}
.banner18{
	background-image: url(../../images/banner18.png);
}
.banner19 {
	background-image: url(../../images/banner19.png);
}
.banner20 {
	background-image: url(../../images/banner20.png);
}
.banner21 {
	background-image: url(../../images/banner21.png);
}
.banner22 {
	background-image: none;
	background-color:#fff;
}
.banner22 .ct {
    display: block;
}

.banner1 h2 {
    color: #553716;
    font-family: trajanpro;
    font-size: 18px;
    letter-spacing: 17px;
    margin: -17% 0 0;
}
.banner1 .ct {
    flex-direction: column;
}
.banner1 .ct a {
    background-color: #007336;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 30px 0 0;
    font-weight: 700;
    transition: all 0.9s ease 0s;
}
.banner3 .ct a {
    background-color: #007336;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 15% 0 0;
    font-weight: 700;
    transition: all 0.9s ease 0s;
}
.banner1 .ct a:hover, .banner3 .ct a:hover {
    background-color: transparent;
	border: solid 1px #007336;
    color: #007336;
}

.banner-a {
  background-color: #007336;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 15% 0 0;
  font-weight: 700;
  transition: all 0.9s ease 0s;
}
.banner-a:hover {
	background-color: transparent;
	border: solid 1px #007336;
    color: #007336;
}








.caption-text {
	display:none;
    position: absolute;
    right: 0;
    bottom: 0;
}
.caption-text h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    padding: 10px 35px;
    opacity: 0.4;
}
.banner10 h3 {
    color: #000;
}


.home_footer {
    position: relative;
    width: 100%;
    bottom: 0;
}
.site_footer, footer {
    padding: 10px 0 20px;
    background-color: #fff;
    margin: 60px 0 0;
	position: relative;
	z-index: 9;
}
.home_footer .site_footer, .home_footer footer {
	margin: 0 0;
}
button.owl-next:focus {
    outline: none;
}
.banner6 a {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    margin: 0 0 0;
    position: relative;
    bottom: 160px;
    border: solid 2px #fff;
    width: 200px;
    text-align: center;
}
.discover_btn {
    background-color: #007336;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 30px 0 0;
    font-weight: 700;
    transition: all 0.9s ease 0s;
}
.discover_btn:hover {
    color: #fff;
    transform: rotateY(360deg);
}







.content_bg .content_bg {
    padding: 0;
}
.video_bg {
    background-color: rgba(124, 14, 15, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/video_bg.jpg);
	background-size: cover;
}
/*.video_bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(124, 14, 15, 0.8);
	    z-index: 9;
}*/
.innerpage_content h3 {
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 0 20px;
	color: #0c3e2d;
}
.innerpage_content h1 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 45px;
    padding: 35px 0 50px;
    margin: 0;
    text-transform: uppercase;
}
h1.teinnvv {
    padding: 90px 0 0;
    letter-spacing: -2px;
    margin: 0 0 -75px;
}
.innerpage_content h1 strong {
    font-weight: 800;
}
.innerpage_content h1 span {
    display: block;
    font-size: 35px;
    text-transform: uppercase;
}
.inner_page_kplayers h1 {
    text-transform: none;
}
.content_bg {
	background-color:#fff;
	padding: 40px;
}
.content_bg p {
    margin: 0 0 10px;
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
}
.common_image {
    margin: 20px 0;
	width: 100%;
}
.innerpage_content {
    padding: 110px 0 40px;
}
.content_bg blockquote {
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    text-align: center;
    font-style: italic;
	display: block;
    max-width: 910px;
    margin: 0 auto;
}
.content_bg blockquote span {
    display: block;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 14px;
}

.player_content {
    min-height: 280px;
    margin: 0;
}
.player_content img {
    float: left;
    margin: 0 20px 0 0;
	    width: 200px;
}
.brand_story .common_image {
	margin: 0;
}
.brand_purpose_box {
    padding: 15px 0;
}
.brand_purpose_box .common_image {
    margin: 0;
}
/*.vision_mission {
    background-image: url(../../images/vision_mission.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px auto;
}*/
.quest_image {
    float: right;
    margin: 0 0 15px 25px;
}
.concern_content ul {
    margin: 20px 0 0;
}
.concern_content li {
    line-height: 30px;
    margin: 15px 0 0;
    position: relative;
    padding: 0 0 0 23px;
}
.concern_content li:before {
    width: 12px;
    height: 12px;
    content: "";
    background-color: #b90005;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.parallel_points {
    display: flex;
    max-width: 500px;
    flex-wrap: wrap;
}
.parallel_points li {
    max-width: 50%;
    flex: 0 0 50%;
}
.parallel_points li:before {
    width: 8px;
    height: 8px;
	top: 10px;
}
.newyear_foundation_logo {
    display: block;
    margin: 0 auto;
}
.concern_content h5 {
    color: #7d7d7d;
}
.foundation_points {
    list-style: auto;
    margin: 20px 0 0 15px!important;
}
.foundation_points li:before {
	display:none;
}











.footer_tab {
    margin: 5% 0 40px;
    display: none;
}
/*******************FOOTER_SECTION_EFFECTS*******************/

.effectTab-header .title::after,
.effectTab-header .title::before {
	position: absolute;
	background: linear-gradient(to right, #ed6ea0 0, #ec8c69 100%);
	content: ""
}
.effectTab-header .title::before {
	left: 0;
	width: 156%;
	height: 3px;
	margin-left: -28%;
	bottom: -1.5px
}
.effectTab-header .title::after {
	left: 50%;
	width: 25px;
	height: 25px;
	bottom: -26px;
	margin: 0 0 0 -10px;
	-webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
	clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0)
}
.box-tab {
	margin: 10px 0
}

.effect {
	margin: auto;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
	background-color: #fff;
	/*border: 5px solid #f5f5f5*/
}

.tab-container {
	padding: 50px 0
}

.tab-head {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}
.footer_tab .effect {
	position: relative;
	overflow: hidden;
	max-width: 350px;
	background: #3085a3;
	text-align: center;
	cursor: pointer
}
.footer_tab .effect img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: .8
}

.footer_tab .effect .tab-text {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.tab-text a {
	color: #fff;
	margin: 0;
	font-size: 1rem
}
.hide {
	display: none
}
.effect.effect-one {
	background: #18a367;
	position: relative
}

.effect.effect-one .tab-text {
	padding: 1em
}

.effect.effect-one .tab-text::after,
.effect.effect-one .tab-text::before {
	position: absolute;
	content: '';
	opacity: 0
}

.effect.effect-one .tab-text::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 2px solid rgba(255, 255, 255, .3);
	border-bottom: 2px solid rgba(255, 255, 255, .3);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.effect.effect-one .tab-text::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.effect.effect-one .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 14px;
	width: 100%;
	left: 0;
	text-align: center
}

.effect.effect-one .icons-block .social-icon-1,
.effect.effect-one .icons-block .social-icon-2,
.effect.effect-one .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-one:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-one:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-one:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}
/*.effect.effect-one a {
	padding: .5em 2.7em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	font-size: .92rem;
	line-height: 16px;
	color: rgba(255, 255, 255, .9);
	background-color: #007336;
	    position: relative;
    z-index: 999999;
}*/

.effect.effect-one img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.effect.effect-one .tab-text::after,
.effect.effect-one .tab-text::before,
.effect.effect-one img,
.effect.effect-one a {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}

.effect.effect-one:hover img {
	opacity: .7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.effect.effect-one:hover .tab-text::after,
.effect.effect-one:hover .tab-text::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.effect.effect-one:hover h2,
.effect.effect-one:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.effect.effect-one:hover .tab-text::after,
.effect.effect-one:hover h2,
.effect.effect-one:hover img,
.effect.effect-one:hover a {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}

/*******************FOOTER_SECTION_EFFECTS_END*******************/





footer {
    background-color: #006a31;
}


.footer_top {
    position: relative;
    padding: 30px 0;
    margin: 30px 0 0;
    border-bottom: solid 1px #fff;
}
.social_icons {
    display: flex;
    font-size: 20px;
    justify-content: center;
    margin: 15px 0;
}
.social_icons li {
    margin: 0 2px;
}
.social_icons li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
	transition: all 0.9s ease 0s;
}
.social_icons li a:hover {
    background-color: #fff;
	/*transform: rotateY(360deg);*/
}
.social_icons li a:hover .fab.fa-instagram {
	color: #f0108d;
}
.social_icons li a:hover .fab.fa-facebook-square {
    color: #007cef;
}
.social_icons li a:hover .fab.fa-twitter {
    color: #239bee;
}
.social_icons li a:hover .fab.fa-youtube {
    color: #f80100;
}
.social_icons li a:hover .fab.fa-linkedin-in {
    color: #0076b4;
}
.social_icons li a:hover .fab.fa-pinterest-p {
    color: #e42b33;
}
.social_icons li a:hover .fab.fa-blogger {
    color: #f77a00;
}
i.fab.fa-twitter {
    font-size: 0;
    width: 19px;
    height: 19px;
    background-image: url(../../images/twitterx.png);
    background-size: 100% auto;
}
.social_icons li a:hover i.fab.fa-twitter {
    background-image: url(../../images/twitterx2.png);
}


.footer_btn {
    position: absolute;
    top: 39px;
    right: 0;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 10px 30px;
    color: #006a31;
    font-weight: 600;
}
ul.footer_links {
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin: 40px 0;
}
ul.footer_links li {
    margin: 0 15px;
    text-transform: uppercase;
	font-weight:600;
}
ul.footer_links li a {
	color: #fff;
}
#demos .owl-carousel {
    margin: 2rem 0 0!important;
}
#demos .owl-carousel .item {
    height: auto!important;
    padding: 0!important;
	background-color: transparent!important;
}
.carousel_style1 h3 {
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    margin: 20px 0;
}
.carousel_style1 p {
    text-align: center;
    line-height: 24px;
    padding: 0 40px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block!important;
    max-width: 595px!important;
    margin: 0 auto!important;
}
.owl-nav button {
    font-size: 40px!important;
    margin: 0!important;
    line-height: normal!important;
}
.owl-nav button span {
    line-height: normal!important;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.owl-prev span {
    font-size: 0;
    background-image: url(../../images/carousel_arow_prev.png);
    width: 29px;
    height: 17px;
	display:block;
}
.owl-next span {
    font-size: 0;
    background-image: url(../../images/carousel_arow_next.png);
    width: 29px;
    height: 17px;
	display:block;
}








/***********************************************************/
/***********************TEA ARTISTRY***********************/
/*********************************************************/

.tea_artistry img {
    display: block;
    margin: 0 auto 25px;
}
.our_products .common_image {
    width: auto;
    display: block;
    margin: 20px auto;
}
.tea_collection h5 {
    margin: 40px 0 15px;
}
.tea_collection .common_points {
    margin: 0;
}
.tea_collection .common_points li:first-child {
    margin: 0;
}
#china {
    background-image: url(../../images/tea_journey_background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 355px auto;
}
#russia {
    min-height: 440px;
}
#usa {
    min-height: 390px;
}
#morocco img {
    float: left;
    width: auto;
    margin: 20px 20px 20px 0;
}
#russia img {
    float: left;
    width: auto;
    margin: 0 20px 20px 0;
}
#japan img {
    float: left;
    width: auto;
    margin: 0 20px 20px 0;
}
#persia img {
    float: left;
    width: auto;
    margin: 0 20px 20px 0;
}
#usa img {
    float: left;
    width: auto;
    margin: 0 20px 20px 0;
}
#britain img {
    float: left;
    width: auto;
    margin: 0 20px 20px 0;
}
#journey_final {
    background-image: url(../../images/tea_journey_final.png);
    background-position: right bottom;
    padding: 0 0 265px;
    background-repeat: no-repeat;
}
#journey_intro .common_image {
    float: right;
    width: auto;
    margin: 20px 0 0 30px;
}
#tea_bar .common_image {
    margin: 0 0 20px;
}
#tea_bar p:last-child, #tea_mall p:last-child {
	margin: 0 0;
}
#teamall_map h5 {
    text-align: center;
    font-size: 24px;
    color: #37510c;
    font-weight: 600;
}
.brand_rationale .common_image {
    width: auto;
    display: block;
    margin: 0 auto;
}
.journals .common_image {
    float: left;
    width: auto;
    margin: 10px 25px 10px 0;
}
.our_impact img {
	width: 100%;
}
#sustainability img.common_image {
    width: auto;
    float: right;
}
#sustainability p strong {
    text-align: left;
    display: block;
    line-height: 20px;
    margin: 30px 0 15px;
}
#sustainability {
    min-height: 420px;
    padding: 15px 0 0;
}
.qa_section h5 {
    color: #0c3e2d;
    font-size: 22px;
    font-weight: 600;
}
#full_percent span {
    display: inline-block;
    background-image: url(../../images/percent_100.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 70px 0 0;
    min-height: 36px;
}
#zero_percent span {
    display: inline-block;
    background-image: url(../../images/percent_0.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 50px 0 0;
    min-height: 36px;
}
.shop_row {
    display: flex;
    justify-content: center;
    margin: 85px 0 20px;
}
.shop_row section {
    width: 20%;
    justify-content: center;
    text-align: center;
}
.shop_row section h3 {
    color: #000;
    font-size: 18px;
    letter-spacing: 0;
    margin: 25px 0 0;
}

.contact_bg {
    display: flex;
	flex-wrap: wrap;
}
.contact_bg section {
    width: 33.3333%;
    text-align: center;
}
.contact_bg section.address_section {
    width: 66.6666%;
}
.contact_bg section.address_section article {
    display: flex;
    flex-wrap: wrap;
}
.contact_bg section.address_section section {
    width: 50%;
}
.address_section h6 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 600;
}
.address_section h5 {
    padding: 0 0 10px;
    border-bottom: solid 1px #ddd;
    margin: 0px 45px 25px !important;
}


@media (min-width:250px) and (max-width: 991px) {

  .contact_bg section {
      padding: 0 15px;
  }
  }
.contact_bg section p {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}
.contact_bg section h5 {
    margin: 0 0 25px;
    font-size: 25px;
}
.contact_bg section a {
    display: block;
}

.sleep-video {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}








.ingredients-list {
  margin: 10px 0;
  width: 100%;
}
.ingredients-list td {
  font-size: 11px;
}


.scrolldown i {
    opacity: 1 !important;
    color: #fff;
}






#getActiveMQ-watcher {
  font-family: "break-0";
}
@media (min-width: 20em) {
  #getActiveMQ-watcher {
    font-family: "break-1";
  }
}
@media (min-width: 30em) {
  #getActiveMQ-watcher {
    font-family: "break-2";
  }
}
@media (min-width: 37.5em) {
  #getActiveMQ-watcher {
    font-family: "break-3";
  }
}
@media (min-width: 48em) {
  #getActiveMQ-watcher {
    font-family: "break-4";
  }
}
@media (min-width: 60em) {
  #getActiveMQ-watcher {
    font-family: "break-5";
  }
}


/* =Map Pin Animation
// ========================================================================== */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/* =Places Map
// ========================================================================== */
#places-map {
  background: #99D6E4;
  padding: 3.25em 1.5625em 2.5em;
  position: relative;
}
#places-map h1 {
  font-size: 1.3125em;
  margin-top: 0.9523809524em;
  text-align: center;
}
@media (min-width: 37.5em) {
  #places-map h1 {
    font-size: 2.1875em;
    margin-top: 0.9428571429em;
  }
}
#places-map p {
  font-size: 0.75em;
  margin-top: 0.9523809524em;
  text-align: center;
}
@media (min-width: 37.5em) {
  #places-map p {
    font-size: 1.25em;
    margin-top: 0.9428571429em;
  }
}
#places-map .wu-logo {
  display: none;
  height: 11.25em;
  width: 11.3125em;
}
@media (min-width: 60em) {
  #places-map .wu-logo {
    background: url(http://www.thelogomix.com/files/imagecache/v3-logo-detail/400x400_5.png) no-repeat;
    display: block;
    position: absolute;
    bottom: 1.875em;
    left: 2em;
  }
}
@media (min-width: 87.5em) {
  #places-map .wu-logo {
    left: 50%;
    margin-left: -43.75em;
  }
}
#places-map img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.secondary-page #places-map .content {
  margin: 0;
  position: relative;
}
@media (min-width: 60em) {
  .secondary-page #places-map .content {
    margin: 0 auto;
  }
}
#places-map .map {
  position: relative;
  max-width: 56.4375em;
  margin-left: auto;
  margin-right: auto;
}
#places-map .map-pins {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
#places-map .map-location-marker {
  background: url(http://jeffbridgforth.com/codepen/map-pin.png) no-repeat;
  cursor: pointer;
  position: absolute;
  height: 1.875em;
  margin-top: -1.875em;
  margin-left: -0.7857142857em;
  width: 1.3125em;
  z-index: 3;
}
@media (min-width: 48em) {
  .js #places-map .map-location-marker {
    visibility: hidden;
  }
  .js #places-map .map-location-marker.bounceInDown {
    visibility: visible;
  }
}
#places-map .marker-san-francisco {
  left: 12%;
  top: 40%;
}
@media (max-width: 37.4375em) {
  #places-map .marker-san-francisco {
    left: 6%;
    top: 32%;
  }
}
#places-map .marker-denver {
  left: 21%;
  top: 42%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-argentina {
  left: 29.5%;
  bottom: 21.5%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#places-map .marker-dubai {
  left: 61%;
  top: 38%;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#places-map .marker-costa-rica {
  left: 17.5%;
  top: 50%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#places-map .marker-vilnius {
  left: 19%;
  top: 29%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#places-map .marker-singapore {
  left: 79%;
  bottom: 42%;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#places-map .map-location-marker:after {
  -webkit-animation: pulsate 2s ease-in-out infinite;
  -moz-animation: pulsate 2s ease-in-out infinite;
  animation: pulsate 2s ease-in-out infinite;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  content: "";
  display: block;
  height: 31px;
  left: -7px;
  opacity: 0;
  position: absolute;
  top: -8px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 31px;
  z-index: 2;
}

#page-places {
  position: relative;
}

#map-info {
  background: #000;
  color: #fff;
  position: absolute;
  top: -1.5625em;
  left: 50%;
  margin-left: -7.8125em;
  padding: 1.125em;
  width: 15.625em;
  z-index: 10;
}
#map-info .close-btn {
  background: url(http://jeffbridgforth.com/codepen//close-btn.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 0.6875em;
  width: 0.6875em;
  position: absolute;
  right: 1.125em;
  top: 1.125em;
}
@media (min-width: 30em) {
  #map-info {
    top: 50%;
    margin-top: -8.875em;
  }
}
@media (min-width: 60em) {
  #map-info {
    margin-left: -8.875em;
    width: 9.375em;
  }
}
@media (min-width: 48em) {
  #map-info {
    margin-left: 0;
    margin-top: 0;
  }
  #map-info:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 16px 13px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    left: -16px;
  }
  #map-info.mexico-city {
    left: 15%;
    top: 28%;
  }
  #map-info.Haiti {
    left: 24%;
    top: 32%;
  }
  #map-info.sao-paulo {
    left: 32.5%;
    bottom: 22%;
    top: auto;
  }
  #map-info.sao-paulo:before {
    top: 52px;
  }
  #map-info.el-salvador {
    bottom: 48%;
    left: 20%;
    top: auto;
  }
  #map-info.el-salvador:before {
    top: 45px;
  }
  #map-info.peterborough {
    top: 12.5%;
    left: 48%;
  }
  #map-info.flint {
    top: 17.5%;
    left: 23%;
  }
  #map-info.baghdad {
    top: 29%;
    left: 64%;
  }
  #map-info.kuala-lampur {
    left: auto;
    top: auto;
    bottom: 38%;
    right: 26%;
  }
  #map-info.kuala-lampur:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: -16px;
    top: 55px;
  }
  #map-info.manila {
    left: auto;
    top: auto;
    bottom: 1.75%;
    right: 18.5%;
  }
  #map-info.manila:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: -16px;
  }
  #map-info.sydney {
    left: auto;
    top: auto;
    right: 11.5%;
    bottom: 0;
  }
  #map-info.sydney:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: -16px;
    bottom: 50px;
  }
}
#map-info h1 {
  font-family: "montserrat";
  float: left;
  font-size: 1.375em;
  line-height: 1;
  margin-bottom: 0.7272727273em;
  margin-top: 0;
}
#map-info p {
  font-family: "montserrat";
  float: left;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0.6666666667em;
  margin-top: 0;
}
#map-info a {
  color: #ffdf1c;
  display: block;
  font-size: 0.75em;
  float: right;
  margin-right: 2.5em;
  margin-top: 0.6666666667em;
  text-decoration: underline;
}
#map-info img {
  height: auto;
  max-width: 100%;
}
#demos .owl-carousel.loop2, #demos .owl-carousel.loop3, #demos .owl-carousel.loop4 {
    margin: 0!important;
   }

   .home_footer footer {
    background-color:  #006A31
!important
}
.footer_btn:hover {
    color: #006a31!important;
}
.brand_purpose img {
    margin: 0 0 20px;
  }

  .main_menu li a {
    position: relative;
    font-size: 12px
}
.main_menu li:hover a:before {
    display: block;
}
.main_menu li a:before {
    position: absolute;
    left: 0;
    width: 65%;
    content: "";
    height: 2px;
    background-color: #007336;
    bottom: -10px;
    display:none;
}
.main_menu li:hover a {
  color: #007336;
  font-weight: 400;
}
.brand_purpose_box h3 {
    line-height: 18px;
}
/***********************QUOTE_STYLE***********************/

.box-tab {
  position: relative;
}
.quote {
  position: absolute!important;
  bottom: 0;
  width: 100%!important;
  left: 0;
}
.osho_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../../images/footer_section2.png)!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
.quote .owl-nav.disabled {
  display: none!important;
}
.quote p {
  padding: 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  line-height: 18px;
  text-align: left;
}
.quote h3 {
  text-align: right;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
}
.quote .owl-dots {
  display: none;
}


.banner5 .banner-a, .banner7 .banner-a, .banner8 .banner-a, .banner9 .banner-a, .banner10 .banner-a, .banner9 .banner-a, .banner17 .banner-a, .banner18 .banner-a, .banner19 .banner-a, .banner20 .banner-a   {
    background-image: url(video.png);
    width: 103px;
    height: 103px;
    font-size: 0!important;
    background-color: transparent!important;
	margin: 5% 0 0!important;
	border: none!important;
}

.banner5 .banner-a:hover, .banner7 .banner-a:hover, .banner8 .banner-a:hover, .banner9 .banner-a:hover, .banner10 .banner-a:hover, .banner9 .banner-a:hover, .banner17 .banner-a:hover, .banner18 .banner-a:hover, .banner19 .banner-a:hover, .banner20 .banner-a:hover   {
	border: none!important;
	transform: rotateY(360deg);
}
.banner3 .banner-a:hover {
    border: solid 1px #fff!important;
    color: #fff!important;
}




.submenu li:hover a:before {
    display: none;
}







.packing_facilitation h3 {
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    color: #000;
}
.pf_image img {
    width: 40%;
}
.pf_image_single img {
    width: 100%;
}



@media (min-width:250px) and (max-width: 991px) {
.pf_image img {
    display: block;
    width: 340px;
    margin: 0 auto;
}
.packing_facilitation h3 {
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
}
}






@media (min-width:250px) and (max-width: 1200px) {
header#myHeader .col-12.col-sm-6.col-md-5.col-lg-5 {
    max-width: 30%;
    flex: 0 0 30%;
}
.col-12.col-sm-6.col-md-7.col-lg-7.main_menu {
    max-width: 70%;
    flex: 0 0 70%;
}
.submenu {
    flex-wrap: wrap;
    justify-content: start!important;
    padding: 5px 5px;
}
.submenu li {
    padding: 5px!important;
    font-weight: 600;
    width: 33.3333%;
    padding: 5px;
}
.submenu li a {
    padding: 12px 20px!important;
    display: block;
    border: solid 1px #fff;
    text-align: center;
}
.submenu li:hover {
    background-color: transparent;
}
.submenu li:hover a {
    background-color: #004821;
}
.submenu_child {
    top: 268px;
}
.submenu li:hover .submenu_child li a {
	background-color: transparent;
}
.submenu_child li:hover a {
	background-color: #004821!important;
}
}




@media (min-width:250px) and (max-width: 991px) {
.submenu li {
    width: 50%;
}
.submenu_child {
    top: 323px;
}
}


@media (min-width:250px) and (max-width: 576px) {
.submenu li a {
    padding: 12px 0px!important;
	font-size: 11px;
}
.submenu_child {
    top: 310px;
}
}

@media (min-width:1024px) and (max-width: 1160px) {
  .menu_top > li:first-child {
      padding: 41px 13px 41px 50px;
  }
  }
  @media (min-width:1024px) and (max-width: 1120px) {
  .menu_top > li:first-child {
      padding: 41px 13px 41px 30px;
  }
  }
  @media (min-width:1024px) and (max-width: 1090px) {
  .main_menu li {
      padding: 41px 9px;
  }
  }


@media (min-width:250px) and (max-width: 991px) {
.logo {
    margin: 8px 0;
}
.menu_toggle {
    display: block;
    width: 38px;
    height: 38px;
    background-image: url(menu_ticker.png);
    background-color: #007336;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
    border-radius: 80%;
    position: absolute;
    top: 30px;
    right: 15px;
}


.main_menu li {
    padding: 0px;
    text-transform: uppercase;
}
.main_menu li a {
    position: relative;
    display: block;
    padding: 15px 20px;
}
.main_menu li:hover a:before {
    display: none;
}
.col-12.col-sm-6.col-md-7.col-lg-7.main_menu {
    position: inherit;
}
.main_menu .menu_top {
	background-color: #006a31;
    display: block;
    margin: 0 0;
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
}
.main_menu .menu_top li a {
	color:#fff;
}
.submenu {
	background-color: #005829;
    position: relative;
    top: 0;
}
.submenu_child {
    position: relative!important;
    top: 0;
}
.submenu_child li {
	width: 100%!important;
}
.submenu li:hover .submenu_child {
	display: flex;
}
.main_menu .menu_top li a {
    text-align: right;
}
.main_menu .submenu li a {
	text-align: center;
}
.main_menu .menu_top{
	display:none;
}
header#myHeader .col-12.col-sm-6.col-md-5.col-lg-5 {
    max-width: 50%;
    flex: 0 0 50%;
}
.col-12.col-sm-6.col-md-7.col-lg-7.main_menu {
    max-width: 50%;
    flex: 0 0 50%;
}
.banner1 h2 {
    margin: 0% 0 0;
	text-align: center;
}
.footer_top {
    border-bottom: none;
    margin: 0;
}
.site_footer, footer {
    padding: 10px 0;
}
.footer_btn {
    top: 0;
}
.footer_top {
   padding: 0px 0;
}
.social_icons {
    justify-content: left;
}
.innerpage_content h1 {
    font-size: 40px;
}
.content_bg p {
    line-height: 24px;
    font-size: 14px;
}
.content_bg blockquote {
    font-size: 24px;
}
.innerpage_content h1 p span {
	font-size: 40px!important;
}
ul.footer_links {
    display: flex;
    flex-wrap: wrap;
}
ul.footer_links li {
    margin: 6px 15px;
}

.main_menu {
	display:none;
}
.main_menu.mobile_menu_wrapper {
    display: block;
    position: absolute;
	    right: 0;
}
}



@media (min-width:250px) and (max-width: 576px) {
.content_bg {
    padding: 20px;
}
.innerpage_content h1 {
    font-size: 30px;
    padding: 50px 0 60px;
}
.content_bg blockquote {
    font-size: 20px;
}
.player_content img {
    float: none;
    margin: 0 20px 30px 0;
    display: block;
    width: 100%;
}
.content_bg p strong {
    font-size: 18px!important;
    color: #000!important;
}
.brand_story .common_image {
    margin: 0 0 20px;
}
.brand_purpose_box {
    padding: 0;
}
.brand_purpose_box .common_image {
    margin: 0 0 20px;
}
.brand_purpose_box {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: solid;
}
.concern_content li {
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
}
.carousel_style1 p {
    overflow: hidden;
    height: 75px;
}
.common_points li {
    line-height: 24px;
    font-size: 14px;
}
ul.footer_links li {
    margin: 5px 0;
    padding: 0 10px;
    width: 50%;
    text-align: center;
}
ul.footer_links li a {
    color: #fff;
    display: block;
    padding: 5px 0;
    border: solid 1px rgba(255, 255, 255, 0.5);
}
}




@media (min-width:250px) and (max-width: 480px) {
.parallel_points li {
    padding: 0 0 0 15px;
    font-size: 13px!important;
}
.parallel_points li:before {
    top: 8px!important;
}
}





@media (min-width:250px) and (max-width: 767px) {
.shop_row {
    display: flex!important;
    flex-wrap: wrap!important;
}
.shop_row section {
    width: 33.3333%!important;
    flex: 0 0 33.3333%!important;
    margin: 20px 0;
}
h1.teinnvv {
    letter-spacing: 0;
}
.contact_bg section.address_section section {
    width: 100%;
}
.contact_bg section.address_section {
    width: 100%;
}
.address_section h5 {
    margin: 0px 0 25px !important;
}
}


@media (min-width:250px) and (max-width: 690px) {
.shop_row section {
    width: 50%!important;
    flex: 0 0 50%!important;
    margin: 20px 0;
}
}


@media (min-width:250px) and (max-width: 500px) {
.shop_row section {
    width: 100%!important;
    flex: 0 0 100%!important;
    padding: 20px 0;
    border: solid 2px #ddd;
    margin: 10px 0;
}
}


@media (min-width:250px) and (max-width: 991px) {
.contact_bg section p {
    line-height: 24px;
    font-size: 14px;
}
}


@media (min-width:250px) and (max-width: 767px) {
.contact_bg section {
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
	padding: 15px 0;
    border-bottom: solid 1px #ddd;
}
.contact_bg {
    display: block;
}
.contact_bg section:last-child {
    border: none;
}
}




@media (min-width:250px) and (max-width: 576px) {
.footer_tab {
    max-width: 420px;
    margin: 35px auto 0;
}
}


















/*#last_footer {
	min-height: 100vh;
}*/
.landing-page {
  height: 100%;
}
.landing-page .image-container {
  position: relative;
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.landing-page .image-container .caption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.landing-page .image-container .caption .border {
  display: inline-block;
  background: #1d1d1d;
  padding: 10px;
  font-size: 24px;
  letter-spacing: 8px;
  font-weight: normal;
}
.banner1 {
  background-image: url("../images/banner1.png");
}
.banner2 {
  background-image: url("../images/banner2.png");
}
.banner3 {
  background-image: url("../images/banner3.png");
}
.banner4 {
  background-image: url("../images/banner4.png");
}
.banner5 {
  background-image: url("../images/banner5.png");
}
.banner6 {
  background-image: url("../images/banner7.png");
}
.banner7 {
  background-image: url("../images/banner8.png");
}
.banner8 {
    background-image: url(../images/banner9.png);
	min-height: auto !important;
}
.banner9 {
  background-image: url("../images/banner10.png");
}
.banner10 {
  background-image: url("../images/banner11.png");
}
.banner11 {
  background-image: url("../images/banner12.png");
}
.banner12 {
  background-image: url("../images/banner12.png");
}
.banner13 {
  background-image: url("../images/banner13.png");
}
.banner14 {
  background-image: url("../images/banner14.png");
}
.banner15 {
  background-image: url("../images/banner15.png");
}
.banner16 {
  background-image: url("../images/banner16.png");
}
.banner17 {
  background-image: url("../images/banner17.png");
}
.banner18 {
  background-image: url("../images/banner18.png");
}
.banner19 {
  background-image: url("../images/banner20.png");
}
.banner20 {
  background-image: url("../images/banner21.png");
}

.banner7 .scrolldown {
    display: none;
}



@media (min-width:250px) and (max-width: 1400px) {
.banner2 {
      background-position: center 45px!important;
}
}







@media only screen and (max-device-width: 1024px) {
.landing-page .image-container {
    background-attachment: scroll;
  }
}
.landing-page .content {
  text-align: center;
  padding: 50px 80px;
}
.landing-page .content h2 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.banner21 .ct {
    position: relative;
    padding: 125px 0 0;
}








@media (min-width:250px) and (max-width: 620px) {
.landing-page .image-container {
    /*background-position: center!important;*/
    /*background-size: 500px!important;*/
	background-size: 460px!important;
    min-height: 28vh!important;
    background-attachment: initial;
}
.banner4, .banner5, .banner7, .banner8, .banner9, .banner10, .banner11, .banner12, .banner13, .banner14, .banner15, .banner16, .banner17, .banner18, .banner19, .banner20 {
    background-position: center!important;
}
.caption-text h3 {
    padding: 10px 10px;
    opacity: 0.6;
    font-size: 11px;
	width: 190px;
    text-align: right;
}
.scrolldown {
    bottom: 0px!important;
    font-size: 20px;
}
.scrolldown i {
    font-size: 14px;
}
.logo img {
    width: 90px;
}
.menu_toggle {
top: 10px;
}
.main_menu .menu_top {
  top: 64px;
}
header {
  position: relative;
}
.banner6 a {
    bottom: 60px;
	    font-size: 14px;
}
.banner5 .banner-a, .banner7 .banner-a, .banner8 .banner-a, .banner9 .banner-a, .banner10 .banner-a, .banner9 .banner-a, .banner17 .banner-a, .banner18 .banner-a, .banner19 .banner-a, .banner20 .banner-a {
    width: 38px;
    height: 38px;
    margin: 0% 0 0!important;
    background-size: 100%;
    padding: 0;
}
.banner1 h2 {
    margin: -15% 0 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 4px;
}
.banner3 .ct a {
margin: 30% 0 0;
font-size: 11px;
}
.banner1 .ct a {
font-size: 11px;
}

}
.banner1, .banner2, .banner3 {
    background-position: center bottom!important;
}
}


@media (min-width:576px) and (max-width: 620px) {
.landing-page .image-container.banner2 {
    /*background-size: 460px!important;*/
	background-size: 420px!important;
	    background-image: url(../../images/banner2-mobile.jpg)!important;
}
}

@media (min-width:250px) and (max-width: 576px) {
.landing-page .image-container.banner2 {
    /*background-size: 460px!important;*/
	background-size: 445px!important;
	    background-image: url(../../images/banner2-mobile.jpg)!important;
}	
}







@media (min-width:250px) and (max-width: 767px) {
.banner6 a {
    bottom: 60px;
}
.banner21 .ct {
    position: relative;
    padding: 0px 0 0;
}
}




@media (min-width:250px) and (max-width: 576px) {
.osho_image {
    position: absolute;
    width: 100%;
    height: 375px;
}
.footer_tab {
    margin: 15px auto;
}
footer.site_footer {
    padding: 1px 0;
}
.social_icons li a {
    width: 25px;
    height: 25px;
}
.social_icons li {
    font-size: 18px;
}
.footer_btn {
    font-size: 12px;
    padding: 5px 30px;
}


.banner1 .ct a {
    font-size: 12px;
    padding: 5px 15px;
    margin: 20px 0 0;
}
.banner3 .ct a {
    font-size: 12px;
    padding: 5px 15px;
}
.banner6 a {
    font-size: 12px;
    padding: 5px 15px;
    width: 110px;
}
.scrolldown {
    font-size: 7px;
}
}



@media (min-width:250px) and (max-width: 768px) {
.vision_mission {
    background-size: 370px auto;
}
}


@media (min-width:250px) and (max-width: 576px) {
.vision_mission {
    background-size: 290px auto;
}
}

.foundation_points li::marker {
    display: none;
    opacity: 0;
    color: #fff;
}
.foundation_points li {
    padding: 0!important;
}
.foundation_points {
    margin: 20px 0 0!important;
}
.pt-no {
    font-size: 25px;
    font-weight: 600;
    color: #a0a0a0;
    margin: 0 5px 0 0;
}
.footer_tab .effect a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-btn {
    background-image: url(http://newyeargoldentea.com/css/css-frontend/video.png);
    position: absolute;
    left: auto;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.foundation_points li {
    padding: 0!important;
    text-align: justify;
}
@media (min-width:991px) and (max-width: 1920px) {
.menu_top > li:first-child {
    padding: 41px 13px 41px 40px;
}
}

@media (min-width:250px) and (max-width: 620px) {
.image-container.banner1.alpha-image {
    background-size: 550px!important;
}
i.fab.fa-twitter {
    width: 17px;
    height: 17px;
}
}

@media (min-width:250px) and (max-width: 620px) {
.image-container.banner1.alpha-image {
    margin: 0 0 -15px!important;
}
}




@media (min-width:250px) and (max-width: 870px) {
.landing-page .image-container {
 min-height: 80vh;
}
}


@media (min-width:576px) and (max-width: 620px) {
.image-container.banner1.alpha-image {
    background-size: 620px!important;
	    margin: 0!important;
}
.landing-page .image-container.banner2 {
    background-size: 620px!important;
}
.landing-page .image-container {
    background-size: 620px!important;
    min-height: 31vh!important;
}
.banner1 h2 {
    margin: -5% 0 0;
}
.banner3 .ct a {
    margin: 2% 0 0;
}
}


@media (min-width:620px) and (max-width: 860px) {
a.logo img {
    width: 110px;
}
.menu_toggle {
    top: 17px;
    right: 15px;
}
.banner1 h2 {
    letter-spacing: 6px;
	margin: -13% 0 0;
}
.landing-page .image-container {
    background-position: center bottom;
}
.landing-page {
    padding: 73px 0 0;
}
.banner6 a {
    font-size: 13px;
    bottom: -59px;
    width: 160px;
	background-color: rgba(0, 0, 0, 0.2);
}
.banner2 {
        background-position: center !important;
    }
	
}






@media (min-width:250px) and (max-width: 991px) {
.main_menu li:hover .submenu {
	display: none;
}
.menu_mobile li.open .submenu {
	display: flex;
}
.submenu li:hover .submenu_child {
	display: flex;
}
}






@media (min-width:250px) and (max-width: 576px) {
.carousel_style1 p {
    padding: 0;
}
}


/*career*/
.career_banner {
	background-image: url(../../images/career_banner.png);
	background-repeat: no-repeat;
	height: 343px;
	width: 100%;
	background-position: right bottom;
}

.innerpage_content.career_page {
    padding: 100px 0 40px;
}

.career_banner section {
    margin: 0;
    display: flex;
    align-items: center;
    height: 343px;
}
.career_banner h3 {
	text-transform: none;
    letter-spacing: 0;
	font-size:42px;
    margin: 0;
    color: #fff;
}
.career_banner h3 span {
    display: block;
    font-size: 24px;
    text-transform: none;
    font-weight: 300;
    margin: 10px 0 0;
}
.career_banner h3 small {
    display: block;
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 0;
    color: #fff;
}
.career_banner h3 strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
}





.quote_wrapper {
    padding: 30px 0;
}
.quote_wrapper h2 {
    color: #004b61;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
}
.quote_wrapper section {
    padding: 50px;
    background-image: url(../../images/career_quote.png);
    background-size: cover;
}
.quote_wrapper section article {
    width: 50%;
    float: right;
    margin: 0 110px 0 0;
    padding: 20px 0;
}
.quote_wrapper section p {
    color: #fff;
    font-size: 23px;
    line-height: 45px;
}
.quote_wrapper section article h3 {
    color: #fff;
    letter-spacing: 1px;
    text-align: right;
    font-weight: 300;
    font-size: 27px;
}
.quote_wrapper section article h3 span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: none;
    margin: 5px 0 0;
}










.company_ventures {
    margin: 50px 0 0;
}
.company_ventures h2 {
    color: #004b61;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
	text-transform:uppercase;
}
.company_ventures a {
    display: block;
    margin: 50px 0 0;
	text-align:center;
}
.company_ventures h5 {
    color: #0c3e2d;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 0;
    background-color: #efeef0;
    font-weight: 600;
	transition: all 0.9s ease 0s;
}
.company_ventures img {
	position:relative;
    transition: all 0.9s ease 0s;
}
.company_ventures a:hover img {
	top: -15px;
}
.company_ventures a:hover h5 {
	color: #efeef0;
    background-color: #0c3e2d;
}



.vision_2026 h2 {
    color: #004b61;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
	text-transform:uppercase;
}
.vision_2026 {
    text-align: center;
    margin: 100px 0 0;
}
.vacancies_wrapper {
    padding: 70px 0 0;
}
.vacancies_wrapper section h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 62px;
  color: #45828A;
  line-height: 55px;
  padding: 40px 0 0 0;
  position: relative;
  margin: 0;
}
.vacancies_wrapper section h2:before {
    width: 180px;
    height: 1px;
    content: "";
    background-color: #157742;
    position: absolute;
    top: 0;
    left: 0;
}
.vacancies_wrapper article {
    background-image: url(../../images/career_bg.png);
    padding: 30px 30px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 0 10px;
}
.vacancies_wrapper article h3 {
    font-size: 24px;
    letter-spacing: 0!important;
    color: #fff!important;
	margin: 0;
}
.vacancies_wrapper article h3 span {
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
}
.vacancies_wrapper article a {
    display: block;
    padding: 10px 60px 10px 25px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px #fff;
    background-image: url(../../images/apply_arow.png);
    background-repeat: no-repeat;
    background-position: 120px center;
}





.career_form h3 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 42px;
    margin: 0 0 30px;
    color: #fff;
}
.career_form h3 small {
    display: block;
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 0;
}
.innerpage_content.career_form {
    padding: 100px 0 40px;
}
.career_form section {
    background-image: url(../../images/career_form_bg.png);
    padding: 150px 0;
    background-size: cover;
}
.career_form section h5 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
    color: #fff;
    margin: 0;
}
.career_form form label {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.career_form form input {
    padding: 7px 0;
    border: none;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-bottom: solid 1px #fff;
    font-size: 14px;
}
.career_form form input::placeholder {
	color: #e2eae9;
}
.career_form form article {
    margin: 20px 0;
}
.career_form form button {
    float: right;
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0 0;
}





.custom-file-uploader {
  position: relative;
}
.custom-file-uploader input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: default;
}

.upload_btn {
    position: absolute;
    bottom: 0;
    right: 0;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5eded+0,e3eced+100 */
background: #e5eded; /* Old browsers */
background: -moz-linear-gradient(top,  #e5eded 0%, #e3eced 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e5eded 0%,#e3eced 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e5eded 0%,#e3eced 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5eded', endColorstr='#e3eced',GradientType=0 ); /* IE6-9 */

}
.upload_btn .custom-file-uploader {
    padding: 10px 20px;
    color: #4c7b7e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.lakshmilux_wrapper img {
    display: block;
    margin: 0 auto 20px;
}
.lakshmilux_wrapper span {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #0c3e2d;
}
.lakshmilux_wrapper h4 {
    font-weight: 600;
    margin: 45px 0 20px;
    font-size: 26px;
}
.lakshmilux_wrapper p {
    font-size: 18px;
    line-height: 32px;
    margin: 30px 0 0;
    text-align: justify;
}

.insta_feed_wrapper h2 {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a2a2a2;
    margin: 0;
}
.insta_feed_wrapper h1 {
    padding: 0;
    font-size: 70px;
    color: #317e8e;
    font-weight: 800;
}
.insta_feed_wrapper h5 {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #a2a2a2;
}
.insta_feed_wrapper h5 strong {
    font-weight: 700;
    color: #317e8e;
}
.insta_feed_wrapper {
    padding: 100px 0 50px;
    border-bottom: solid 1px #164636;
}
.monitoring_committee article {
    background-image: url(../../images/committee_cover.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 140px;
    text-align: center;
}
.monitoring_committee article h3 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}
.monitoring_committee article h3 span {
    color: #fff;
}
.monitoring_committee {
    padding: 50px 0;
}
.committee_members img {
    border-radius: 50%;
    margin: -105px auto 30px;
	display:block;
    border: solid 10px rgba(255, 255, 255, 0.2);
}
.committee_members h5 {
    text-align: center;
    text-transform: uppercase;
    color: #0c3e2d;
}
.committee_members h5 small {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
}



/****************************************************************************************************/
/***************************************GALLERY_HOVER***********************************************/
/**************************************************************************************************/



.album_thumb li {
    perspective: 400px;
  }

  .info {
    transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 5px #fff;
  }

  .in-top .info {
    transform-origin: 50% 0%;
    -webkit-animation: in-top 300ms ease 0ms 1 forwards;
            animation: in-top 300ms ease 0ms 1 forwards;
  }

  .in-right .info {
    transform-origin: 100% 0%;
    -webkit-animation: in-right 300ms ease 0ms 1 forwards;
            animation: in-right 300ms ease 0ms 1 forwards;
  }

  .in-bottom .info {
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
            animation: in-bottom 300ms ease 0ms 1 forwards;
  }

  .in-left .info {
    transform-origin: 0% 0%;
    -webkit-animation: in-left 300ms ease 0ms 1 forwards;
            animation: in-left 300ms ease 0ms 1 forwards;
  }

  .out-top .info {
    transform-origin: 50% 0%;
    -webkit-animation: out-top 300ms ease 0ms 1 forwards;
            animation: out-top 300ms ease 0ms 1 forwards;
  }

  .out-right .info {
    transform-origin: 126% 50%;
    -webkit-animation: out-right 300ms ease 0ms 1 forwards;
            animation: out-right 300ms ease 0ms 1 forwards;
  }

  .out-bottom .info {
    transform-origin: 50% 100%;
    -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
            animation: out-bottom 300ms ease 0ms 1 forwards;
  }

  .out-left .info {
    transform-origin: -26% 0%;
    -webkit-animation: out-left 300ms ease 0ms 1 forwards;
            animation: out-left 300ms ease 0ms 1 forwards;
  }

  @-webkit-keyframes in-top {
    from {
      transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }

  @keyframes in-top {
    from {
      transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @-webkit-keyframes in-right {
    from {
      transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes in-right {
    from {
      transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @-webkit-keyframes in-bottom {
    from {
      transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes in-bottom {
    from {
      transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @-webkit-keyframes in-left {
    from {
      transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes in-left {
    from {
      transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @-webkit-keyframes out-top {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(-1, 0, 0, 104deg);
    }
  }
  @keyframes out-top {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(-1, 0, 0, 104deg);
    }
  }
  @-webkit-keyframes out-right {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(0, -1, 0, 104deg);
    }
  }
  @keyframes out-right {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(0, -1, 0, 104deg);
    }
  }
  @-webkit-keyframes out-bottom {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(1, 0, 0, 104deg);
    }
  }
  @keyframes out-bottom {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(1, 0, 0, 104deg);
    }
  }
  @-webkit-keyframes out-left {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(0, 1, 0, 104deg);
    }
  }
  @keyframes out-left {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(0, 1, 0, 104deg);
    }
  }
  /* you can ignore this ones */

  .album_thumb ul:after {
    content: "";
    display: table;
    clear: both;
  }

  .album_thumb li {
      position: relative;
      float: left;
      width: 33.3333%;
      height: auto;
      margin: 0!important;
      padding: 5px;
      list-style: none;
      overflow:hidden;
  }
  .album_thumb li img {
      width: 100%;
  }
  ul.album_thumb {
      margin: 0 -5px;
  }
  .album_thumb li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border-radius: 4px;
  }
  .album_thumb li h3 {
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
  }
  .album_thumb li p {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
  }
  .album_thumb li .normal {
    width: 100%;
    height: 100%;
    background-color: #ECF0F1;
    color: rgba(52, 73, 94, 0.6);
    box-shadow: inset 0 2px 20px #e6ebed;
    text-align: center;
    font-size: 50px;
    line-height: 200px;
  }
  .album_thumb li .normal svg {
    pointer-events: none;
    width: 50px;
  }
  /*.album_thumb li .normal svg path {
    fill: rgba(52, 73, 94, 0.2);
  }*/

  /****************************************************************************************************/
  /***************************************GALLERY_HOVER_END***********************************************/
  /**************************************************************************************************/



.gallery_bg .row {
    margin: 0 -5px;
}
.gallery_bg section {
    padding: 5px;
}
.gallery_bg section a {
    display: block;
    position: relative;
}
.gallery_bg section img {
    width: 100%;
}
.album_title img {
    width: auto!important;
}
.album_title {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.album_box5 .album_title img {
    margin: 10px 0 18px;
}
.album_title h3 {
	width: 100%;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 25px #000;
}
.gallery_title {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    height: 60px;
	transition: all 0.2s ease 0s;
}
.gallery_title h3 {
    margin: 0;
    letter-spacing: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.gallery_list section a {
	overflow:hidden;
}
.gallery_list section:hover .gallery_title {
	bottom:0;
}





.career_banner {
	background-image: url(../../images/career_banner.png);
	background-repeat: no-repeat;
	height: 343px;
	width: 100%;
	background-position: right bottom;
}
.innerpage_content.career_page {
    padding: 100px 0 40px;
}
.career_banner section {
    margin: 0;
    display: flex;
    align-items: center;
    height: 343px;
}
.career_banner h3 {
    letter-spacing: 0;
	font-size:42px;
    margin: 0;
    color: #fff;
}
.career_banner h3 span {
    display: block;
    font-size: 24px;
    text-transform: none;
    font-weight: 300;
    margin: 10px 0 0;
}






.quote_wrapper {
    padding: 30px 0;
}
.quote_wrapper h2 {
    color: #004b61;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
}
.quote_wrapper section {
    padding: 50px;
    background-image: url(../../images/career_quote.png);
    background-size: cover;
}
.quote_wrapper section article {
    width: 50%;
    float: right;
    margin: 0 110px 0 0;
    padding: 20px 0;
}
.quote_wrapper section p {
    color: #fff;
    font-size: 23px;
    line-height: 45px;
}
.quote_wrapper section article h3 {
    color: #fff;
    letter-spacing: 1px;
    text-align: right;
    font-weight: 300;
    font-size: 27px;
}
.quote_wrapper section article h3 span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: none;
    margin: 5px 0 0;
}


.em_intro_wrapper {
	padding: 45px 0;
}
.em_intro_wrapper p {
    margin: 50px 0 0;
    text-align: justify;
}
.em_banner {
  background-image: url(../../images/paris2024.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 948px;
  width: 100%;
  display: flex;
}
.em_banner .container {
    display: flex;
    align-items: center;
    justify-content: end;
}
.paris_2024 {
  background-image: url(../../images/paris2024_logo.png);
  background-repeat: no-repeat;
  height: 392px;
  width: 214px;
  display: flex;
  align-items: end;
  justify-content: center;
  background-position: -2px top;
}
.paris_2024 a {
  display: block;
  background-color: #efefef;
  width: 100%;
  color: #020202;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 0;
  margin: 0;
  background-image: url(../../images/explore.png);
  background-repeat: no-repeat;
  background-position: 140px center;
}
.sm_content {
    padding: 60px 0 0;
}
.sm_content section {
    text-align: center;
}
.sm_content section img {
    margin: 0 0 50px;
}
.sm_content section p {
    text-align: justify;
    color: #000;
}
.empowerment_nav {
    display: flex;
    justify-content: center;
    margin: 80px 0 0;
}
.empowerment_nav li {
    margin: 0 70px;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 12px;
    font-weight: 300;
    padding: 90px 0 0;
    position: relative;
}
#blue {
    color: #0079c4;
}
#yellow {
    color: #fcab21;
}
#black {
    color: #000;
}
#green {
    color: #00a046;
}
#red {
    color: #ec223f;
}
.empowerment_nav li:before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../../images/sports_motive_logo_gif.gif);
    background-position: center -30px;
    height: 80px;
    background-size: 200px;
	display:none;
}
.empowerment_nav li:hover:before {
	display:block;
}
.gallery_link {
  padding: 50px 0;
  margin: 100px 0 0;
  border-top: solid 1px #858585;
  border-bottom: solid 1px #858585;
}
.gallery_link h4 {
  text-align: center;
  margin: 0;
}
.empowerment_kerala_banner {
	background-image: url(../../images/em_kerala_banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height:604px;
}
.empowerment_kerala_banner img {
    margin: 190px 0 0 18%;
}
.activities_wrapper {
	background-color: #e5e5e5;
	padding:60px 0;
}
.activities_wrapper ul {
    margin: 0;
    display: flex;
}
.activities_wrapper li {
    width: 10%;
    text-align: center;
}
.activities_wrapper li h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0 0;
    font-weight: 500;
}
.empowerment_kerala_content {
    padding: 40px 0 0;
}
.empowerment_kerala_content img {
	margin:0 0 30px;
}
.empowerment_kerala_content p {
	color:#000;
}



.empowerment_india_banner {
	background-image: url(../../images/em_india_banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height:604px;
}
.empowerment_india_banner img {
    margin: 190px 0 0 15%;
}

.empowerment_world_banner {
	background-image: url(../../images/em_world_banner.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height:604px;
	text-align:center;
}
.empowerment_world_banner img {
    margin: 190px auto 0;
}
.wall_of_olympic h2 {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a2a2a2;
    margin: 0;
}
.wall_of_olympic h1 {
    padding: 0;
    font-size: 70px;
    color: #0c3e2d;
    font-weight: 800;
}
.wall_of_olympic h5 {
    max-width: 700px;
    margin: 0 auto 80px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #a2a2a2;
}
.wall_of_olympic h5 strong {
	color: #0c3e2d;
}
.wall_of_olympic {
    text-align: center;
    padding: 70px 0 0;
}
.wall_of_olympic img {
    margin: 0 0 50px;
}
.wall_of_olympic p {
    text-align: justify;
    color: #000;
    margin: 0 0 45px;
}

.fancybox-overlay {
  z-index: 99999 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.fancybox-title.fancybox-title-float-wrap h4 {
  margin: 0 0 !important;
}
.fancybox-title-float-wrap .child {
  padding: 20px 20px !important;
}
@media (min-width:250px) and (max-width: 767px) {
.content_bg {
  padding: 15px 20px;
}
.album_thumb li {
  width: 50%;
}
}
@media (min-width:250px) and (max-width: 576px) {
.content_bg {
  padding: 5px 20px;
}
.album_thumb li {
  float: none;
  height: auto;
  margin: 10px 0!important;
  padding: 0;
}
}

@media (min-width:250px) and (max-width: 576px) {
  .out-left .info {
      transform-origin: inherit;
      -webkit-animation: out-left 300ms ease 0ms 1 forwards;
      animation: none;
  }
  .info {
      transform: none;
  }
  }


/** Empowerment page responsive*/
@media (min-width:250px) and (max-width: 991px) {
  .em_intro_wrapper p {
      margin: 0;
  }
  .em_banner .container {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  }


  @media (min-width:250px) and (max-width: 576px) {
  .em_intro_wrapper p {
      margin: 20px 0 0;
  }
  }


  @media (min-width:250px) and (max-width: 1024px) {
  .empowerment_nav li {
      margin: 0 30px;
      font-size: 38px;
  }
  }

  @media (min-width:250px) and (max-width: 767px) {
  .empowerment_nav li {
      margin: 0 22px;
      font-size: 28px;
      letter-spacing: 6px;
  }
  }

  @media (min-width:250px) and (max-width: 576px) {
  .empowerment_nav {
      display: block;
      justify-content: center;
      margin: 40px 0 0;
  }
  .gallery_link {
      padding: 40px 0;
      margin: 40px 0;
  }
  }


  @media (min-width:1024px) and (max-width: 1450px) {
    .empowerment_kerala_banner {
        background-image: url(../../images/em_kerala_banner.png);
        background-repeat: no-repeat;
        background-position: center top;
        width: 100%;
        height: 455px;
        background-size: 1450px auto;
    }
    .empowerment_kerala_banner img {
        margin: 55px 0 0 21%;
        width: 260px;
    }
    .empowerment_india_banner {
        background-image: url(../../images/em_india_banner.png);
        background-repeat: no-repeat;
        background-position: center top;
        width: 100%;
        height: 455px;
        background-size: 1450px auto;
    }
    .empowerment_india_banner img {
        margin: 90px 0 0 21%;
        width: 260px;
    }
    .empowerment_world_banner {
        background-image: url(../../images/em_world_banner.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        width: 100%;
        height: 455px;
        text-align: center;
        background-size: 1450px auto;
    }
    .empowerment_world_banner img {
        margin: 17px auto 0;
        width: 260px;
    }
    }
    @media (min-width:250px) and (max-width: 1024px) {
    .empowerment_kerala_banner img, .empowerment_world_banner img, .empowerment_india_banner img {
        margin: 80px 0 0 18%;
      width:auto;
    }
    }

  @media (min-width:250px) and (max-width: 1024px) {
  .empowerment_kerala_banner, .empowerment_world_banner, .empowerment_india_banner {
      background-position: center bottom;
      height: 490px;
      background-size: 1200px;
  }
  .empowerment_kerala_banner img, .empowerment_world_banner img, .empowerment_india_banner img {
      margin: 80px 0 0 18%;
  }
  }



  @media (min-width:250px) and (max-width: 991px) {
    .empowerment_kerala_banner, .empowerment_world_banner, .empowerment_india_banner {
        background-image: none;
        height: auto;
    }
    .empowerment_kerala_banner img, .empowerment_world_banner img, .empowerment_india_banner img {
        margin: 80px 0 0 18%;
    }
    }


  @media (min-width:250px) and (max-width: 576px) {
  .empowerment_kerala_banner img, .empowerment_world_banner img, .empowerment_india_banner img {
      margin: 0px auto;
      display: block;
  }
  .empowerment_kerala_banner, .empowerment_world_banner, .empowerment_india_banner {
      /* background-image: url(../../images/em_kerala_banner.png); */
      background-repeat: no-repeat;
      background-position: 80% bottom;
      width: 100%;
      height: 609px;
      background-size: 1200px;
  }
  }



  @media (min-width:250px) and (max-width: 991px) {
  .activities_wrapper ul {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
  }
  .activities_wrapper li {
      width: 20%;
      text-align: center;
      flex: 0 0 20%;
      margin: 30px 0;
  }
  }


  @media (min-width:250px) and (max-width: 576px) {
  .activities_wrapper li {
      width: 50%;
      text-align: center;
      flex: 0 0 50%;
      margin: 30px 0;
  }
  .empowerment_kerala_content p {
      text-align: justify;
  }
  }

  /** Shop Now page css */
  .shop_now_products {
    padding: 60px 0;
}
.shop_now_products .row {
    align-items: center;
}
.shop_now_products img {
    display: block;
    margin: 0 auto;
}
.shop_now_products section h4 {
    color: #003800;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 25px;
	text-transform: uppercase;
}
.shop_now_products p {
    line-height: 20px;
    color: #000;
    margin: 0 0 20px;
}
.tea_info_box {
    display: flex;
}
.nutri_info {
    width: 65%;
    padding: 0 5px 0 0;
}
.ingredient {
    width: 35%;
    padding: 0 0 0 5px;
    vertical-align: top;
}
.nutri_info table td {
    padding: 2px 12px;
    font-size: 13px;
    text-transform: uppercase;
}
.nutri_info table h5 {
    margin: 0;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.ingredient table td {
    vertical-align: top;
}
.ingredient table td h5 {
    margin: 10px 0;
    text-align: center;
    font-size: 17px;
}
.ingredient p {
    line-height: normal;
    font-size: 13px;
    margin: 13px 0;
}
.ingredient table td {
    vertical-align: top;
    padding: 0 10px;
}

/** Shopnow page Responsive */


@media (min-width:250px) and (max-width: 991px) {
  .shop_now_products img {
      width: 90%;
  }
  }

  @media (min-width:250px) and (max-width: 768px) {
  .shop_now_products section h4 {
      margin: 40px 0 25px;
  }
  .tea_info_box {
      display: block;
  }
  .nutri_info {
      width: 100%;
      padding: 0;
  }
  .ingredient {
      width: 100%;
      padding: 0;
      margin: 20px 0 0;
  }
  }

  .fancybox-overlay {
    z-index: 99999 !important;
    background-color: rgba(0, 0, 0, 0.5)!important;
}
.fancybox-title.fancybox-title-float-wrap h4 {
    margin: 0 0!important;
}
.fancybox-title-float-wrap .child {
    padding: 20px 20px!important;
}
@media (min-width:250px) and (max-width: 767px) {
.content_bg {
    padding: 15px 20px;
}
.album_thumb li {
    width: 50%;
}
}
@media (min-width:250px) and (max-width: 576px) {
.content_bg {
    padding: 20px 20px;
}
.album_thumb li {
    float: none;
    height: auto;
    margin: 10px 0!important;
    padding: 0;
}
}
@media (min-width:250px) and (max-width: 576px) {
  .album_thumb li {
      float: none;
      height: auto;
      margin: 10px 0!important;
      padding: 0;
      width: 100%;
  }
  }

.add_comment {
  display: flex;
}
.add_comment img {
  width: 50px;
  border-radius: 80px;
  margin: 12px 20px 0 0!important;
  height: 50px;
}
.add_comment textarea {
  border-radius: 4px;
  padding: 15px;
  margin: 0;
}
.feedback_comment {
  padding: 80px 0 0;
}
.feedback_comment h3 {
  text-align: center;
  font-size: 52px;
  color: #cccccc;
}
.feedback_comment h5 {
  font-size: 40px;
  padding: 0 0 25px;
  border-bottom: solid 2px #e4e4e4;
  margin: 0 0 40px 0;
}




.commented {
display: flex;
padding:20px 0 0;
}
.commented img {
  width: 50px;
  border-radius: 80px;
  margin: 12px 20px 0 0!important;
  height: 50px;
}
.comment_content {
  width: calc( 100% - 70px );
  padding: 0 0 20px;
  border-bottom: solid 1px #e4e4e4;
}
.comment_content h4 {
  margin: 15px 0 5px;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
.comment_content p {
  font-size: 14px;
  color: #555!important;
}
.comment_content ul {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.comment_content li {
  padding: 0 20px 0 0;
  position: relative;
}
.comment_content li a {
  color: #000;
  display: block;
}
.comment_content li:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  top: 10px;
  right: 9px;
  border-radius: 30px;
}
.comment_content li:last-child:after {
display: none;
}

.user-tag-name {
  background: #006a31;
  font-size: 24px !important;
  color: #fff !important;
  text-align: center;
  line-height: 55px;
  left: 0;
  top: 0;
  width: 50px;
  border-radius: 80px;
  margin: 12px 20px 0 0!important;
  height: 50px;
}


.modal-backdrop.fade.show {
  display: none;
}
#comment_modal {
  background-color: rgba(0, 0, 0, 0.5);
}
#comment_modal .modal-dialog {
  margin: 150px auto 0;
}
#comment_modal .modal-title {
  margin: 0;
}
#comment_modal label {
  text-align: left;
  margin: 0 0 6px;
}
#comment_modal textarea {
  font-size: 14px;
  padding: 10px 10px;
}
#comment_modal button.btn.btn-primary {
  margin: 0;
  float: right;
background-color: #007336;
border-radius:0;
border:none;
}
#comment_modal .close:hover {
background-color:transparent;
}
#comment_modal input {
border-radius: 3px;
}
ul.share_icons li:after {
  display:none;
  }
  ul.share_icons {
      position: absolute;
      padding: 5px 15px;
      background-color: #fff;
      border-radius: 35px;
      box-shadow: 0 0 15px rgb(0 0 0 / 20%);
      left: -50px;
      top: 24px;
      display: none;
  }
  .share_icons li {
      padding: 0;
      margin: 0 3px;
  display:inline-block;
  }
  .share_icons li a {
      display: block;
      width: 28px;
      height: 28px;
      padding: 8px 0 0;
      border-radius: 45px;
  background-color:#eee!important;
  background-color:#000;
  }
  .share_icons li:hover a {
  background-color: #000!important;
      color: #fff;
  }
  .comment_content ul>li:hover ul.share_icons {
  display:flex;
  }

.career_form.invalid-feedback {
  display:block;
}

/* lakshmilux */
.lakshmilux_wrapper img {
  display: block;
  margin: 0 auto 20px;
}

.lakshmilux_wrapper span {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #0c3e2d;
}

.lakshmilux_wrapper h4 {
  font-weight: 600;
  margin: 45px 0 20px;
  font-size: 26px;
}

.lakshmilux_wrapper p {
  font-size: 18px;
  line-height: 32px;
  margin: 30px 0 0;
  text-align: justify;
}

.insta_feed_wrapper h2 {
  text-align: center;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a2a2a2;
  margin: 0;
}

.insta_feed_wrapper h1 {
  padding: 0;
  font-size: 70px;
  color: #317e8e;
  font-weight: 800;
}

.insta_feed_wrapper h5 {
  max-width: 700px;
  margin: 0 auto 80px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #a2a2a2;
}

.insta_feed_wrapper h5 strong {
  font-weight: 700;
  color: #317e8e;
}

.insta_feed_wrapper {
  padding: 100px 0 50px;
  border-bottom: solid 1px #164636;
}

.monitoring_committee article {
  /*background-image: url(../../images/committee_cover.png);
  background-repeat: no-repeat;
  background-size: cover;*/
  background: #4d843c;
  padding: 30px 0 140px;
  text-align: center;
}

.monitoring_committee article h3 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.monitoring_committee article h3 span {
  color: #fff;
}

.monitoring_committee {
    padding: 7px 7px 50px;
    background-color: #edffcd;
}

.committee_members img {
  border-radius: 50%;
  margin: -105px auto 30px;
  display: block;
  border: solid 10px rgba(255, 255, 255, 0.2);
}

.committee_members h5 {
    text-align: center;
    text-transform: uppercase;
    color: #0c3e2d;
    font-size: 20px;
    font-weight: 600;
}

.committee_members h5 small {
    display: block;
    margin: 10px 0 0;
    font-size: 16px;
    color: #000;
}
.committee_members h5 sub {
    font-weight: 400;
    position: relative;
    left: 5px;
    bottom: 1px;
    font-size: 14px;
}

.strength_wrapper {
  padding: 50px 0;
}

.strength_wrapper article {
    text-align: left;
    padding: 20px 0;
    margin: 0 0 30px;
}

.strength_wrapper article h4 {
    margin: 0;
    font-size: 38px;
    font-weight: 400;
    background-image: url(../../images/tealeaf.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding: 0 0 0 68px;
}

.strength_wrapper article h4 span {
    display: block !important;
    font-size: 24px !important;
    font-weight: 400;
    text-align: left;
    color: #000;
}

.strength_wrapper article h4 small {
    color: #000;
    position: relative;
    left: 15px;
}


.testiminial_wrapper .carousel_style1 {
  position: relative;
  padding: 80px 0;
}

.testiminial_wrapper .carousel_style1:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background-color: #f2f2f2;
  width: 21%;
}

.testiminial_wrapper .carousel_style1:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  background-image: url(../../images/career_form_bg.png);
  background-size: cover;
  width: 79%;
}

.testiminial_wrapper #demos .owl-carousel {
  position: relative;
  z-index: 9999;
  margin: 0 !important;
  padding: 0 100px;
}

.testiminial_wrapper .owl-carousel img {
  width: 210px !important;
  border-radius: 50%;
  border: solid 6px rgba(12, 62, 45, 0.3);
  margin: 0 auto;
}

.testiminial_wrapper .owl-dots {
  display: none;
}

.testiminial_wrapper .owl-carousel article p {
  font-size: 14px;
  color: #fff;
  padding: 0 100px 40px;
  text-align: center;
  line-height: 22px;
  border-bottom: solid 1px #fff;
  margin: 0;
}

.testiminial_wrapper .owl-carousel article {
  position: relative;
  padding: 40px 0 0;
}

.testiminial_wrapper .owl-carousel article:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 36px;
  width: 38px;
  background-image: url(../../images/quote_coma.png);
  background-size: cover;
}

.testiminial_wrapper .owl-carousel article:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 36px;
  width: 38px;
  background-image: url(../../images/quote_coma.png);
  background-size: cover;
  transform: rotate(180deg);
}

.testiminial_wrapper .owl-carousel article h3 {
  margin: 25px 0 0;
  text-align: right;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 60px 0 0;
  font-weight: 300;
}

.testiminial_wrapper .owl-carousel article h3 span {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 14px;
}

.testiminial_wrapper .owl-nav.disabled {
  position: absolute;
  left: 0;
  width: 100%;
  top: 43%;
  max-width: 100% !important;
  height: 100%;
  flex: 0 0 100% !important;
  padding: 0 35px;
}

.testiminial_wrapper .owl-nav.disabled button {
  width: 40px;
  height: 40px;
  border: solid 2px #fff !important;
  position: relative;
  border-radius: 50%;
}

.testiminial_wrapper .owl-nav.disabled button span {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 0 !important;
  color: #fff;
  font-size: 0;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.testiminial_wrapper .owl-next span {
  background-image: url(../../images/carousel_arow.png);
}

.testiminial_wrapper .owl-nav.disabled button.owl-prev {
  border: solid 2px #339130 !important;
}

.testiminial_wrapper {
  padding: 50px 0 0;
}

.testiminial_wrapper h2 {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 600;
  color: #004b62;
  margin: 0 0 80px;
}






.global_carousel {
  padding: 100px 0 0;
}

.global_carousel h2 {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 600;
  color: #004b62;
  margin: 0 0 80px;
}

.global_carousel .owl-nav.disabled {
  display: none !important;
}

.global_carousel h5 {
  margin: 0;
  color: #004b62;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}

.global_carousel img {
  margin: 0;
}

.global_carousel button.owl-dot {
  width: 15px;
  height: 15px;
  background-color: #ccdbe0 !important;
  border-radius: 50%;
  margin: 0 2px;
}

.global_carousel button.owl-dot.active {
  background-color: #004b63 !important;
}

.owl-dots {
  text-align: center;
  margin: 35px 0 0;
}

/* new mobile responsive  lakshmilux*/

@media (min-width:250px) and (max-width: 991px) {
  .career_banner section {
    justify-content: center;
    text-align: center;
  }
}

@media (min-width:250px) and (max-width: 767px) {
  .career_banner {
    height: 250px;
    background-size: cover;
  }

  .career_banner section {
    height: 250px;
  }

  .career_banner h3 {
    font-size: 22px;
    font-weight: 700;
  }

  .career_banner h3 span {
    font-size: 18px;
    font-weight: 400;
  }
}

@media (min-width:250px) and (max-width: 860px) {
  .innerpage_content.career_page {
    padding: 0px 0 40px;
  }
}

@media (min-width:250px) and (max-width: 576px) {
  .career_banner {
    height: 170px;
    background-size: cover;
    background-image: url(../../images/CAREERBANNEREDITTED.png);
    background-position: center center;
  }

  .career_banner section {
    height: 170px;
  }
}

@media (min-width:250px) and (max-width: 767px) {
  .quote_wrapper h2 {
    text-align: center;
  }

  .quote_wrapper section {
    padding: 50px 0;
    background-size: 1100px;
    background-repeat: no-repeat;
    background-position: left top;
  }

  .quote_wrapper section article {
    width: 100%;
    float: none;
    margin: 288px 0 0 0;
    padding: 15px 40px;
    background-color: #55172C;




  }

  .quote_wrapper section p {
    font-size: 16px;
    line-height: 35px;
  }

  .quote_wrapper section article h3 {
    font-size: 20px;
  }

  .company_ventures img {
    width: 200px;
  }
}

@media (min-width:250px) and (max-width: 576px) {
  .quote_wrapper section p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 30px;
  }

  .quote_wrapper section {
    padding: 50px 0 0;
  }

  .company_ventures h2 {
    text-align: center;
  }

  .company_ventures h5 {
    font-size: 14px;
    padding: 15px 0;
  }

  .vision_2026 img {
    width: 100%;
  }

  .vacancies_wrapper section h2 {
    font-size: 50px;
    line-height: 45px;
    padding: 0;
    position: relative;
    text-align: center;
    margin: 0 0 35px;
  }

  .vacancies_wrapper section h2:before {
    display: none;
  }

  .vacancies_wrapper article {
    padding: 30px 30px 30px;
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    text-align: center;
  }

  .vacancies_wrapper article a {
    width: 170px;
    margin: 20px auto 0;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#67aea2+0,3a7a83+100 */
    background: #67AEA2;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #67AEA2 0%, #3A7A83 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #67AEA2 0%, #3A7A83 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #67AEA2 0%, #3A7A83 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67AEA2', endColorstr='#3A7A83', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }

  .vacancies_wrapper article a:before {
    position: absolute;
    left: 121px;
    top: 15px;
    content: "";
    background-image: url(../../images/apply_arow.png);
    width: 23px;
    height: 11px;
  }
}

@media (min-width:250px) and (max-width: 767px) {
  .career_form h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }

  .career_form section h5 {
    font-size: 28px;
    margin: 0 0 35px;
    text-align: center;
  }
}

@media (min-width:250px) and (max-width: 767px) {
  .lakshmilux_wrapper img {
    width: 250px;
  }

  .lakshmilux_wrapper span {
    font-size: 16px;
  }

  .lakshmilux_wrapper h4 {
    margin: 30px 0 0px;
    font-size: 22px;
    text-align: center;
  }

  .lakshmilux_wrapper p {
    font-size: 16px;
    line-height: 27px;
    margin: 15px 0 0;
  }

  .insta_feed_wrapper h2,
  .wall_of_olympic h2 {
    font-size: 18px;
  }

  .insta_feed_wrapper h1,
  .wall_of_olympic h1 {
    font-size: 42px;
  }

  .insta_feed_wrapper h5,
  .wall_of_olympic h5 {
    font-size: 18px;
  }

  .committee_members img {
    margin: 50px auto 0px;
  }

  .committee_members h5 {
    margin: 10px 0 0;
  }

  .committee_members {
    margin: -170px 0 0;
  }

  .strength_wrapper article img {
    width: 100px;
  }

  .testiminial_wrapper .owl-carousel article p {
    padding: 25px 0 40px;
  }
}

@media (min-width:250px) and (max-width: 576px) {
  .out-left .info {
    transform-origin: inherit;
    -webkit-animation: out-left 300ms ease 0ms 1 forwards;
    animation: none;
  }

  .info {
    transform: none;
  }
}

@media (min-width:250px) and (max-width: 991px) {
  .testiminial_wrapper .owl-carousel article p {
    padding: 0 0 40px;
    margin: 0;
  }

  .testiminial_wrapper .owl-carousel article {
    padding: 55px 0 0;
  }

  .testiminial_wrapper .owl-carousel article:after {
    bottom: 11px;
  }
}

@media (min-width:250px) and (max-width: 767px) {
  .testiminial_wrapper .carousel_style1:before {
    display: none;
  }

  .testiminial_wrapper .carousel_style1:after {
    width: 100%;
  }

  .testiminial_wrapper .owl-nav.disabled button.owl-prev {
    border: solid 2px #fff !important;
  }

  .testiminial_wrapper .owl-prev span {
    background-image: url(../../images/carousel_arow.png);
    transform: rotate(180deg);
  }

  .testiminial_wrapper .carousel_style1 {
    position: relative;
    padding: 5px 0 80px;
    margin: 130px 0 0;
}

.testiminial_wrapper #demos .owl-carousel {
    margin: -105px 0 0!important;
}
}

@media (min-width:250px) and (max-width: 860px) {
  .innerpage_content.career_form {
      padding: 75px 0 0;
  }
  }
  @media (min-width:250px) and (max-width: 620px) {
  .innerpage_content.career_form {
      padding: 0;
      margin: 0 0 -60px;
  }
  .career_form section {
      padding: 50px 0;
  }
  .career_form h3 {
      font-size: 22px;
  }
  .career_form form input {
      border-radius: 0;
  }
  }

  @media (min-width:250px) and (max-width: 576px) {
    .testiminial_wrapper .owl-carousel article p {
        padding: 0 0 20px!important;
        margin: 0!important;
        height: auto!important;
    }
    .testiminial_wrapper .owl-nav.disabled {
        top: auto!important;
        height: auto!important;
        bottom: -65px!important;
    }
    .testiminial_wrapper #demos .owl-carousel {
        padding: 0 20px;
    }
    .global_carousel h2 {
        margin: 0 0 30px;
    }
    }
    img.em_mobile_logo {
        display: none;
    }
    @media (min-width:250px) and (max-width: 860px) {
    .em_intro_wrapper {
        padding: 20px 0 45px;
    }
    }
    @media (min-width:250px) and (max-width: 620px) {
    .em_intro_wrapper {
        margin: -105px 0 0;
    }
    }
    @media (min-width:250px) and (max-width: 576px) {
    .em_desk_top_logo {
        display: none;
    }
    .em_mobile_logo {
        display: block !important;
        margin: 0 auto;
        width: 250px;
    }
    .empowerment_wrapper {
        margin: 0 0 -100px;
    }
    }

    .career_form form input {
      border-radius: 0;
  }
  .career_form form input:focus {
      background-color: transparent;
      outline: none!important;
      box-shadow: none!important;
      border-color: #fff!important;
  }
  .rc-anchor-light.rc-anchor-normal {
      border: none!important;
      box-shadow: none!important;
  }
  .g-recaptcha {
      background-color: #F9F9F9!important;
  }
  .career_form form button {
    transition: all 0.9s ease 0s;
  }
  .career_form form button:hover {
      background-color: #0C3E2D;
      color: #fff;
      padding: 7px 25px;
  }
  @media (min-width:250px) and (max-width: 576px) {
  .sm_content {
      padding: 0;
      margin: -65px 0 0;
  }
  .sm_content section img {
      margin: 0 auto 50px;
  }
  }
  @media (min-width:250px) and (max-width: 767px) {

  .empowerment_nav li:before {
    display:none;
  }
  }

  .empowerment_wrapper {
    margin: 0 0 -100px;
}
.innerpage_content.career_form {
    padding: 100px 0 0;
    margin: 0 0 -60px;
}
@media (min-width:250px) and (max-width: 576px) {
.testiminial_wrapper h2 {
    text-align: center;
}
.global_carousel h2 {
    text-align: center;
}
.global_carousel h5 {
    text-align: center;
    background-color: #F5F5F5;
}
.feedback_comment {
    padding: 0px;
}
.feedback_comment h3 {
    font-size: 40px;
	margin: 0 0 10px;
}
.feedback_comment h5 {
    font-size: 28px;
    padding: 0 0 20px;
    margin: 0 0 40px 0;
    text-align: center;
}
.empowerment_nav li:hover:before {
	display: none;
}
.empowerment_world_banner {
    background-position: 84% bottom;
    background-size: 1350px;
}
.empowerment_india_banner {
    background-position: 81% bottom;
    background-size: 1350px;
}
}
.quote_block p {
  font-size: 18px;
  line-height: 32px;
  margin: 30px 0 0;
  text-align: justify;
}
h3#diversity {
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    color: #231f20;
    letter-spacing: 2px;
    margin: 0 0 50px;
}
.strength_wrapper img {
    width: 220px;
}
.gallery_link a {
  display: block;
  text-align: center;
}

.concern_content .owl-prev span {
  background-image: url(../../images/carousel_arow_next.png);
  transform: rotate(180deg);
}

.g-recaptcha {
  background-color: transparent!important;
}

img.gallery-play {
  display: block;
  margin: 0 auto;
}

@media (min-width:250px) and (max-width: 576px) {
  img.gallery-play {
      margin: -55px auto 45px;
      width: 45px;
  }
  }
  @media (min-width:250px) and (max-width: 640px) {
  .insta_feed_wrapper h1, .wall_of_olympic h1 {
      font-size: 20px;
  }
  }
  .quote-section {
    text-transform: none !important;
  }

.testiminial_wrapper .owl-carousel article p {
  text-align: justify!important;
}

.gallery-title-link {
  display: block;
  background-image: url(https://newyeargoldentea.com/images/gallery_title1.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 175px;
  position: relative;
  margin: 0 0 55px;
}
.gallery-title-link span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -45px;
  display: block;
}

@media (min-width:250px) and (max-width: 767px) {
  .gallery-title-link {
      height: 140px;
      background-size: 420px auto;
  }
  }
  @media (min-width:250px) and (max-width: 576px) {
  .gallery-title-link span {
      bottom: -70px;
  }
  }
  @media (min-width:250px) and (max-width: 400px) {
  .gallery-title-link {
      background-size: 360px auto;
  }
  }

.lakshmilux_wrapper p {
  color: #000;
}


.em_banner .container {
  display: flex;
  align-items: flex-start;
  justify-content: end;
}
.paris_2024 {
  background-image: url(../../images/paris2024_logo.png);
  background-repeat: no-repeat;
  height: 392px;
  width: 214px;
  display: flex;
  align-items: end;
  justify-content: center;
  background-position: -2px top;
  margin: 50px 0 0;
}

.wall h1 {
  padding: 0;
  font-size: 70px;
  color: #fff;
  font-weight: 800;
}

.wall {
  margin: -90px 0 0;
}

.wall h5 {
  margin: 0 auto 25px;
  color: #fff;
  text-align: center;
  max-width: 690px;
  font-weight: 500;
  font-size: 25px;
}

.gallery_link h4 {
  text-align: center;
  margin: 0;
  position: relative;
  top: 35px;
  z-index: 9;
}

@media (min-width:250px) and (max-width: 991px) {
  .wall h1 {
      font-size: 45px;
  }
  }


@media (min-width: 250px) and (max-width: 767px) {
  .walltea, .wall h5 {
      font-size: 18px;
  }
  .wall h1 {
      font-size: 38px;
  }
  }

  @media (min-width: 250px) and (max-width: 640px) {
    .walltea, .wall h5 {
        font-size: 18px;
    }
    .wall h1 {
        font-size: 20px;
    }
    }

    .em_banner_mobile {
      display: none;
  }

  @media (min-width: 250px) and (max-width: 991px) {
  .em_banner {
      height: auto;
      display: block;
      position: relative;
  }
  .em_banner_mobile {
      width: 100%;
      height: auto!important;
      display: block;
  }
  .em_banner .container {
      position: relative;
      z-index: 99999999;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
  }
  .paris_2024 a {
      margin: 0 0 0 -4px;
      background-position: 115px center;
      width: 98%;
  }
  .paris_2024 {
      height: 288px;
      width: 150px;
      position: relative;
      z-index: 9999;
      background-size: 100% auto;
  }
  }



  @media (min-width: 250px) and (max-width: 767px) {
  .paris_2024 {
      height: 192px;
      width: 93px;
  }
  .paris_2024 a {
      font-size: 11px;
      padding: 8px 11px;
      background-position: 65px center;
      width: 96%;
      background-size: 16px auto;
  }
  }


  @media (min-width: 250px) and (max-width: 480px) {
  .paris_2024 {
      height: 170px;
      width: 85px;
      margin: 5px 0 0;
  }
  .paris_2024 a {
      background-position: 59px center;
  }
  }

  @media (min-width: 250px) and (max-width: 730px) {
    .empowerment_kerala_banner img, .empowerment_world_banner img, .empowerment_india_banner img {
        margin: 0;
        width: 100%;
    }
    .empowerment_kerala_banner, .empowerment_world_banner, .empowerment_india_banner {
        height: auto;
        background-image: none;
    }
    }

  .emp_mob_img {
    display: none;
  }
  @media (min-width: 250px) and (max-width: 991px) {
  .empowerment_kerala_banner img, .empowerment_world_banner img, .empowerment_india_banner img {
      margin: 0;
      width: 100%;
      display: none;
  }
  .emp_mob_img {
      display: block !important;
  }
  }


  @media (min-width: 250px) and (max-width: 620px) {
  .empowerment_kerala_banner, .empowerment_world_banner, .empowerment_india_banner {
      margin: -90px 0 0;
  }
  .empowerment_kerala_banner .container, .empowerment_world_banner .container, .empowerment_india_banner .container {
    padding: 0;
}
  }

  @media (min-width: 250px) and (max-width: 576px) {
    .walltea {
        padding: 0 0 100px!important;
    }
    }
    @media (min-width:250px) and (max-width: 991px) {
      .quest_image {
          float: right;
          margin: 0 0 15px 25px;
          width: 260px;
      }
      }


      @media (min-width:250px) and (max-width: 576px) {
      .quest_image {
          float: none;
          margin: 0 0 15px 0;
          width: 100%;
      }
      }
      @media (min-width:250px) and (max-width: 991px) {
        .contact_bg section p {
            line-height: 16px;
            font-size: 14px;
            margin: 0 0 15px;
        }
        }

.quote_block p {
  color: #000;
}
      
@media (min-width:250px) and (max-width: 768px) {
.quote_block p {
    font-size: 16px;
    line-height: 27px;
    margin: 15px 0 0;
}
}

.staff-link {
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #fff;
  font-weight: 600;
  margin: 20px 0 0!important;
  display: inline-block;
  background-color: #006A31;
}

h1#staff-welfare span {
    font-weight: 700;
}
.staff-link {
  display: block!important;
  width: 150px;
  text-align: center;
  margin: 25px auto 0!important;
}

h1#staff-welfare {
  font-size: 35px;
}
h1#staff-welfare span {
  font-weight: 700;
  display: inline-block;
}

.vision_2026 img {
  width: 306px;
  height: 71px;
}


ul.emp-breadcrumb {
  display: flex;
  max-width: 1200px;
  margin: 10px auto 0;
}
ul.emp-breadcrumb li {
  margin: 0 15px 0 0;
  position: relative;
}
ul.emp-breadcrumb li a {
  display: block;
  padding: 0 26px 0 0;
  color: #212529;
}
ul.emp-breadcrumb li i {
  position: absolute;
  top: 3px;
  right: 0;
}

@media (min-width:250px) and (max-width: 1200px) {
  ul.emp-breadcrumb {
      margin: 20px auto;
      padding: 0 25px;
  }
  }
  
  
  
  
  
  
  
  
  
  
  
  


.key_players article {
    column-count: 4;
    column-gap: 25px;
}  
.key_players h3 {
    letter-spacing: -1px;
    font-size: 21px;
    font-weight: 600;
    color: #37592a;
    margin: 0 0 5px;
}
.key_players span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 5px;
    letter-spacing: -.2px;
    font-weight: 500;
} 
.key_players p {
    line-height: 20px;
    color: #000;
}  
.key_players section {
    background-image: url(../../images/key_player_bg.png);
    height: 155px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
	    margin: 15px 0 0;
}
.key_players section p {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 37px;
}    
.brand_purpose h3 {
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    color: #000;
}  
.vision_mission h3 {
    letter-spacing: 0;
    font-size: 28px;
    margin: 0 0 10px;
}  
.vision_mission p {
    line-height: 27px;
    color: #000;
}
.story_wrapper h3 {
    color: #19401d;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 32px;
}

.certificates_wrapper {
    padding: 50px 0;
}
.certificates_wrapper img {
    border: solid 1px #000000;
    width: 100%;
    margin: 15px 0;
}
.certificates_wrapper h3 {
    text-align: center;
}



.contact_wrapper {
    background-image: url(../../images/contact_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	    margin: 0 0 -60px;
}
.contact_wrapper img {
    display: block;
    margin: 25px auto 0;
}

.address_wrapper {
    text-align: center;
}
.address_wrapper h5 {
    text-align: center;
    margin: -80px 0 0;
    font-size: 40px;
    font-weight: 600;
    color: #08673a;
}  
.address_wrapper h6 {
    margin: 0;
    font-size: 25px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #09673a;
}

.address_wrapper p {
    margin: 0;
    font-weight: 700;
    color: #09673a;
    font-size: 27px;
}
p#phone {
    font-size: 40px;
    font-weight: 600;
    color: #08673a;
    display: flex;
    justify-content: center;
}
p#phone span {
    background-image: url(../../images/phone_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 42px;
}





@media (min-width:250px) and (max-width: 1200px) {
.key_players section p {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
}
.key_players section {
    padding: 0 30px;
}	
}



@media (min-width:250px) and (max-width: 1024px) {
.key_players section p {
    text-align: center;
}	
.key_players section p br {
    display: none;
}	
}




@media (min-width:250px) and (max-width: 991px) {
.key_players article {
    column-count: 2;
    column-gap: 25px;
}	
}



@media (min-width:250px) and (max-width: 767px) {
.key_players article {
        column-count: 1;
        column-gap: 25px;
    }
    .key_players section p {
        margin: 0;
        font-size: 17px;
        line-height: 24px;
    }
.key_players section {
        padding: 35px 30px;
        height: auto;
    }
.vision_mission img {
    width: 330px;
    display: block;
    margin: 0 auto 40px;
}	
.strength_wrapper article h4 {
    text-align: left;
}
.strength_wrapper article h4 span {
    font-size: 19px !important;
}
.strength_wrapper article h4 span br {
	display:none;
}
.company_ventures .row .col-12.col-sm-6.col-md-4.col-lg-4 {
    max-width: 100%;
    flex: 0 0 100%;
}
.company_ventures .row .col-12.col-sm-6.col-md-4.col-lg-4:first-child, .company_ventures .row .col-12.col-sm-6.col-md-4.col-lg-4:last-child {
    display: none;
}

.address_wrapper h5 {
    text-align: center;
    margin: 0px 0 0;
    font-size: 30px;
}
.address_wrapper h6 {
    margin: 0;
    font-size: 20px;
}
p#phone {
    font-size: 28px;
    margin: 15px 0 0;
}
p#phone span {
    background-position: left 3px;
}
.address_wrapper p {
    font-size: 23px;
}
}



@media (min-width:250px) and (max-width: 620px) {
.innerpage_content.inner_page_kplayers {
    padding: 20px 0 40px;
}
}





@media (min-width:250px) and (max-width: 576px) {
    .vision_mission img {
        width: 80%;
        display: block;
        margin: 40px auto;
    }
    .address_wrapper h5 {
        text-align: center;
        margin: 0px 0 10px;
        font-size: 25px;
        font-weight: 700;
    }
    .address_wrapper h6 {
        margin: 0;
        font-size: 17px;
        letter-spacing: 0;
    }	
	p#phone {
        font-size: 24px;
        margin: 10px 0 0;
    }
	    .address_wrapper p {
        font-size: 21px;
    }
	.contact_wrapper img {
    display: block;
    margin: 0;
}
.contact_wrapper {
    padding: 50px 0 40px;
}
}



 