@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --black:#000;
    --white:#fff;
    --text-one: #4D4D4D;
    --main-color: #AE2029;
    --sub-color: #234F55;
}

*{
    font-family: "Noto Sans", sans-serif;
    margin: 0;padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none !important;
}



html{
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
}
ul, li{
    list-style: none;
    padding: 0;
}

body{
    font-family: "Noto Sans", sans-serif !important;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}
.transition {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

a:hover{
    color: #AE2029;
}


.main-btn{
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    padding: 1rem;
    display: inline-block;
}
.main-btn:hover{
    letter-spacing: 1px;
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
    color: #fff;
}

.de-none{
    display: none;
}

.page-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: 355px;
    background: #fff;
}

figure{
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    overflow: hidden;
}
figure img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    width: 100%;
}
figure:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

header{
    position: fixed;
    top: -0;
    left: 0;
    right: 0;
    z-index: 10000;
    transition: all .5s ease-in-out;
    padding: 1rem 0 1.5rem;
}
.inner-header{
    background-color: rgba(0, 0, 0, 1);
}
.darkHeader{
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
}

.nav-up {
    top: -150px;
}
.logo img{
    height: 40px;
}
.icon-box{
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    margin-bottom: 0;
}
/* .menu{
    padding-left: 2rem;
} 
.menu a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.menu a:hover{
    color: var(--main-color);
}*/
.menu button{
    padding: 0;
    background: transparent;
}



/* slider css */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.sub-head-h3{
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
.main-head-h2{
    font-size: 48px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 50px;
    margin: 0;
}
.pro-cat-flex-box{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 1.5rem;
}
.pro-cat-flex-box .box figure{
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    overflow: hidden;
}
.pro-cat-flex-box .box img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    width: 100%;
}
.pro-cat-flex-box .box:hover figure img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.pro-cat-flex-box .box h5{
    margin-top: 1rem;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
	color: #000;
}

.sec-home-three .video-overlay{
    color: #fff;
	padding : 0 5rem;
}
.sec-home-three .video-overlay h3{
    font-size: 21px;
}
.sec-home-three .video-overlay h2{
    max-width: 500px;
    margin-bottom: 2rem;
}
.sec-home-three .video-overlay .main-btn{
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 1rem;
}
.sec-home-three .video-overlay .main-btn:hover{
    color: #fff;
    letter-spacing: 1px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.sec-home-four{
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.sec-home-four .flex-box{
    display: flex;
    gap: 2rem;
}
.sec-home-four .flex-box .single-box{
    flex: 30%;
}
.sec-home-four .flex-box img{
    width: 100%;
	object-fit: cover;
	height: 500px;
}
.sec-home-four .flex-box span{
	color: #303437;
    display: block;
    font-size: 18px;
    margin-top: 1rem;
}
.sec-home-four .flex-box h6{
	color: #303437;
    font-size: 22px;
    font-weight: 400;
}
.sec-home-five{
    background-color: #f5f5f5;
    padding: 5rem 0;
}
.sec-home-five .box figure{
    border: 1px solid #000;
}
.sec-home-five .pro-cat-flex-box .box h5{
    font-size: 24px;
}
.sec-home-five .main-btn{
    margin-top: 3rem;
    display: inline-block;
    text-align: center;
}
.sec-six{
    padding: 7rem 0;
}
.sec-six img{
    width: 100%;
}
.sec-six  .content-box{
    padding-left: 2.5rem;
}
.sec-six  .content-box span{
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 1.5rem;
}
.sec-six  .content-box p{
    font-weight: 300;
    padding-bottom: 1rem;
}

.footer-top-sec .row{
    border-top: 1px solid;
    padding: 5rem 0 5rem;
}
.footer-top-sec p{
    font-size: 20px;
    margin-top: 1rem;
    padding-left: 1.6rem;
}
.footer-top-sec .main-btn{
    background-color: #2e2e2e;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    
}
.footer-top-sec .main-btn:hover{
    background-color: var(--main-color) !important;
}
.sec-pad{
    padding: 6rem 0;
}




footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
/*     z-index: -1; */
    background-color: #000;
    padding: 3.5rem 0 1rem;
}
.f-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
footer h5{
    color: #cccccc;
    margin-bottom: 1rem;
    font-size: 24px;
    text-transform: uppercase;
}
footer .menu, footer .menu ul{
	display: block;
	padding-left: 0;
}
footer a, footer .menu a{
    color: #999999;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
footer a:hover, footer .menu a:hover{
	color: var(--main-color);
}
footer li{
    margin: 0.5rem 0;
    padding-left: 0.5rem;
}
.contact-footer a{
    text-transform: lowercase;
}
.copyright{
    margin-bottom: 0;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #303030;
    font-size: 16px;
    color: #666666;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem 0;
}
.copyright a{
    color: #666666;
    font-size: 18px;
}


/* ----------- inner page ---------- */



.page-heading{
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.page-breadcrumb{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 1rem;
    display: inline-block;
    color: #717171;
    padding-left: 1rem;
}
.page-breadcrumb a{
    color: #717171;
    transition: all 0.3s ease-in-out;
}
.page-breadcrumb a:hover{
    color: var(--main-color);
}
.inner-head-gbc{
    padding-top: 8rem;
}
.inner-banner{
    background-color: #fff;
    display: flex;
    align-items: center;
}
.inner-content{
    padding: 6rem 0;
}
.inner-content .content-box{
    color: var(--text-one);
    padding: 3rem;
    background-color: #EFEFEF;
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-content .content-box p{
    margin-bottom: 0;
}
.inner-content .content-box ul{
    padding-left: 2rem;
}
.inner-content .content-box ul li{
    list-style: disc;
}
.inner-content .img-box{
    height: 100%;
}
/* .inner-content .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    transition: all 0.3s ease-in-out;
} */
/* .inner-content .img-box img:hover{
    object-position: right;
} */
.inner-content .img-box figure{
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    overflow: hidden;
    height: 100%;
}
.inner-content .img-box figure img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.inner-content .img-box figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.products-list .pro-box{
    border: 1px solid #e4e4e4;
    /* border-radius: 15px; */
    overflow: hidden;
    margin-bottom: 1.6rem;
    text-align: center;
    display: block;
}
.products-list .pro-box:hover figure img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.products-list .pro-box h6{
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 1rem;
    background-color: var(--black);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.products-list .pro-box:hover h6{
    background-color: var(--main-color);
}
.products-list .pr-head-img{
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}

/* ---- contact ---- */
.contact-bg{
    background: #fff;
}
.contact-main-head{
    display: block;
    text-align: center;
    font-size: 58px;
    font-weight: 700;
    text-transform: uppercase;
    /* color: #fff; */
}
.wpforms-form{
    max-width: 750px;
    margin: 0 auto;
    padding: 4rem 0;
}
.wpforms-form textarea.wpforms-field-large, .wpforms-form input[type=text], .wpforms-form input[type=email]{
    width: 100%;
    background-color: #fff;
    padding: 1rem 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #000;
    font-size: 16px;
}
.wpforms-form button[type=submit]{
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 0.8rem 1.5rem;
    margin-top: 2rem;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.wpforms-form button[type=submit]:hover{
    background-color: var(--main-color);
    letter-spacing: 1px;
}
.contact-sec-two{
    padding-top: 2.5rem;
}
.contact-sec-two h3{
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.contact-sec-two a{
    font-size: 20px;
    color: #000;
}
.contact-sec-two a:hover{
    color: var(--main-color);
}
.wpforms-submit-container{
	text-align: center;
}
products-list.blog-list .pro-box h6{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: left;
}

.blog-list .pro-box figure img {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
}

.blog-inner{
    padding: 8rem 0 5rem;
}
.blog-inner h1{
    font-size: 46px;
    margin-bottom: 2rem;
}
.blog-inner .content{
    padding: 3rem 0 4rem;
}
.blog-inner .content p{
    color: var(--text-one);
}
.blog-inner .main-head-h2{
    padding-bottom: 2rem;
}
.blog-inner .content ul, .blog-inner .content ol{
	padding-left: 35px;
}
.blog-inner .content h2{
	font-size: 30px;
    font-weight: 400;
	padding-top: 1rem;
}
.blog-inner .content h3{
	font-size: 26px;
    font-weight: 300;
/* 	padding-top: 1rem; */
}
.blog-inner .content li{
	padding-bottom: 0.5rem;
	list-style: disc;
}
.re-blogs h3{
    font-size: 18px;
    font-weight: 400;
    padding-top: 1rem;
}
.re-blogs{
    color: #000;
}
.re-blogs img{
    height: auto;
}
.simplefilter li{
    background-color: transparent !important;
    color: #000 !important;
    text-transform: capitalize;
    font-size: 20px;
    max-width: 360px;
	width: 100%;
    padding: 0.5rem 1rem !important;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid transparent !important;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    cursor: pointer;
}
.simplefilter li.active{
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid var(--main-color) !important;
    /* color: #fff; */
}
.simplefilter li:hover{
    border-bottom: 1px solid var(--main-color) !important;
	background-color: rgba(130, 130, 130, 0.1) !important;
}
.pfg-bootstrap .thumbnail_707{
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1.5rem;
}
div.wpforms-container-full{
	width: 100% !important;
}
.contact-bg label{
	display: none !important;
} 
.wpforms-form .wpforms-field-row{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.wpforms-form .wpforms-field-row .wpforms-field-row-block {
	width: 100%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	border: 1px solid #e4e4e4;
    /* border-radius: 15px; */
    overflow: hidden;
    margin-bottom: 1.6rem;
    text-align: center;
    display: block;
}
.woocommerce ul.products li.product a img{
	margin: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce ul.products li.product:hover a img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.woocommerce ul.products li.product a h2{
	text-transform: uppercase;
    font-size: 20px !important;
    color: #fff;
    margin: 0;
    padding: 1rem !important;
    background-color: var(--black);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
	position: relative;
	z-index: 99;
}
.woocommerce ul.products li.product:hover a h2{
	 background-color: var(--main-color);
}
.woocommerce .woocommerce-result-count {
    font-size: 22px;
    margin-bottom: 2rem;
}
.woocommerce .woocommerce-ordering select{
	font-size: 18px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	font-size: 16px;
	color: #000;
	padding: 1rem;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background: rgba(174, 32, 41, 1);
	color: #fff;
}
.tablepress{
	border: 1px solid var(--border-color) !important;
}
.product_meta a{
	color : var(--main-color);
}
.woocommerce div.product div.images .flex-control-thumbs{
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	border: 1px solid #ddd !important;
}
.woocommerce div.product div.summary .downlo-btn{
	color : var(--main-color);
}
.is-popup-search-form{
	max-width: 800px;
	margin: 0 auto;
	padding-top: 8rem;
}
.is-form-style input.is-search-input{
	background: transparent;
	color: #fff;
	border: 0 !important;
	border-bottom: 1px solid #fff !important;
	font-size: 18px !important;
}
.is-form-style input.is-search-submit, .is-search-icon{
	background-color: transparent !important;
	color: #fff;
	border: 0 ;
	border-bottom: 1px solid #fff;
}