/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #000;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	text-decoration: none;
}
p {
	font-size: 16px;
	color: #000;
}
p a {
    color: #ed1c24;
}
p a:hover {
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #01a4ec;
}
h1 {
    font-weight: 500;
    line-height: 64px;
    font-size: 50px;
    color: #000;
}
h2 {
	font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    color: #000000;
}
h3 {
	font-weight: 500;
	font-size: 28px;
	line-height: 43px;
	color: #000;
}
h4 {
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #000;
}
h5 {
	font-weight: 500;
	font-size: 21px;
	line-height: 30px;
	color: #000;
}
h6 {
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	color: #000;
}
p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
b, strong {
	font-family: "Poppins", sans-serif;
    font-weight: bold;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-bottom: 15px;
}
li:last-child {
	margin-bottom: 0;
}
li a {
	color: #000;
}
li a:hover {
	color: #ed1c24;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #000;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #ed1c24;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.btn-black {
    background: #000;
    color: #fff;
    font-size: 18px;
    min-width: 180px;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 8px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    text-transform: unset;
}
.btn-black:hover {
	background: #ed1c24;
	color: #fff;
}
/** ================== // HEADER CSS START // ================== **/
.header-top {
    background: #ed1c24;
    padding: 10px 0px;
}
.header-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header-top ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.header-top ul li {
    color: #fff;
    font-size: 14px;
	margin-bottom: 0px;
}
.header-top ul li a {
    color: #fff;
}
.header-top-left ul li i {
    margin-right: 4px;
}
.social-icon ul li a {
    background: #000;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.header-bottom {
	background: #000;
	padding: 20px 0px;
}
.header .container {

}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.logo-icon {
    width: 50px;
}
.logo-icon + img {
    width: 330px;
}
.header-search a {
    color: #fff;
}
.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
}
.navigation .moblelogo {
	display: none;
}
.main-nav .menu-bar {
	display: none;
}
.nav-manu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav-manu ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style-type: none;
}
.nav-manu ul li {
    padding: 0 0;
    position: relative;
    margin-right: 55px;
    margin-bottom: 0;
}
.nav-manu ul li:last-child {
	margin-right: 0px;
}
.nav-manu ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	position: relative;
}
.nav-manu ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 2px;
	bottom: -5px;
	background: #fff;
	transition: 0.7s;
}
.nav-manu ul li a:hover::after {
	width: 100%;
}
.nav-manu ul li.current-menu-item a::after {
	width: 0;
}
.nav-manu ul li.current-menu-item a {
	color: #ed1c24;
    font-weight: bold;
}
.nav-manu ul li.current-menu-item a::before{
	border-top-color: #ed1c24;
}
/** SUB MENU **/
.navigation ul li ul.sub-menu {
	position: absolute;
	display: block;
	top: 36px;
	width: auto;
	transform: scale(1, 0);
	transition: all 0.5s;
	transform-origin: top center;
	opacity: 0;
	visibility: hidden;
	min-width: 208px;
	padding: 0;
	left: 0;
	z-index: 1999;
	padding: 0;
	width: auto;
}
.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}
.navigation ul li ul.sub-menu li:first-child {
	border-radius: 10px 10px 0px 0px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-radius: 0px 0px 10px 10px;
}
.navigation ul li ul.sub-menu li {
	padding: 0;
	width: 100%;
	margin: 0px 0 0;
	transition: .4s;
	background-color: #5f1111;
	border-bottom: none;
	position: relative;
	box-shadow: 0 20px 30px rgb(88 91 93 / 15%);
	border-radius: 0;
	border-bottom: 1px solid #784848;
}
.navigation ul li ul.sub-menu li::after {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	right: 15px;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}
.navigation ul li ul.sub-menu li a {
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	color: #fff;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}
.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}
.navigation ul li ul.sub-menu li:hover {
	background-color: #172135;
}
.navigation ul li ul.sub-menu li.current-menu-item {
	background-color: #e04f26;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
	color: #fff;
}
.navigation ul li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 3px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}
.navigation .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    top: 9px;
    right: -12px;
    width: 7px;
    height: 7px;
    transition: 0.4s;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    margin-top: 2px;
}
.navigation ul li.menu-item-has-children:hover a::before {
	border-top-color: #ed1c24;
	transition: 0.4s;
}
.navigation ul li.current-menu-item ul.sub-menu li a::before {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	display: none;
}
.navigation ul li ul.sub-menu li:hover::before {
	border-color: #fff;
}
.navigation ul li ul.sub-menu li a:hover {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu li a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
	border-top-color: #e04f26;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation .menu-item-has-children ul.sub-menu li a::before {
	right: 10px;
	transform: rotate(-95deg);
	top: 46%;
	border-top-color: #fff;
}
.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-contact {
    margin-left: 15px;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // BANNER CSS START // ================== **/

.home-banner-section {
	height: calc(100vh - 139.88px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-color: #10131B;
	text-align: center;
	overflow: hidden;
}
.home-banner-section div {
	height: 100%;
}
.home-banner-bg {
	height: 100%;
	width: 100%;
	background-color: #101010;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-banner-bg .mobile-slide1 {
	display: none;
}
.home-banner-bg::after {
	content: "";
	background: #172135;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: soft-light;
}
.slider-item {
	height: 100%;
	width: 100%;
}
.slider-content-absolute {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform: initial;
    /* left: 0; */
    right: 0;
    overflow: hidden;
    /* height: auto !important; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 110px;
}
.slider-content-absolute .container {
	height: auto !important;
}
.slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: normal;
}
.heading-slider {}
.banner-content {
    max-width: 680px;
    margin: 0;
    height: auto !important;
    margin-left: auto;
}
.banner-content h1 {
    color: #fff;
    position: relative;
    margin: 0;
	text-transform: uppercase;
	font-weight: bold;
    line-height: 88px;
    font-size: 69px;
}

.videofullwidth {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #000;
}
.videofullwidth video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
	opacity: 0.5;
}
.home-atf-slider.slick-slider {
	width: 100%;
}
.home-atf-slider .slick-list {
	width: 100%;
}
.home-atf-slider .slider-item {
	position: relative;
	background: #101010;
}
.home-atf-slider .slick-track {
	width: 100%;
}
.home-atf-slider .slick-prev {
	background: url(../images/slider-arrow-white.png);
	left: -100%;
	transition: 1s;
}
.home-atf-slider .slick-next {
	background: url(../images/slider-arrow-white.png);
	right: -100%;
	transition: 1s;
}
.home-banner-section:hover .home-atf-slider .slick-prev {
	left: 30px;
}
.home-banner-section:hover .home-atf-slider .slick-next {
	right: 30px;
}
.home-atf-slider ul.slick-dots {
    bottom: 40px;
}
.home-atf-slider .slick-dots li button {
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
}
.home-atf-slider .slick-dots li.slick-active button {
    border: 2px solid #fff;
}
/** ================== // BANNER CSS END // ================== **/

/** ================== // ABOUT SECTION CSS START // ================== **/
.section {
	padding: 60px 0px;
	position: relative;
}
.section.about-section {
	padding-bottom: 140px;
	overflow: hidden;
}
.about-section::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    width: 458px;
    height: 100%;
    background: url("../images/about-shap1.png");
    background-repeat: no-repeat;
    background-size: contain;
	background-position: top left;
    transition: 0.7s;
    z-index: -1;
    pointer-events: none;
}
.aos-animate.about-section::before {
	top: 0;
}
.about-section::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -200;
	width: 458px;
    height: 100%;
    background: url("../images/about-shap3.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
    transition: 0.7s;
    z-index: -1;
    pointer-events: none;
}
.aos-animate.about-section::after {
	right: 0;
}
.mb30 {
	padding-bottom: 30px;
}
.heading h2 {
    position: relative;
    text-transform: capitalize;
	    letter-spacing: 1px;
}
.heading.heading-border h3 {
    position: relative;
    text-transform: uppercase;
}
.heading.heading-border h2, .heading.heading-border h3 {
    padding-bottom: 12px;
}
.heading.heading-border h2::after, .heading.heading-border h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: #000;
}
.about-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-left-col {
    width: 50%;
}
.about-right-col {
    width: 45%;
}
.about-img-wrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
    flex-wrap: wrap;
    padding-right: 10px;
}
.about-img-wrap::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 202px;
    height: 167px;
    background: url("../images/about-shap2.png");
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.7s;
}
.about-img-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 311px;
    height: 395px;
    border: 3px solid #979797;
    transition: 0.7s;
    border-radius: 10px;
}
.about-info p strong a {
    color: #000;
}
.about-info p strong a:hover {
    color: #ed1c24;
}
.about-img-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: #ccc 0px 0px 5px;
    width: 320px;
    height: 440px;
    position: relative;
    z-index: 1;
}
.about-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img-item:last-child {
    position: absolute;
    left: 0;
    top: 150px;
}
/** ================== // ABOUT SECTION CSS END // ================== **/

/** ================== // PRODUCT SECTION CSS START // ================== **/
.product-section {
    background: #f9f9f9;
    position: relative;
    padding-bottom: 240px;
	overflow: hidden;
}
.product-section::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -200px;
    width: 368px;
    height: 100%;
    background: url("../images/product-shap1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    transition: 0.7s;
    pointer-events: none;
}
.aos-animate.product-section::before {
	left: 0;
}
.product-section::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -200px;
    width: 916px;
    height: 100%;
    background: url("../images/product-shap2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    transition: 0.7s;
    pointer-events: none;
}
.aos-animate.product-section::after {
	right: -10px;
}
.product-wrap {
    row-gap: 30px;
    position: relative;
    z-index: 2;
}
.product-img-card {
    background: #fbfbfb;
    overflow: hidden;
}
.product-img-card  {
    position: relative;
}
.product-img-card::before  {
	position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
	-webkit-animation: moveafter 3s infinite linear;
	-moz-animation: moveafter 3s infinite linear;
	animation: moveafter 3s infinite linear;
}
.product-img-card:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes moveafter {
	0% {
      left:-100%;
    }
    50% {
      left:100%;
    }
    100% {
      left:200%;
    }
}
@-moz-keyframes moveafter {
	0% {
      left:-100%;
    }
    50% {
      left:100%;
    }
    100% {
      left:200%;
    }
}
@keyframes moveafter {
	0% {
      left:-100%;
    }
    50% {
      left:100%;
    }
    100% {
      left:200%;
    }
}
/* @-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
} */
.product-img-card img {
    transition: 0.7s;
    width: auto;
}
.product-item a:hover .product-img-card img {

}
.product-info-card {
    text-align: center;
    padding: 10px 15px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-info-card h5 {
    margin: 0 auto;
    transition: 0.7s;
    max-width: 250px;
    line-height: 27px;
    text-transform: capitalize;
}
.product-item a {
    display: block;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: #ccc 0px 0px 5px;
    background: #fff;
    position: relative;
    z-index: 1;
	color: #000
}
.product-item a:hover .product-info-card h5 {
    color: #fff;
}
.product-item a:hover {
    background: #ed1c24;
}
.btn-wrap {
    margin-top: 50px;
	position: relative;
    z-index: 1;
}
/** ================== // PRODUCT SECTION CSS END // ================== **/

/** ================== // GET IN TOUCH SECTION CSS START // ================== **/
.bottom-footer-section {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	overflow: overflow;
}
.get-in-touch-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.get-in-touch-left-col {
    width: 50%;
}
.get-in-touch-right-col {
    width: 50%;
}
.get-in-touch-left-info * {
    color: #fff;
}
.get-in-touch-contact-holder {
    margin-top: 30px;
    background: rgb(237 28 36 / 71%);
    background: rgb(32 32 32 / 72%);
    border-radius: 10px 0px 0px 10px;
    padding: 30px;
}
.get-in-touch-contact-item {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.get-in-touch-contact-item:last-child {
    margin-bottom: 0px;
}
.get-in-touch-left-info .heading h3 {
    line-height: 30px;
}
.get-in-touch-icon-card {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.get-in-touch-icon-card i {
    color: #000;
}
.get-in-touch-info-card span {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.get-in-touch-info-card {
    width: calc(100% - 70px - 20px);
}
.get-in-touch-info-card .d-flex {
    align-items: flex-start;
}
.get-in-touch-info-card h5 {
    margin: 0;
    width: 60px;
}
.get-in-touch-info-card p {
    margin: 0;
    width: calc(100% - 60px);
	line-height: 29px;
}
.get-in-touch-info-card h5, .get-in-touch-info-card p {
    font-size: 18px;
}
.get-in-touch-info-card p a:hover {
    color: #fff;
	text-decoration: underline;
}
.get-in-touch-form {
    margin: -161px 0px 0px 0px;
    padding: 60px 40px;
    background-color: #fff;
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.get-touch-form-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
.half-group {
    width: 48%;
}
.full-group {
    width: 100%;
}
.get-touch-form-wrap .form-control {
    background: #F1F4F8;
    padding: 13px 15px;
    width: 100%;
    height: 58px;
}
.get-touch-form-wrap .form-control {
    background: #F1F4F8;
    padding: 13px 15px;
    width: 100%;
    height: 58px;
    box-shadow: none !important;
    border: 1px solid #d9d9d9;
}
.get-touch-form-wrap textarea.form-control {
    height: 180px;
}
.submit .btn-black {
    min-width: 120px;
    text-transform: uppercase;
    background: #ed1c24;
    border: 0px;
    box-shadow: none;
}
.submit .btn-black:hover {
    background: #000;
}
/** ================== // GET IN TOUCH SECTION CSS END // ================== **/

/** ================== // FOOTER SECTION CSS START // ================== **/
.footer {
    padding-top: 120px;
}
.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	margin: 0px -15px
}
.footer-col3 {
    width: 30%;
    padding: 0px 15px;
}

.footer-col3:nth-child(2), .footer-col3:nth-child(3) {
    width: 15%;
    padding-left: 20px;
}
.footer-col3:nth-child(4) {
	width: 30%;
}
.footer-wrap * {
	color: #fff;
}
.footer-info p, .footer-info ul li {
    font-size: 14px;
}
 .footer-info ul {
	 list-style-type: none;
	 padding: 0;
 }
 .footer-about {
    margin-bottom: 20px;
}
 .footer-about p {
    margin-bottom: 7px;
}
 .footer-about p:last-child {
    margin-bottom: 0px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-info ul li {
    margin-bottom: 15px;
}
.footer-social.social-icon ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	column-gap: 15px;
}
.footer-social.social-icon ul li a {
    background: #ed1c24;
}
.footer-info h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 26px;
}
.footer-address ul li {
    display: flex;
    column-gap: 13px;
    flex-wrap: wrap;
}
.footer-address ul li:last-child {
	margin-bottom: 0;
}
.footer-address-icon {
    background: #ed1c24;
    border-radius: 100%;
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-address-info {
    width: calc(100% - 29px - 13px);
}
.copyright {
    background: #000;
    text-align: center;
    padding: 20px 0px;
}
.copyright p {
	color: #fff;
	font-size: 14px;
}
.footer-social.social-icon ul li a:hover {
    background: #fff;
    color: #ed1c24;
}
.footer-social.social-icon ul li a:hover i {
    color: #ed1c24;
}
.copy-rlt-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.copy-rlt-row p{
	margin: 0;
	padding: 0;
}
.copy-rlt-row p br{
	display: none;
}
.copy-rlt-row p a {
    color: #fff;
    font-weight: bold;
}
.copy-rlt-row p a:hover{
    color: #ed1c24;
}
.copy-rlt-row p a img {
    max-width: 130px;
    margin-left: 15px;
}
/** ================== // FOOTER SECTION CSS END // ================== **/


/** ================== // ABOUT PAGE CSS START // ================== **/
.inner-banner {
    height: 356px;
	position: relative;
}
.inner-banner::before {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.2;
}

.inner-banner .heading-slider h2{
    font-size: 55px;
}
.about-us-info {
    text-align: center;
    margin-bottom: 68px;
}
.heading.heading-border.about-us-info h2::after {
    left: 50%;
    transform: translateX(-50%);
}
.insight-section {
    padding: 96px 0px;
    background: #f9f9f9;
	position: relative;
}
.insight-section .about-wrap {
    position: relative;
    z-index: 1;
}
.insight-section .about-img-wrap::before{
	display: none;
}
.insight-section .about-img-item {
    width: 482px;
    height: 562px;
}
.insight-section .about-img-item:last-child{
	top: 0px;
}
.insight-section .about-left-col {
    width: 44%;
}
.insight-section .about-right-col {
    width: 51%;
}
.insight-section .about-img-wrap::after {
    top: 66px;
    width: 311px;
    height: 447px;
}
.insight-section::before {
    z-index: 1;
    background: url(../images/Insight-shape1.png);
    background-size: contain;
	background-repeat: no-repeat;
	width: 378px;
	height: 505px;
	top: 158px !important;
}
.insight-section::after{
	z-index: 1;
	background: url(../images/Insight-shape2.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 313px;
	height: 296px;
	bottom: 53px;
}
.section.about-section.qulity-poilcy-section {
	padding: 100px 0px 70px 0px;
}
.qulity-poilcy-section{
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
}
.qulity-poilcy-section::before, .qulity-poilcy-section::after, .qulity-poilcy-section .about-img-wrap::before{
	display: none;
}
.qulity-poilcy-section .heading-border {
    margin-bottom: 40px;
}
.qulity-poilcy-section .about-info {
    padding-top: 49px;
}
.qulity-poilcy-section .about-img-item{
	width: 392px;
	height: 255px;
}
.qulity-poilcy-section .about-img-item:first-child{
	width: 397px;
	height: 265px;
}
.qulity-poilcy-section .about-img-wrap {
    justify-content: flex-start;
	flex-direction: column;
	gap: 12px;
}
.qulity-poilcy-section .about-img-item:last-child {
    position: static;
    margin-left: 143px;
}
.qulity-poilcy-section .about-img-wrap::after {
    top: 58px;
    height: 420px;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
}
.section.about-section.why-us-section{
    padding: 96px 0px 281px;
}
.why-us-section .about-right-col {
    width: 50%;
}
.why-us-section .about-left-col {
    width: 45%;
}
.why-us-section .about-img-wrap::before{
	display: none;
}
.why-us-section .about-img-item:last-child {
    top: 36px;
}
.why-us-section .about-img-item {
    width: 490px;
    height: 470px;
}
.why-us-section .about-img-wrap::after {
    top: 74px;
    width: 490px;
    height: 470px;
    left: 54px;
}
.why-us-section::after {
	bottom: 150px;
    width: 276px;
    height: 202px;
    background: url(../images/why-us-shape1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: 1;
    right: 56px !important;
}
.why-us-section::before{
	z-index: -1;
	background: url(../images/why-us-shape2.png);
	bottom: 27px;
    width: 1920px;
    height: 824px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    right: 56px !important;
}
/** ================== // ABOUT PAGE CSS END// ================== **/

/** ================== // PRODUCT PAGE CSS START// ================== **/

.provide-product-section{
	padding-bottom: 173px;
}
.product-page .heading-slider h2 {
    color: #fff;
	text-align: left;
}
.product-page .slider-content-absolute {
    z-index: 1;
}
.product-page::before{
	opacity: 0.5;
}
.product-page .banner-content{
	margin: 0px;
	max-width: 100%;
}
.product-page .slider-content-absolute {
    left: 0;
    padding: 0;
}
.provide-product-section::before, .provide-product-section::after{
	display: none;
}
/** ================== // PRODUCT PAGE CSS END// ================== **/

/** ================== // CONTACT PAGE CSS START// ================== **/

.contact-us-section {
    padding: 75px 0px 95px 0px;
	background: #F5F5F5;
}
.contact-us-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}
.contact-us-details ul {
    list-style: none;
    padding: 0px;
}
.contact-us-left {
    width: 43%;
    background: #000;
    border-radius: 14px;
    padding: 50px 56px 127px 30px;
    position: relative;
    overflow: hidden;
}
.contact-us-right {
    width: 57%;
    padding-left: 30px;
}
.contact-us-left::after {
    content: '';
    width: 164px;
    height: 164px;
    position: absolute;
    border-radius: 50%;
    right: -27px;
    bottom: -14px;
    background: #1A1A1A;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.contact-us-left::before {
    content: '';
    width: 84px;
    height: 84px;
    background: rgba(72, 72, 72, 0.5);
    position: absolute;
    border-radius: 50%;
    bottom: 87px;
    right: 71px;
    z-index: 1;
}
.contact-social-info {
    padding-right: 78px;
}
.contact-us-details h3 {
    color: #fff;
    margin-bottom: 32px;
}
.contact-social-info p a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: block;
}
.contact-us-details ul li {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    margin-bottom: 23px;
}
.contact-social-icon {
    flex-shrink: 0;
}
.contact-form-col label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}
.contact-form-col {
    position: relative;
}
.contact-form-wrapper .form-control.wpcf7-not-valid {
    margin-bottom: 0;
}
.contact-form-wrapper .wpcf7-not-valid-tip {
    margin-bottom: 5px;
	margin-top: 5px;
}
body .wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 0;
    border: none;
    color: #dc3232;
}
.contact-form-wrapper .form-control {
    background: #F9F9F9;
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 50px;
    box-shadow: none;
    margin: 16px 0px 21px;
    border-radius: 0px;
}
.contact-form-wrapper textarea.form-control{
    height: 142px;
}
.send-btn {
    display: flex;
    justify-content: flex-end;
}
.send-btn .btn-black {
    width: 215px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    border: none;
}
/** ================== // CONTACT PAGE CSS END// ================== **/

.location-map{
    width: 100%;
    height: 574px;
}
.location-map iframe {
    width: 100%;
    height: 100%;
}


/** ================== // MACHINE SCREWS PAGE CSS START// ================== **/
.section.machine-screws-section {
    padding: 60px 0px 182px;
}
.machine-screws-section .heading.heading-border h2 {
    margin-bottom: 38px;
    background: #000000;
    margin-bottom: 0 !important;
    padding: 10px 15px;
    color: #fff;
    font-size: 170%;
}
.padding-top {
    padding-top: 90px;
}
table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0,0%,50.2%,.5019607843137255)
}
table th {
    font-weight: 700
}
table tfoot th,table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
    border-top: 1px solid hsla(0,0%,50.2%,.5019607843137255)
}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50.2%,.07058823529411765)
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: hsla(0,0%,50.2%,.10196078431372549)
}

table tbody+tbody {
    border-top: 2px solid hsla(0,0%,50.2%,.5019607843137255)
}

dd,dl,dt {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}


/** ================== // MACHINE SCREWS PAGE CSS END// ================== **/
.mobile-heading-insight-show{
	display: none;
}
.about-img-wrap.about-mobile-desktop-hide{
	display: none;
}


/* 404 PAGE SECTION START */


.error-content {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
}
.error-content img {
    margin: 0 0 2.5rem;
}
.error-content h1 {
    text-transform: none;
}
.error-content p {
    margin: 0 0 30px;
}
.default-page-css h1 {
    font-size: 40px;
    line-height: normal;
}
.default-page-css h2 {
    font-size: 35px;
    line-height: normal;
}
.default-page-css h3 {
    font-size: 30px;
    line-height: normal;
}
.default-page-css h4 {
    font-size: 25px;
    line-height: normal;
}
.default-page-css h5 {
    font-size: 22px;
    line-height: normal;
}
.default-page-css h6 {
    font-size: 20px;
    line-height: normal;
}

.section.page-not-found-section{
	padding-bottom: 130px;
}
/* 404 PAGE SECTION END */
.home-product-section .product-item a {
    background: #ed1c24;
	color: #fff;
}
.home-product-section .product-item a .product-info-card h5 {
	color: #fff;
	max-width: 100%;
}
.home-product-section .product-img-card {
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: normal;
    background: #fff;
}
/* .nav-manu ul li.menu-item-has-children > a {
    padding-bottom: 35px;
} */

@media (min-width:1200px) {
	.header-wrapper {
	    position: relative;
	}
	.nav-manu ul li {
	    position: unset;
	}
	.navigation ul li ul.sub-menu {
	    min-width: 420px;
	    display: flex;
	    flex-wrap: wrap;
	    background: #ffffff;
	    border-radius: 0px;
	    box-shadow: 0 20px 30px rgb(88 91 93 / 15%);
	    align-items: unset;
	    top: 66px;
	    overflow: hidden;
	}
	.navigation ul li ul.sub-menu li {
	    background-color: transparent;
	    border-bottom: 0px solid #9d9d9d;
	    width: 33.33%;
	    box-shadow: none;
	    border-radius: 0 !important;
	    border-right: 1px solid #9d9d9d;
	}
	.navigation ul li ul.sub-menu li a {
	    padding: 15px 15px;
	    font-size: 16px;
	    color: #000000;
	    font-weight: 500;
	}
	.nav-manu ul li.menu-item-has-children > a {
	    padding-bottom: 35px;
	}
	.navigation ul li ul.sub-menu li:hover {
	    background-color: #ed1c24;
	}
	.navigation ul li ul.sub-menu li.current-menu-item {
	    background-color: #ed1c24;
	}
	.navigation ul li ul.sub-menu li:nth-child(3n + 3) {
	    border-right: 0;
	}
}

.machine-screws-section {
	position: relative;
	overflow: hidden;
}
.machine-screws-section::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 258px;
    height: 100%;
    background: url("../images/product-shap1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    transition: 0.7s;
    pointer-events: none;
	display: none;
}
.machine-screws-section::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -200px;
    width: 916px;
    height: 100%;
    background: url("../images/product-shap2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    transition: 0.7s;
    pointer-events: none;
}

body .wpcf7-spinner {
    position: absolute;
    right: 0;
}
