@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Default Styling */
:root {
    --title-font: 'Open Sans', sans-serif;
    --paragraph-font: 'Open Sans', sans-serif;
	--secondary-font: 'Montserrat', sans-serif;
	--third-font: 'Poppins', sans-serif;
	--awesome-font:FontAwesome;
    --h1:52px;
    --h2:32px;
    --h3:32px;
    --h4:22px;
    --h5:18px;
    --p:16px;
    --main_accent:#000;
	--bg_color:#fff;
}
.h1, 
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--title-font);
	text-transform: uppercase;
	font-weight: bold;
}
h1 {
    font-size: var(--h1);
}
h2 {
    font-size: var(--h2);
}
h3 {
    font-size: var(--h3);
}
h4 {
    font-size: var(--h4);
}
h5 {
    font-size: var(--h5);
}
body,
p {
    font-size: var(--p);
	font-family: var(--paragraph-font);
}
a,
a:hover,
input,
input:hover,
button,
button:hover,
img,
header,
.inner_header,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
::-webkit-input-placeholder {
    color: #707070;
    opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

:-moz-placeholder { /* Firefox 18- */
    color: #707070;
    opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #707070;
    opacity: 1 !important;
}

:-ms-input-placeholder {  
    color: #707070;
}
img {
    max-width: 100%;
    height: auto;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-120 {
    margin-top: 120px;
}
.margin-top-240 {
    margin-top: 240px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-120 {
    padding-top: 120px;
}
.left_text {
    text-align: left;
}
.centered_text {
    text-align: center;
}
.right_text {
    text-align: right;
}

/* End Default Styling */

body:not(.home) .contact_panel div.contact_padding {
	padding-top: 0;
	padding-bottom: 0;
}
.default_content_item h2{
	margin-bottom: 0.5rem;
}
.default_content_item h3{

}
.default_content_item img {
	max-width: 100%;
	height:auto;
	border-radius: 0.25rem;
}


.ms-section {
	position:relative;
}
.bg_panel {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-size: cover !important;
}
.first_l_panel {
	padding:90px 90px;
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
	align-items:flex-start;
	background: var(--main_accent);
}
.first_l_top_sction {
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	width:100%;
}
.first_l_top_sction ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.first_l_top_sction ul li {
	text-align: right;
}
.first_l_top_sction ul li a {
	font-size:var(--h2);
	color:var(--bg_color);
	cursor: initial;
	pointer-events: none;
	text-transform: uppercase;
	font-weight: bold;
}
.first_l_top_sction img {
	width:100%;
	max-width:280px;
	height:auto;
	object-fit: contain;
}
.first_l_bottom_section {
	flex-grow: 1;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	align-items:flex-end;
	width:100%;
}
.first_l_bottom_section span {
	width:100%;
	display:inline-block;
	color:var(--bg_color);
	font-size:var(--h3);
	font-weight: 400;
}
.second_l_panel {
	background:#707070;
	background-size:cover !important;
	background-position:center center !important;
	padding:90px 90px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.second_l_panel_con {
	width:100%;
}

.video_con {
	overflow:hidden;
}
.video_con:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3); 
}
.video_con video {
	position: absolute;
	bottom:0;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	min-width: 100%;
	min-height: 100%;
	border: 0;
	pointer-events: none;
	z-index: 0;
}
.contact_padding {
	padding:90px 90px;
}
.ms-section.contact_panel {
	background-size:cover !important;
	background-repeat: no-repeat !important;
	background-position:center center !important;
}
.contact_panel h2 {
	margin-bottom:30px;
}
.contact_field_title span{
	max-width:60%;
}
.contact_panel .contact_field_title a i {
	color:#000;
}
.contact_panel .contact_field_title a:hover i {
	color: #707070;
}

.contact_field_title {
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:solid thin #707070;
	margin-bottom:48px;
}
.contact_field_border input {
	border-bottom:solid thin #707070;
	width:100%;
	-webkit-appearance: none !important;
	padding-left:0;
}
.contact_field_border textarea {
	border:none;
	border-bottom:solid thin #707070;
	width:100%;
	-webkit-appearance: none !important;
	padding:7.5px 0;
}
.contact_field_border span {
	width:100%;
}
.contact_field_border {

	margin-bottom:48px;
}
.contact_panel .wpcf7-form-control-wrap {

	display: block;
	margin-bottom:12px;
}
.contact_panel div {
	position:relative;
}
.contact_panel i:not(.fa) {
    color: #707070;
    font-family: var(--secondary-font);
    float:left;
}
.contact_field_title .wpcf7-form-control-wrap:after {
	content:"\f107";
	position:absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color:#000;
    font-family: var(--awesome-font);
    top:50%;
    font-size:var(--h4);
}
.wpcf7-list-item-label {
    color: #707070;
    font-family: var(--secondary-font);
    clear:both;
    display:block;
    margin-top:15px;
}
div.wpcf7 .wpcf7-submit:disabled {
	opacity:0.4;
}
span.agree_text label:before {
	content:'Yes, I Agree';
    color: #707070;
    font-family: var(--secondary-font);
    margin-right:7.5px;
}
span.wpcf7-list-item {
	margin: 0 0 0 0;
}
.contact_panel input[type="checkbox"] {
	width:auto;
	height:auto;
}
.contact_panel input.wpcf7-submit {
	background:#fff;
	border:solid thin #000;
	color:#000;
	text-transform: uppercase;
	width:100%;
	max-width:150px;
	height:48px;
	cursor:pointer;
}
.contact_panel input.wpcf7-submit:hover {
	color:#fff;
	background: var(--main_accent);
}

/* Contact Form */
legend {
	font-size: var(--p);
}
.form-style-5 fieldset{
	border: none;
}
.form-style-5 legend {
	margin-bottom: 7.5px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	margin: 0;
	outline: 0;
	padding: 7.5px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom:3.75px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: #d2d9dd;
}
.form-style-5 select{
	-webkit-appearance: menulist-button;
	height:35px;
}
.form-style-5 .number {
	background: #000;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 3.75px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
div.wpcf7-response-output {
	margin-left:0;
	margin-right:0;
}
.form-style-5 input[type="submit"],
.form-style-5 input[type="button"],
.form-style-5 input[type="reset"]
{
	position: relative;
	display: inline-block;
	color: #FFF;
	background: #000;
	text-align: center;
	border: 1px solid #000;
	border-width: 1px 1px 3px;
	margin-bottom: 0;
	padding:7.5px 30px;
	text-transform: uppercase;
	cursor:pointer;

}
.form-style-5 input[type="submit"] {
	margin-left: 0;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover,
.form-style-5 input[type="reset"]:hover
{
	opacity:0.75;
}
.contact_panel .form-style-5 h3 {
	margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}


.alignment_top_btm {
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
	height: 100%;
}
.btm_section_r_f{
	flex-grow: 1;
	display: -webkit-flex;
	display: flex;
	width:100%;
	align-items:flex-end;
}
.btm_section_r_f{
	margin-top:30px;
}
.btm_section_r_f h4 {
	font-size: var(--p);
	font-family: var(--third-font);
}
.btm_section_r_second {
	border-top:solid thin #000;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:30px;
	padding-top:30px;
}
/* Endof Contact */


header {
	top:0;
	left:0;
	width:100%;
	padding:15px 0;
	z-index:100;
}
.header_1 img {
	max-width:200px;
}
.header_2 ul {
	list-style:none;
	padding-left:0;
	margin-bottom:0;
	text-align: right;
}
.header_2 ul>li {
	display:inline-block;
	margin-left: 15px;
}
.header_2 ul>li>a {
	color:#fff;
	text-transform: uppercase;
}

/* Mobile Layout */
.overlay_items {
	text-align: center;
}
.mobile_top_banner {
	background: var(--main_accent);
	padding:60px 30px 30px;
	position: relative;
	overflow: hidden;
}
.mobile_top_banner img {
	width: 100%;
	max-width: 300px;
	margin-bottom: 60px;
}
.mobile_top_banner a,
.mobile_top_banner span {
	color:var(--bg_color);
	display: inline-block;
	width: 100%;
	font-size: var(--h4);
	text-align: center;
}
.responsive_banner_text {
	text-align: center;
}
.responsive_banner_text ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.secondary_text {

}
.scroll_down_box_second {
    margin-top: -8px;
}
.scroll_down_box_first img {
    animation: pulse_down 2.4s ease 1s infinite;
    opacity: .2;
    width: 22px;
}
.scroll_down_box_second img {
    animation: pulse_down 2.5s ease 1.2s infinite;
    opacity: .2;
    width: 22px;
}
.secondary_text .text {
    color: #fff;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: var(--title-font);
}
.secondary_text img {
	margin-bottom: 0;
}
.scroll_down_box, .secondary_text {
    align-items: center;
    display: flex;
    width: 100%;
}
.secondary_text
 {
    flex-direction: column;
    font-family: var(--secondary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 30px;
	padding-top:30px;
}
@keyframes pulse_down {
    0% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

@keyframes pulse {
    to {
        opacity: 1
    }
}
.modulular_panels {
	text-align: center;
}
.modulular_panels h2{
	margin-bottom: 30px;
	text-transform: uppercase;
}
.modulular_panels ul {
	list-style:none;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.modulular_panels ul>li {
	display: inline-block;
	width:100%;
	max-width: 50%;
	padding-left:15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.modulular_panels ul>li>a {
	border:solid thin #ebebeb;
	color:#000;
	width:100%;
	box-shadow: 0px 3px 30px #00000014;
	display: inline-block;
	padding:60px 15px;
	text-align: center;
	    cursor: initial;
    pointer-events: none;
}
/* End of mobile */
/* Default Page */
.top_banner_home_default_2 {
	justify-content: center;
	align-items: center;
	display: flex;
	height:75vh;
	max-height: 600px;
	padding-top: 120px;
	padding-bottom: 60px;
}
.top_banner_home_default_2 h1 {
	color:#fff;
}
header {
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
}
.woocommerce ul.products li.product {
	    box-shadow: 0 3px 30px #00000014;
		border-radius: 0.25rem;
		padding-bottom: 1.5em;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: var(--h4);
	color:#000;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	font-size: var(--h5);
	color:#000;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button
 {
	text-align: center;
    position: relative;
	display: inline-flex;
	color: #FFF;
	background: #000;
	justify-content: center;
	text-align: center;
	border: 1px solid #000;
	border-width: 1px 1px 3px;
	margin-bottom: 0;
	padding: 7.5px 30px;
	text-transform: uppercase;
	cursor: pointer;
	min-height: 3em;
	align-items: center;
	font-size: var(--p);
	font-family: var(--paragraph-font);
	font-weight: 400;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover {
	background:#fff;
	border-bottom-width: 1px;
	color:#000;
}
.woocommerce div.product form.cart .button {
	clear: both;
	margin-top: 15px;
}
.product {

}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	font-size: var(--h4);
	color:#000;
}
.product h1 {
	margin-bottom: 1rem;
	font-size: var(--h2);
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	color:#000;
}
.default_container h1 {
	font-size: var(--h2);
	margin-bottom: 60px;
}
.woocommerce div.product .product_title {
	margin-bottom: 1rem;
}
/* End of Default Page */
@media (max-width: 1199.98px) {
	.second_l_panel p {
		color:#000;
	}
	.second_l_panel h3.ui-accordion-header-active {
		border-bottom-color:#000;
		color:#000;
	}
	.second_l_panel {
		min-height:100vh;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.ms-section.first_l_panel {
		height:100vh;
		float:left;
	}
	.mobile_padding_100 {
		height:100vh;
		width:50%;

	}
	.second_l_panel {
		clear:both;
	}

	.btm_section_r_r {
		margin-top:15px;
	}

	.contact_panel input.wpcf7-submit {
		margin-top:15px;
	}
	.contact_panel input.wpcf7-submit {
		float:none;
	}
	.first_l_panel, .second_l_panel  {
		padding:30px 15px;
	}
	.contact_padding {
		padding:30px 15px 30px;
	}
}
@media (max-width: 991.98px) {
	.first_l_top_sction h2 {
		text-align: left;
	}
	.first_l_top_sction img {
		margin-bottom: 60px;
	}
	.first_l_top_sction {
		flex-wrap: wrap;
	}
	.first_l_top_sction h2 {
	}
	body,
	html {
		overflow-y: scroll !important;
		height:auto !important;
	}
}
@media (max-width: 767.98px) {
	.contact_panel .form-style-5 h3 {
		margin-bottom:15px;
	}
	.mobile_padding_100,.ms-section.first_l_panel{
		height:50vh;
		width:100%;
	}
	.second_l_panel {
		min-height:70vh;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.first_l_top_sction img {
		max-width:calc(50vw - 30px);
	}

	.first_l_top_sction img {
		width:100%;
		height:auto;
		object-fit: contain;
	}
	.second_l_panel h4 {
		padding-top:0;
	}

	.second_l_panel {
		min-height:100vh;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.ms-section.first_l_panel{
		height:100vh;
		width:100%;
	}
	.mobile_padding_100 {
		display:none;
	}
	.arrow_down {
		display: block !important;
	}
	.modulular_panels ul>li {
		max-width: none;
	}
	.modulular_panels ul>li>a {
		padding:30px 15px;
	}
	header {
		text-align: center;
	}
	body,
	html {
		overflow: initial !important;
		height:auto !important;
	}
}