/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

@font-face {
    font-family: "Stack Sans Headline";
    src: url("assets/fonts/StackSansHeadline-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stack Sans Headline";
    src: url("assets/fonts/StackSansHeadline-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stack Sans Headline";
    src: url("assets/fonts/StackSansHeadline-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stack Sans Headline";
    src: url("assets/fonts/StackSansHeadline-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stack Sans Headline";
    src: url("assets/fonts/StackSansHeadline-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: medium;
    font-display: swap;
}

@font-face {
    font-family: "Stack Sans Headline";
    src: url("assets/fonts/StackSansHeadline-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 1rem !important;
    /* base */
}

body {
    font-family: "Stack Sans Headline", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
}


a,
b,
span {
    color: #000;
    font-weight: 300;
}

.dark-section a,
.dark-section b,
.dark-section span {
    color: #fff;
    font-weight: 300;
}

#site-footer .site-logo img {
    filter: invert(1);
}

.page-header .entry-title {
    display: none;
}

.mobile-custom-elementor-header.header-dark .elementor-divider-separator,
.mobile-custom-elementor-header.header-dark .menu-item a.hfe-menu-item,
.mobile-custom-elementor-header.header-dark .menu-item a.hfe-sub-menu-item,
.mobile-custom-elementor-header.header-dark a,
.mobile-custom-elementor-header.header-dark ul.customlinks li a,
.custom-elementor-header.header-dark .elementor-divider-separator,
.custom-elementor-header.header-dark .menu-item a.hfe-menu-item,
.custom-elementor-header.header-dark .menu-item a.hfe-sub-menu-item,
.custom-elementor-header.header-dark a,
.custom-elementor-header.header-dark ul.customlinks li a {
    color: #000 !important;
    transition: color 0.3s ease;
    text-transform: uppercase;
    border-color: #000 !important;
}

.mobile-custom-elementor-header.header-dark .hfe-site-logo img,
.custom-elementor-header.header-dark .hfe-site-logo img {
    filter: invert(1);
}

.mobile-custom-elementor-header .menu-item a.hfe-menu-item,
.mobile-custom-elementor-header .menu-item a.hfe-sub-menu-item,
.custom-elementor-header .menu-item a.hfe-menu-item,
.custom-elementor-header .menu-item a.hfe-sub-menu-item {
    padding-left: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
}

ul,
ul.customlinks {
    margin: 0 !important;
    padding-left: 0 !important;
}

ul li,
ul.customlinks li {
    list-style: none;
    padding: 15px 15px 15px 0 !important;
    margin: 0 !important;
}

ul.customlinks li a {
    text-transform: uppercase;
    color: #fff;
}

@media screen and (max-width: 1100px) {

    .mobile-custom-elementor-header .menu-item a.hfe-menu-item,
    .mobile-custom-elementor-header .menu-item a.hfe-sub-menu-item,
    .custom-elementor-header .menu-item a.hfe-menu-item,
    .custom-elementor-header .menu-item a.hfe-sub-menu-item {
        padding-left: 0 !important;
        color: #fff !important;
        text-transform: uppercase;
    }

    .hfe-nav-menu-icon svg {
        filter: invert(1);
    }
}

@media (max-width: 1024px) {
    #modulus-cursor {
        display: none;
    }

    body {
        cursor: auto;
    }
}


/* Bala style */
.wpcf7-response-output {
    border: 0px !important;
}

.wpcf7-not-valid-tip {
    font-weight: 300 !important;
}

.content_one p,
.content_two {
    font-size: 3.75rem !important;
    font-weight: 200 !important;
    line-height: 4.5rem !important;
}

.hfe-nav-menu li,
.hfe-nav-menu li a,
ul.customlinks li,
ul.customlinks li a {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 1.25rem;
    font-weight: 100 !important;
    line-height: 1.875rem !important;
}

.mobile-custom-elementor-header .elementor-divider
.custom-elementor-header .elementor-divider {
    padding-block-start: 0px !important;
    padding-block-end: 0px !important;
}

.contact_form .fields_1 p .wpcf7-not-valid-tip,
.message_field p .wpcf7-not-valid-tip,
.contact_form .fields_2 p .wpcf7-not-valid-tip {
    position: absolute;
    background-color: #fff;
    padding: 0px;
    overflow: hidden;
}

.contact_form .fields_1 p .wpcf7-not-valid-tip {
    width: 100%;
    top: 25px;
}

.contact_form .fields_2 p .wpcf7-not-valid-tip {
    width: 100%;
    top: 25px;
}

.message_field p .wpcf7-not-valid-tip {
    width: 100%;
    top: -15px;
}

select~span.wpcf7-not-valid-tip {
    width: 96% !important;
}

span.wpcf7-not-valid-tip:after {
    color: red;
    margin-right: 5px;
    font-weight: normal;
    float: right;
    content: "!";
    font-family: 'Manrope', sans-serif;
    border: 1px solid red;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.n2-ss-layer.n2-ow.n2-ss-layer--block.n2-ss-has-self-align.n-uc-1294f3e7fc570 {
    height: auto;
}

.productbody .n2-ss-layer-col.n2-ss-layer-with-background .n2-ss-layer.n2-ow {
    height: auto !important;
}

.wpcf7-form-control-wrap:hover .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap:focus .wpcf7-not-valid-tip {
    display: none !important;
}

.bottomSlidebtn .n2-ss-layer-row-inner>.n2-ss-layer.n2-ow {
    border-left: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    padding: 0px 80px 50px 80px;
    min-height: 300px;
    box-sizing: border-box;
}

.productbody .n2-ss-layer-col .n2-ss-layer.n2-ow p,
.productbody .n2-ss-layer-col .n2-ss-layer.n2-ow a.n2-ow {
    padding: 0px 80px !important;
}

.productbody .n2-ss-button-container.n2-ss-item-content {
    display: flex !important;
    height: 100%;
    align-items: end;
    margin-top: 10px;
}

.prodbtn:hover div{
    text-decoration: none !important;
    outline: none;
}

.prodbtn div {
    font-size: 1.875rem !important;
    font-weight: 300 !important;
}

.bottomSlidebtn .n2-ss-layer-row-inner>.n2-ss-layer.n2-ow .n2-ss-layer-col {
    justify-content: end !important;
}

.bottomSlidebtn .n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content {
    justify-content: unset !important;
    height: 100%;
}

.n2-ss-layers-container .n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content.n2-ow {
    justify-content: unset !important;
}

.prdoctslidersec .n2-ss-layers-container,
.prdoctslidersec .n2-ss-layers-container img {
    max-width: 100% !important;
    width: 100% !important;
}

.slidrightcolumn .n2-ss-layer.n2-ow .columnone {
    border-right: 1px solid #b6b6b6;
}

.bottomSlidebtn .leftProductSlider:hover,
.bottomSlidebtn .rightProductSlider:hover {
    background-color: #000;
    transition: transform 1s ease;
    corner-bottom-left-shape: round;
}

.bottomSlidebtn .leftProductSlider:hover img,
.bottomSlidebtn .rightProductSlider:hover img {
    filter: invert(1);
}

.bottomSlidebtn .leftProductSlider:hover>div>div>div>a,
.bottomSlidebtn .rightProductSlider:hover>div>div>div>a {
    color: #fff !important;
}

.bottomSlidebtn .leftProductSlider:hover img,
.bottomSlidebtn .rightProductSlider:hover img {
    transition: transform 1.8s;
    transform: scale(1.2);
    transition: transform 0.5s ease;
}

.bottomSlidebtn .n2-ss-layer.n2-ow a,
.bottomSlidebtn .n2-ss-layer.n2-ow p {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
    line-height: 1.5rem !important;
}

.bottomSlidebtn .leftProductSlider:hover img {
    transform-origin: right;
}

.bottomSlidebtn .rightProductSlider:hover img {
    transform-origin: left;
}

.slidrightcolumn .n2-ss-layer.n2-ow.n2-ss-layer--block:nth-child(2) {
    border: 1px solid #b6b6b6;
}

.n2-ss-slider .n2-ss-layer-content .slidrightcolumn .n2-ss-layer[data-pm=normal] {
    height: 50%;
}

.productbody .n2-ss-layer-col.n2-ss-layer-with-background {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.slidrightcolumn .n2-ss-layer-row.n2-ss-layer-with-background {
    height: 100%;
}

.n2-ss-layer.n2-ow.imageLayer,
.n2-ss-layer.n2-ow.imageLayer * {
    width: 100%;
}

.column2 p {
    width: 276px !important;
    padding-left: 80px !important;
}

.column1 p {
    font-weight: 500 !important;
    width: 270px !important;
    padding-left: 80px !important;
}

.n2-ss-layer.n2-ow {
    margin-top: 0px !important;
}

.forway h2 {
    font-size: 3.75rem;
    font-weight: 500;
    line-height: 3.75rem;
}

.submitbtn span {
    position: relative;
}

.submitbtn span::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 0% !important;
    height: 40px;
    background: #000;
    transition: width 0.4s ease;
    z-index: -1;
}
.submitbtn a::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 0% !important;
    height: 40px;
    background: #000;
    transition: width 0.4s ease;
    z-index: -1;
}
a.prodbtn:hover div,
a.prodbtn:hover>div {
    color: #fff !important;
    transition: width 0.4s ease;
}

.prodbtn>div::before {
    content: "";
    position: absolute;
    top: 25px;
    left: auto;
    width: 0% !important;
    height: 40px;
    transition: width 0.4s ease;
    z-index: 0 !important;
    color: #fff !important;
}
.submitbtn span:hover::before {
    width: 145px !important;
    z-index: 0;
}
.chatwithus .submitbtn:hover a{
	transition: all .25s linear 0s;
    text-decoration: underline;
}
.chatwithus .submitbtn:hover a::before {
    color: #fff !important;
    z-index: -1;
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
	width: 160px !important;
    top: -6px;
}
/* div#n2-ss-7 .n2-font-f3a1e142fc21352c04aade908a8c47cb-link a:HOVER, 
div#n2-ss-7 .n2-font-f3a1e142fc21352c04aade908a8c47cb-link a:ACTIVE, 
div#n2-ss-7 .n2-font-f3a1e142fc21352c04aade908a8c47cb-link a:FOCUS {
    color: #ffffff;
    background: #000;
    font-family: 'Stack Sans Headline';
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    transition: width 0.4s ease;
    width: 160px !important;
    height: 40px !important;
} */

.prodbtn>div:hover::before {
    width: 170px !important;
    z-index: -1 !important;
    background-color: #000;
}
.submitbtn span:hover input,
.prodbtn>div:hover div, .chatwithus .submitbtn a:hover{
    color: #fff !important;
}
.eael-contact-form-description {
    padding-top: 20px;
}
.submitbtn span:hover input, .chatwithus .submitbtn:hover a {
    padding-left: 10px !important;
	text-decoration:none !important;
}
.prodbtn>div:hover div, .aboutbtn.submitbtn a:hover div {
    padding-left: 10px !important;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}
.aboutbtn.submitbtn a:hover div {
    color: #fff !important;
    z-index: 2;
    position: relative;
}
.aboutbtn.submitbtn a:hover::before{
	width:160px !important;
	background-color:#000;
	z-index:0;
}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 1.25rem !important;
    margin-top: 30px;
    z-index: 1;
    display: flex !important;
    position: relative;
    background-color: transparent !important;
}

.ecomBox p {
    margin: 0px !important;
}

footer .eael-contact-form-7-heading h3 {
    font-size: 1.87rem !important;
}

footer p strong {
    font-weight: 500;
}

footer form input,
footer form textarea {
    font-size: 1.25rem;
    border-radius: 0px !important;
    font-weight: 400 !important;
    color: #000;
}

footer form select {
    border-radius: 0px !important;
    font-weight: 300;
}

footer form select:focus-visible {
    outline: 0px;
}

.forway a {
    text-decoration: none;
}

footer form select option {
    font-size: 1.25rem;
    font-weight: 400 !important;
    color: #000;
    background-color: white !important;
    font-weight: 400;
}

.wpcf7-response-output {
    margin: 0px !important;
    padding: 0px !important;
}

.wpcf7 select option:checked,
.wpcf7 select option:active,
.wpcf7 select option:focus-visible,
.wpcf7 select option:hover {
    background-color: black !important;
    color: white !important;
    background: black !important;
    padding: 20px !important;
    height: 70px !important;
}

input:invalid:not(:placeholder-shown) {
    background-image: url("data:image/svg+xml,...");
    /* SVG icon */
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-color: red;
}

footer form .message_field {
    margin-top: 15px;
}

footer form select option:hover {
    background-color: black !important;
    color: white !important;
    background: black !important;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #b6b6b6 !important;
    font-weight: 300 !important;
    font-size: 1rem !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: "Stack Sans Headline";
    font-size: 1rem;
    color: #b6b6b6;
}

footer input[type=tel],
footer .fields_1 p span:first-child input[type=text] {
    margin-right: 20px !important;
}

footer form p {
    justify-content: space-between;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #000;
	cursor:pointer;
}

footer form span {
    padding-right: 0px !important;
}

footer .wpcf7-form select {
    margin-top: 4px;
    font-size: 1rem;
}

.normaltext {
    color: #000026;
}

.hovertext {
    display: none;
}

.ecomBox:hover .normaltext {
    display: none;
}

.ecomBox:hover .hovertext, .ecomBox:hover .hovertext a {
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: flex;
}

.wpcf7-validates-as-required:hover~.wpcf7-not-valid-tip,
.wpcf7-validates-as-required:focus~.wpcf7-not-valid-tip {
    visibility: hidden;
}

.n2-ss-slide.n2-ow.n2-ss-slide-21.n2-ss-slide-active {
    pointer-events: none !important;
}

a.prodbtn,
.leftProductSlider,
.rightProductSlider {
    pointer-events: auto !important;
}

button.eael-simple-menu-toggle {
    background-color: transparent !important;
}

.bottomSlidebtn .n2-ss-layer-row-inner>div {
    padding-top: 80px;
}

.n2-ss-layer-row-inner p {
    margin-left: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
a.elementor-social-icon{
	justify-content:right !important;
}
@media only screen and (max-width: 479px){
	.normaltext {
    	font-size: 1.6rem;
	}
}
@media only screen and (min-width:480px) and (max-width: 767px){
	.normaltext {
    	font-size: 2rem;
	}
}
@media only screen and (max-width: 767px) {
	.aboutbtn.submitbtn a div {
    	color: #fff;
    	font-size: 1.25rem;
	}
	ul#menu-mobile-responsive li a {
    	color: #fff !important;
	}
	ul#menu-mobile-responsive li:hover a, ul#menu-mobile-responsive li:focus a, ul#menu-mobile-responsive li:active a{
    	background-color: transparent !important;
	}
	a.elementor-social-icon{
		justify-content:left !important;
	}
	.aboutbtn.submitbtn a {
    	display: inline-block;
		background-color: #000;
    	padding: 10px;
	}
    .bottomSlidebtn .n2-ss-layer-row-inner {
        flex-wrap: unset !important;
        padding-top: 0px !important;
    }
	input.wpcf7-form-control.wpcf7-submit {
    	background-color: #000 !important;
    	text-decoration: none;
	}
	.submitbtn span::before, .chatwithus .submitbtn:hover a::before, .aboutbtn.submitbtn a::before{
		display:none;
	}
    .bottomSlidebtn .n2-ss-layer-row-inner>.n2-ss-layer.n2-ow .n2-ss-layer-col {
        justify-content: start !important;
    }

    .bottomSlidebtn .n2-ss-layer-row-inner>.n2-ss-layer.n2-ow {
        padding: 30px 20px 50px 20px !important;
    }

    .bottomSlidebtn .n2-ss-layer-row-inner>.n2-ss-layer.n2-ow .n2-ss-layer-col,
    .bottomSlidebtn .n2-ss-layer.n2-ow a,
    .bottomSlidebtn .n2-ss-layer.n2-ow p {
        padding: 0px !important;
    }

    .prodbtn {
        background-color: #000 !important;
        color: #fff !important;
        outline: none !important;
        text-decoration: none !important;
        margin-top: 20px !important;
        font-size: 1rem !important;
        font-weight: 300 !important;
    }

    .prodbtn>div {
        padding: 10px;
    }

    .prodbtn>div div {
        font-size: 1rem !important;
    }

    .bottomSlidebtn .n2-ss-layer {
        text-align: left !important;
        --ssselfalign: left;
    }

    .prodbtn>div:hover::before {
        width: auto !important;
    }

    .prodbtn>div:hover div {
        padding-left: 0px !important;
    }

    .n2-ss-layers-container .n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content.n2-ow {
        justify-content: end !important;
    }
	.productsSlider .n2-ss-section-main-content .column1 {
   	 	padding-top: 20px!important;
	}
	.productsSlider .n2-ss-section-main-content .column2 {
   	 	padding-bottom: 20px!important;
	}
}
@media only screen and (min-width:768px) and (max-width: 1023px) {
.chatwithus .submitbtn {
    position: relative;
    bottom: 50px;
}
}
@media only screen and (min-width:767px) and (max-width: 1199px) {
	.tabrightcolumn .prodbtn {
		margin-top: 30px !important;
	}
	.tabrightcolumn .prodbtn div {
		font-size: 1rem !important;
	}
	.tabrightcolumn {
		padding:0px !important;
		width:100% !important;
	}
	.tabrightcolumn p{
		padding:0px !important;
	}
	.tableftcolumn {
   	 	width: 100% !important;
   		padding: 0px !important;
	}
	.tabrightcolumn>.n2-ss-layer-col {
    	padding: 30px !important;
	}
	.dark-section br{
		display:none;
	}
}
@media only screen and (min-width:1024px) {
    .ecomBox::before {
        content: "";
        position: absolute;
        top: -100%;
        left: -100%;
        width: 224%;
        height: 348%;
        transform: rotate(45deg) translate(-100%, -100%);
        transition: transform 2s ease;
        z-index: 0;
        corner-bottom-left-shape: round;
    }

    .ecomBox:hover::before {
        transform: rotate(45deg) translate(0%, 0%);
        border-radius: 100%;
    }

    .ecomBox {
        cursor: pointer;
        overflow: hidden;
    }

    .ecomBox:hover * {
        color: #fff !important;
    }

    .ecomBox.box1::before {
        background-color: #000000;
    }

    .ecomBox.box2::before {
        background-color: #ABABAB;
    }

    .ecomBox.box3::before {
        background-color: #C1A884;
    }

    .ecomBox.box4::before {
        background-color: #c1a884;
    }
}
@media only screen and (max-width: 1685px) {
.forway br {
        display: none !important;
    }
}
@media only screen and (max-width: 1023px) {
    .parabreak br {
        display: none !important;
    }
	.chatwithus .submitbtn a {
   		color: #fff;
    	padding: 7px 10px;
    	background-color: #000;
	}
    .content_one p,
    .content_two,
    .forway h2 {
        font-size: 2.188rem !important;
        line-height: 3.188rem !important;
    }

    .eael-simple-menu {
        background-color: #000 !important;
        height: 100vh;
        top: -30px !important;
        z-index: 0 !important;
    }

    .ecomBox {
        justify-content: space-between;
        align-items: center;
    }

    .ecomBox>div {
        align-self: center;
    }

    .ecomBox.box1 *,
    .ecomBox.box2 *,
    .ecomBox.box3 * {
        color: #fff !important;
        font-weight: 100 !important
    }
    .ecomBox.box1 {
        background-color: #000;
    }
	.comingsoontext p, .comingsoontext {
		padding: 0px !important;
		margin: 0px !important;
		font-size: 1.25rem;
	}
	.ecomBox .elementor-widget-icon, .ecomBox .elementor-icon-wrapper{
		justify-content: center;
        align-items: center;
        display: flex;
	}
    .ecomBox.box2 {
        background-color: #ABABAB;
    }

    .ecomBox.box3 {
        background-color: #C1A884;
    }

    .forway h2 {
        font-size: 2.188rem !important;
        line-height: 3.188rem !important;
    }

    .content_two br {
        display: none;
    }
    footer form select {
        width: 100% !important;
    }

    .contact_form .fields_1 p span,
    .contact_form .fields_2 p span {
        width: 100% !important;
        display: block !important;
    }

    .contact_form .fields_1 p,
    .contact_form .fields_2 p,
    .contact_form .fields_1 p:nth-last-of-type(1),
    .contact_form .fields_2 p:nth-last-of-type(1),
    .contact_form .message_field p:nth-last-of-type(1) {
        display: block !important;
        width: 100% !important;
    }

    .contact_form br {
        display: none !important;
    }

    .submitbtn span::before {
        width: 140px !important;
    }

    input.wpcf7-form-control.wpcf7-submit {
        color: #fff;
        padding-left: 8px !important;
    }

    .eael-simple-menu-container.preset-1 {
        background-color: transparent !important;
    }

    ul#menu-mobile-responsive {
        padding: 130px 0px 0px 20px !important;
    }

/*     ul#menu-mobile-responsive li:last-child a {
        font-size: 1.25rem !important;
        padding: 0px;
    } */

/*     ul#menu-mobile-responsive li:last-child {
        margin-top: 50px !important;
        padding-top: 50px !important;
        border-top: 1px solid #fff;
        width: 117px;
        margin-left: 20px !important;
    } */

    ul#menu-mobile-responsive li a {
        font-size: 3.125rem;
        font-weight: 100 !important;
        line-height: 4rem;
        text-transform: uppercase;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
	.productbody .n2-ss-layer-col .n2-ss-layer.n2-ow p, .productbody .n2-ss-layer-col .n2-ss-layer.n2-ow a.n2-ow{
		font-size:275% !important;
		padding:0px 50px !important;
	}
}
@media only screen and (min-width: 1280px) {
    .imageLayer img {
        height: 100% !important;
    }
}
