/**
 * ======================================================================================
 *                                Font Family Attached
 * =======================================================================================
 */
@font-face {
    font-family: 'Gotham-Black';
    src: url('../font/Gotham-Black.eot');
    src: url('../font/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Gotham-Black.woff2') format('woff2'),
        url('../font/Gotham-Black.woff') format('woff'),
        url('../font/Gotham-Black.ttf') format('truetype'),
        url('../font/Gotham-Black.svg#GothamBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../font/Gotham-Bold.eot');
    src: url('../font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Gotham-Bold.woff2') format('woff2'),
        url('../font/Gotham-Bold.woff') format('woff'),
        url('../font/Gotham-Bold.ttf') format('truetype'),
        url('../font/Gotham-Bold.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../font/Gotham-Book.eot');
    src: url('../font/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../font/Gotham-Book.woff2') format('woff2'),
        url('../font/Gotham-Book.woff') format('woff'),
        url('../font/Gotham-Book.ttf') format('truetype'),
        url('../font/Gotham-Book.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('../font/Gotham-Medium.eot');
    src: url('../font/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Gotham-Medium.woff2') format('woff2'),
        url('../font/Gotham-Medium.woff') format('woff'),
        url('../font/Gotham-Medium.ttf') format('truetype'),
        url('../font/Gotham-Medium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('../font/Gotham-Light.eot');
    src: url('../font/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Gotham-Light.woff2') format('woff2'),
        url('../font/Gotham-Light.woff') format('woff'),
        url('../font/Gotham-Light.ttf') format('truetype'),
        url('../font/Gotham-Light.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book-New';
    src: url('../font/Gotham-Book-New.eot');
    src: url('../font/Gotham-Book-New.eot?#iefix') format('embedded-opentype'),
        url('../font/Gotham-Book-New.woff2') format('woff2'),
        url('../font/Gotham-Book-New.woff') format('woff'),
        url('../font/Gotham-Book-New.ttf') format('truetype'),
        url('../font/Gotham-Book-New.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Bold-New';
    src: url('../font/Gotham-Bold-New.eot');
    src: url('../font/Gotham-Bold-New.eot?#iefix') format('embedded-opentype'),
        url('../font/Gotham-Bold-New.woff2') format('woff2'),
        url('../font/Gotham-Bold-New.woff') format('woff'),
        url('../font/Gotham-Bold-New.ttf') format('truetype'),
        url('../font/Gotham-Bold-New.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * ======================================================================================
 *                                Generic CSS
 * =======================================================================================
 */
html {
    font-size: 100%;
}
body {
    background: #fff;
    color: #000000;
    font-family: 'Gotham-Medium';
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}
a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
a:hover {
    text-decoration: none;
}
b, strong {
    font-weight: normal;
    font-family: 'Gotham-Bold-New';
}
img,
svg {
    height: auto;
    max-width: 100%;
}
header,
section,
footer,
article {
    width: 100%;
}
b,
strong {
    font-weight: 700;
}
.accessibility {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: -999999999px;
    position: absolute;
}
h1 {
    font-family: 'Gotham-Bold-New';
    font-size: 4rem;
    line-height: 1em;
    font-weight: normal;
}
h4 {
    font-size: 1.875rem;
    line-height: 1.2em;
    font-weight: normal;
    font-family: 'Gotham-Bold-New';
}
h5 {
    font-size: 1.5rem;
    font-family: 'Gotham-Bold-New';
    line-height: 1.2em;
    font-weight: normal;
}
.dark-color {
    color: #e43c2f;
}
section {
    position: relative;
}
.dash-line {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 50px;
    width: 10px;
    background-color: #000;
    z-index: 10;
}
.dash-line.light {
    background-color: #fff;
}
.container {
    width: 90%;
}
.page--herobar {
    position: absolute;
    top: 20vh;
    left: 0;
    width: 100%;
    z-index: 2;
}
#bitnami-banner {
	display: none;
}
/**
 * ======================================================================================
 *                                  Header
 * =======================================================================================
 */
#main {
    display: block;
    width: 100%;
}
.Header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1009;
}
.Header--logo {
    position: relative;
	width: 42px;
}
.Header--line {
    display: inline-block;
    height: 10px;
    width: 42px;
    background-color: #000;
}
.Header--line.line--white {
    background-color: #fff;
}
.Home--hero .Menu-main {
    padding: 4vh 0 28vh;
    position: relative;
    background-color: rgba(232, 232, 232, 0.5);
}
.Header--menu>li>a {
    display: inline-block;
    font-size: 2.575rem;
    font-family: 'Gotham-Black';
    color: #000;
    padding-bottom: 5px;
}
.Header--menu .sub-menu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1.5rem;
}
.Header--menu .sub-menu li>a {
    position: relative;
    display: inline-block;
    font-size: 1.325rem;
    color: #000;
    font-family: 'Gotham-Medium';
    padding-left: 36px;
    padding-bottom: 10px;
}
.Header--menu .sub-menu li>a:after {
    content: '';
    display: block;
    height: 4px;
    width: 10px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 16px;
}
.home-hero--title {
    display: block;
    position: relative;
}
.Home--hero .find-look {
    margin-top: -35px;
}
.insta-icon {
    display: inline-block;
    position: absolute;
    top: -135px;
    right: 15px;
    z-index: 2;
}
.home-hero--title::after {
    content: '';
    display: block;
    position: absolute;
    top: 15%;
    height: 70%;
    background-color: #e43c2f;
    left: 0;
    width: 10px;
}
.footer--logo {
	width: 200px;
	max-width: 100%;
}
.home-hero-description {
    padding-top: 5vh;
}
.home-hero-description::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 0;
    display: block;
    background-color: #e43c2f;
    width: 10px;
    height: 50px;
}
.home-philosophy {
    background-color: #e43c2f;
    color: #fff;
}
.home-philosophy p {
    font-family: 'Gotham-Book-New';
}
.home-product .nav-tabs .nav-link,
.home-product .nav-tabs .nav-link.active,
.home-philosophy .nav-tabs .nav-link,
.home-philosophy .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 0 8px;
	font-family: 'Gotham-Bold-New';
	font-size: 1.25rem;
}
.home-product .nav-tabs .nav-link,
.home-product .nav-tabs .nav-link.active {
    color: #000;
	font-family: 'Gotham-Bold-New';
}
.home-philosophy .nav-tabs .nav-link,
.home-philosophy .nav-tabs .nav-link.active{
    color: #fff;
	font-family: 'Gotham-Bold-New';
}
.fullheight--box {
    height: 100vh;
    position: relative;
    z-index: 1;
    padding-top: 26vh;
}
.fullheight--box--inner {
    display: block;
    width: 100%;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.product-slider {
    padding: 0px 30px;
}
.pro-slide--box img {
    margin-bottom: 3rem;
}
.pro-slide--box h4 {
    display: inline-block;
}
.pro-slide--box h4 span {
    font-size: 70%;
}
.pro-slide--span {
    right: 0;
    float: right;
}
.product-slider .owl-nav .owl-next,
.product-slider .owl-nav .owl-prev {
    position: absolute;
    top: 21%;
    margin: 0;
    padding: 0;
    background: none !important;
    border: none !important;
    opacity: 1;
    outline: none !important;
}
.product-slider .owl-nav .owl-prev {
    left: -30px;
}
.product-slider .owl-nav .owl-next {
    right: -30px;
}
.product-slider .owl-nav .prev-icon,
.product-slider .owl-nav .next-icon {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: block;
    width: 37px;
    height: 63px;
}
.product-slider .owl-nav .prev-icon {
    background-image: url('../img/left-arrow.png');
}
.product-slider .owl-nav .next-icon {
    background-image: url('../img/right-arrow.png');
}
.pro-slide--title {
    position: relative;
    padding-right: 80px;
}
.pro-slide--box h4 small {
    font-size: 20px;
    font-weight: 700;
}
.pro-slide--span {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 1.875rem;
    font-weight: 400;
}
.home-contact {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 4px;
}
.owl-theme .owl-dots {
    margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e43c2f;
}

@-webkit-keyframes bounce {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }
}
@-o-keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 15px, 0);
    }
}
@keyframes bounce {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }
}
.contact-map--img {
    position: relative;
}
.contact-map--img .map--icon {
    position: absolute;
    top: 37%;
    left: 27%;
    display: inline-block;
    -webkit-animation: bounce 0.5s;
    -o-animation: bounce 0.5s;
    animation: bounce 0.5s;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    -o-animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.Home--hero .Menu-main::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.25);
	position: absolute;
}
.video--cont {
	overflow: hidden;
}
.my-video,
.video--cont{
 	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;	
}
.insta-icon-mbl.insta-icon {
	top: 155px;
	right: 15px;	
}
.insta-icon-mbl {
	width: 40px;
}
.insta-icon-mbl img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.insta--white-icon{
	opacity: 0;
	visibility: hidden;
}
.insta--white-icon.active{
	opacity: 1;
	visibility: visible;
}
.Download--btn {
	display: inline-block;
    padding: 25px 25px 25px 105px;
    position: relative;
	color: #000;
    font-family: 'Gotham-Bold-New';
	font-size: 1.5rem;
	transition: 0s;
	margin-top: 15px;
	border: 2px solid #000;
}
.Download--btn::after {
	content: '';
    display: block;
    height: 69px;
    width: 55px;
    background-image: url('../img/pdficonblack.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
    top: 5px;
}
.Download--btn:hover {
	color: #fff;
	background-color: #000;
}
.Download--btn:hover::after {
	background-image: url('../img/pdficonwhite');
}


/**
 * ======================================================================================
 *                                  footer css
 * =======================================================================================
 */
.py-footer {
    padding-bottom: 100px;
    padding-top: 60px;
}
.company-address p {
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.company-address ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.company-address ul li {
    display: inline-block;
    padding-right: 30px;
    font-size: 1.25rem;
}
.site-footer .dash-line {
    right: unset;
    left: 15px;
}
/**
 * ======================================================================================
 *                                  Media Query
 * =======================================================================================
 */
@media only screen and (min-width: 576px) {
    .container {
        max-width: 90%;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 90%;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        max-width: 90%;
    }
    .product-slider .owl-dots {
        display: none;
        margin: 0;
        padding: 0;
    }
    .home-hero-description h5 {
        width: 47%;
    }
    .home-hero-description::before {
        content: '';
        position: absolute;
        bottom: 3px;
        right: 0;
        display: block;
        background-color: #e43c2f;
        width: 50%;
        height: 5px;
    }
	.costomer--content {
		position: relative;
		height: 70vh;
	}
	.products--tabs-cont {
		position: relative;
		z-index: 1009;
	}
	.costomer--content img {
		position: absolute;
		bottom: 0;
		right: 30px;
		max-height: 96vh;
		max-width: none;
	}
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 90%;
    }

}
@media only screen and (min-width: 1400px) {
    .container {
        width: 1340px;
        max-width: 90%;
    }
    .home-hero-description::before {
        bottom: 2px;
        height: 8px;
    }
}
/**
 * ======================================================================================
 *                                  Media Query
 * =======================================================================================
 */

@media only screen and (max-width: 1399px) {
    body {
        font-size: 1.125rem;
    }
    h1 {
        font-size: 2.75rem;
    }
    h5 {
        font-size: 1.325rem;
    }
    .Header--menu>li>a {
        font-size: 1.875rem;
        padding-bottom: 5px;
    }
    .Header--logo {
        width: 30px;
    }
	.Header--line {
		height: 7px;
		width: 30px;
	}
    .Home--hero .Menu-main {
        padding: 4vh 0 22vh;
    }
    .Header--menu .sub-menu {
        margin-bottom: 7px;
    }
    .Header--menu .sub-menu li>a {
        font-size: 1.125rem;
        margin-bottom: 0;
        padding-bottom: 5px;
    }
    .home-hero-description::after {
        width: 5px;
    }
    .Home--hero .find-look {
        margin-top: -25px;
    }
    .insta-icon {
        height: 200px;
        top: -100px;
    }
    .dash-line {
        height: 40px;
        width: 7px;
    }
    .insta-icon img {
        max-height: 100%;
    }
    h4 {
        font-size: 1.575rem;
    }
    .company-address p,
    .company-address ul li {
        font-size: 1.125rem;
    }
    .py-footer {
        padding-bottom: 70px;
        padding-top: 30px;
    }
    .product-slider .owl-nav .prev-icon,
    .product-slider .owl-nav .next-icon {
        width: 30px;
    }
}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
    html {
        font-size: 90%;
    }
    .home-hero-description::after,
    .home-hero-description:before,
    .home-hero--title::after {
        display: none;
    }
    .product-slider {
        padding: 0px;
    }
    .product-slider .owl-nav {
        display: none;
        margin: 0;
        padding: 0;
    }
    .fullheight--box {
        height: auto;
        padding-top: 180px;
    	padding-bottom: 60px;
    }
    .fp-tableCell {
        height: auto !important;
    }
    .Home--hero .Menu-main{
    	padding: 30px 0 100px;
    }
    .home-product ul.nav-tabs,
    .home-philosophy ul.nav-tabs {
    	margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 85%;
    }
    .Home--hero .Menu-main {
        height: auto;
        z-index: -1;
        padding: 70px 0px;
        background-color: transparent;
    }
    .insta-icon {
        height: 150px;
        top: -80px;
    }
    h1 {
        font-size: 2.725rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    .home-hero--title h1 {
        width: 250px;
        max-width: 100%;
    }
   	.mobile-menu-icon {
        position: relative;
        display: block;
        width: 30px;
        height: 7px;
        background-color: #000;
    }
	.mobile-menu-icon.toggle--white,
	.mobile-menu-icon.toggle--white::after,
	.mobile-menu-icon.toggle--white::before {
		background-color: #fff;
	}
    .mobile-menu-icon::after {
        content: '';
        display: block;
        height: 7px;
        width: 30px;
        position: absolute;
        top: 12px;
        background-color: #000;
    }
    .mobile-menu-icon::before {
        content: '';
        display: block;
        height: 7px;
        width: 30px;
        position: absolute;
        top: 24px;
        background-color: #000;
    }
    .mobilemenu-main {
        padding: 1.525rem 1rem 0 2.5rem;
        z-index: 1009;
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        width: 80%;
        background: #fff;
        overflow-y: auto;
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .mobile-toggle {
        position: absolute;
        top: 85px;
        left: 15px;
        height: 31px;
        display: inline-block;
    }
	
    .page--herobar {
        top: 50px;
    }
    .mobilemenu-main.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .mobilemenu-main .mobile-toggle {
    	position: absolute;
	    right: 15px;
	    font-size: 32px;
	    color: #000;
	    width: 40px;
	    height: 40px;
	    text-align: center;
	    line-height: 40px;
		top: 15px;
    	left: auto;
    }	
    .mobilemenu-main .mobile-menu-logo {
    	margin-top: 50px;
    	margin-bottom: 50px;
		width: 180px;
		max-width: 100%;
    }
    body::after {
    	content: '';
    	visibility: hidden;
    	opacity: 0;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: -1;
	    background-color: rgba(0, 0, 0, 0.70);
	    transition: all 500ms ease-in-out;
    }
    body.dark_overlay {
    	position: relative;
    	overflow-y: hidden
    }
    body.dark_overlay::after{
    	visibility: visible;
    	opacity: 1;
	   	z-index: 1008;
    }
    .fullheight--box {
    	padding-top: 130px;
    }
    .Header--menu > li {
    	margin-bottom: 5px;
    }
    .mobilemenu-main .mobile-menu-line {
    	width: 10px;
	    height: 44px;
	    background-color: #e43c2f;
	    margin-bottom: 30px;
    }
	.Header--line {
		width: 30px;
	}
	.Home--hero .Header--line{
		display: none;
	}
	.section:not(.Home--hero) .fullheight--box {
		padding-top: 200px;
	}
/* 	.section:not(.Home--hero) .page--herobar {
		top: 130px;
	} */
	.video--cont {
		position: relative;
		padding-bottom: 57.25%;
		top: unset;
		left: unset;
		transform: unset;
		width: 100%;
		height: auto;
		min-width: 100%;
		min-height: auto;
	}
	.my-video{
		position: absolute;
		top: 0;
		left: 0;
		transform: unset;
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: 100%;
	}
	.insta-icon-mbl.insta-icon {
		top: 135px;
	    right: 15px;	
	}
	.insta-icon-mbl {
		width: 35px;
	}
	.insta-icon-mbl img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.insta--icon {
		width: 40px;
	}
}
@media only screen and (max-width: 575px) {
	.Home--hero .Menu-main {
		padding: 90px 0; 
	}
	.contact-map--img .map--icon {
		top: 25%;
    	width: 35px;
	}
	.fullheight--box {
		padding-top: 110px;
		padding-bottom: 40px;
	}
}