/*
Theme Name: Tudor Gold
Theme URI: https://tudorgoldchocolates.com/
Author: eJeeban Web Design Company
Author URI: https://www.ejeeban.com/
Description: Customized theme for Tudor Gold Website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, light, one-column, flexible-width, custom-header, custom-menu, featured-images, post-formats, sticky-post
Text Domain: tudorgold-ejeeban
*/

/*  --------------------------------------------------
    Fonts
    -------------------------------------------------- */
@font-face {
    font-family: 'Cera';
    src: url('fonts/Cera-Pro-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Cera';
    src: url('fonts/Cera-Pro-Medium.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Cera';
    src: url('fonts/Cera-Pro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Snell';
    src: url('fonts/SnellRoundhand-Bold-02.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}



/*  --------------------------------------------------
    Generic CSS Setup
    -------------------------------------------------- */
*,
*:after,
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
:root{
    --black: rgba(1, 2, 2, 1);
    --white: rgba(255, 255, 255, 1);
    --dark-brown: rgba(16, 9, 8, 1);
    --brown: rgba(53, 38, 24, 1);
    --gold: rgba(255, 230, 150, 1);
    --border-light-gold: 1px solid rgba(255, 230, 150, 0.2);
    --border-light: 1px solid rgba(247, 244, 240, 0.2);
    --border-light-dark: 1px solid rgba(0, 0, 0, 0.3);
    --border-black: 1px solid rgba(1, 2, 2, 1);
    --default-font: "Cera", sans-serif;
    --heading-font: "Snell", serif;
    --space100: 100px;
    --space125: 125px;
    --space50: 50px;
    --space30: 30px;
    --space3p: 3%;
    --space7p: 7%;
    --space16p: 16%;
    --space0: 0px;
}
html {
    width: 100%;
    background: var(--white);
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 300;
}
body {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0px;
    margin: 0 0 0 0px;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    box-sizing: border-box;
    color: var(--black);
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
    font-family: var(--default-font);
    font-size: 1.1vw;
    font-weight: 300;
    line-height: 1.2;
    color: var(--black);
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    border: none;
}
h1{
    margin-bottom: 10px;
    font-family: var(--default-font);
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.1;
}
.curvedTxt textPath{
    text-transform: uppercase;
    font-weight: 700;
    fill: var(--black);
    letter-spacing: 0.2px;
}
.navLight .curvedTxt textPath{
    fill: var(--gold);
}
h2{
    margin-bottom: 30px;
    font-family: var(--heading-font);
    font-size: 3.5vw;
    line-height: 1.2;
}
h1 span,
h2 span{
    margin-bottom: 10px;
    font-family: var(--default-font);
    font-size: 0.9vw;
    letter-spacing: 0.1vw;
    display: block;
}
h3{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.35vw;
    line-height: 1.2;
}
h3 span{
    margin-bottom: 10px;
    font-size: 0.9vw;
    display: block;
}
h4{
    font-size: 1.1vw;
}
h5{
    font-size: 0.9vw;
}
p{
    margin-bottom: 20px;
}
a {
    color: var(--black);
    text-decoration: none;
}
a img{
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
input{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin: 0 0 20px 0px;
    background-color: rgba(0, 0, 0, 0.1);
    border: transparent;
    border-radius: 50px;
    -webkit-appearance: none;
}
textarea{
    width: 100%;
    height: 125px;
    padding: 10px 20px;
    margin: 0 0 20px 0px;
    background-color: rgba(0, 0, 0, 0.1);
    border: transparent;
    border-radius: 25px;
    -webkit-appearance: none;
}
select{
    width: 100%;
    height: 40px;
    padding: 0 20px 3px 20px;
    margin: 0 0 20px 0px;
    background-color: rgba(0, 0, 0, 0.1);
    border: transparent;
    border-radius: 50px;
    -webkit-appearance: none;
}
input:active, textarea:active, select:active{
    background-color: rgba(0, 0, 0, 0.3);
}
label{
    margin-bottom: 3px;
    display: block;
}
::placeholder {
    opacity: 1;
}
input[type="checkbox"]{
    position: relative;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-right: 5px;
    border: 1px solid var(--black);
    border-radius: 3px;
    color: var(--black);
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease-out;
}
input[type="checkbox"]:checked:after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: var(--black);
    border-radius: 3px;
    content: "";
}
input[type="file"]{
    padding: 8px 10px;
}
input[type="submit"]{
    width: 150px;
    height: 45px;
    background-color: var(--black);
    padding: 0px;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    color: var(--white);
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
input[type="submit"]:hover {
    color: var(--black);
    background-color: var(--gold);
    transition: top 0.2s ease-out;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--brown);
}
*:focus {
  outline: none;
}
form a{
    display: inline-block;
    color: var(--brown);
}
form p{
    margin-bottom: 0px;
}
img, video{
    pointer-events: none;
}
.thumbHolder,
.imgHolder {
    position: relative;
    overflow: hidden;
}
.thumbHolder:after,
.imgHolder:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.thumbHolder img,
.imgHolder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    transition: all 0.2s ease-out;
}
.clearBoth {
    clear: both;
}
.listingHolder ul, 
.listingHolder li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
}
.listingHolder li{
    display: block;
}
.btnCTA {
    margin-top: 35px;
    display: block;
}
.btnCTA a,
.btnCTA p{
    position: relative;
    background-color: var(--black);
    padding: 10px 20px 9px 20px;
    letter-spacing: 0.1rem;
    font-weight: 700;
    font-size: 0.9vw;
    text-transform: uppercase;
    color: var(--white);
    white-space: nowrap;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.2s;
}
.btnCTA a.light,
.btnCTA p.light{
    background-color: var(--white);
    color: var(--black);
}
.btnCTA a:hover {
    color: var(--white);
    background-color: var(--black);
}
.btnCTA a.light:hover {
    color: var(--gold);
}
.btnLearnMore {
    position: relative;
    padding-bottom: 5px;
    font-size: 0.9vw;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    display: inline-block;
}
.btnLearnMore:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: var(--black);
    content: "";
    transition: all 0.2s;
}
.btnLearnMore:hover:after {
    width: 100%;
    transition: all 0.2s;
}
.btnLearnMore a{
    color: var(--black);
}
.rowHolder {
    display: flex;
    justify-content: space-between;
}
.colLeft {
    width: 48%;
}
.colRight {
    width: 48%;
}
.spacer100 {
    height: var(--space100);
}
.spacer50 {
    height: var(--space50);
}
.spacer30 {
    height: var(--space30);
}
.gold {
    color: var(--gold);
}
.brown {
    color: rgba(104, 64, 20, 1.0);
}
.grecaptcha-badge {
    display: none !important;
}
.lblHeading {
    margin-bottom: 5px;
    font-size: 1.2vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: var(--gold);
}

@keyframes scrolAnimation {
  0%   {top: 0%; opacity: 0;}
  50%  {top: 50%; opacity: 1;}
  100% {top: 100%; opacity: 0;}
}


/*  --------------------------------------------------
    Preloader
    -------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dark-brown);
    z-index: 1100;
    width: 100%;
    height: 100%;
}
#preloader .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#preloader .wrapper .logoHolder {
    width: 12vw;
}
#preloader .wrapper .logoHolder img{
    width: 100%;
    height: auto;
}


/*  --------------------------------------------------
    Header & Navigation
    -------------------------------------------------- */
#header {
    position: absolute;
    top: 20px;
    left: var(--space3p);
    right: var(--space3p);
    z-index: 21;
    transition: top 0.2s ease-out;
}
#header .widthWrapper {
    position: relative;
    padding: 0 0 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .logoHolder {
    width: 20%;
    padding: 0 5%;
}
#header .logoHolder img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
#header .logoHolder .logoLight {
    display: none;
}
.navLight #header .logoHolder .logoDark {
    display: none;
}
.navLight #header .logoHolder .logoLight {
    display: block;
}
#header .navLeft {
    width: 40%;
    border-bottom: 1px solid rgba(53, 39, 21, 0.2);
}
#header .navRight {
    width: 40%;
    border-bottom: 1px solid rgba(53, 39, 21, 0.2);
}
.navLight #header .navLeft {
    border-bottom: 1px solid rgba(244, 209, 99, 0.2);
}
.navLight #header .navRight {
    border-bottom: 1px solid rgba(244, 209, 99, 0.2);
}
#header ul, 
#header li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
    display: block;
}
#header ul{
    height: inherit;
    padding-inline-start: 0px;
    display: flex;
}
#header li{
    position: relative;
    padding: 0 20px;
    font-size: 0.9vw;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    line-height: 1.1;
}
#header li a,
#header li p{
    margin: 0;
    padding: 10px 10px 30px 10px;
    color: var(--black);
    font-weight: 700;
    text-decoration: none;
    display: block;
}
.navLight #header li a,
.navLight #header li p{
    color: var(--gold);
}
#header li a:hover{
    opacity: 0.8;
}
#header .navRight ul{
    justify-content: right;
}
#header .navRight a,
#header .navRight p{
    font-size: 0.9vw;
}
#header .navRight .navSocial {
    display: flex;
    justify-content: right;
}
#header .menu-item-has-children {
    position: relative;
}
#header .menu-item-has-children a{
    display: flex;
    align-items: center;
}
#header .menu-item-has-children a:after {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(images/ico-dropdown.png) no-repeat center center;
    content: "";
    display: inline-block;
}
.navLight #header .menu-item-has-children a:after {
    background-image: url(images/ico-dropdown-gold.png);
}
#header .sub-menu {
    position: absolute;
    z-index: 2;
    left: 30px;
    margin: -10px 0 0 0px;
    padding: 5px 20px;
    min-width: 250px;
    background-color: var(--white);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.2);
    display: none;
    transition: .5s;
}
#header .menu-item-has-children:hover .sub-menu {
    display: block;
}
#header .sub-menu li{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.1);
}
#header .sub-menu li:last-child{
    border-bottom: none;
}
#header .sub-menu li a{
    text-align: left;
    padding: 15px 0px;
    color: var(--black);
}
#header .sub-menu li a:before {
    display: none;
}
.navLight #header .sub-menu li a{
    color: var(--black);
}
#header .sub-menu li a:after {
    display: none;
}
#header .btnMenu {
  position: relative;
  width: 25px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
#header .btnMenu a{
    pointer-events: none;
}
#header .btnMenu .bar1, 
#header .btnMenu .bar2,
#header .btnMenu .bar3 {
  width: 25px;
  height: 1px;
  background-color: var(--black);
  transition: 0.5s;
}
.navLight #header .btnMenu .bar1, 
.navLight #header .btnMenu .bar2,
.navLight #header .btnMenu .bar3 {
    background-color: var(--gold);
}
#header .btnMenu .bar2 {
    margin-top: 6px;
}
#header .btnMenu .bar3 {
    margin-top: 6px;
}
.change .bar1,
.change .bar2,
.change .bar3 {
    margin-top: -10px;
    opacity: 0;
}
.fixed-header .logoHolder {
  width: 8%;
}
.fixed-header .secTopMenu li a{
    color: var(--black);
}


/*  --------------------------------------------------
    Navigation
    -------------------------------------------------- */
.fullNavi {
    position: fixed;
    z-index: 122;
    top: 0;
    left: -350px;
    background: var(--dark-brown);
    background-attachment: fixed;
    background-size: contain;
    width: 350px;
    height: 100%;
    padding: 50px;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: scroll;
}
.fullNavi ul, 
.fullNavi li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
    display: block;
}
.fullNavi .btnClose {
    position: absolute;
    z-index: 3;
    top: 100px;
    left: 15%;
    width: 30px;
    opacity: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.75s ease-out;
}
.fullNavi.naviSlideIn {
    left: 0px;
    transition: all 0.2s ease-out;
}
.fullNavi .btnClose.btnSlideIn {
    top: 60px;
    opacity: 1;
    transition: all 0.75s ease-out;
}
.fullNavi .btnClose .bar1, 
.fullNavi .btnClose .bar2 {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: var(--gold);
    margin-right: 3px;
    transition: 0.5s;
    display: inline-block;
    transform-origin: 0 0;
}
.fullNavi .btnClose .bar1 {
    top: 0;
    transform: rotate(45deg);
    transform-origin: 0 0;
}
.fullNavi .btnClose .bar2 {
    top: 1px;
    right: -24px;
    transform: rotate(135deg);
    transform-origin: 0 0;
}
.fullNavi .naviMobile {
    padding-top: 50px;
}
.fullNavi .naviMobile li {
    font-size: 16px;
    display: block;
}
.fullNavi .naviMobile li a{
    position: relative;
    width: 100%;
    padding: 15px 0px;
    font-weight: 600;
    display: block;
    color: var(--gold);
    border-bottom: var(--border-black);
    transition: all 0.3s ease-out;
}
.fullNavi .naviMobile li a:hover {
    color: var(--white);
}
.fullNavi .menu-item-has-children a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 10px;
    background: url(images/ico-dropdown-gold.png) no-repeat center center;
    content: "";
    display: inline-block;
}
.fullNavi .sub-menu{
    display: none;
    transition: .5s;
}
.fullNavi .sub-menu li{
    padding: 0;
    margin: 0;
    width: 100%;
}
.fullNavi .sub-menu li:last-child{
    border-bottom: none;
}
.fullNavi .sub-menu li a{
    padding: 10px 10px;
    font-weight: 400;
}
.fullNavi .sub-menu li a:after {
    display: none;
}


/*  --------------------------------------------------
    Footer
    -------------------------------------------------- */
footer {
    position: relative;
    background-color: rgba(62, 53, 40, 1.0);
    margin-top: 100px;
    padding: var(--space50) var(--space3p) var(--space30) var(--space3p);
    clear: both;
}
footer.noSpace {
    margin-top: 0;
}
footer:after {
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    height: 21px;
    background: url(images/texture-footer.png) repeat-x;
    content: "";
}
footer h2,
footer h3,
footer h4,
footer h5,
footer p,
footer a{
    color: var(--gold);
}
footer h2, footer h3, footer h4{
    margin-bottom: 30px;
}
footer h4 {
    font-weight: 700;
    text-transform: uppercase;
}
footer ul, 
footer li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
    display: block;
}
footer input {
    background-color: rgba(0, 0, 0, 0.3);
}
footer .logoHolder {
    padding: 0 0 var(--space30) 0px;
    margin-bottom: var(--space30);
    border-bottom: var(--border-light-dark);
    text-align: center;
}
footer .logoHolder img{
    width: 15%;
    margin: 0 auto 20px auto;
    display: block;
}
footer .rowHolder {
    margin-bottom: 20px;
}
footer .colHolder {
    width: 30%;
}
footer .footerLinks {
    margin: 0;
    padding: 0;
}
footer .footerLinks li,
footer .colHolder li{
    padding: 10px 0px;
    border-top: dotted 1px rgba(0, 0, 0, 0.5);
    display: block;
}
footer .footerLinks li a,
footer .colHolder li a{
    text-transform: uppercase;
}
footer .formHolder .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
footer .formHolder .wpcf7 form .wpcf7-response-output {
    color: var(--white);
}
footer .secFooterBottom {
    border-top: var(--border-light-dark);
    padding-top: var(--space30);
    text-align: center;
}


/*  --------------------------------------------------
    Video Lightbox
    -------------------------------------------------- */
.YouTubePopUp-Wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 9999999999999;
}
.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}
@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top: 32px;
    z-index: 99998;
}
.YouTubePopUp-Content{
    max-width: 95%;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.YouTubePopUp-Content iframe{
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 90% !important;
    border: none !important;
    position: absolute;
    top: 5%;
    bottom: 5%;
    margin: auto 0;
}
.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}
@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.YouTubePopUp-Close{
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(images/close.png) no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
}
.YouTubePopUp-Close:hover{
    opacity: 0.5;
}


/*  --------------------------------------------------
    Owl Carousel
    -------------------------------------------------- */
.owl-dots {
    width: inherit;
    max-width: 30%;
    padding: 20px;
    margin: 30px auto;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 50px;
    justify-content: center;
}
.owl-carousel button.owl-dot {
    width: 11px;
    height: 11px;
    margin: 0 7px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.1s;
}
.owl-carousel button.owl-dot:last-child {
    margin-right: 0;
}
.owl-carousel button.owl-dot.active {
    background-color: var(--black);
    width: 30px;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    left: 17%;
    right: 17%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
.owl-carousel .owl-nav button img{
    padding: 2px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    overflow: hidden;
}


/*  --------------------------------------------------
    Section Banner
    -------------------------------------------------- */
.secBanner {
    position: relative;
    height: 85vh;
    background-color: rgba(21, 21, 21, 1.0);
    padding: 30vh 0 var(--space125) 0px;
    margin-bottom: var(--space100);
    overflow: hidden;
}
.secBanner.noSpace {
    margin-bottom: 0;
}
.secBanner .bgHolder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.secBanner .bgHolder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.secBanner .contentHolder {
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 var(--space16p);
    text-align: center;
}
.secBanner .contentHolder h1,
.secBanner .contentHolder h2,
.secBanner .contentHolder h3,
.secBanner .contentHolder p,
.secBanner .contentHolder a{
    color: var(--gold);
}
.secBanner .contentHolder h1{
    margin-bottom: 30px;
}
.secBanner .contentHolder p{
    width: 70%;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.5;
}
.secBanner .descHolder .decoLeft {
    margin: 30px 30px 0 0px;
}
.secBanner .descHolder .decoRight {
    margin: 30px 0 0 30px;
}
.secBanner .divider {
    margin: 10px 0px 10px 0px;
}
.secBanner .frameHolder img{
    width: 100%;
    height: auto;
}


/*  --------------------------------------------------
    Heading Section
    -------------------------------------------------- */
.secHeading {
    position: relative;
    margin-bottom: 70px;
    padding: 30vh var(--space16p) 0 var(--space16p);
    text-align: center;
}
.secHeading p{
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 1.6;
}
.secHeading .descHolder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.secHeading h1{
    letter-spacing: 0.2rem;
    text-align: center;
}
.secHeading .decoLeft {
    margin: 20px 30px 0 0px;
}
.secHeading .decoRight {
    margin: 20px 0 0 30px;
}
.secHeading .divider {
    margin: 20px 0px;
}
.secHeading p{
    width: 70%;
    margin: 0 auto;
}


/*  --------------------------------------------------
    Tab Navigation
    -------------------------------------------------- */
.tabNavi {
    position: relative;
}
.tabNavi ul{
    margin: 0 0 50px 0px;
    padding: 0 0 0 0px;
    list-style: none;
    display: flex;
    justify-content: center;
}
.tabNavi li{
    margin-right: 10px;
    font-size: 1.2vw;
    color: var(--black);
    border: var(--border-black);
    border-radius: 30px;
    overflow: hidden;
    display: block;
}
.tabNavi li:last-child{
    margin-right: 0;
}
.tabNavi li a{
    padding: 10px 20px;
    display: block;
    color: var(--black);
}
.tabNavi li a.active {
    color: var(--white);
    background-color: var(--black);
}


/*  --------------------------------------------------
    Product Slider View
    -------------------------------------------------- */
.secProds {
    position: relative;
    height: 100vh;
    margin: var(--space100) 0;
    background-color: var(--white);
    text-align: center;
}
.secProds h2{
    position: relative;
    z-index: 2;
    padding-top: 15%;
    color: var(--white);
}
.secProds .bgHolder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 33, 33, 1.0);
    overflow: hidden;
}
.secProds .bgHolder .owl-item {
    height: 100vh;
}
.secProds .bgHolder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}
.secProds .prodSlider {
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    color: var(--white);
}
.secProds .prodSlider h2,
.secProds .prodSlider h3,
.secProds .prodSlider h4,
.secProds .prodSlider p{
    color: var(--white);
}
.secProds .prodSlider .owl-stage {
    display: flex;
}
.secProds .prodSlider .owl-dots {
    position: absolute;
    bottom: -120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
}
.secProds .prodSlider button.owl-dot {
    background-color: rgba(255, 255, 255, 0.3);
}
.secProds .prodSlider button.owl-dot.active {
    background-color: var(--white);
}
.secProds .prodSlider .item {
    position: relative;
    width: 100%;
}
.secProds .prodSlider .item h3{
    font-size: 3.15vw;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
}
.secProds .prodSlider .owl-item.center .item h3{
    color: var(--white);
    -webkit-text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
}
.secProds .prodSlider .item .btnCTA {
    margin-top: 0;
}
.secProds .prodSlider .item p,
.secProds .prodSlider .item .btnCTA {
    display: none;
    transition: all 0.3s;
}
.secProds .prodSlider .owl-item.center .item p,
.secProds .prodSlider .owl-item.center .item .btnCTA {
    display: block;
    transition: all 0.3s;
}


/*  --------------------------------------------------
    Listing Holder
    -------------------------------------------------- */
.listingHolder {
    position: relative;
    margin: 0px;
    padding: 0;
}
.listingHolder li{
    position: relative;
    z-index: 2;
    padding: 20px 0px;
    border-top: 1px solid var(--black);
    opacity: 1;
    transition: all 0.8s ease-out;
}
.listingHolder li.appear{
    opacity: 1;
}
.listingHolder li a{
    display: flex;
    justify-content: space-between;
}
.listingHolder li .dateHolder {
    width: 15%;
    font-size: 1.1vw;
    transition: all 0.1s ease-out;
}
.listingHolder li a:hover .dateHolder {
    width: 18%;
    padding-left: 3%;
    transition: all 0.1s ease-out;
}
.listingHolder li .titleHolder {
    width: 75%;
    font-weight: 700;
    font-size: 1.2vw;
}
.listingHolder li a:after {
    font-size: 1.2vw;
    content: "( + )";
}


/*  --------------------------------------------------
    Tile Listing Holder
    -------------------------------------------------- */
.tileListing {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tileListing li{
    position: relative;
    width: 48%;
    float: left;
    margin-bottom: 5%;
    padding: 10px;
    top: 0px;
    opacity: 1;
    transition: all 0.8s ease-out;
}
.tileListing li:nth-child(odd) {
    clear: left;
}
.tileListing li:nth-child(even) {
    float: right;
}
.tileListing li:nth-child(2) {
    margin-top: 10%;
}
.tileListing li.appear{
    opacity: 1;
}
.tileListing li .borderHolder {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    border-top: 3px solid rgba(244, 209, 99, 1.0);
    border-left: 3px solid rgba(244, 209, 99, 1.0);
    overflow: hidden;
}
.tileListing li .borderHolder:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.tileListing li .date {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    background-color: var(--white);
    padding: 20px 20px 0 20px;
    text-align: center;
    font-weight: 700;
}
.tileListing li .imgHolder {
    margin-bottom: 30px;
}


/*  --------------------------------------------------
    Section Social
    -------------------------------------------------- */
.secSocials {
    position: relative;
    padding: 0 var(--space7p) var(--space100) var(--space7p);
    background-color: var(--white);
}
.secSocials h2{
    text-align: center;
}
.secSocials h2 a{
    font-family: var(--default-font);
    display: block;
}
.secSocials .listingHolder {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.secSocials .listingHolder .item {
    position: relative;
    width: 25%;
    overflow: hidden;
}
.secSocials .listingHolder .item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.secSocials .listingHolder .item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.secSocials .btnCTA {
    text-align: center;
}


/*  --------------------------------------------------
    Accordion
    -------------------------------------------------- */
.accordionHolder {
    clear: both;
    counter-reset: accSecCounter;
}
.accordionHolder .item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.accordionContent {
    max-height: 0px;
    padding-left: 3%;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}
.accordionContent p{
    margin-bottom: 20px;
}
.accordionContent ul{
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
.accordionContent img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
.accordionTitle {
    position: relative;
    padding: 10px 0 10px 0;
    cursor: pointer;
    display: block;
    transition: all 0.25s ease-out;
}
.accordionTitle::before {
  counter-increment: accSecCounter;
  content: counter(accSecCounter) ".  ";
} 
.accordionTitle::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 0px;
    position: relative;
    right: 30px;
    top: 3px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}
.accordionTitle:hover{ 
    color: var(--orange);
}
.accordionTrigger:checked
  + .accordionTitle
  + .accordionContent {
    max-height: 3750px;
}
.accordionTrigger:checked + .accordionTitle::after{
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}
.accordionHolder input[type="checkbox"] {
    display: none;
}


/*  --------------------------------------------------
    Pagination
    -------------------------------------------------- */
.pagination {
    margin-top: 30px;
}
.pagination h2{
    display: none;
}
.pagination .nav-links {
    display: flex;
}
.pagination .nav-links a,
.pagination .nav-links span{
    padding: 1px 6px;
    margin-right: 5px;
    display: block;
    text-align: center;
    line-height: 1.2;
    border: 1px solid var(--black);
    color: var(--black);
}
.pagination .nav-links span,
.pagination .nav-links a:hover{
    background-color: var(--black);
    color: var(--white);
}


/*  --------------------------------------------------
    Key Message Section
    -------------------------------------------------- */
.secKeyMsg {
    position: relative;
    z-index: 3;
    margin: 0 var(--space7p) var(--space100) var(--space7p);
    text-align: center;
}
.secKeyMsg .sliderHolder .owl-dots {
    max-width: none;
    padding: 0;
    background-color:transparent;
}
.secKeyMsg .sliderHolder .item {
    background-color: rgba(244, 209, 99, 1.0);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secKeyMsg .sliderHolder .imgHolder {
    width: 50%;
}
.secKeyMsg .sliderHolder .imgHolder:after {
    padding-bottom: 70%;
}
.secKeyMsg .sliderHolder .descHolder {
    width: 50%;
    padding: 50px;
    text-align: left;
}


/*  --------------------------------------------------
    Home Page
    -------------------------------------------------- */
#secIndex {
    width: 100%;
    background-color: var(--white);
}
#secIndex .secIntro {
    position: relative;
}
#secIndex .secIntro .videoHolder {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.7;
    mix-blend-mode: soft-light;
}
#secIndex .secIntro .videoHolder video{
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block;
}
#secIndex .secIntro .bgHolder {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: var(--black);
    overflow: hidden;
}
#secIndex .secIntro .bgHolder video,
#secIndex .secIntro .bgHolder img{
    width: 100%; 
    height: 100%; 
    margin: 0;
    object-fit: cover; 
    display: block;
    opacity: 1;
}
#secIndex .secIntro .descHolder {
    position: absolute;
    z-index: 3;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    padding-bottom: 100px;
    text-align: center;
}
#secIndex .secIntro .descHolder .barScroll{
    position: absolute;
    z-index: 2;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background-color: rgba(244, 209, 99, 0.5);
    overflow: hidden;
}
#secIndex .secIntro .descHolder .barScroll:after {
    position: absolute;
    z-index: 2;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 25px;
    background-color: var(--gold);
    filter: blur(5px);
    content: "";
    opacity: 0;
    animation: scrolAnimation 1s infinite;
    animation-timing-function: linear;
}
#secIndex .secIntro .descHolder h1,
#secIndex .secIntro .descHolder h2,
#secIndex .secIntro .descHolder h1 span{
    color: var(--gold);
}
#secIndex .secIntro .descHolder h1 mark{
    position: relative;
    background-color: transparent;
    color: var(--gold);
    display: block;
    overflow: hidden;
}
#secIndex .secIntro .descHolder p{
    padding-top: 20px;
    font-size: 1.75vw;
    color: var(--gold);
    letter-spacing: 2px;
}
#secIndex .canvas-container {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#secIndex .canvas-container img{
    width: 50%;
    height: 50%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
#secIndex .canvas-container .textureHolder {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
}
#secIndex .canvas-container .textureHolder img{
    width: 55%;
    height: 55%;
    margin: 0 auto;
    object-fit: cover;
}
#secIndex .secAbout {
    position: relative;
    z-index: 3;
    margin: 50px var(--space7p) 100px var(--space7p);
}
#secIndex .secAbout .btnCTA {
    margin: 30px auto 0 auto;
    text-align: center;
}
#secIndex .secAbout .btnCTA a{
    background-color: var(--black);
    border-color: transparent;
    color: var(--white);
}
#secIndex .secAbout .btnCTA a:hover {
    background-color: var(--gold);
}
#secIndex .secAbout .titleHolder {
    width: 70%;
    margin: 0 auto 0 auto;
    text-align: center;
}
#secIndex .secAbout .titleHolder p{
    width: 50%;
    margin: 0 auto;
}
#secIndex .secAbout .descHolder {
    position: absolute;
    z-index: 2;
    top: 0;
    margin-bottom: var(--space100);
}
#secIndex .secAbout .descHolder .btnCTA {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#secIndex .secAbout .descHolder .contentLeftHolder {
    width: 30%;
    margin-top: 18%;
    padding: 35px 0 0 50px;
    border-top: 1px solid var(--black);
    font-size: 1.15vw;
    font-weight: 700;
    text-align: right;
    float: left;
}
#secIndex .secAbout .descHolder .contentRightHolder {
    width: 30%;
    margin-top: 18%;
    padding: 35px 50px 0 0px;
    border-top: 1px solid var(--black);
    font-size: 1.15vw;
    font-weight: 700;
    float: right;
}
#secIndex .secJournals {
    position: relative;
    padding: 0 var(--space16p) 30px var(--space16p);
    background-color: var(--white);
}
#secIndex .secJournals h2{
    text-align: center;
}
#secIndex footer {
    margin-top: 0;
}


/*  --------------------------------------------------
    Products
    -------------------------------------------------- */
#secProduct {
    width: 100%;
}
#secProduct .secProds {
    margin: 0px;
}
#secProduct footer {
    z-index: 2;
    margin-top: 0;
}
#secProduct .secListing {
    margin: 0 var(--space16p) var(--space100) var(--space16p);
}
#secProduct .secListing h2{
    text-align: center;
}
#secProduct .secContent {
    margin: 25vh var(--space7p) var(--space100) var(--space7p);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#secProduct .secContent .gallerySlider {
    width: 40%;
}
#secProduct .secContent .gallerySlider .owl-dots {
    max-width: 80%;
    width: auto;
    margin: 20px auto;
}
#secProduct .secContent .gallerySlider .owl-stage-outer {
    border: 2px dashed var(--black);
    border-radius: 20px;
    overflow: hidden;
}
#secProduct .secContent .infoHolder {
    width: 55%;
    margin-top: var(--space30);
}
#secProduct .secContent .infoHolder h1{
    margin-bottom: var(--space30);
    font-size: 3.5vw;
}
#secProduct .secContent .infoHolder p{
    line-height: 1.5;
}
#secProduct .secContent .varietyHolder {
    margin-top: var(--space30);
    padding-top: var(--space30);
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
#secProduct .secContent .varietyHolder h2{
    margin-bottom: 20px;
}
#secProduct .secContent .varietyListing {
    margin: 0 0 10px 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
#secProduct .secContent .varietyListing li{
    width: 45px;
    margin: 0 10px 10px 0px;
    cursor: pointer;
}
#secProduct .secContent .varietyListing li.active {
    border: 2px solid var(--gold);
}
#secProduct .secContent .varietyDesc .item {
    display: none;
}
#secProduct .secContent .varietyDesc .item:first-child {
    display: block;
}
#secProduct .secContent .varietyDesc h4{
    font-weight: 700;
}
#secProduct .secContent .varietyDesc .sku {
    font-weight: 700;
    font-style: italic;
}
#secProduct .tileSlider {
    text-align: center;
}


/*  --------------------------------------------------
    Blog & Tips
    -------------------------------------------------- */
#secBlog {
    width: 100%;
}
#secBlog .secListing {
    margin: 0 var(--space16p) var(--space100) var(--space16p);
}
#secBlog .comingSoon {
    padding: 100px 0px;
    text-align: center;
}
#secBlogDetails h1{
    font-size: 3.2vw;
}
#secBlogDetails .secDetails {
    width: 100%;
    padding: 0 var(--space16p);
}
#secBlogDetails .secDetails li{
    margin-bottom: 10px;
}
#secBlogDetails .secDetails img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
#secBlogDetails .secDetails .special {
    margin-top: 30px;
    font-family: var(--heading-font);
    font-size: 1.35vw;
}
#secBlogDetails .secDetails .divider {
    margin-top: 30px;
    padding-top: 30px;
    border-top: var(--border-light-dark);
}
#secBlogDetails .galleryListing {
    margin: 0 var(--space7p) var(--space100) var(--space7p);
}
#secBlogDetails .galleryListing .tileListing li{
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
    opacity: 1;
    transition: all 0.8s ease-out;
}
#secBlogDetails .galleryListing .tileListing .thumbHolder,
#secBlogDetails .galleryListing .tileListing .imgHolder {
    margin: 0px auto;
}


/*  --------------------------------------------------
    About Us Page
    -------------------------------------------------- */
#secAbout {
    width: 100%;
}
#secAbout footer {
    margin-top: 0;
}
#secAbout .secIntro {
    position: relative;
    margin: 100px var(--space16p) 70px var(--space16p);
    text-align: center;
}
#secAbout .secIntro h2{
    width: 70%;
    margin: 0 auto 30px auto;
}
#secAbout .secIntro p{
    font-weight: 700;
    line-height: 1.5;
}
#secAbout .secStatements {
    position: relative;
    z-index: 3;
    margin: 0 var(--space7p) 80px var(--space7p);
}
#secAbout .secStatements .colHolder {
    width: 50%;
    text-align: center;
}
#secAbout .secStatements .imgHolder {
    margin-bottom: var(--space30);
}
#secAbout .secStatements .imgHolder:after {
    padding-bottom: 70%;
}
#secAbout .secStatements .descHolder {
    align-items: center;
}


/*  --------------------------------------------------
    Contact Us
    -------------------------------------------------- */
#secContact {
    width: 100%;
}
#secContact .secDetails {
    padding: 0 var(--space16p);
}


/*  --------------------------------------------------
    Default Details Page
    -------------------------------------------------- */
#secDefault {
    position: relative;
    width: 100%;
}
#secDefault img{
    max-width: 100%;
}
#secDefault .secContent {
    position: relative;
    z-index: 2;
    padding: 0 var(--space7p);
}
#secDefault .padding10p {
    padding: 0 10%;
}


/*  --------------------------------------------------
    For Large Screen
    -------------------------------------------------- */
@media screen and (min-width: 1600px) and (max-width: 5000px) {
    
}


/*  --------------------------------------------------
    For Tablet Landscape
    -------------------------------------------------- */
@media only screen and (max-width: 1100px) {
    :root{
        --space3p: 5%;
        --space7p: 5%;
        --space16p: 5%;
    }

    #header {
        top: 10px;
    }
    #header .widthWrapper {
        padding: 0px;
    }
    #header .logoHolder {
        width: 15%;
        padding: 0;
    }
    #header .navLeft {
        width: 30%;
        border-bottom: none;
        display: none;
    }
    #header .navRight {
        float: right;
        width: 40%;
        border-bottom: none;
    }
    .navLight #header .navLeft {
        border-bottom: none;
    }
    .navLight #header .navRight {
        border-bottom: none;
    }
    #header li{
        padding: 0px;
        font-size: 1rem;
        letter-spacing: 0.1rem;
    }
    #header li a,
    #header li p{
        padding: 0px;
    }
    #header .navRight a,
    #header .navRight p{
        font-size: 1rem;
    }
    #header .navRight li{
        display: none;
    }
    #header .navRight li.navSocial {
        display: flex;
    }
    #header .navRight li.navSocial p{
        display: none;
    }
    #header .navRight li.navSocial a{
        margin: 0 0 0 20px;
    }
    #header .btnMenu {
        width: 40%;
        display: block;
    }

    #secDefault .padding10p {
        padding: 0;
    }
}


/*  --------------------------------------------------
    For Tablet Portrait
    -------------------------------------------------- */
@media only screen and (max-width: 969px) {
    :root{
        --space125: 100px;
        --space3p: 5%;
        --space7p: 5%;
        --space16p: 5%;
    }
    h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
        font-size: 1.1rem;
    }
    h1{
        font-size: 3.5rem;
    }
    h2{
        font-size: 2.3rem;
    }
    h1 span,
    h2 span{
        font-size: 0.9rem;
        letter-spacing: 0.1rem;
    }
    h3{
        font-size: 1.35rem;
    }
    h3 span{
        font-size: 0.9rem;
    }
    h4{
        font-size: 1.1rem;
    }
    h5{
        font-size: 0.9rem;
    }
    .btnCTA a,
    .btnCTA p{
        letter-spacing: 0.1rem;
        font-size: 0.9rem;
    }
    .btnLearnMore {
        letter-spacing: 0.1rem;
        font-size: 0.9rem;
    }
    .rowHolder {
        display: flex;
        justify-content: space-between;
    }
    .colLeft {
        width: 48%;
    }
    .colRight {
        width: 48%;
    }
    .lblHeading {
        font-size: 0.9rem;
    }

    #preloader .wrapper .logoHolder {
        width: 25vw;
    }

    #header .logoHolder {
        width: 20%;
    }

    .fullNavi .btnClose.btnSlideIn {
        top: 40px;
    }

    footer h2, footer h3, footer h4{
        margin-bottom: 10px;
    }
    footer .logoHolder img{
        width: 30%;
        margin: 0 auto;
    }
    footer .rowHolder {
        margin-bottom: 20px;
        display: block;
    }
    footer .colHolder {
        width: 100%;
        margin-bottom: var(--space50);
        text-align: center;
    }
    footer .colHolder:last-child {
        margin-bottom: 0;
    }
    footer .footerLinks li{
        border-top: none;
        border-bottom: dotted 1px rgba(0, 0, 0, 0.5);
    }

    .owl-dots {
        max-width: 50%;
    }
    .owl-carousel button.owl-dot {
        margin: 0 5px;
    }

    .secBanner {
        height: 800px;
        padding: 0px;
    }
    .secBanner .contentHolder {
        top: 50%;
        left: 5%;
        width: 90%;
    }
    .secBanner .descHolder {
        display: block;
    }
    .secBanner .descHolder img{
        display: none;
    }
    .secBanner .contentHolder p{
        width: 100%;
    }

    .secHeading {
        padding: 200px var(--space16p) 0 var(--space16p);
    }
    .secHeading p{
        font-size: 1rem;
    }
    .secHeading h1{
        letter-spacing: 0.1rem;
    }
    .secHeading .descHolder {
        display: block;
    }
    .secHeading .descHolder .decoLeft {
        width: 35px;
        margin: 0 0 5px 0px;
    }
    .secHeading .descHolder .decoRight {
        width: 35px;
        margin: 15px 0 0 0px;
    }
    .secHeading p{
        width: 100%;
    }

    /*  --------------------------------------------------
        Tab Navigation
        -------------------------------------------------- */
    .tabNavi {
        position: relative;
    }
    .tabNavi ul{
        margin: 0 0 50px 0px;
        padding: 0 0 0 0px;
        list-style: none;
        display: flex;
        justify-content: center;
    }
    .tabNavi li{
        margin-right: 10px;
        font-size: 1.2vw;
        color: var(--black);
        border: var(--border-black);
        border-radius: 30px;
        overflow: hidden;
        display: block;
    }
    .tabNavi li:last-child{
        margin-right: 0;
    }
    .tabNavi li a{
        padding: 10px 20px;
        display: block;
        color: var(--black);
    }
    .tabNavi li a.active {
        color: var(--white);
        background-color: var(--black);
    }

    .secProds {
        height: 700px;
    }
    .secProds h2{
        padding-top: 25%;
    }
    .secProds .bgHolder .owl-item {
        height: 700px;
    }
    .secProds .prodSlider .owl-dots {
        bottom: -150%;
    }
    .secProds .prodSlider .item h3{
        font-size: 2rem;
    }

    .listingHolder li{
        padding: 15px 0px;
    }
    .listingHolder li .dateHolder {
        width: 23%;
        font-size: 1.1rem;
    }
    .listingHolder li a:hover .dateHolder {
        width: 20%;
        padding-left: 3%;
    }
    .listingHolder li .titleHolder {
        width: 65%;
        font-size: 1.2rem;
    }
    .listingHolder li a:after {
        font-size: 1.2rem;
        content: "( + )";
    }

    .tileListing li{
        width: 49%;
        margin-bottom: 50px;
    }
    .tileListing li:nth-child(2) {
        margin-top: 100px;
    }

    .secSocials .listingHolder {
        flex-wrap: wrap;
    }
    .secSocials .listingHolder .item {
        width: 50%;
    }

    .secKeyMsg .sliderHolder .item {
        display: block;
    }
    .secKeyMsg .sliderHolder .imgHolder {
        width: 100%;
    }
    .secKeyMsg .sliderHolder .imgHolder:after {
        padding-bottom: 75%;
    }
    .secKeyMsg .sliderHolder .descHolder {
        width: 100%;
    }

    #secIndex .secIntro .bgHolder {
        height: 700px;
    }
    #secIndex .secIntro .descHolder {
        top: 40%;
        width: 90%;
        padding-bottom: 50px;
    }
    #secIndex .secIntro .descHolder p{
        font-size: 1.75rem;
    }
    #secIndex .canvas-container {
        margin-bottom: 0px;
    }
    #secIndex .canvas-container img{
        width: 80%;
        height: 80%;
    }
    #secIndex .canvas-container .textureHolder img{
        width: 80%;
        height: 80%;
    }
    #secIndex .secAbout {
        margin: 0 var(--space7p) 70px var(--space7p);
    }
    #secIndex .secAbout .titleHolder {
        width: 70%;
    }
    #secIndex .secAbout .titleHolder p{
        width: 100%;
    }
    #secIndex .secAbout .descHolder {
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }
    #secIndex .secAbout .descHolder .contentLeftHolder {
        width: 100%;
        margin-top: 0;
        padding: 25px 0 25px 0px;
        font-size: 1.15rem;
        text-align: center;
        float: none;
    }
    #secIndex .secAbout .descHolder .contentRightHolder {
        width: 100%;
        margin-top: 0;
        padding: 35px 0 0 0px;
        font-size: 1.15rem;
        text-align: center;
        float: none;
    }

    #secProduct .secContent {
        margin: 200px var(--space7p) var(--space100) var(--space7p);
        display: block;
    }
    #secProduct .secContent .gallerySlider {
        width: 100%;
        margin-bottom: var(--space50);
    }
    #secProduct .secContent .infoHolder {
        width: 100%;
        margin-top: 0;
    }
    #secProduct .secContent .infoHolder h1{
        font-size: 2.5rem;
    }

    #secBlog .secBanner .contentHolder h1,
    #secBlog .secBanner .contentHolder h2{
        font-size: 2rem;
    }
    #secBlogDetails h1{
        font-size: 2rem;
    }
    #secBlogDetails .secDetails .special {
        font-size: 1.35rem;
    }
    #secBlogDetails .galleryListing .tileListing li{
        width: calc(50% - 20px);
        margin: 0 5px 20px 5px;
    }

    #secAbout .secIntro h2{
        width: 100%;
    }
    #secAbout .secStatements .rowHolder {
        display: block;
    }
    #secAbout .secStatements .colHolder {
        width: 100%;
        margin-bottom: 50px;
    }
    #secAbout .secStatements .imgHolder {
        margin-bottom: 30px;
    }
    #secAbout .secStatements .imgHolder:after {
        padding-bottom: 75%;
    }
}


/*  --------------------------------------------------
    For Mobile Landscape
    -------------------------------------------------- */
@media only screen and (max-width: 560px){
    .secBanner {
        height: 350px;
        padding: 0px;
    }
}


/*  --------------------------------------------------
    For Mobile Portrait
    -------------------------------------------------- */
@media only screen and (max-width: 500px) {
    :root{
        --space3p: 6%;
        --space7p: 6%;
        --space16p: 6%;
    }
    h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
        font-size: 1rem;
    }
    h1{
        font-size: 2.3rem;
    }
    h2{
        font-size: 2rem;
    }
    h3{
        font-size: 1.3rem;
    }
    h4{
        font-size: 1.1rem;
    }
    h5{
        font-size: 0.9rem;
    }
    .rowHolder {
        display: block;
    }
    .colLeft {
        width: 100%;
    }
    .colRight {
        width: 100%;
    }

    #preloader .wrapper .logoHolder {
        width: 35vw;
    }

    #header .logoHolder {
        width: 35%;
    }

    footer .logoHolder img{
        width: 50%;
    }

    .owl-dots {
        max-width: 80%;
    }
    .owl-carousel button.owl-dot {
        margin: 0 3px;
    }

    .secBanner {
        height: 550px;
        padding: 0px;
    }
    .secBanner .contentHolder {
        left: 6%;
        width: 88%;
    }

    .secProds {
        height: 500px;
    }
    .secProds h2{
        padding-top: 25%;
    }
    .secProds .bgHolder .owl-item {
        height: 500px;
    }
    .secProds .prodSlider .owl-dots {
        bottom: -90%;
    }
    .secProds .prodSlider .item h3{
        font-size: 1.35rem;
    }

    .listingHolder li{
        padding: 20px 0px;
    }
    .listingHolder li a{
        display: block;
    }
    .listingHolder li .dateHolder {
        width: 100%;
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .listingHolder li a:hover .dateHolder {
        width: 100%;
        padding-left: 0;
    }
    .listingHolder li .titleHolder {
        width: 100%;
    }
    .listingHolder li a:after {
        content: "";
    }

    .tileListing li{
        width: 100%;
        margin-bottom: 30px;
        float: none;
        clear: both;
    }
    .tileListing li:nth-child(2) {
        margin-top: 0px;
    }
    .tileListing li:nth-child(even) {
        float: none;
    }

    .secKeyMsg .sliderHolder .descHolder {
        padding: 35px;
    }

    #secIndex .secIntro .bgHolder {
        height: 480px;
    }
    #secIndex .secIntro .descHolder {
        top: 30%;
        width: 88%;
    }
    #secIndex .secIntro .descHolder h1 img{
        display: none;
    }
    #secIndex .secIntro .descHolder p{
        font-size: 1.5rem;
    }
    #secIndex .secIntro .descHolder .barScroll {
        bottom: 10%;
    }
    #secIndex .canvas-container img{
        width: 90%;
        height: 90%;
    }
    #secIndex .canvas-container .textureHolder img{
        width: 85%;
        height: 85%;
    }
    #secIndex .secAbout {
        margin: 50px var(--space7p) 80px var(--space7p);
    }
    #secIndex .secAbout .titleHolder {
        width: 100%;
    }
    #secIndex .secAbout .descHolder {
        margin-bottom: 50px;
    }

    #secProduct .secContent {
        margin: 120px var(--space7p) var(--space100) var(--space7p);
    }
}