@charset "utf-8";
/* CSS Document */
/*html {
	scroll-behavior: smooth;
}*/

body {
	padding: 0px;
    margin: 0px;
	font-family: 'Loew';
    font-size: 18px;
	line-height: 28px;
    font-weight: 500;
    color: #000000;
	background-color:#f0c318;
}
h1, h2 {
	font-family: 'Goudy Heavyface Std';
	font-weight: 900;
}
a {
	color: #009FF5;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000000;
	text-decoration: underline;
}
img {
	max-width: 100%;
}
hr {
    width: 100%;
	margin: 10px 0%;
    border: none;
	border-top: 1px solid #000!important;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}

.button,
button,
[type=button],
[type=reset],
[type=submit] {
	display: inline-block;
	margin: 0;
	padding: 25px 50px;
	outline: 0;
	border: 0px solid #B0B0B0;
	background-color: #000;
	border-radius: 0px;
	font-family: 'Jost';
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button:hover,
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

#wrap {
	float:left;
	width:100%;
}
@font-face {
    font-family: 'Loew';
    src: url('../fonts/loew-extrabold.eot');
    src: url('../fonts/loew-extrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/loew-extrabold.woff2') format('woff2'),
        url('../fonts/loew-extrabold.woff') format('woff'),
        url('../fonts/loew-extrabold.ttf') format('truetype'),
        url('../fonts/loew-extrabold.svg#Loew-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Loew';
    src: url('../fonts/loew-medium.eot');
    src: url('../fonts/loew-medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/loew-medium.woff2') format('woff2'),
        url('../fonts/loew-medium.woff') format('woff'),
        url('../fonts/loew-medium.ttf') format('truetype'),
        url('../fonts/loew-medium.svg#Loew-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Jost';
    src: url('../fonts/jost-bold.eot');
    src: url('../fonts/jost-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost-bold.woff2') format('woff2'),
        url('../fonts/jost-bold.woff') format('woff'),
        url('../fonts/jost-bold.ttf') format('truetype'),
        url('../fonts/jost-bold.svg#Jost-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Goudy Heavyface Std';
    src: url('../fonts/goudy-std-heavyface.eot');
    src: url('../fonts/goudy-std-heavyface.eot?#iefix') format('embedded-opentype'),
        url('../fonts/goudy-std-heavyface.woff2') format('woff2'),
        url('../fonts/goudy-std-heavyface.woff') format('woff'),
        url('../fonts/goudy-std-heavyface.ttf') format('truetype'),
        url('../fonts/goudy-std-heavyface.svg#GoudyStd-Heavyface') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Alegreya Sans';
    src: url('../fonts/alegreya-sans-black.eot');
    src: url('../fonts/alegreya-sans-black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/alegreya-sans-black.woff2') format('woff2'),
        url('../fonts/alegreya-sans-black.woff') format('woff'),
        url('../fonts/alegreya-sans-black.ttf') format('truetype'),
        url('../fonts/alegreya-sans-black.svg#AlegreyaSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'ModernLove-Grunge Unspecified';
    src: url('../fonts/modernlove-grunge.eot');
    src: url('../fonts/modernlove-grunge.eot?#iefix') format('embedded-opentype'),
        url('../fonts/modernlove-grunge.woff2') format('woff2'),
        url('../fonts/modernlove-grunge.woff') format('woff'),
        url('../fonts/modernlove-grunge.ttf') format('truetype'),
        url('../fonts/modernlove-grunge.svg#ModernLove-Grunge') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --container-width: 1080px;
	--container-padding: calc((100vw - var(--container-width)) / 2);
}
.container {
	max-width: 1080px;
	padding: 0;
}

#header {
    display: flex;
    width: 100%;
    height: 83px;
    padding: 10px 0;
	background: url(../images/header-bg.jpg) left top repeat-x;
	border-image-slice: 15 15 15 15;
	border-image-width: 0px 0px 7px 0px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url("../images/border-bg2.png");
	border-width: 0;
	border-style: solid;
	border-color: #000000;
	border-bottom-width: 1px;
    position: sticky;
    top: 0;
    z-index: 3;
    transition: all .25s ease-in-out;
}
#header .headerBox {
    padding: 0 30px;
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
}
#header .logo {
	width: 150px;
    margin: 0px auto;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
}
#header .logo img {
	width: 100%;
	height: auto;
}

#mainNav {
    width: 38%;
	display: flex;
}
#mainNav ul.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
    display: flex;
    justify-content: space-between;
}
#mainNav ul.menu li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	text-align: left;	
	transition: all .3s ease-in-out;
}
#mainNav ul.menu li:last-child {
	margin-right: 0px;
}
#mainNav ul.menu li a {
	position: relative;
	display: block;
	padding: 0 0 0px 0;
	font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
	text-decoration: none;
	transition: all 0.5s ease-in-out;	
}
#mainNav ul.menu li a i {
	margin-top: 2px;
    float: right;
}
#mainNav ul.menu > li > a:hover, 
#mainNav ul.menu > li:hover > a, 
#mainNav ul.menu > li > a.active {
	color: #fff;
}
#mainNav ul.menu > li:hover > ul.sub-menu {
	display: block;
}
#mainNav ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 280px;
    background-color: #009FF5;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	display: none;
}
#mainNav ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	margin: 0 0px;
}
#mainNav ul.menu li ul.sub-menu li a {
	padding: 8px 20px;
	border-bottom: none;
	font-size: 16px;
	color: #fff;
	text-align: left;
	text-transform: none;
}
#mainNav ul.menu li ul.sub-menu li a:hover, 
#mainNav ul.menu li ul.sub-menu li:hover > a, 
#mainNav ul.menu li ul.sub-menu li.current-menu-item > a {
	background-color: #00679F;
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
#mainNav ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}

/*---------------------- Mobile Hamburger Menu CSS Start --------------------*/
.hamburger {
	position: relative;
	display: none;
	margin-top: 8px;
}
.hamburger #nav-btn,
.hamburger #nav-btn + label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0px solid #ffffff;
	background-color: #000000;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	cursor: pointer;
}
.hamburger #nav-btn {
	position: relative;
	opacity: 0;
	z-index: 5;
}
.hamburger #nav-btn + label span {
	display: block;
	width: 14px;
	height: 2px;
	margin-right: 4px;
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	z-index: 4;
	cursor: pointer;
	transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger #nav-btn + label span::before,
.hamburger #nav-btn + label span::after {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	left: 0;
	transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger #nav-btn + label span::before {
	top: -7px;
}
.hamburger #nav-btn + label span::after {
	bottom: -7px;
}
.hamburger #nav-btn:checked + label span,
.hamburger #nav-btn:hover + label span,
.hamburger #nav-btn:hover + label span::before,
.hamburger #nav-btn:hover + label span::after {
	width: 18px;
	margin-right: 0;
}
.hamburger #nav-btn:checked + label span {
	background-color: #ffffff;
	border-radius: 10px;
	transform: rotate(45deg);
}
.hamburger #nav-btn:checked + label span::before,
.hamburger #nav-btn:checked + label span::after {
	width: 18px;
	max-width: 100%;
	background-color: #ffffff;
	top: 0;
	transform: rotate(90deg);
}
.hamburger #nav-btn:checked + label span::after {
	opacity: 0;
}
.hamburger #nav-btn:checked ~ nav {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	overflow: hidden;
}
.hamburger nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.90;
	z-index: 3;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
	overflow: hidden;
}
.hamburger nav ul.menu {
	width: 80%;
	left: 0;
	right: 0;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	margin: 0 auto;
	padding: 0;
}
.hamburger nav ul.menu li {
	list-style: none;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.hamburger nav ul.menu li a {
	color: #ffffff;
	text-decoration: none;
}
.hamburger nav ul.menu li > a.active {
	color: #f0c318;
}
.hamburger nav ul.menu > li:hover > ul.sub-menu {
	display: block;
}
.hamburger nav ul.menu li ul.sub-menu {
	margin: 0 auto;
    padding: 0;
    list-style-type: none;
    float: inherit;
    width: 250px;
    background-color: #009FF5;
    position: absolute;
    top: 110%;
	left: 0;
	z-index: 3;
	display: none;
}
.hamburger nav ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	margin: 0 0px;
}
.hamburger nav ul.menu li ul.sub-menu li a {
	width: 100%;
    display: inline-block;
    padding: 8px 15px;
    border-bottom: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: none;
}
.hamburger nav ul.menu li ul.sub-menu li a:hover, 
.hamburger nav ul.menu li ul.sub-menu li:hover > a, 
.hamburger nav ul.menu li ul.sub-menu li.current-menu-item > a {
	background-color: #00679F;
	color: #FFFFFF;
	text-decoration: none;
}
.hamburger nav ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.hamburger nav ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
/*---------------------- Mobile Hamburger Menu END Start --------------------*/

#middle {
    float: left;
    width: 100%;
}

#splasheSec {
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
}
#splasheSec .splasheBox {
	margin-left: 30px;
	margin-right: 30px;
	border-image-slice: 30 30 30 30;
	border-image-width: 0px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url("../images/border-bg.png");
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-top-width: 0;
}
#splasheSec .splasheBox .topimages {
	position: relative;
	padding-top:33px;
	width:100%;
	text-align:center;
}
#splasheSec .splasheBox .topimages img {	
	width: auto;
    height: auto;
}
#splasheSec .splasheBox .botmimages {
	position: relative;
	padding-top:50px;
	width:100%;
	text-align:center;
}
#splasheSec .splasheBox .botmimages img {	
	width: auto;
    height: auto;
}
#splasheSec .socialBox {
	width:100%;
	display:inline-block;
	padding: 16px 20px 20px 20px;
}
#splasheSec .socialBox ul {
	width:100%;
	display:flex;
    justify-content: flex-end;
	column-gap: 10px;
	list-style:none;
	padding:0;
	margin:0;
}
#splasheSec .socialBox ul li a {
	width:46px;
	height:46px;
	display: flex;
	justify-content: center;
    align-items: center;
	text-decoration: none;
	border:2px solid #d8af16;
	border-radius: 7px;
	transition: all .3s ease-in-out;
}
#splasheSec .socialBox ul li a img {
	width:22px;
	height:auto;
	transition: all .3s ease-in-out;
}
#splasheSec .socialBox ul li a:hover {
	border:2px solid #000;
}
/*#splasheSec .socialBox ul li a:hover img {
	filter: brightness(0) invert(1);
	transition: all .3s ease-in-out;
}*/

#screen2Sec {
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
}
#screen2Sec .screen2Box {
	margin-left: 30px;
	margin-right: 30px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(240, 195, 24, 0) 50%, rgba(247, 223, 71, 1) 100%);
	border-image-slice: 30 30 30 30;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url("../images/border-bg.png");
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
#screen2Sec .screen2Box .topimages {
	position: relative;
	padding-top:78px;
	width:100%;
	text-align:center;
}
#screen2Sec .screen2Box .topimages img {	
	width: auto;
    height: auto;
}
#screen2Sec .screen2Box .midimages {
	position: relative;
	padding-top:12px;
	width:100%;
	text-align:center;
}
#screen2Sec .screen2Box .midimages img {	
	width: auto;
    height: auto;
}
#screen2Sec .screen2Box .botmimages {
	position: relative;
	margin-top:-70px;
	padding-bottom:78px;
	width:100%;
	text-align:center;
}
#screen2Sec .screen2Box .botmimages img {	
	width: auto;
    height: auto;
}

#ourRangeSec {
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
}
#ourRangeSec .ourRangeBox {
	margin-left: 30px;
	margin-right: 30px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(240, 195, 24, 0) 50%, rgba(247, 223, 71, 1) 100%);
	border-image-slice: 30 30 30 30;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url("../images/border-bg.png");
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
#ourRangeSec .ourRangeBox .topimages {
	position: relative;
	padding-top:78px;
	width:100%;
	text-align:center;
}
#ourRangeSec .ourRangeBox .topimages img {	
	width: auto;
    height: auto;
	margin-bottom: 20px;
}
#ourRangeSec .ourRangeBox .topimages h2 {
	position: relative;	
	margin: 0 0 50px 0;	
	font-family: 'Alegreya Sans';
	font-size: 60px;
    line-height: 60px;
    font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
    color: #FFF;
    /*-webkit-text-stroke: 2px #000000; */
    filter: drop-shadow(2px 0 0 #000) drop-shadow(0 2px 0 #000) drop-shadow(-2px 0 0 #000) drop-shadow(0 -2px 0 #000);
}
#ourRangeSec .ourRangeBox .topimages h3 {
	position: relative;	
	margin: 0 0 30px 0;	
	font-family: 'ModernLove-Grunge Unspecified';
	font-size: 70px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
#ourRangeSec .ourRangeBox .sliderBox {
	position: relative;
	padding-top:12px;
	width:100%;
	text-align:center;
}
#ourRangeSec .ourRangeBox .sliderBox h3 {
	position: relative;	
	margin: -50px 0 50px 0;	
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #000000;
}
#ourRangeSec .ourRangeBox .sliderBox .range-slider {
	display: flex;
	justify-content: center;
	gap: 5px;
	padding: 0 15px;
}
#ourRangeSec .ourRangeBox .sliderBox .range-slider .item img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}


#ourRangeSec .ourRangeBox .content {
	position: relative;
	padding-bottom:0px;
	width:100%;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#ourRangeSec .ourRangeBox .content p {
	position: relative;	
	margin: 0 0 65px 0;	
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #000000;
	text-align: center;
}
#ourRangeSec .ourRangeBox .content .button {
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
#ourRangeSec .ourRangeBox .content .button img {
	transition: all 0.5s ease-out;
}
#ourRangeSec .ourRangeBox .content .button:hover img {
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}
#ourRangeSec .ourRangeBox .content > img {
    width: auto;
    height: auto;
    margin-top: 32px;
}

#aboutSec {
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
}
#aboutSec .aboutBox {
	margin-left: 30px;
	margin-right: 30px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(240, 195, 24, 0) 50%, rgba(247, 223, 71, 1) 100%);
	border-image-slice: 30 30 30 30;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url("../images/border-bg.png");
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
#aboutSec .aboutBox .topimages {
	position: relative;
	padding-top:0px;
	width:100%;
	text-align:center;
	background-color: #000;
}
#aboutSec .aboutBox .topimages img {	
	width: auto;
    height: auto;
}
#aboutSec .aboutBox .content {
	position: relative;
	padding: 78px 64px;
	width:100%;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#aboutSec .aboutBox .content h2 {
	position: relative;
	margin: 0 0 38px 0;
	font-size: 53px;
	color: #000000;
	font-weight: 900;
	line-height: 53px;
	text-align: center;
}
#aboutSec .aboutBox .content h3 {
	position: relative;
	margin: 0 0 38px 0;
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	line-height: 31px;
	text-align: center;
}
#aboutSec .aboutBox .content p {
	position: relative;	
	margin: 0 0 25px 0;	
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #000000;
	text-align: center;
}
#aboutSec .aboutBox .content > img {
    width: auto;
    height: auto;
    margin-top: 40px;
}

#stockistsSec {
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
}
#stockistsSec .stockistsBox {
	margin-left: 30px;
	margin-right: 30px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(240, 195, 24, 0) 50%, rgba(247, 223, 71, 1) 100%);
	border-image-slice: 30 30 30 30;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url("../images/border-bg.png");
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
#stockistsSec .stockistsBox .titleBox {
	position: relative;
	padding-top:78px;
	width:100%;
	text-align:center;
}
#stockistsSec .stockistsBox .titleBox img {	
	width: auto;
    height: auto;
}
#stockistsSec .stockistsBox .titleBox h2 {
	position: relative;	
	margin: 0 0 0px 0;	
	font-family: 'ModernLove-Grunge Unspecified';
	font-size: 70px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
#stockistsSec .stockistsBox .imageBox {
	position: relative;
	width:100%;
	text-align:center;
}
#stockistsSec .stockistsBox .imageBox > img {
    width: auto;
    height: auto;
}

#stockistsSec .stockistsBox .content {
	position: relative;
	padding-bottom:80px;
	width:100%;
	display: flex;
    justify-content: center;
    align-items: center;
	column-gap: 20px;
}
#stockistsSec .stockistsBox .content p {
	position: relative;	
	margin: 0 0 65px 0;	
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #000000;
	text-align: center;
}
#stockistsSec .stockistsBox .content .button {
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
#stockistsSec .stockistsBox .content .button img {
	transition: all 0.5s ease-out;
}
#stockistsSec .stockistsBox .content .button:hover img {
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}

#contactSec {
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
}
#contactSec .contactBox {
	margin-left: 30px;
	margin-right: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(240, 195, 24, 0) 85%, rgba(247, 223, 71, 1) 100%);
	border-image-slice: 30 30 30 30;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url("../images/border-bg.png");
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
#contactSec .contactBox .topimages {
	position: relative;
	padding-top:96px;
	width:100%;
	text-align:center;
}
#contactSec .contactBox .topimages .image1 {
	padding-bottom:40px;
}
#contactSec .contactBox .topimages .image2 {
	padding-bottom:25px;
}
#contactSec .contactBox .topimages .image3 {
	padding-bottom:50px;
}
#contactSec .contactBox .topimages img {	
	width: auto;
    height: auto;
}
#contactSec .contactBox .adrContBox {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
#contactSec .contactBox .addressBox  {
    width: 100%;
	display:inline-block;
    padding: 8px 40px 40px 40px;
}
#contactSec .contactBox .addressBox h2 {
	position:relative;
	margin: 0 0 0px 0;
	font-family: 'ModernLove-Grunge Unspecified';
    font-size: 70px;
    line-height: 85px;
	font-weight: normal;
    color: #000;
	text-align:center;
}
#contactSec .contactBox .addressBox .contentBox {
	width: 45%;
	display: inline-block;
}
#contactSec .contactBox .addressBox .contentBox .adrBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 15px);
    margin-bottom: 50px;
}
#contactSec .contactBox .addressBox .contentBox .adrBox:last-child {
    margin-bottom: 0px;
}
#contactSec .contactBox .addressBox h3 {
	position:relative;
	width: 100%;
    display: inline-block;
	margin: 0 0 25px 0;
	font-family: 'Goudy Heavyface Std';
    font-size: 30px;
    line-height: 35px;
	font-weight: 900;
    color: #000;
}
#contactSec .contactBox .addressBox .contentBox .adrBox ul {
	width: 100%;
    display: inline-block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#contactSec .contactBox .addressBox .contentBox .adrBox ul li {
	position: relative;
    display: flex;
	column-gap: 10px;
    margin-bottom:20px;
    font-size: 20px;
	line-height: 28px;
    font-weight: 500;
    color: #000000;
}
#contactSec .contactBox .addressBox .contentBox .adrBox ul li:last-child {
	margin-bottom:0;
}
#contactSec .contactBox .addressBox .contentBox .adrBox ul li span {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
    align-items: center;
    border: 2px solid #d8af16;
    border-radius: 100px;
}
#contactSec .contactBox .addressBox .contentBox .adrBox ul li span > img {
	width:auto;
	height:auto;
}
#contactSec .contactBox .addressBox .contentBox .adrBox ul li p {
	margin-bottom: 0;
	width: calc(100% - 70px);
    display: inline-block;
    font-size: 20px;
	line-height: 28px;
    font-weight: 500;
    color: #000000;
}
#contactSec .contactBox .addressBox .contentBox .adrBox ul li p strong {
	display: inline-block;
	width:100%;
	font-family: 'Goudy Heavyface Std';
	font-size: 22px;
	line-height: 32px;
	font-weight: 900;
}
#contactSec .contactBox .addressBox .contentBox .adrBox ul li a {
	position: relative;
	display: inline-block;
	font-weight: 500;
	color: #000;
	text-decoration: none;
    border-bottom: 1px solid rgb(0 0 0 / 40%);
	transition: all .3s ease-in-out;
}
#contactSec .contactBox .addressBox .contentBox .adrBox ul li a:hover {
	color: #fff;
	border-bottom: 1px solid rgb(255 255 255 / 40%);
}
#contactSec .contactBox .addressBox .contentBox .adrBox ul li a.callLink {
	font-size: 25px;
	font-weight: bold;
	border-bottom: 0px;
}
#contactSec .contactBox .addressBox .formBox {
    width: 55%;
    display: inline-block;
    padding: 40px 38px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(240, 195, 24, 0) 50%, rgba(247, 223, 71, 1) 100%);
	border-image-slice: 30 30 30 30;
    border-image-width: 15px 15px 15px 15px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url(../images/border-bg.png);
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}
#contactSec .contactBox .addressBox .formBox > h2 {
	position:relative;
	margin: 0 0 24px 0;
	font-family: 'Goudy Heavyface Std';
	font-size: 53px;
	line-height: 53px;
	font-weight: 900;
    color: #000;
	text-align:left;
}
#contactSec .contactBox .addressBox .formBox p {
	margin: 0 0 35px 0;
    font-size: 19px;
    line-height: 27px;
    color: #000;
}
#contactSec .contactBox .addressBox .formBox p:last-child {
	margin: 0 0 0px 0;
}

#contactSec .contactBox .addressBox .formBox .checkBox {
	width:100%;
	display:inline-block;
	margin-bottom:28px;
}
#contactSec .contactBox .addressBox .formBox .checkBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
	gap: 12px;
}
#contactSec .contactBox .addressBox .formBox .checkBox ul li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	width: calc(50% - 6px);
}
#contactSec .contactBox .addressBox .formBox .checkBox ul li label {
	display: block;
	margin: 0;
	font-size: 19px;
	font-weight: 700;
	line-height: 23px;
}
#contactSec .contactBox .addressBox .formBox .checkBox ul li [type="radio"] {
	min-width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 0 -2px 0;
    border: 2px solid #5f1d07;
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: unset;
}
#contactSec .contactBox .addressBox .formBox .checkBox ul li [type="radio"]:checked {
	border-width: 5px;
}

#contactSec .contactBox .addressBox .formBox .form-group {
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	display: flex;
    column-gap: 15px;
}
#contactSec .contactBox .addressBox .formBox .form-group .form-control {
	display: inline-block;
	width: 100%;
	height: 62px;
    padding: 10px 20px 10px 20px;
    outline: 0;
	border-radius: 35px;
    background: transparent;
	border: 2px solid rgb(0 0 0 / 10%);
    font-size: 17px;
	line-height: 27px;
    color: #000000;
}
#contactSec .contactBox .addressBox .formBox .form-group .form-control::placeholder {
	color: #000;
}
#contactSec .contactBox .addressBox .formBox .form-group .form-control:focus {
	border: 2px solid rgb(0 0 0 / 30%);
}
#contactSec .contactBox .addressBox .formBox .form-group textarea.form-control {
	height: auto;
	resize: none;
}
#contactSec .contactBox .addressBox .formBox .form-group .submitBtn {
	width:100%;
	display: inline-block;
    padding: 10px 10px;
    outline: 0;
	border-radius: 0;
    background: #13ACFF;
	border: 1px solid #FFFFFF;
	box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
	text-align: center;
    text-transform: capitalize;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#contactSec .contactBox .addressBox .formBox .form-group .submitBtn:hover {
	background-color: #000;	
}
#contactSec .contactBox .addressBox .formBox .form-group .button {
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
#contactSec .contactBox .addressBox .formBox .form-group .button img {
	transition: all 0.5s ease-out;
}
#contactSec .contactBox .addressBox .formBox .form-group .button:hover img {
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}

#contactSec .contactBox .mapBox {
	width: 100%;
    padding: 0 40px 40px 40px;
    column-gap: 40px;
    display: flex;
    justify-content: space-between;
}
#contactSec .contactBox .mapBox iframe {
	width:450px;
	height:450px;
}

#shopSec {
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
}
#shopSec .shopBox {
	margin-left: 30px;
	margin-right: 30px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(240, 195, 24, 0) 50%, rgba(247, 223, 71, 1) 100%);
	border-image-slice: 30 30 30 30;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url("../images/border-bg.png");
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
#shopSec .shopBox .titleBox {
	position: relative;
	padding-top:80px;
	width:100%;
	text-align:center;
}
#shopSec .shopBox .titleBox img {	
	width: auto;
    height: auto;
}
#shopSec .shopBox .titleBox h2 {
	position: relative;	
	margin: 0 0 0px 0;	
	font-family: 'ModernLove-Grunge Unspecified';
	font-size: 140px;
	line-height: 170px;
	font-weight: normal;
	color: #000000;
}
#shopSec .shopBox .imageBox {
	position: relative;
	margin-bottom:58px;
	width:100%;
	text-align:center;
}
#shopSec .shopBox .imageBox > img {
    width: auto;
    height: auto;
}

#shopSec .shopBox .content {
	position: relative;
	padding-bottom:80px;
	width:100%;
	display: flex;
    justify-content: center;
    align-items: center;
	column-gap: 20px;
}
#shopSec .shopBox .content p {
	position: relative;	
	margin: 0 0 65px 0;	
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #000000;
	text-align: center;
}
#shopSec .shopBox .content .button {
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
#shopSec .shopBox .content .button img {
	transition: all 0.5s ease-out;
}
#shopSec .shopBox .content .button:hover img {
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}
#shopSec .shopBox .content .button:disabled,
#shopSec .shopBox .content .button[disabled]{
	cursor: not-allowed;
    opacity: 20%;
	/*pointer-events:none;*/
}
#shopSec .shopBox .content .button:disabled:hover,
#shopSec .shopBox .content .button[disabled]:hover{
	background-color: #000;
	color: #fff;
}
#shopSec .shopBox .content .button:disabled:hover img,
#shopSec .shopBox .content .button[disabled]:hover img {
	filter:none;
}

#supportSec {
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
}
#supportSec .supportBox {
	margin-left: 30px;
	margin-right: 30px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(240, 195, 24, 0) 50%, rgba(247, 223, 71, 1) 100%);
	border-image-slice: 30 30 30 30;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url("../images/border-bg.png");
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
#supportSec .supportBox .imageBox {
	position: relative;
	width:100%;
	text-align:center;
}
#supportSec .supportBox .imageBox > img {
    width: auto;
    height: auto;
}

#footer {
	position: relative;	
	display: inline-block;
	width: 100%;
	margin-top: 100px;
	padding-bottom: 32px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(240, 195, 24, 0) 50%, rgba(247, 223, 71, 1) 100%);
	border-image-slice: 15 15 15 15;
	border-image-width: 7px 0px 0px 0px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url("../images/border-bg2.png");
	border-width: 0;
	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
}
#footer .footerBox {
	width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
}
#footer .footerBox .ftrLogo {
	display: inline-block;
	width:155px;
	margin-top: -80px;
}
#footer .footerBox .ftrLogo img {
	width:100%;
	height:auto;
}
#footer .footerBox .copyright {
	width:calc(100% - 335px);
	display:inline-block;
	text-align: center;
}
#footer .footerBox .copyright p {
	margin:0 0 0 0;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
#footer .footerBox .socialBox {
	width:180px;
	display:inline-block;
}
#footer .footerBox .socialBox ul {
	width:100%;
	display:flex;
    justify-content: flex-end;
	column-gap: 10px;
	list-style:none;
	padding:0;
	margin:0;
}
#footer .footerBox .socialBox ul li a {
	width:46px;
	height:46px;
	display: flex;
	justify-content: center;
    align-items: center;
	text-decoration: none;
	border:2px solid #d8af16;
	border-radius: 7px;
	transition: all .3s ease-in-out;
}
#footer .footerBox .socialBox ul li a img {
	width:22px;
	height:auto;
	transition: all .3s ease-in-out;
}
#footer .footerBox .socialBox ul li a:hover {
	border:2px solid #000;
}

/*----------------- Thankyou Page -----------------*/
#thankyouSec {
	position: relative;
	margin-top: 20px;
}
#thankyouSec .thankyouBox {
	margin: 0 30px;
	border: 1px solid #000;
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(240, 195, 24, 0) 50%, rgba(247, 223, 71, 1) 100%);
}
#thankyouSec .thankyouBox .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 80px;
}
#thankyouSec .thankyouBox .content h2 {
	position: relative;
	margin: 0 0 38px 0;
	font-size: 53px;
	color: #000000;
	font-weight: 900;
	line-height: 53px;
}
#thankyouSec .thankyouBox .content p {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
}
#thankyouSec .thankyouBox .content p:last-child {
	margin-bottom: 0;
}
