ul {
	list-style: none;
}

a {
    transition: all 400ms;
   -webkit-transition: all 400ms;
   color: black;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: black;
}

img {
	width: 100%;
}

body {
	font-family: futurabook;
	font-size: 14px;
}

video {
	width: 100%;
	display: block;
}

button{
	cursor: pointer;
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10 {
	width: 100%;
	float: left;
}

#section1 {
	margin-right: 0;
	margin-left: 0;
}


/******Fonts*******/

@font-face {
	font-family: 'futura_lt_btlight';
	src: url('../woff2/futura_light_bt.woff2') format('woff2'), 
	url('../woff/futura_light_bt.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futurabook';
	src: url('../woff2/futura_book_font.woff2') format('woff2'), 
	url('../woff/futura_book_font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futura_md_btmedium';
	src: url('../woff2/futura_medium_bt.woff2') format('woff2'), 
	url('../woff/futura_medium_bt.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futura_md_btmedium_italic';
	src: url('../woff2/futura_medium_italic_font.woff2') format('woff2'), 
	url('../woff/futura_medium_italic_font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futura_bdcn_btbold';
	src: url('../woff2/futura_bold_font.woff2') format('woff2'), 
	url('../woff/futura_bold_font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futura_xblk_btextra_black';
	src: url('../woff2/futura_extra_black_font.woff2') format('woff2'), 
	url('../woff/futura_extra_black_font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_16023_FUTURAN';
	src: url('../eot/16023_futuran.eot');
	src: local('?'), url('../woff/16023_futuran.woff') format('woff'), url('../ttf/16023_futuran.ttf') format('truetype'), url('../svg/16023_futuran.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_FuturaBT-Medium';
	src: url('../eot/futurabt-medium.eot');
	src: local('?'), url('../woff/futurabt-medium.woff') format('woff'), url('../ttf/futurabt-medium.ttf') format('truetype'), url('../svg/futurabt-medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Redbird';
	src: url('../eot/redbird.eot');
	src: local('?'), url('../woff/redbird.woff') format('woff'), url('../ttf/redbird.ttf') format('truetype'), url('../svg/redbird.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_MyriadPro-Regular';
	src: url('../eot/myriadpro-regular.eot');
	src: local('?'), url('../woff/myriadpro-regular.woff') format('woff'), url('../ttf/myriadpro-regular.ttf') format('truetype'), url('http://urtest.site/HSW/html/assets/Fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/************Fonts End*****************/


/************Header************/
.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	height: 76px;
}

.header-spacer {
	height: 44px;
}

.header-logo {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 168px;
	margin-top: -20px;
	margin-left: -84px;
}

.menu-icons {
	/* width: 20%; */
	display: block;
	text-align: left;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	float: left;
}

.top-logo {
	/* width: 60%; */
	text-align: center;
	z-index: 111;
}

.top-social-icons {
	width: 20%;
}

.menu-icon a {
	cursor: pointer;
	display: block;
	float: right;
	padding: 10px 15px;
	z-index: 1111;
	position: relative;
}

.menu-icon a .bar1,
.menu-icon a .bar2,
.menu-icon a .bar3 {
	width: 32px;
	height: 1px;
	transition: 0.4s;
	background: #FFFFFF;
	display: block;
}

.menu-icon a .bar2 {
	margin: 12px 0;
}

nav.navbar {
	background: url(../jpg/background.jpg);
	border: 0;
	width: 100%;
	min-height: 76px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.top-social-icons ul.social-icons {
	display: block;
	line-height: 2;
	padding: 0;
	margin: 0;
}

ul.social-icons li a {
	color: white;
	font-size: 20px;
    padding: 0px 7px;
}

.top-social-icons ul.social-icons li {
	padding: 10px 5px;
	display: inline-block;
}

.show-menu .main-menu {
	height: 100%;
	opacity: 1;
  z-index: 999;
}

.show-menu .menu-icon a .bar1 {
	-webkit-transform: rotate(-48deg) translate(-8px, 8px);
	transform: rotate(-48deg) translate(-8px, 8px);
}

.show-menu .menu-icon a .bar2 {
	opacity: 0;
}

.show-menu .menu-icon a .bar3 {
	-webkit-transform: rotate(46deg) translate(-11px, -11px);
	transform: rotate(46deg) translate(-11px, -11px);
}

.show-menu .main-menu .top-logo {
	width: 100%;
	padding: 23px;
}

.show-menu .main-menu ul.social-icons {
	opacity: 1;
}

.show-menu .main-menu ul.social-icons li {
	display: inline-block;
	padding: 0px 10px;
}

.show-menu .main-menu ul.menu-bar li {
	animation: nav-item-fade-in .25s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.show-menu .main-menu ul.menu-bar li:nth-child(1) {
	animation-delay: 0.1s;
	-moz-transition-delay: 0.1s; 
	-webkit-transition-delay: 0.1s; 
	-o-transition-delay: 0.1s;
}

.show-menu .main-menu ul.menu-bar li:nth-child(2) {
	animation-delay: 0.15s;
	-moz-transition-delay: 0.15s; 
	-webkit-transition-delay: 0.15s; 
	-o-transition-delay: 0.15s;
}

.show-menu .main-menu ul.menu-bar li:nth-child(3) {
	animation-delay: 0.25s;
	-moz-transition-delay: 0.25s; 
	-webkit-transition-delay: 0.25s; 
	-o-transition-delay: 0.25s;
}

.show-menu .main-menu ul.menu-bar li:nth-child(4) {
	animation-delay: 0.3s;
	-moz-transition-delay: 0.3s; 
	-webkit-transition-delay: 0.3s; 
	-o-transition-delay: 0.3s;
}

.show-menu .main-menu ul.menu-bar li:nth-child(5) {
	animation-delay: 0.35s;
	-moz-transition-delay: 0.35s; 
	-webkit-transition-delay: 0.35s; 
	-o-transition-delay: 0.35s;
}

.show-menu .main-menu ul.menu-bar li:nth-child(6) {
	animation-delay: 0.4s;
	-moz-transition-delay: 0.4s; 
	-webkit-transition-delay: 0.4s; 
	-o-transition-delay: 0.5s;
}

.show-menu .main-menu ul.menu-bar li:nth-child(7) {
	animation-delay: 0.45s;
	-moz-transition-delay: 0.45s; 
	-webkit-transition-delay: 0.45s; 
	-o-transition-delay: 0.45s;
}

.show-menu .main-menu ul.menu-bar li:nth-child(8) {
	animation-delay: 0.5s;
	-moz-transition-delay: 0.5s; 
	-webkit-transition-delay: 0.5s; 
	-o-transition-delay: 0.5s;
}

.show-menu .main-menu ul.menu-bar li:nth-child(9) {
	animation-delay: 0.55s;
	-moz-transition-delay: 0.55s; 
	-webkit-transition-delay: 0.55s; 
	-o-transition-delay: 0.55s;
}

.show-menu .main-menu ul.menu-bar li:nth-child(10) {
	animation-delay: 0.6s;
	-moz-transition-delay: 0.6s; 
	-webkit-transition-delay: 0.6s; 
	-o-transition-delay: 0.6s;
}

.show-menu .main-menu ul.menu-bar li:nth-child(11) {
	animation-delay: 0.65s;
	-moz-transition-delay: 0.65s; 
	-webkit-transition-delay: 0.65s; 
	-o-transition-delay: 0.65s;
}

@keyframes nav-item-fade-in {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}


.show-menu .top-logo {
	/* position: fixed;
	width: 100%;
	padding-right: 2rem; */
/*
	  left: 0;
  margin: 0.3125rem auto auto;
  padding-right: 0;
  padding-top: 0.3125rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
*/
}
/* .show-menu .menu-icon a{
	position: fixed;
top: 3%;
right: 10px;
} */

/*

.show-menu .menu-icon a {
	padding-top: 10px;
	position: fixed;
	right: 15px;
	top: 10px;
}
*/

.main-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	height: 1px;
	width: 100%;
	opacity: 0;
	background: url(../jpg/background.jpg);
	border: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 11;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	overflow: hidden;
}

.main-menu__inner {
	width: 100%;
	max-height: 100%;
	max-height: 100vh;
	padding: 100px 20px;
	overflow-y: auto;
}

.main-menu ul.menu-bar {
	width: 100%;
	float: right;
	text-align: center;
	/* margin-top: 130px; */
	padding: 30px;
	padding-bottom: 0px;
}

.main-menu ul.menu-bar li {
	margin-bottom: 20px;
	opacity: 0;
}

.main-menu ul.menu-bar li a {
	font-family: futura_md_btmedium;
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 3px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.main-menu ul.social-icons {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	transition-delay: 0.6s; 
}

.main-menu ul.menu-bar li a:hover,
.footer-menu ul.footer-bar li a:hover,
.footer-section .footer-icons ul.social-icons li a:hover,
ul.social-icons li a:hover {
    color: #4d4d4d;
    text-decoration: none;
}

.language-selector {
	padding-right: 30px;
	position: relative;
	/* float: left; */
	width: 100%;
	text-transform: uppercase;
}

.menu-selector {
	display: inline-flex;
	align-items: center;
	width: 100%;
}

.language-selector select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */
	display: block;
	width: 133px;
	font-size: 11px;
	padding: 5px;
	height: 32px;
	margin: 10px 0px;
	font-size: 11px;
	line-height: 1;
	color: #444444;
	background-color: #ffffff;
	background-image: none;
	border: 0;
	border-radius: 0;
	-ms-word-break: normal;
	word-break: normal;
	width:100%;
}

.language-selector select::-ms-expand {
	display: none;
}

.language-selector .dropdown {
	position: relative;
	display: inline-block;
	width: 208px;
}

.language-selector button.dropbtn {
	position: relative;
	padding-right: 27px;
	background-color: #ffffff;
	color: #000;
	padding: 10px;
	font-size: 10px;
	border: none;
	cursor: pointer;
	width: 100%;
	/* margin-top: 10px; */
	text-align: left;
}

.language-selector button.dropbtn::after {
	content: "\f0d7";
	font: normal normal normal 17px/1 FontAwesome;
	color: #ffffff;
	/* right: 30px;
	top: 9px; */
	top: 0;
	right: 0;
	height: 100%;
	padding: 8px;
	border: 0;
	position: absolute;
	pointer-events: none;
	background: #4D4D4D;
	width: 27px;
}


.language-selector div#myDropdown {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	text-align: left;
}

.language-selector div#myDropdown.show {
	display: block;
	width: 100%;
}

.language-selector div#myDropdown a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.language-selector .dropbtn:hover,
.language-selector .dropbtn:focus {
	background-color: #fff;
}

.language-selector .dropdown a:hover {
	background-color: #fff;
	border-left: 5px solid #4E4D4D;
}

.language-selector .show {
	display: block;
}


/*************Header End***************/


/*****************Top-banner***************/

section.top-banner {
	width: 100%;
	/* float: left; */
}

.image-block {
	width: 100%;
	height: 100%;
	/* float: left; */
}

.top-banner .image-sections {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	position: relative;
}

.top-banner .img-block img {
	display: block;
	width: 100%;
	height: auto;
}

.top-banner .img-block:hover {}

.top-banner .text-over-img:before {
	position: absolute;
	content: "";
	left: 8px;
	right: 8px;
	bottom: 8px;
	top: 8px;
	border: 2px solid #fff;
}

.top-banner .img-block-over.img-ovr1{
    opacity: 0;
	transition: .5s ease;
	background: url(../jpg/img1over.jpg);
    background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.top-banner .img-block-over.img-ovr2{
    opacity: 0;
	transition: .5s ease;
	background: url(../jpg/img2over.jpg);
    background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.top-banner .img-block-over.img-ovr3{
    opacity: 0;
	transition: .5s ease;
	background: url(../jpg/img3over.jpg);
    background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.top-banner .img-block-over.img-ovr4{
    opacity: 0;
	transition: .5s ease;
	background: url(../jpg/img4over.jpg);
    background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.top-banner .img-block-over.img-ovr5{
    opacity: 0;
	transition: .5s ease;
	background: url(../jpg/img5over.jpg);
    background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.top-banner .img-block-over.img-ovr6{
    opacity: 0;
	transition: .5s ease;
	background: url(../jpg/img6over.jpg);
    background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.top-banner .img-block-over {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;

}

.top-banner .img-block-over:hover {
	opacity: 1;
}

.top-banner .text-over-img {
	color: white;
	position: absolute;
	text-align: center;
	border: 3px solid #fff;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.top-banner .text-over-center {
	color: white;
	position: absolute;
	top: 40%;
	left: 10%;
	width: 80%;
	text-align: center;
}

.top-banner .text-over-center h2 {
	font-size: 42px;
	font-family: Conv_Redbird;
}

.top-banner .text-over-center h2:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background: #999999b3;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}

.top-banner .text-over-center p {
	font-size: 12px;
	padding-top: 20px;
	text-transform: uppercase;
}

.img-block-over-heading {
	display: block;
	width: 100%; 
	text-align: center;
}

.img-block-heading-wrap {
	white-space: nowrap;
	overflow: hidden;   
	width: 100%;
	margin: 0 auto;
}

.img-block-over:hover .img-block-heading-wrap  {
	animation: type_one_type .8s steps(30) 0.2s 1 normal both;
}

@keyframes type_one_type{
  from{width: 0;}
  to{width: 100%;}
}


/****************End****************/


/*****************Connect***************/

section.connect {
	width: 100%;
	float: left;
}

.connect-section {
	display: block;
	width: 100%;
	float: left;
	padding-top: 100px;
	padding-bottom: 10px;
}

.connect-heading h4 {
	text-transform: uppercase;
	font-size: 38px;
	font-family: futura_md_btmedium;
	color: #000;
	padding-bottom: 57px;
}

.connect-section .row .img-sec {
	margin: 0;
	padding: 10px;
	width: 100%;
}

.img-icon-text {
	max-width: 300px;
	width: 100%;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;
}

.img-icon a {
	position: absolute;
	top: 83%;
	left: 15%;
	font-size: 32px;
	color: white;
}

.img-text h2 {
	font-size: 65px;
	font-family: futura_md_btmedium;
	font-weight: 400;
}

.img-container img {
	position: relative;
	width: 100%;
	float: left;
}

.img-text p {
	font-size: 14px;
	padding-bottom: 50px;
	padding-top: 23px;
}

.img-ico a {
	font-size: 32px;
	color: #fff;
}

.connect-section .row {
	margin-right: -10px;
	margin-left: -10px;
	padding: 0;
}


/****************End******************/


/**************Footer********************/

footer {
	width: 100%;
	float: left;
	background: url(../jpg/footer-bg.jpg);
	border: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.footer-section {
	width: 100%;
	float: left;
}

.footer-section .footer-top,
.footer-middle,
.footer-icons,
.footer-text,
.footer-btm,
.footer-tag,
.footer-seach {
	float: left;
}

.footer-section .footer-icons ul.social-icons {
	padding: 0;
	margin: 0;
	display: block;
	line-height: 8;
	float: right;
}

.footer-middle {
	position: relative;
}

.footer-middle:before {
	position: absolute;
	content: '';
	width: 94%;
	height: 4px;
	background: #ffffffc9;
	left: 3%;
}

.footer-section .search-box {
	text-align: right;
}

.footer-section .footer-icons ul.social-icons li {
	padding: 10px 13px;
	display: inline;
}

.footer-section .footer-icons ul.social-icons li a {
	font-size: 20px;
}

.footer-menu ul.footer-bar li {
	line-height: 3;
}

.footer-section .footer-text h4 {
	line-height: 8;
	letter-spacing: 3px;
	font-size: 20px;
}

.footer-menu ul.footer-bar {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.footer-logo {
	float: left;
	padding-top: 57px;
}

.footer-menu {
	width: 100%;
	float: left;
	padding-top: 57px;
}

.footer-logo img {
	max-width: 218px;
	float: left;
	width: 100%;
}

.footer-menu ul.footer-bar li a {
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
}

.footer-btm {
	padding-bottom: 75px;
	padding-top: 50px;
}

.footer-seach .search-box input {
	width: 90%;
	height: 40px;
	padding: 10px;
	float: left;
	background: #333;
	color: white;
	outline: 0;
	border: 0;
}

.footer-seach .search-box button {
	height: 40px;
	padding: 10px;
	max-width: 40px;
	width: 10%;
}

.footer-tag p {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 3;
}

.footer-tag p a{
	color: white;
}

.copyright-area {
	width: 100%;
	float: left;
	background: #333;
}

.copyright-area  .designed-developed {
    padding: 24px 15px 20px 15px;
    font-size: 12px;
    color: white;
    text-align: center;
}
.copyright-area .designed-developed span {
    display: inline;
    padding-right: 3px;
}
.copyright-area .designed-developed span img {
    max-width: 95px;
}


/**************Footer End****************/


/*************Our Story*****************/


/***************fixed menu***************/


/***********************test*****************/


/*
.fixed-side-story ul li a {
	position: relative;
	background-color: transparent;
	border: 1px solid #000;
	cursor: pointer;
	padding: 5px;
	height: 10px;
	margin: 15px 0;
	max-width: 12px;
	vertical-align: bottom;
	right: 0;
	transform: rotate(45deg);
	width: 100%;
}
*/

.fixed-side-story nav.navbar.navbar-expand-sm.navbar-dark {
	display: inline;
	background: transparent;
}
.fixed-side-story{
	z-index: 100;
}

.fixed-side-story .navbar-dark .navbar-nav .nav-link {
	color: #000;
	text-align: right;
}

.fixed-side-story ul.navbar-nav {
	display: block;
	float: right;
}

.fixed-side-story .dots:hover,
.fixed-side-story .section-active .dots {
	background: #000;
}

.fixed-side-story ul.navbar-nav li a i {
	float: right;
}

.fixed-side-story ul.navbar-nav li a.nav-link.active {
	color: yellow;
}

.fixed-side-story ul.navbar-nav li a:hover span.tooltiptext {
	opacity: 1;
}

.product-detail .slick-dots li {
	text-align: right;
}

.fixed-side-story .dots {
	width: 12px;
	height: 12px;
	background: transparent;
	float: right;
	padding: 5px;
	border: 1px solid #000;
	transform: rotate(45deg);
	outline: none;
	margin-left: 7px;
	margin-top: 4px;
}

.fixed-side-story span.tooltiptext,
.product-detail .slick-dots span.tooltiptext {
	opacity: 0;
	background: black;
	margin: 0px 20px;
	color: white;
	padding: 4px 25px;
	position: relative;
	width:100%;
}

.product-detail .slick-dots span.tooltiptext {
	text-align: center;
}

.product-detail .slick-dots span.tooltiptext {
    position: relative;
    width: auto;
    right: 16px;
    top: -5px;
    display: block;
    padding: 2px 16px 1px;
}

.fixed-side-story span.tooltiptext:before,
.product-detail .slick-dots span.tooltiptext:before {
	content: "";
	position: absolute;
	top: 0%;
	margin-right: 0px;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent #000 transparent;
	transform: rotate(-90deg);
	left: -24px;
}

.fixed-side-story span.tooltiptext:after,
.product-detail .slick-dots span.tooltiptext:after {
	content: "";
	position: absolute;
	top: 0%;
	margin-left: 0;
	border-width: 12px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	transform: rotate(-90deg);
	right: -24px;
}

.product-detail .slick-dots li:hover span.tooltiptext,
.product-detail .slick-dots li.slick-active span.tooltiptext {
	opacity: 1;
}


/*****************************************/

.fixed-side-story ul.vertical-menu li {
	transition: inherit;
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(45deg);
	color: #000;
	position: relative;
}

.fixed-side-story {
	position: fixed;
	width: 100%;
	top: 40%;
	z-index: 999;
	right: 40px;
	max-width: 400px;
}

ul.vertical-menu {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	list-style: none;
}


/*

div#dot-nav {
	width: 100%;
	float: left;
}
*/

.fixed-side-story ul.vertical-menu li a {
	text-decoration: none;
	text-align: right;
	display: block;
	padding: 2px 0px 2px 10px;
	transform: rotate(-45deg);
}

.links {
	color: black;
	font-size: 20px;
	font-weight: normal;
}

.fixed-side-story ul.vertical-menu li a i {
	color: #000;
	font-size: 15px;
	transform: rotate(-45deg);
}

.fixed-side-story ul.vertical-menu li a.active {
	color: white;
	background-color: rgba(100, 100, 100, 1);
	border-left: thick solid rgba(0, 255, 0, 0.5);
}

.fixed-side-story ul.vertical-menu li a i:hover::before {
	color: #000;
	content: "\f0c8";
}

.fixed-side-story ul.vertical-menu li a i:active::before {
	color: #000;
	content: "\f0c8";
}


/*
.awesome-tooltip + .tooltip.left > .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
}
*/

.fixed-side-story ul.vertical-menu li .tooltiptext {
	background: #000;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	padding: 6px;
	position: absolute;
	opacity: 0;
	transition: all .3s ease;
	transition: opacity 0.3s;
	top: 7px;
	right: 35px;
}

.fixed-side-story ul.vertical-menu li .tooltiptext::after {
	content: "";
	position: absolute;
	top: 0%;
	margin-left: 0;
	border-width: 12px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	transform: rotate(-90deg);
	right: -24px;
}

.fixed-side-story ul.vertical-menu li .tooltiptext::before {
	content: "";
	position: absolute;
	top: 0%;
	margin-right: 0px;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent #000 transparent;
	transform: rotate(-90deg);
	left: -24px;
}

.fixed-side-story ul.vertical-menu li:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.Our-Story #section3 {
	background: none;
	color: #000;
	width: 100%;
	float: left;
}


/*
#dot-nav {
	right: 10px;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	z-index: 999;
}
*/


/*

#dot-nav li {
	position: relative;
	background-color: transparent;
	border: 1px solid #000;
	cursor: pointer;
	padding: 5px;
	height: 10px;
	margin: 15px 0;
	max-width: 12px;
	vertical-align: bottom;
	right: 0;
	transform: rotate(45deg);
	width: 100%;
}

#dot-nav li a.links {
	transform: rotate(-45deg);
	position: absolute;
	top: -8px;
}

#dot-nav li.active,
#dot-nav li:hover {
	background-color: #000;
}
*/


/*

#dot-nav a {
	outline: 0;
	vertical-align: top;
	margin: 0px 0px 0px 25px;
	position: relative;
	top: -5px;
}
*/


/*

.awesome-tooltip + .tooltip > .tooltip-inner {
	background-color: #000;
	color: #f5f5f5;
	border: 1px solid #000;
}
*/


/****************End Fixed menu*************/

/* .story-detail p {
	max-width: 900px;
	margin: auto;
	width: 100%;
	padding: 60px 0px;
	font-size: 17px;
} */

.story-detail ul {
	max-width: 900px;
	margin: auto;
	width: 100%;
	padding: 60px 0px;
	font-size: 17px;
}

.story-detail h2 {
	font-size: 50px;
	/* padding-top: 62px; */
	position: relative;
	font-family: Conv_Redbird;
}

/* #section1 .story-detail h2 {
	padding-top: 20px;
} */

.story-detail h2:before {
	position: absolute;
	content: '';
	width: 100px;
	height: 2px;
	background: #c4c4c4;
	text-align: center;
	left: 50%;
	top: 110%;
	transform: translate(-50%, -50%);
}

.story-detail {
	width: 100%;
	float: left;
}

.story-detail ul li {
	padding: 10px 0px;
}

.story-detail button {
	/* margin-bottom: 57px; */
	margin-top: 30px;
	height: 50px;
	font-size: 13px;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #000;
	max-width: 135px;
	width: 100%;
	height: 45px;
}

.arrow-content button {
	/* margin-bottom: 57px; */
	margin-top: 30px;
	height: 50px;
	font-size: 13px;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #000;
	max-width: 135px;
	width: 100%;
	height: 45px;
}

.story-detail button:hover{
	background: black;
	border: 1px solid #000;
	color: white;
}

.arrow-content button:hover{
	background: black;
	border: 1px solid #000;
	color: white;
}

.story-detail button i {
	font-size: 20px;
	padding-left: 6px;
}

.story-detail a{
	font-weight: bold;
	color: black;
}

.story-detail-content {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 80px 20px;
}


/*************End******************/


/***********Product Detail page**********/

.hswslider_sec.middle {
    opacity: 1;
    transition: opacity 800ms linear;
    transition-delay: 800ms;
}
.partners-details-blog .detail-product h2 {
	font-size: 48px;
	font-family: Conv_Redbird;
}

.partners-details-blog .detail-product p {
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Futura PT';
    font-size: 16px;
    letter-spacing: 0.5px;
    max-width: 100%;
    padding: 15px 0px;
}

.partners-details-blog .detail-product ul {
	padding: 32px 0px;
	line-height: 2.5;
	margin: 0;
    list-style: none;
    
}

.partners-details-blog .detail-product p:after {

	background: transparent;

	right: 0;
	
    left: 0;
}
.partners-details-blog .detail-product h4 {
    font-size: 18px;
    color: #1d1d1b;
}
.partners-details-blog .detail-product img {
	padding-top: 0;
    padding-bottom: 32px;
	width: auto;
	margin: auto;
	max-width: 100%;
}

.partners-details-blog .detail-product button {
	font-size: 13px;
	text-transform: uppercase;
	height: 45px;
	width: 135px;
    background: transparent;
        border: 1px solid #000;
}
.partners-details-blog .detail-product button i {
    padding-left: 13px;
    font-size: 20px;
}
/*
.partners-details-blog .detail-product img {
	
}
*/
.partner_sec {
	clear: both;
	float: left;
	width: 100%;
	padding: 100px 15px 0 15px;
}
.partner_sec h4 {
    text-transform: uppercase;
    font-size: 38px;
    font-family: futura_md_btmedium;
    color: #000;
    padding-bottom: 57px;
}

.partners-details-blog .blog-product {
    width: 100%;
    float: left;
}

.partner_logolist .slick-slide {
	float: none;
	display: inline-block !important;
}

.partner_logolist .slick-slide img {
	max-width: 228px;
	margin: 0;
	display: inline-block; 
	text-align: center;
	backface-visibility: hidden;
}

#section2 .slick-slide img {
	margin: 0px 0;
}	

.partner_col{ display: inline-block; vertical-align: middle; text-align: center; width: 20%;  margin-left: -5px; padding: 0 15px;}
.partner_col img { 
  -webkit-filter: grayscale(0);
	filter: none;
	transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;

}
.partner_col img:hover { 
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/*slick-slider*/
ul.slick-dots li {
	display: block;
	padding: 0px;
	margin: 10px 25px 5px 0;
	height: 18px;
}

ul.slick-dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

ul.slick-dots li button {
	background: transparent;
	color: transparent !important;
	padding: 0;
	border: 1px solid black;
	border-radius: 0;
    width: 11px;
    height: 11px;
	transform: rotate(45deg);
	outline: none;
	float: right;
}

li.slick-active button {
	color: black !important;
	background: black !important;
}

.slick-slide img {
	display: block;
	margin: 95px 0;
	height: 100%;
	width: 100%;
}

.page-template-default .slick-slide img {
	margin: 0;
}

.slick-slider {
	width: 100%;
	float: left;
}

button.slick-arrow {
	outline: 0;
}


.detail-product {
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 15px;
	line-height: 22px;
	padding: 74px 74px;
	background: white;
	border: 1px solid #e1e1e1;
	margin: 40px 0;
	max-width: 578px;
	box-shadow: 0px 0px 21px 2px #e1e1e1;
}

.detail-product p { color: #808080; }

.right-details {
	position: absolute;
	right: 0;
	top: 10%;
	text-align: left;
	width: 30%;
	min-width: 200px;
}

.right-details h5 {
	border-bottom: 2px solid #ccc;
	padding: 0px 60px 10px 0px;
	font-size: 12px;
	text-transform: uppercase;
}

.right-details h3 {
	padding-right: 60px;
}

h5.bg-btm:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 4px;
	background: #e1e1e1;
	margin: auto;
	left: 30%;
	bottom: 0;
}

h5.bg-btm {
	position: relative;
}

.detail-product h5 {
	max-width: 380px;
	width: 100%;
	margin: auto;
	position: relative;
	font-size: 15px;
	text-transform: uppercase;
	font-family: futura_md_btmedium;
	border: 0px;
}

.right-details h3 {
	font-size: 39px;
}

.right-details h3 span {
	font-size: 13px;
}

.product-slider {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.product-slider > div {
	float: left;
}

.product-slider > div.right-side {
	padding: 0 !important;
}

.product-slider .slick-slide img {
	margin: 0;
}

section.product-detail {
	max-width: 1400px;
	margin: 0 auto;
	/* width: 100%;
	float: left; */
}


.slideshow .left-side {
	z-index: 11;
}

.slider .pull-left {
	float: left;
	left: 16px;
	position: absolute;
	top: calc(50% - 85px);
	z-index: 9;
	background: #000;
	border: 0;
	color: white;
	font-size: 30px;
	width: 55px;
	height: 55px;
	line-height: 0;
}

.slider .pull-right {
	float: left;
	left: 16px;
	position: absolute;
	top: calc(50% - 27.5px);
	z-index: 9;
	background: #000;
	border: 0;
	color: white;
	font-size: 30px;
	width: 55px;
	height: 55px;
	line-height: 0;
}

.detail-product h2 {
	font-size: 48px;
	font-family: Conv_Redbird;
}

.detail-product p {
	max-width: 310px;
	width: 100%;
	margin: auto;
	position: relative;
	padding: 0;
	font-size: 15px;
}
.detail-product p.border-btm {
	margin-bottom: 30px;
	padding-bottom: 0;
}

.detail-product p.border-btm:after {
	display: block;
	content: '';
	/* position: absolute; */
	width: 150px;
	height: 4px;
	background: #e1e1e1;
	margin: 30px auto 0 auto;
}

.detail-product ul {
	margin: 0 0 20px 0;
	padding: 0;
    list-style: none;
}

.detail-product ul li {
	font-size: 12px;
}

.detail-product img {
	padding: 32px 0px;
	line-height: 2.5;
	color: #000;
	font-weight: 600;
	font-size: 15px;
}

.detail-product button {
	font-size: 13px;
	text-transform: uppercase;
	height: 45px;
	width: 135px;
    background: transparent;
        border: 1px solid #000;
}
.detail-product button i {
    padding-left: 13px;
    font-size: 20px;
}
.detail-product img {
	padding: 60px 0px;
	width: 100%;
	float: left;
	max-width: 100%;
}


.detail-product img.detail-product-mobile-img {
	display: none;
	float: none;
	width: 100%;
	max-width: 320px;
	height: auto;
	margin: 30px auto 0 auto;
	padding: 0;
}




/*****End*****************/


/************Drink Original Water*************/

.carousel-control-prev {
	left: 0;
	width: 40px;
	height: 60px;
	padding-top: 27px;
	padding-right: 13px;
	opacity: 1;
}

a.carousel-control-prev:before {
	content: "";
	position: absolute;
	top: 0;
	margin-right: 0px;
	border-width: 62px;
	border-style: solid;
	border-color: transparent transparent #000 transparent;
	transform: rotate(90deg);
	left: 0;
}


.carousel-control-prev-icon{
    background: url(../png/chev-left.png) no-repeat;
    width: 35px;
    height: 35px;
    z-index: 9; 
    background-size: cover;
    margin-top: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 23px; 
}

.carousel-control-next-icon{
    background: url(../png/chev-right.png) no-repeat;
    width: 35px;
    height: 35px;
    z-index: 9;
    background-size: cover;
    margin-top: 20px;
    margin-right: 10px;
    position: absolute;
    right: -8px;
    top: 23px;
}

.carousel-control-next {
	right: 0;
	width: 40px;
	height: 60px;
	padding-top: 27px;
	padding-left: 13px; 
	opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
	z-index: 99;
	top: calc(50% - 62px);
}


.carousel-control-prev:hover, .carousel-control-next:hover{
	opacity: 0.65;
	cursor: pointer;
}

a.carousel-control-next:before {
	content: "";
	position: absolute;
	top: 0;
	margin-right: 0px;
	border-width: 62px;
	border-style: solid;
	border-color: transparent transparent #000 transparent;
	transform: rotate(-90deg);
	right: 0;
}

section.middle-social-links {
	background: #000;
	color: white;
	height: 73px;
	line-height: 3;
	font-size: 23px;
	text-align: center;
	display: block;
	width: 100%;
	float: left;
}

section.middle-social-links ul li {
	display: inline-block;
	padding: 0px 10px;
}

section.middle-social-links ul li a {
	color: #fff;
}

.share-links-img {
	position: relative;
}

.share-links-img span {
	position: absolute;
	left: 0;
	bottom: 40px;
	text-align: center;
	right: 0;
	font-size: 23px;
	border: 1px solid #000;
	width: 40px;
	height: 40px;
	line-height: 1.8;
	margin: auto;
	transform: rotate(45deg);
}

.share-links-img span a i {
	color: #000;
	transform: rotate(-45deg)
}

section.middle-social-links:before {
	content: "";
	position: absolute;
	border-width: 19px;
	border-style: solid;
	border-color: transparent transparent #000 transparent;
	margin-top: -38px;
	margin-left: -20px;
}

.slider-drinking-water {
	width: 100%;
	float: left;
}


/*a.carousel-control-prev {
    left: 0;
    color: #fff;
    background: #000;
    width: 40px;
    top: 40%;
    height: 60px;
    position: absolute;
}*/


/*a.carousel-control-next {
    right: 0;
    color: #fff;
    background: #000;
    width: 40px;
    top: 40%;
    height: 60px;
    position: absolute;
}*/

.carousel.slide {
	/* position: relative;*/
	width: 100%;
	float: left;
}

.scroll-img-section .image-block {
	position: relative;
	width: 100%;
	float: left;
}

.scroll-img-section .image-block span {
	position: absolute;
	bottom: 16%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	left: 0;
}

.home-video.scroll-img-section .image-block span {
    position: absolute;
    bottom: 16%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0;
}

.scroll-img-section .image-block span i {
	font-size: 40px;
	color: #fff;
}

section.Drink-original,
.link-icons {
	width: 100%;
	float: left;
}


/****************Footer mobile****************/

.mobile-view .contact-us {
	width: 100%;
	float: left;
}

.mobile-view .contact-us h2 {
	text-align: right;
	border-right: 2px solid #ccc;
	padding-right: 30px;
	margin: 50px auto;
}

.mobile-view .footer-middle .footer-icons ul.social-icons {
	float: left;
	line-height: 6;
}

.mobile-view .footer-seach .search-box img,
.footer-seach .search-box img {
	max-width: 450px;
}

.mobile-view .footer-seach {
	width: 100%;
}

.mobile-view .footer-logo {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.mobile-view .footer-middle:before {
	position: absolute;
	content: '';
	width: 92%;
	height: 4px;
	background: #ffffffc9;
	left: 3%;
	top: 130px;
}

.mobile-view .footer-logo img {
	max-width: 218px;
	float: left;
	width: 100%;
	margin: auto;
	float: none;
}

.mobile-view .footer-btm {
	padding-bottom: 45px;
	padding-top: 50px;
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 100px;
}

footer.mobile-view {
	display: none;
}


/******************************/


/*****************health ***************/

.story-img-logo {
	float: none;
	width: 100%;
	padding-top: 20px;
	margin: auto;
	text-align: center;
}

.story-img-logo img {
	display: inline-block;
	width: auto;
	height: 70px;
	margin: 10px;
}


/********************************/


/*****************blog details**************/

.blog-img-logo {
	width: 100%;
	text-align: center;
	margin: auto;
}

.blog-details {
	width: 100%;
	float: left;
}

.blog-details .detail-product h4 {
	width: 100%;
	float: left;
	font-size: 15px;
	font-family: futura_md_btmedium;
	font-weight: 600;
	padding: 0px 100px;
	padding-bottom: 30px;
}

.blog-details .detail-product p::after {
	background: transparent;
}

.blog-details .detail-product {
	padding: 0;
	margin-bottom: 0 !important;
	box-shadow: none;
	margin-bottom: 70px;
	margin-top: 70px;
}

.blog-img-logo img {
	float: none;
}

.blog-img-logo img {
	float: none;
	margin: 0;
	padding-top: 97px;
	max-width: 30%;
	width: 100%;
	display: inline-block !important;
	padding-right: 20px;
	padding-left: 20px;
}

.blog-details .detail-product p {
	max-width: inherit;
	width: 100%;
	margin: auto;
	position: relative;
	padding: 30px 0px;
	font-size: 15px;
	line-height: 1.4;
	padding: 0px 100px;
	padding-bottom: 30px;
	color: #808080;
}

.blog-details .right-side img {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 741px;
}

.blog-details .right-side {
	margin: 0;
	padding: 0;
}

.blog-details ul.slick-dots {
	display: none !important;
}

.pagination-navigation {
	clear: both;
	width: 100%;
	margin: 5% auto;
}

.pagination-navigation li {
	display: inline-block;
}


/*************************************/


/*****************Contact-us*****************/

section.conact-us {
	width: 100%;
	float: left;
}

.contact-details {
	float: left;
	width: 100%;
}

.contact-from {
	position: relative;
	z-index: 1;
	margin: 80px auto;
	max-width: 500px;
	transition: opacity 0.5s ease-in-out;
}

.contact-from.is-loading {
	opacity: 0.8;
}

.contact-from.is-loading::before {
	display: block;
	content: '';
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact-from.is-loading::after {
	display: block;
	content: '';
	position: absolute;
	z-index: 300;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: url(../svg/loader.svg) center no-repeat;
	background-size: 100px 100px;
	cursor: progress;
}

.contact-details .leftside {
	width: 100%;
	float: left;
}

.contact-details .rightside {
	float: left;
	margin: 80px auto;
	max-width: 340px;
}

.contact-from .form-group select {
	width: 100%;
	height: 46px;
	font-size: 14px;
	color: #000;
	outline: 0;
	background: #fff url(../svg/icon_select-down.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-position: center right 16px;
	background-size: 16px;
	border: 2px solid #eee;
	padding: 10px 12px;
	-webkit-appearance: none;
	appearance: none;
	transition: all 0.25s ease-in-out;
}

.contact-from .form-group select:focus {
	background-image: url(../svg/icon_select-up.svg);
}

.contact-from .form-group input {
	width: 100%;
	height: 46px;
	border: 2px solid #eee;
	border-radius: 2px;
    outline: none;
    box-shadow: none;
}

.contact-from .form-group input::placeholder {
	color: #000;
	font-size: 14px;
}

.contact-from .form-group textarea::placeholder {
	color: #000;
	font-size: 14px;
}

.contact-from button {
	margin-bottom: 57px;
    height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #000;
    max-width: 135px;
    width: 100%;
    height: 45px;
}

.contact-from button:hover{
	margin-bottom: 57px;
    height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    background: black;
    border: 1px solid #000;
    max-width: 135px;
    width: 100%;
    height: 45px;
    color: white;
}

.contact-from button i {
	font-size: 20px;
	float: right;
	box-sizing: border-box;
	padding-right: 10px;
}

.contact-details .rightside button i {
	font-size: 20px;
	float: right;
	box-sizing: border-box;
	padding-right: 10px;
}

.contact-details .rightside button:hover{
	margin-bottom: 57px;
    height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    background: black;
    border: 1px solid #000;
    max-width: 135px;
    width: 100%;
    height: 45px;
    color: white;
}

.contact-details .rightside button {
	margin-bottom: 57px;
    height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #000;
    max-width: 135px;
    width: 100%;
    height: 45px;
}

.contact-details .address-detail {
	padding-bottom: 25px;
}

.contact-details .rightside h2 {
	font-size: 26px;
	font-family: futura_md_btmedium;
}

.contact-details address {
	font-size: 14px;
	line-height: 1.8;
}


.contact-from-message {
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	text-align: center;
}

.contact-from-message p {
	font-size: 18px;
	color: #212529;
}


/************************************/


/****************Heritage*************/

.heritage-details {
	width: 100%;
	float: left;
	margin: 80px auto;
}

.heritage-logo,
.heritage-descripton {
	float: left;
	width: 100%;
}

.heritage-logo img {
	max-width: 90px;
	width: 100%;
}

.heritage-descripton h2 {
	margin-bottom: 20px;
	font-family: futura_md_btmedium;
	font-size: 38px;
	font-weight: 400;
}

.heritage-descripton p span {
	font-size: 16px;
	font-weight: 500;
}

.heritage-descripton p {
	font-family: futurabook;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #212529;
}

section#section2.harrogate-1 {
	float: none;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.harrogate-1-container {
	max-width: 1160px;
	margin: 0 auto;
}

.section-styling {
	display: table;
	width: 100%;
}

.section-styling .left-side {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.section-styling .right-side {
	padding-right: 40px;
}

.section-styling .left-side {
	padding-left: 40px;
}

.section-styling .right-side {
	margin: auto;
	width: 100%;
	text-align: center;
	background: url(../png/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: table-cell;
	vertical-align: middle;
}

.section-styling .right-side img {
	max-width: 170px;
	width: 100%;
	position: relative;
	bottom: 30px;
}

.section-styling .left-side .deatils-product {
	max-width: 440px;
	margin: auto;
	width: 100%;
}

.deatils-product h2 {
	margin-bottom: 20px;
	font-family: futura_md_btmedium;
	font-size: 38px;
	max-width: 300px;
}

.deatils-product p {
	font-family: futurabook;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #212529;
}

.deatils-product p span {
	font-size: 16px;
}

section#section3.harrogate-1 {
	width: 100%;
	float: left;
	background: #000;
	color: #fff;
	padding: 90px 0px;
}

.range-section h5 {
	font-family: futura_md_btmedium;
	border-bottom: 0px;
	font-size: 20px;
	margin-top: 20px;
}

.range-section {
	width: 100%;
	font-size: 12px;
	float: left;
	height: 510px;
}
.range-details h5 {
  font-size: 16px;
}
.range-details {
	max-width: 640px;
	width: 100%;
	margin: auto;
	padding-bottom: 90px;
	font-family: futurabook;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.range-details h2 {
	font-size: 38px;
	padding-bottom: 10px;
}

.range-section > div {
	width: 100%;
	min-height: 505px;
	max-width: 380px;
	margin: auto;
	border-bottom: 4px solid #ccc;
	padding: 30px 10px 10px 0px;
}

.page-id-336 .range-section > div {
	min-height: 301px;
}

.range-section:first-child > div,
.range-section:nth-child(2) > div {
	border-top: 4px solid #ccc;
}


/* 
.range-section h2.bd-tp:before {
	border-top: 4px solid #ccc;
	font-size: 12px;
	float: left;
	position: absolute;
	content: '';
	width: 380px;
	top: 0px;
} */

.range-section h2 {
	font-family: futura_md_btmedium;
	font-size: 28px;
}

.range-section p {
	font-size: 15px;
	line-height: 2;
    min-height:50px;
}


/*************************************/


/**********discovery details***************/

.detail-discovery-left {
	float: none;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

section.detail {
	width: 100%;
	float: left;
	display: table;
}

.detail-discovery-right {
	float: none;
	width: 50%;
	padding: 40px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px dotted #ccc;
}

.detail-discovery-left .discovery-deatil {
	text-align: right;
	max-width: 410px;
	float: right;
	margin: 130px 0px;
}

.detail-discovery-right .discovery-deatil {
	text-align: left;
	max-width: 400px;
	float: left;
	margin-bottom: 50px;
}

.discovery-deatil h1 {
	font-size: 66px;
	padding-top: 20px;
	font-family: futura_md_btmedium;
}

.discovery-deatil h5 {
	font-family: 'futura_md_btmedium';
	font-size: 19px;
	border: 0px;
}

.discovery-deatil p {
	font-size: 14px;
	color: #676767;
}

.detail-discovery-left ul {
	padding: 40px;
	margin: 0px
}

.detail-discovery-right ul {
	padding: 20px;
	margin: 0px
}

.discovery-deatil h1:before {
	position: absolute;
	font-size: 23px;
	content: "\f0c8";
	font-family: FontAwsome;
	transform: rotate(29deg);
	left: -9px;
}

.discovery-deatil h1:before {
	position: absolute;
	font-size: 14px;
	content: "\f0c8";
	transform: rotate(45deg);
	left: 0;
	font-family: FontAwesome;
	padding-top: 19px;
}

.discovery-deatil h1.heading:before {
	display: none;
}

.discovery-deatil h1.heading:after {
	position: absolute;
	font-size: 14px;
	content: "\f0c8";
	transform: rotate(45deg);
	right: 0px;
	font-family: 'FontAwesome';
	padding-bottom: 15px;
    z-index: 9;
}

.detail-discovery-left ul li {
	width: 100%;
	float: left;
}

.detail-discovery-right ul li {
	width: 100%;
	float: left;
}

.detail-discovery-left-section {
	float: none;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px dotted #ccc;
}

.detail-discovery-left-section ul li {
	width: 100%;
	float: left;
}

.detail-discovery-right-section ul li {
	width: 100%;
	float: left;
}

.detail-discovery-left-section ul {
	padding: 40px;
	margin: 0px
}

.detail-discovery-right-section {
	float: none;
	width: 50%;
	margin: 40px auto;
	display: table-cell;
	vertical-align: middle;
}

.detail-discovery-left-section .discovery-deatil {
	text-align: right;
	max-width: 410px;
	float: right;
	margin: 130px 0px;
}

.detail-discovery-right-section .discovery-deatil {
	text-align: left;
	max-width: 400px;
	float: left;
}

section.bg-chnge {
	background: #000;
	color: #fff;
	float: left;
	text-align: center;
	width: 100%;
}

.discovery {
	max-width: 700px;
	margin: 66px auto;
}

.discovery h1 {
	font-size: 66px;
	font-family: futura_md_btmedium;
}

.discovery p {
	font-size: 17px;
}

.discovery p span {
	font-size: 13px;
}

.detail {
	display: table;
	vertical-align: middle;
}

/* fixes fro this section */
.first-set-timeline .detail-discovery-left {
	vertical-align: top;
}

.first-set-timeline .detail-discovery-left .discovery-deatil {
	margin: 80px 0 0 0;
	position: relative;
}
.first-set-timeline .discovery-deatil h1.heading:after {
	right: -57px;
    bottom: 280px;
}

.first-set-timeline .detail-discovery-right ul li {
    margin-bottom: 220px;
}

.first-set-timeline .detail-discovery-right ul li:last-child {
	margin-bottom: 0;
}

.second-set-timeline .detail-discovery-right-section ul {
	margin-top: 210px;
}

.third-set-timeline .detail-discovery-right ul li:last-child {
	margin-top: 200px;
}

.third-set-timeline .discovery-deatil h1:before {
    left: 8px;
    padding-top: 40px;
}

.third-set-timeline .discovery-deatil h1.heading:after {
	right: -12px;
    padding-top: 32px;
}
/***********************************/


/****************blog****************/

section.black-bg {
	position: relative;
	width: 100%;
	float: left;
}

.black-bg img {
	width: 100%;
	height: 100%;
	float: left;
}

section.black-bg:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	height: 368px;
	background: #000;
	z-index: -1;
}

.blog-secmain {
	padding-top: 70px;
	width: 100%;
	float: left;
}

section.contentblog {
	width: 100%;
	float: left;
	text-align: left;
}

.contentblog .section-1 {
	float: left;
	padding: 0px;
	text-align: left;
}

.contentblog .section-1 ul {
	padding: 60px 0px;
	font-size: 11px;
	text-transform: uppercase;
}

.contentblog .section-2 {
	padding: 50px 0px;
	width: 100%;
	float: left;
}

.contentblog .section-3 {
	float: left;
	padding: 60px 0px;
	text-align: right;
}

.contentblog .section-3 ul {
	font-size: 12px;
	text-transform: uppercase;
}

.contentblog .section-1 ul li {
	padding-bottom: 6px;
}

.contentblog .section-3 ul li {
	padding-bottom: 6px;
}

.contentblog .section-2 h2 {
	font-size: 42px;
	font-family: futura_md_btmedium;
}

.contentblog .section-2 p {
	font-size: 19px;
	line-height: normal;
	padding-top: 30px;
}

.contentblog .section-2 h6 {
	font-size: 13px;
	line-height: normal;
	padding-top: 20px;
	padding-left: 88px;
}

.contentblog .section-2 h5 {
	border: 0;
	padding-top: 20px;
	font-size: 13px;
	text-transform: none;
}

.contentblog .section-2 img {
	padding-top: 20px;
}

.testionail {
	width: 100%;
	float: left;
	padding: 70px 0px;
}

.testionail .textimonial-img {
	width: 100%;
	float: left;
	padding: 0;
	text-align: center;
}

.testionail .textimonial-text {
	width: 100%;
	float: left;
}

.testionail .textimonial-img img {
	width: 100%;
	max-width: 100px;
	height: auto;
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	border-radius: 100px;
}

.testionail .textimonial-text p {
	font-size: 13px;
	padding-top: 20px;
}

.testionail .textimonial-text h5 {
	font-size: 13px;
	padding: 0;
}

section.see-more .lifestyle {
	float: left;
	margin: auto;
	padding: 5px;
}

section.see-more h2 {
	padding-bottom: 60px;
	font-size: 40px;
}

section.see-more .lifestyle h5 {
	border: 0;
	padding: 33px 0px 22px 0px;
	font-size: 14px;
	margin: 0;
}

section.see-more .lifestyle h2 {
	padding: 0;
	font-size: 30px;
}

section.see-more .lifestyle h6 {
	font-size: 11px;
	padding: 30px 0px;
}


/**************End****************/


/*************blog1*****************/

.blog-images .lifestyle {
	float: left;
	margin: auto;
	padding: 10px;
}
.blog-images .lifestyle a{
    color: #000;
}
.blog-images {
	width: 100%;
	float: left;
	padding: 30px 0px;
}

.blog-images .lifestyle a img {
	display: block;
	width: 100%;
	height: auto;
}

.blog-images .lifestyle a h5 {
	border: 0;
	padding: 33px 0px 22px 0px;
	font-size: 13px;
	margin: 0;
}

.blog-images .lifestyle a h2 {
	padding: 0;
	font-size: 20px;
	max-width: 310px;
	margin: auto;
}

.blog-images .lifestyle a h6 {
	font-size: 12px;
	padding: 30px 0px;
}

section.blog-lifestyle-text {
	width: 100%;
	float: left;
}

section.blog-lifestyle-text .lifestyle {
	float: left;
	margin: auto;
}

.blog-lifestyle-text .lifestyle a h2 {
	width: 100%;
	font-size: 20px;
}

.blog-lifestyle-text .lifestyle a h2 {
	width: 100%;
	font-size: 20px;
	max-width: 245px;
	text-align: center;
	margin: auto;
}


/*********End*************/


/***********Blog Menu************/

.menudiv {
	width: 100%;
	float: left;
}

.menu {
	width: 100%;
	float: left;
}

.menu ul {
	display: block;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu ul li {
	display: inline-block;
	box-sizing: border-box;
	margin-top: 30px;
	padding-left: 30px;
	border-right: 1px solid #4d4d4d;
}

.menu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}

.menu > ul > li > a {
	border-right: 2px solid white;
	display: block;
	padding-left: 2 5px;
	padding-right: 25px;
}

.menu > ul > li:last-child {
	border-right: 0;
}

.form-control{
	border: 2px solid #eee;
}

/***********Social Share************/

.social-share {
	padding: 0;
}

/*
----------------------------
Bluestone98
---------------------------
*/
.slick-vertical .slick-slide {
	position: relative;
}

.timeline-subblock {
	font-family: 'futurabook';
	font-size: 17px;
	line-height: 25px;
}

.timeline-subtitle {
	font-family: 'futura_lt_btlight';
	font-size: 14px;
}

.blog-single-title {
	font-family: 'futura_md_btmedium';
}

.home-slider-btn {
	top: calc(50% - 143px);
}


/*****************Standard Content***************/

.standard-content > * {
	margin-top: 24px;
}

.standard-content > *:first-child {
	margin-top: 0;
}

.standard-content p {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.5;
}

.standard-content h2 {
	margin-bottom: 40px;
}

/*****************Partners***************/

section.partners {
	width: 100%;
	float: left;
}

.arrows .slick-prev:nth-child(2) {display: none; }
.arrows .slick-next:nth-child(4) {display: none !important; }
.slider-section {height: 645px; overflow: hidden; position: relative;}
.hswslider_sec {width: 62%; height: inherit;}
.hswslider_sec1 {float: right; }
.hswslider_sec2 {position: absolute; top: -20%; right: 80%; }
.hsw_slide > img{ width: 100%; height: 100%; object-fit: cover; margin: 0;}
.hswslider_sec .slick-slider, .hswslider_sec .slick-list, .hswslider_sec .slick-track, .hswslider_sec .slick-slide{ height: 100%; }
.hswslider_sec3{position: absolute; z-index: 1; background: white; top: 32px; left: 95px; width: 578px;  font-size: 16px; color: #575756; height: auto; padding: 0px 64px; -webkit-box-shadow: 0px 0px 10px 0px rgba(189,189,189,1); -moz-box-shadow: 0px 0px 10px 0px rgba(189,189,189,1); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);}
.hswslider_sec3 .slick-slider, .hswslider_sec3 .slick-list, .hswslider_sec3 .slick-track, .hswslider_sec3 .slick-slide{ height: auto; }
.arrow-content{ height: 530px; font-family: 'futurabook'; }
/*.arrow-content:before{ content: ""; height: 100%; vertical-align: middle; display: inline-block; width: 0;}*/
.arrow-contentin{ display: inline-block; max-width: 375px; width: 100%;vertical-align: middle;}
.slick-slide{ outline: none; }
.arrow-content { opacity: 1; transition: opacity 800ms linear; transition-delay: 800ms;}
.hsw_slide:not(.slick-current) .arrow-content{ opacity: 0; transition-delay: 0s;}
.arrow-content-image {margin-bottom: 15px; }
.arrow-content .title1{ color: #000; margin: 0 0 23px;}
.arrow-content p {margin-bottom: 30px; font-weight: 500; font-family: 'futurabook'; font-size: 14px; letter-spacing: 0.5px; color: #808080; }
.arrow-content p:last-child{ margin: 0;}
.arrow-content p.arrow-content-bold {font-size: 15px; color: #1d1d1b;}
.arrow-content p.arrow-content-italic {font-style: italic;}
.arrow-content-image img {display: initial; height: auto; width: 228px; margin: 0 auto;}
.hswslider_sec3 .slick-arrow {position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 50px; width: 50px; background: #1d1c1a; color: transparent; border: none; outline: none; transition: all 400ms;}
.hswslider_sec3 .slick-arrow:hover{ background-color:  #4d4d4d !important;}
.hswslider_sec3 .slick-arrow.slick-prev {top: calc(50% - 26px); background: #1d1c1a url(../png/chev-left.png); background-position: center; background-size: 50%; background-repeat: no-repeat;}
.hswslider_sec3 .slick-arrow.slick-next {top: calc(50% + 26px); background: #1d1c1a url(../png/chev-right.png); background-position: center; background-size: 50%; background-repeat: no-repeat;}

.arrow-content {
	display: flex;
	align-items: center;
	justify-content: center;
}


/*****************Timeline***************/

.timeline-section {
	clear: both;
	overflow: hidden;
}

	.timeline-section__inner {
		max-width: 960px;
		margin: 0 auto;
		padding: 0 20px;
	}

.timeline {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 25fr 25fr 25fr 25fr;
	padding: 60px 0;
}

.timeline::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 100%;
	margin-left: -1px;
	border-right: 1px dotted #ccc;
}

.timeline-card {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 100;
	grid-column: span 2;
	grid-row: span 5;
	padding-top: 20px;
	padding-bottom: 20px;
}

.timeline-card--right {
	grid-column: 3 / span 2;
	padding-left: 40px;
}

.timeline-card--left {
	grid-column: 1 / span 2;
	padding-right: 40px;
	text-align: right;
	align-items: flex-end;
}

	.timeline-card__header {
		position: relative;
	}

	.timeline-card__header::after {
		display: block;
		position: absolute;
    top: 14px;
    left: -46px;
		font-family: FontAwesome;
		content: "\f0c8";
		font-size: 14px;
		transform: rotate(45deg);
	}

	.timeline-card--left .timeline-card__header::after {
		right: -46px;
		left: auto;
	}

	.timeline-card__heading {
		font-family: futura_md_btmedium;
		font-size: 52px;
		margin-bottom: 0px;
	}

	.timeline-card__subheading {
		margin-top: 12px;
		font-family: futura_md_btmedium;
		font-size: 19px;
		margin-top: 5px;
	}

	.timeline-card__info {
		margin-bottom: 12px;
		max-width: 360px;
	}

		.timeline-card__info > * {
			margin-top: 14px;
		}

		.timeline-card__info > *:first-child {
			margin-top: 0;
		}

		.timeline-card__info p {
			margin-bottom: 0;
			font-size: 14px;
			line-height: 1.5;
			color: #676767;
		}
	
	.timeline-card__img {
		display: block;
		width: 100%;
		height: auto;
	}

	.timeline-card__img--top {
		margin-bottom: 24px;
	}

	.timeline-card__img--bottom {
		margin-top: 24px;
	}


/*****************Sharing***************/

.share-box {
	display: none;
	position: relative;
	padding: 20px 0;
	text-align: center;
	clear: both;
}

	.share-box__share-btns {
		/* display: none; */
		/* position: absolute; */
    z-index: 200;
    left: 0;
    width: 100%;
    top: 60px;
	}

	.share-box__controls {
    position: relative;
	}

	.share-box__controls::before {
		display: block;
		content: '';
		width: 20px;
		margin: 0 auto;
    border-width: 19px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
	}

	.share-box__btn {
		display: block;
		position: relative;
		font-size: 23px;
		color: black;
		background: none;
		border: 1px solid #000;
		outline: 0;
		width: 40px;
		height: 40px;
		margin: 0 auto;
		padding: 0;
		transform: rotate(45deg);
		transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
	}

		.share-box__btn i {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 20px;
			height: 20px;
			margin: -9px 0 0 -11px;
			line-height: 0.875;
			text-align: center;
			transform: rotate(-45deg);
			transition: opacity 0.35s ease-in-out;
		}

		.share-box__btn-close {
			opacity: 0;
		}
/* 
		.share-box__btn--is-active .share-box__btn-share {
			opacity: 0;
		}

		.share-box__btn--is-active .share-box__btn-close {
			opacity: 1;
		} */

	.share-box__btn:hover,
	.share-box__btn:focus {
		color: #636363;
		border-color: #636363;
		outline: 0;
	}

	.share-box__links {
		position: relative;
		display: inline-block;
		display: block;
		margin: 0;
		padding: 14px 40px;
		background-color: #000;
	}

	.share-box__item {
		display: inline-block;
		list-style: none;
		margin: 0 4px;
		padding: 0;
	}

	.share-box__link {
		display: block;
		padding: 6px;
		font-size: 24px;
		color: #fff;
	}

	.share-box__link:hover,
	.share-box__link:focus {
		color: #ccc;
	}
	
	.nationalhydrationcouncil {
		width: 160px;
		height: auto;
	}


	.single-post .share-box__links {
		background: none;
		padding: 0;
	}

	.single-post .share-box__link,
	.single-post .share-box__link {
		color: black;
		font-size: 18px;
	}

	.single-post .share-box__link:hover,
	.single-post .share-box__link:focus {
		color: #313131;
	}

/**************Jumper button****************/


.jumper-btn {
	display: block;
	margin: 24px auto 0 auto;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
}

.jumper-btn__icon {
	color: #000;
	font-size: 40px;
	transition: color 0.35s ease-in-out;
}

.jumper-btn:hover .jumper-btn__icon,
.jumper-btn:focus .jumper-btn__icon {
	color: #333;
}

.jumper-btn--light .jumper-btn__icon {
	color: #fff;
}


/**************Partner slider arrows****************/

.partner-slider-wrapper {
	position: relative;
	padding: 0 50px;
}

.partner-slider-wrapper::after {
	display: block;
	content: '';
	clear: both;
}

.btn-slider-arrow {
	display: block;
	position: absolute;
	top: 50%;
	width: 28px;
	height: 44px;
	margin-top: -22px;
	background: none;
	border: 0;
	cursor: pointer;
}

.btn-slider-arrow i {
	font-size: 40px;
	color: #000;
	transition: color 0.35s ease-in-out;
}

.btn-slider-arrow:hover i,
.btn-slider-arrow:focus i {
	color: #333;
}

.btn-slider-arrow--prev {
	left: 0;
}

.btn-slider-arrow--next {
	right: 0;
}


/**************Category nav****************/

.blog-cat-nav {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px 10px 20px;
	clear: both;
}

.blog-cat-nav__list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.blog-cat-nav__item {
	position: relative;
	z-index: 1;
	list-style: none;
	text-transform: uppercase;
}

.blog-cat-nav__item::after {
	display: block;
	content: '';
	position: absolute;
	top: 31%;
	right: 0;
	width: 1px;
	height: 38%;
	background-color: #000;
}

.blog-cat-nav__item:last-child::after {
	display: none;
}

.blog-cat-nav__item a {
	display: inline-block;
	padding: 6px 18px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}

.international-contact a:link{
	color: white;
}

.international-contact a:visited{
	color: white;
}

.international-contact a:active{
	color: white;
}

.story-img {
	clear: both;
	position: relative;
	z-index: 1;
}

	.story-img img {
		position: relative;
		z-index: 0;
	}

	.story-img .jumper-btn {
		position: absolute;
		z-index: 100;
		bottom: 70px;
		left: 50%;
		margin-left: -20px;
		color: #fff;
	}

	.story-img .jumper-btn__icon {
		color: #fff;
		filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.7));
	}

	.story-img .jumper-btn:hover .jumper-btn__icon  {
		color: #ccc;
	}

label.error {
	display: block;
	margin: 10px 0 0 0;
	color: #e74d4d;
}

/**************Language Selector****************/


.standard-select {
	padding-right: 27px;
	background-color: #ffffff;
	color: #000;
	font-size: 12px;
	border: none;
	width: 200px;
	padding: 9px 50px 9px 20px;
	border-radius: 0;
	text-align: left;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 35'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%234d4d4d;%7D.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Crect class='a' width='35' height='35'/%3E%3Cpath class='b' d='M14,15.44a.69.69,0,0,1,.59-1h5.78a.69.69,0,0,1,.59,1l-2.89,4.82a.68.68,0,0,1-1.18,0Z' transform='translate(0 0)'/%3E%3C/svg%3E");
	background-position: right center;
	background-repeat: no-repeat;
}


.footer-language-select {
	display: none;
	clear: both;
	padding: 0 20px 60px 20px;
	text-align: center;
}

@media(max-width:860px) {
	.footer-language-select {
		display: block;
	}
}


.b-uci-win-badge {
	/* display: block; */
	position: absolute;
	bottom: 60px;
	z-index: 200;
	left: 0;
	width: 400px;
	cursor: pointer;
	transform: translateX(-100%);
	animation: uciBadget 1.5s ease forwards;
	display: none;
}

@keyframes uciBadget {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

	.b-uci-win-badge__img {
		display: block;
		width: 100%;
		height: auto;
		filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
	}

@media(max-width:900px) {
	.b-uci-win-badge {
		width: 240px;
		bottom: 0;
	}
}

/**************End****************/