@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')
* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
a, a:hover {
	text-decoration:none !important;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
	font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,a {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	color:#182333;
	box-sizing:border-box;
	overflow-x: hidden !important;
	font-family: 'Montserrat', sans-serif;
	display: swap;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: none;
    background-color: #7c797a;
}

::-webkit-scrollbar:horizontal {
    height: 7px;
}

::-webkit-scrollbar-track {
    background-color: rgba(239, 239, 239, .5);
}
/*************************/
@font-face {
    font-family: Ethnocentric Rg-Regular;
    src: url('../fonts/FontsFree-Net-ethnocentric-rg.ttf');
}
/*************************/
.mt15{
    margin-top: 15px;
}
.mb15{
    margin-bottom: 15px;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.mt25{
	margin-top: 25px;
}
.mb25{
    margin-bottom: 25px;
}
.mt30{
    margin-top: 30px;
}
.mb30{
    margin-bottom: 30px;
}
.mt40{
    margin-top: 40px;
}
.mb40{
    margin-bottom: 40px;
}
.mt60{
    margin-top: 60px;
}
.align-center{
    align-items: center;
}
/*************************/
.container-fluid {
	width: 1300px;
}
/*************************/
.header_top_bg {
	position: relative;
    top: 0;
    /*background: #245c9e;*/
    display: inline-block;
    margin-top: 0px;
    right: 0;
	width:100%;
	z-index:2;
	height:44px;
	padding:5px 0;
	z-index: 99;
}
.header_top_bg:before {
    content: '';
    position: absolute;
    left: -48px;
    /* border-top: 44px solid #b61919; */
    /* border-left: 57px solid transparent; */
    z-index: -1;
    top: 0;
    background: #c02141;
    width: 50px;
    height: 44px;
    transform: skew(45deg, 0deg);
    box-shadow: -30px -5px 0 5px #c021413b;
    z-index: -9999;
}
.header_top_bg:after{
	content: '';
    position: absolute;
    background-image: linear-gradient(to right, #c02141 0%,#c02141 70%);
    left: -25px;
    width: 1000px;
    height: 44px;
    z-index: -1;
    top: 0;
}
/*#header:after {
    content: "";
    background-image: linear-gradient(to right, #b61919 0%,#b71c1ceb 70%);
    height: 44px;
    width: 800px;
    position: absolute;
    left: 478px;
    top: 0;
    z-index: 2;
}*/
/** ********************* **/
.header_tp_lft ul {
	/* margin: 6px 0; */
	position: relative;
    z-index: 9;
}
.header_tp_lft ul li {
	float: left;
    padding: 0 12px;
    /* line-height: 30px; */
    /* border-right: 2px solid #000; */
    /* margin-top: 10px; */
}
.header_tp_lft ul li a img {
	margin-right:2px;
}
.header_tp_lft ul li:last-child {
	border-right:0px;
}
.header_tp_lft ul li:first-child {
	padding-left: 0px;
}
.header_tp_lft ul li a {
	font-size:15px;
	color:#fff;
	font-weight:500;
	line-height:35px;
	letter-spacing:0.1px;
}
.header_social ul {
	float:right;
}
.header_tp_lft ul li a:hover {
	color:#fff;
}
.header_social ul li {
	display:inline-block;
	padding: 0 2px;
}
.header_social ul li img{
	width: 35px;
}
.header_social ul li:last-child {
	padding-right:0px;
}
/*************************/
.social_icon {
	margin-top: 0;
}
.social_icon ul{
	position: relative;
	top: -2px;
	text-align: right;
}
.social_icon ul li {
	/*float: left;*/
    width: 38px;
    height: 38px;
    display: inline-block;
    padding: 2px;
    border: thin solid #ffffff59;
    border-radius: 50%;
    margin-left: 2px;
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.social_icon li {
	display:inline-block;
}
.social_icon li a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    padding: 5px 0;
	text-align:center;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}
.social_icon li i {
    font-size: 17px;
    padding-top: 3px;
    color: #fff;
}
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.social_icon li.facebook a {
    background: #3b5998;
}
.social_icon li.twitter a {
    background: #000000;
}
.social_icon li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.social_icon li.linkedin a {
    background: #007ab9;
}
.social_icon li.youtube:hover a {
    background: #ff0000;
}
.social_icon li.facebook:hover i, .social_icon li.twitter:hover i, .social_icon li.instagram:hover i, .social_icon li.linkedin:hover i, .social_icon li.youtube:hover i {
   color:#fff;
}
.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
/*************************/
.fixed-top {
	position:relative;
	top:0px;
	right: 0;
    left: 0;
    z-index: 1030;
	display:block;
	/* height:95px; */
	background:#fff;
	box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 12%);
}
.header-scrolled {
    position: fixed;
    padding: 7px 0 8px;
    box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
}
.header-scrolled .header_top{
	display: none;
}
.logo {
	display: block;
    min-height: auto;
    position: relative;
    z-index: 99;
    margin-top: -45px;
    padding: 5px 0;
}
.header-scrolled .logo{
	margin-top: 0px;
	padding: 0 0;
	width: 60px;
}
.logo:after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    z-index: 9999;
    right: -50px;
    background: #e9ebf1;
}
.header_menu {
    display: flex;
}
#header .logo img {
	width:100%;
	height:auto;
}
.main-nav {
	position:relative;
}
.main-nav {
	/* margin-left:10px; */
}
.menu_bg {
    /* top: 0; */
    /* right: 0; */
	/* background:rgba(0, 0, 0, 0.5); */
    /* bottom: 0; */
	/* width:90%; */
    /* position: absolute; */
}
.menu_bg::after {
	content: '';
    position: absolute;
	display:none;
    left: -50px;
    border-right: 50px solid rgb(0 0 0 / 50%);
    border-top: 94px solid transparent;
    z-index: -1;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
	background: url(../images/divider.webp) no-repeat right center;
	padding:10px 20px;
}
.main-nav > ul > li:last-child {
	background:none;
	padding-right:0px;
}
.main-nav > ul {
	margin: 15px 0 0 0;
	display:block;
}
.main-nav a {
	color:#182333;  
	font-weight:600;
	text-transform:uppercase;
    transition:all 200ms linear;
    position:relative;
    display:inline-block;
	font-size:15px;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color:#b61919;
	text-decoration:none;
}
.main-nav .drop-down ul {
	display:block;
	position:absolute;
	left:0;
	top:calc(100% + 30px);
	z-index:99;
	opacity:0;
	visibility:hidden;
	transition:ease all 0.3s;
	padding:5px;
    background-color:rgba(255,255,255,1);
	box-shadow:0px 3px 6px 0px rgb(0 0 0 / 10%);
    border:none;
    border-radius:3px;
}
.main-nav .drop-down:hover > ul {
	opacity:1;
	top:100%;
	visibility:visible;
}
.main-nav .drop-down li {
	min-width:180px;
	position:relative;
}
.main-nav .drop-down ul li a {
	padding:9px 10px;
    color:#182333;
    text-transform: capitalize;
    transition:all 200ms linear;
    letter-spacing:0.1px;
    font-size:14px;
    font-weight:500;
	width:100%;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color:#fff;
    background-color:#c02141;
}
.main-nav .drop-down > a:after {
	content:"\f107";
	font-family:FontAwesome;
	padding-left:10px;
}
.main-nav .drop-down .drop-down ul {
	top:0;
	left:calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity:1;
	top:0;
	left:100%;
}
.main-nav .drop-down .drop-down > a {
	padding-right:35px;
}
.main-nav .drop-down .drop-down > a:after {
	content:"\f105";
	position:absolute;
	right:15px;
}
.main-nav > ul > li:after {
    position:absolute;
    bottom:-5px;
    left:0;
    width:100%;
    height:2px;
	display:none;
    content:'';
    background-color:#e00303;
    opacity:0;
    transition:all 200ms linear;
}
.main-nav > ul > li:hover:after {
    bottom: 0;
    opacity: 1;
	display:none;
}
.main-nav .drop-down ul li {
	border-bottom:2px solid #f7f7f7;
}
/*******************/
.mobile-nav {
	position:fixed;
	top:0;
	bottom:0;
	z-index:9999;
	overflow-y:auto;
	left:-260px;
	width:260px;
	padding-top:18px;
	background:#416b9d;
	transition:0.4s;
}
.mobile-nav a {
	display:block;
	color:#fff;
	padding:10px 20px;
	font-weight:600;
    font-size:13px;
    letter-spacing:1px;
    text-transform:uppercase;
    position:relative;
	font-family: 'Montserrat', sans-serif;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color:#ee2324;
	text-decoration:none;
}
.mobile-nav .drop-down > a:after {
	content:"\f078";
	font-family:FontAwesome;
	padding-left:10px;
	position:absolute;
	right:15px;
}
.mobile-nav .active.drop-down > a:after {
	content:"\f077";
}
.mobile-nav .drop-down > a {
	padding-right:35px;
}
.mobile-nav .drop-down ul {
	display:none;
	overflow:hidden;
}
.mobile-nav .drop-down li {
	padding-left:20px;
}
.mobile-nav-toggle {
	position:absolute;
	right:0;
	top:0;
	z-index:9998;
	border:0;
	background:none;
	font-size:24px;
	transition:all 0.4s;
	outline:none;
	line-height:1;
	cursor:pointer;
	text-align:right;
}
.mobile-nav-toggle i {
	margin:18px 18px 0 0;
	color:#004289;
}
.mobile-nav-overly {
	width:100%;
	height:100%;
	z-index:9997;
	top:0;
	left:0;
	position:fixed;
	background:rgb(0 0 0 / 65%);
	overflow:hidden;
	display:none;
}
.mobile-nav-active {
	overflow:hidden;
}
.mobile-nav-active .mobile-nav {
	left:0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color:#fff;
}
.header-scrolled .main-nav > ul {
	margin-top:5px;
}
.main-nav-overflow{
	overflow-y: scroll;
	height: 500px;
}
/** ********************* **/

.carousel-indicators{
	bottom: 30px;
}
#slider {
  	margin-right: 0;
  	margin-left: 0;
}
.carousel-caption {
  	top: 50%;
  	left: 7%;
  	right: 100%;
  	bottom: 0;
  	opacity: 0;
  	transition: all 800ms linear;
  	text-align: left;
  	padding: 0px;
  	width: 700px;
  	transform: translate(0%,-40%);
}
.carousel-item.active .carousel-caption {
  	opacity: 1;
  	/*right: 13%;*/
  	transform: translate(0%,-50%);
}
.carousel-caption img{
	filter: brightness(0.9);
}
.carousel-caption p{
	font-family: "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3.9px;
    word-wrap: break-word;
    text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption h5{
	font-size: 45px;
	font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 35px;
    word-wrap: break-word;
    text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption a{
	background: #ec3338;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #fff;
    border: 2px solid transparent;
    margin-top: 10px;
    box-shadow: 0 20px 40px rgb(0 0 0 / 40%);
}
.carousel-caption a:hover {
    border: 2px solid #ec3338 !important;
    color: #ec3338 !important;
    background: #fff !important;
}
/**/
#carousel {
    overflow:hidden;
}
#carousel .carousel-control {
    background:none;
    top: 45%;
    font-size: 30px;
    text-align:center;
    width: 40px;
    height: 40px;
    opacity:1;
    position:absolute;
}
#carousel .carousel-control-right {
    right: 4%;
}
#carousel .carousel-control-left {
    left:0;
}
#carousel .carousel-control-right span {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility:hidden;
    transition:transform 0.5s ease;
    opacity:0;
}
#carousel .carousel-control-left span {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility:hidden;
    transition:transform 0.5s ease;
    opacity:0;
}
#carousel:hover .carousel-control-right span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility:visible;
    opacity:1;
}
#carousel:hover .carousel-control-left span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility:visible;
    opacity:1;
}
#carousel .carousel-control span {
    color:#fff;
    background-color: rgb(50 52 51 / 50%);
    height:45px;
    width:45px;
    z-index:121;
    line-height:45px;
    text-align:center;
    position:absolute;
}
#carousel .carousel-control span:hover {
    background-color:#1e1e1e;
}
#carousel .carousel-item .caption {
    background-color:rgb(0 0 0 / 20%);
    padding:40px;
    animation-duration:1s;
    animation-delay:1s;
}
.carousel-indicators {
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 20px;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}
.carousel-indicators li {
    height:4px;
    background-color: rgb(255 255 255 / 30%);
}
.carousel-indicators .active{
	background-color: rgb(236 51 56 / 70%);
}
/** ********************* **/

.hm-about{
	padding: 100px 0;
	position: relative;
}

.hm-about-dtl h5{
    color: #c02141;
    font-size: 18px;
    letter-spacing: 0.50px;
    padding-bottom: 10px;
    font-weight: 700;
	display: swap;
}
.heading-line{
	position: relative;
}
.heading-line:after{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #c02141;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.heading-line:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #c02141;
    right: -45px;
    top: 50%;
}
.hm-about-dtl h1{
	background-image: url(../images/black-metal-texture-vector-1182869.webp);
    background-size: 70%;
    background-position: center;
    font-size: 1.6rem;
    font-family: Ethnocentric Rg-Regular;
    font-weight: 800;
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    /* -webkit-text-stroke-width: 4px; */
    /* -webkit-text-stroke-color: #324a9c; */
    /* -webkit-text-stroke-color: #0b8146; */
    margin-bottom: 15px;
    letter-spacing: 1px;
    word-spacing: 5px;
    transform: scale(1, 1.2);
}
.hm-about-dtl h2{
	background-image: url(../images/black-metal-texture-vector-1182869.webp);
    background-size: 70%;
    background-position: center;
    font-size: 1.6rem;
    font-family: Ethnocentric Rg-Regular;
    font-weight: 800;
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    /* -webkit-text-stroke-width: 4px; */
    /* -webkit-text-stroke-color: #324a9c; */
    /* -webkit-text-stroke-color: #0b8146; */
    margin-bottom: 15px;
    letter-spacing: 1px;
    word-spacing: 5px;
    transform: scale(1, 1.2);
}
.hm-about-dtl p{
	font-size: 17px;
    display: block;
    font-weight: 525;
    line-height: 29px;
    color: #414040;
    letter-spacing: 0.60px;
    padding-bottom: 5px;
	display: swap;
}
.common-btn {
    width: 160px;
    height: 46px;
    background: linear-gradient(35deg,#cd2e4b 0%,#8a1538 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    border: 0px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 0 30px 30px 30px;
    cursor: pointer;
    margin-top: 30px;
}
.common-btn:hover {
    color: #fff !important;
    border: 0px !important;
}
.common-btn:hover:before {
    transform: scaleX(1);
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #232429;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.common-btn span {
    color: #ffffffc4;
    transform: rotate(0deg);
    position: relative;
    top: 0px;
    left: 7px;
    font-size: 9px;
}

.hm-about-count{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    border:1px dashed #232429;
    color: #232429;
    padding: 10px 10px 10px 15px;
    border-radius: 5px;
    background-color: #fff;
}
.hm-about-count .hm-count-number{
	font-size: 30px;
	font-weight: 800;
	position: relative;
}
.hm-count-number span{
	position: absolute;
	right: -18px;
	top: -8px;
	font-size: 25px;
	font-weight: 500;
}
.hm-count-name{
	font-weight: 700;
	padding-left: 40px;
}

.hm-about-shadow{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.hm-about-img{
	position: relative;
}
.hm-about-year{
	width: 177px;
	background-color: #c02141;
	border-radius: 5px;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 10px 10px 15px;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 5px #c02141;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 150px;
    z-index: 9;
}
.hm-about-year .hm-year-number {
    font-size: 30px;
    font-weight: 700;
    position: relative;
}
.hm-about-year .hm-year-name {
    font-weight: 700;
    padding-left: 20px;
    letter-spacing: 0.5px;
}


/** ********************* **/
.hm-product {
    padding: 100px 0 300px;
    background: url(../images/Testimonial-BG.webp) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
}
.hm-product:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #1a1e1e;
    opacity: 0.9;
}
.hm-product-head{
	position: relative;
	z-index: 9;
	text-align: center;
	color: #fff;
}
.hm-product-head h5 {
    color: #c02141;
    font-size: 18px;
    letter-spacing: 0.50px;
    padding-bottom: 10px;
    font-weight: 700;
}
.hm-product-head h2{
	font-size: 2rem;
    font-weight: 700;
}

.heading-line2{
	position: relative;
}
.heading-line2:after{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #c02141;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.heading-line2:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #c02141;
    left: -45px;
    top: 50%;
}

.carousel-wrap{
	position: relative;
	z-index: 9;
	margin-top: 40px;
}
.hm-product-box{
	/*background-color: #fff;*/
	position: relative;
	overflow: hidden;
}
.hm-product-content{
	position: relative;
	padding: 0px 20px 20px 20px;
	margin-top: -60px;
	transition: all 0.5s ease-in-out;
}
.hm-product-content span{
	color: #fff;
	position: relative;
	z-index: 9;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: block;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.hm-product-box:hover .hm-product-content span{
	opacity: 1;
}
.hm-product-content:before {
    content: "";
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    height: 60px;
    width: 100%;
    box-shadow: 0 0 0 8px #ffffff8c;
    width: 120%;
    position: absolute;
    left: -4px;
    transform: rotate(7deg);
    background: #fff;
    transition: all 0.5s ease-in-out;
}
.hm-product-box:hover .hm-product-content:before{
	box-shadow: 0 0 0 8px #c021413b;
	background: #c02141;
	transform: rotate(9deg);
	top: -25px;
	left: -8px;
}
.hm-product-content:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.hm-product-box:hover .hm-product-content:after{
	background: #c02141;
}
.hm-product-content h4{
	color: #c02141;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 5px;
	position: relative;
	z-index: 9;
}
.hm-product-box:hover .hm-product-content h4{
	color: #fff;
}
.hm-product-content p{
	font-size: 18px;
    display: block;
    font-weight: 525;
    line-height: 26px;
    color: #676a6d;
    letter-spacing: 0.50px;
    position: relative;
	z-index: 9;
}
.hm-product-box:hover .hm-product-content p{
	color: #fff9;
}
.dual-laminate .owl-dots{
	text-align: center;
	margin-top: 15px;
}
.owl-dots button {
	background: #dcdee1 !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}
/**.owl-dots button.active {
	width: 30px;
	background: #c02141 !important;
}

/** ********************* **/

.hm-quality{
	padding-bottom: 80px;
}
.hm-quality-bg{
	background-color: #fff;
	position: relative;
	padding-top: 80px;
	margin-top: -190px;
	z-index: 9;
}
.hm-quality-bg:after{
	content: "";
	position: absolute;
	width: 500px;
	height: 100%;
	top: 0;
	left: -500px;
	background-color: #fff;
}

.pl30{
	padding-left: 40px;
}
.hm-quality-box{
	box-shadow: 0 0 24px rgb(0 0 0 / 10%);
	padding: 23px 20px;
	margin-bottom: 30px;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
}
.hm-quality-box:hover{
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}
.hm-quality-img img{
	border:5px solid #f7f7f7;
}
.hm-quality-icon img{
    position: relative;
    z-index: 1;
}
.hm-quality-icon{
	position: relative;
	margin-left: 18px;
}
.hm-quality-icon:before {
    position: absolute;
    content: '';
    top: 5px;
    left: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #f8f8f8;
    display: block;
}
.hm-quality-box h5{
	font-weight: 800;
	color: #232429;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.hm-quality-box p{
	font-size: 17px;
    display: block;
    font-weight: 510;
    line-height: 22px;
    letter-spacing: 0.50px;
    color: #676a6d;
    height: 75px;
}
.hm-quality .mt50{
	margin-top: 50px;
}
.hm-quality-box-dark{
	background: linear-gradient(35deg,#cd2e4b 0%,#8a1538 100%);
}
.hm-quality-box-dark p, .hm-quality-box-dark h5{
	color: #fff;
}
.hm-quality-box-dark .hm-quality-icon:before{
	opacity: 0.1;
}
.hm-quality-box-dark .hm-quality-icon img{
	filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}

/** ********************* **/

.hm-material-heading{
	position: relative;
    z-index: 9;
    text-align: center;
    color: #232429;
}
.hm-material-heading h5 {
    color: #c02141;
    font-size: 18px;
    letter-spacing: 0.50px;
    padding-bottom: 10px;
    font-weight: 700;
}
.hm-material-heading h2 {
    font-size: 2rem;
    font-weight: 700;
}
/*-- ----------------- --*/
.hm-material{
	padding-bottom: 90px;
}
.hm-material-box{
	background-color: #f7f7f7;
	border:2px solid #f1f1f1;
	padding: 22px 20px;
	text-align: center;
	margin: 15px 0;
	transition: .4s;
	border-radius: 4px;
	position: relative;
}
.hm-material-btn span{
	text-align: center;
	font-weight: 800;
    color: #232429;
    font-size: 16px;
    margin-top: 15px;
    display: block;
    line-height: 20px;
    height: 25px;
}
.hm-material-box:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hm-material-box:hover:before{
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
/*-- ----------------- --*/
.hm-industries{
	padding: 100px 0 240px;
    background: url(../images/desktop-news-media-bg.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.hm-industries:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #c02141;
    opacity: 0.8;
}
.hm-industries-head{
	position: relative;
	z-index: 9;
	color: #fff;
	text-align: center;
}
.hm-industries-head h2{
	font-size: 2rem;
    font-weight: 700;
}
.hm-industries-head .heading-line:before, .hm-industries-head .heading-line2:before{
	background-color: #ffffff;
}
.hm-industries-head .heading-line2:after, .hm-industries-head .heading-line:after{
	border: 1px solid #fff;
}

.hm-industrie-show{
	position: relative;
/*	z-index: 1;*/
	margin-top: -220px;
	padding-bottom: 30px;
}
.hm-industrie-show:after{
	content: "";
	position: absolute;
	top: 400px;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/map_shape.webp);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: scroll;
    background-position: 50% 50%;
    box-shadow: 0 0 0 0 #ffffff;
    z-index: -9;
    opacity: 0.7;
}
.hm-industries-img{
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}
.hm-industrie-name{
	border: 4px solid #f7f7f7;
	padding: 30px 10px 25px 10px;
	width: 90%;
	position: relative;
	top: -20px;
	z-index: -1;
	margin: 0 auto;
	display: table;
	text-align: center;
	background-color: #fff;
}
.hm-industrie-box:hover .hm-industrie-name{
	border: 4px solid #c02141;
}
.hm-industrie-name h4{
	text-align: center;
    font-weight: 800;
    color: #c02141;
    font-size: 16px;
    margin-top: 15px;
    display: block;
    line-height: 20px;
    height: 25px;
}
.hm-industrie-name span{
	color: #a5a7a9;
    font-size: 13px;
    font-weight: 700;
}
.hm-industrie-name i{
	color: #f7f7f7;
	font-size: 30px;
	transform: rotate(270deg);
	position: absolute;
	left: 50%;
	bottom: -13px;
}
.hm-industrie-box:hover .hm-industrie-name i{
	color: #c02141;
}
.industries-slider .owl-dots {
    text-align: center;
    margin-top: 15px;
    display: block !important;
}
/*-- ----------------------- --*/
.hm-cleint{
	padding: 80px 0 100px;
}
.hm_cleint_box ul li {
	width: 14%;
	float: left;
	padding: 12px 8px;
	background-color: #fff;
}
.hm_cleint_box ul li:nth-child(1), .hm_cleint_box ul li:nth-child(2), .hm_cleint_box ul li:nth-child(3), .hm_cleint_box ul li:nth-child(4), .hm_cleint_box ul li:nth-child(5), 
.hm_cleint_box ul li:nth-child(6), .hm_cleint_box ul li:nth-child(8), .hm_cleint_box ul li:nth-child(9), .hm_cleint_box ul li:nth-child(10), .hm_cleint_box ul li:nth-child(11), 
.hm_cleint_box ul li:nth-child(12), .hm_cleint_box ul li:nth-child(13) {
	border-right: 1px solid #efefef;
}
.hm_cleint_box ul li:nth-child(1), .hm_cleint_box ul li:nth-child(2), .hm_cleint_box ul li:nth-child(3), .hm_cleint_box ul li:nth-child(4), .hm_cleint_box ul li:nth-child(5), 
.hm_cleint_box ul li:nth-child(6), .hm_cleint_box ul li:nth-child(7) {
	border-bottom: 1px solid #efefef;
}
/*-- ----------------------- --*/
footer{
    background: #232429;
    padding: 60px 0 20px;
}
.ftr-head{
    padding-bottom: 12px;
}
.ftr-head h4{
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.ftr-link ul li{
	position: relative;
	padding-left: 22px;
}
.ftr-link ul li:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #c02141;
    margin-right: 14px;
    vertical-align: middle;
    transition: all 200ms linear 0s;
    position: absolute;
    left: 0;
    top: 10px;
}
.ftr-link ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 3px 0;
    letter-spacing: 0.5px;
}
.ftr-link ul li:hover a{
    color: #fff;
}
.br{
    border-right: 1px solid #ffffff1a;
}
.bb{
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 40px;
}
.ftr-cont{
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.ftr-cont h3{
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}
.ftr-cont h4{
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}
.ftr-cont p a{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 5px 0px;
    letter-spacing: 0.3px;
}
.ftr-cont p:hover a{
    color: #fff;
}
.ftr-cont img{
    position: absolute;
    top: 0px;
    left: 0;
}
.ftr-btm{
    padding-top: 20px;
}
.ftr-btm p{
    font-weight: 400;
    font-size: 15px;
    color:#fff;
    text-align: center;
    letter-spacing: 0.3px;
}
.ftr-btm p span{
    color: #fff;
}
.ftr-btm p a{
    color: #fff;
}
.ftr-btm p a:hover{
    color: #fff;
}
.ftr-right{
    padding-top: 20px;
    padding-left: 20px;
}
.ftr-right ul{
    text-align: left;
}
.ftr-right h4{
	font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}
.ftr-logo img{
	max-width: 195px;
}

/*-- ----------------------- --*/


/*WHATSAPWEB*/
.floating_btn {
  position: fixed;
  bottom: 10px;
  right: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

/*-- ----------------------- --*/


.inner-banner{
    background: url(../images/product-heading.webp) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    padding: 70px 0;
    position: relative;
}
.inner-banner::after{
    content: "";
    background: #232429d9;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.inner-banner-head h1{
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 30px;
    font-weight: 400;
}
.inner-banner-link{
    background-color: rgb(248 248 248);
    padding: 10px 0;
}
.inner-banner-link ul li{
    display: inline-block;
    padding-right: 5px;
    font-weight: 500;
}
.inner-banner-link ul li i{
    opacity: 0.5;
}
.inner-banner-link ul li a{
    color: #c02141;
}

/*-- --------------------- --*/

.products-heading{
    padding: 80px 0;
}
.inner_top_product {
    position: relative;
    text-align: center;
}
.inner_top_product .title_block {
    color: #efefefa6;
    font-size: 95px;
    top: -50px;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    content: '';
    display: block;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.inner_top_product .heading-line{
    z-index: 1;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.50px;
    color: #c02141;
}
.main_title_block {
    font-size: 24px;
    color: #232429;
    position: relative;
    z-index: 2;
    display: block;
    letter-spacing: 0.50px;
    font-weight: bold;
    padding-bottom: 10px;
}
.inner_top_product p {
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 22px;
    color: #676a6d;
    letter-spacing: 0.50px;
    padding-bottom: 10px;
    text-align: center;
}

.multi-prod-rang {
    background: #fff;
    padding-top: 1px;
    padding-top: 5px;
    box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
    position: sticky;
    top: 60px;
}
.multi-prod-rang h4{
    margin-bottom: 15px;
    padding: 7px 0;
    padding-left: 12px;
    font-size: 20px;
    font-weight: 600;
    border-left: 5px solid #232429;
    border-right: 5px solid #fff;
    background: linear-gradient(35deg,#cd2e4b 0%,#8a1538 100%);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    position: relative;
    margin-left: -5px;
    color: #fff;
}
.multi-prod-rang ul li{
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}
.multi-prod-rang ul li:before {
  position:absolute;
  bottom:0;
  background:#c02141;
  height:1px;
  display:block;
  content:"";  
  width:0;
  transition:0.5s all ease-in;  
}
.multi-prod-rang ul li:hover:before {
  width:100%;
}
.multi-prod-rang ul li:last-child{
    border-bottom: 0px;
}
.multi-prod-rang ul li a {
    padding: 9px 10px;
    margin: 5px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: block;
    background: #f3f3f38c;
}
.multi-prod-rang ul li:hover a{
    color: #c02141;
}
.products{
    padding-bottom: 80px;
}
.prod-owl-dtl .carousel-wrap{
    margin-top: 0px;
}
.prod-images {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    padding: 5px;
    background: #f8f8f8;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    transition: all .5s ease;
}
.prod-images:hover {
    transition: all .5s ease;
    transform: translateY(-10px);
}
.prod-images-name{
    position: absolute;
    background: #0008;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
}
.prod-images-name span{
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.prod-desc-p p{
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 24px;
    color: #676a6d;
    letter-spacing: 0.30px;
    padding-bottom: 10px;
    text-align: justify;
}
.prod-heading{
    margin-bottom: 25px;
    display: inline-block;
}
.prod-heading h3{
    color: #232429;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.prod-heading h3:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #c02141;
    bottom: -10px;
    left:0;
}
.prod-table{
    margin-bottom: 20px;
}
.inner_prod_table {
    background:#fff;
    box-shadow:0 2px 10px 0 rgb(0 0 0 / 7%);
    padding:15px;
}
.table-bordered {
    border:0px;
}
.table {
    margin-bottom:0px;
}
.inner_prod_table th {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.50px;
    border-bottom: 2px solid #f8f9fa !important;
    align-content: center;
    background: linear-gradient(35deg,#cd2e4b 0%,#8a1538 100%);
}
.inner_prod_table td {
    border:0px;
    border-right:1px solid #f8f9fa;
    color: #676a6d;
    letter-spacing:0.50px;
    text-align:center;
    font-weight:500;
    vertical-align: middle;
    font-size:14px;
    text-transform: capitalize;
}
.inner_prod_table td:last-child {
    border-right:0px;
}
.inner_prod_table tr:nth-child(even) {
    background: #f7f8f9;
}
.inner_prod_table tr:nth-child(odd) {
    background: #fff;
}
.inner_prod_table tr td span{
    font-weight: 600;
}
.prod-instry-dtl {
    background: #f5f5f5;
    padding: 5px;
    margin: 8px 0;
    border-radius: 5px;
    position: relative;
}
.prod-instry-pad{
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.inner_prod_table td ul li{
    padding: 5px 0;
}
.prod-instry-dtl h5 {
    font-size: 12px;
    padding: 8px 0 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    position: absolute;
    bottom: 5px;
    left: 0px;
    background: rgba(255,255,255,.92);
    width: 100%;
}
.type-prod h4{
    color: #bb203f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.type-prod p{
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 22px;
    color: #676a6d;
    letter-spacing: 0.30px;
    padding-bottom: 10px;
    text-align: justify;
}
.type-prod h5{
    color: #232429;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}
.type-prod ul li{
    position: relative;
    font-weight: 500;
    line-height: 22px;
    color: #676a6d;
    letter-spacing: 0.30px;
    padding: 4px 0 4px 25px;
}
.type-prod ul li i{
    position: absolute;
    left: 0;
    top: 8px;
    color: #bb203f;
}
.type-prod-flange-box {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.type-prod-flange-box h5{
    font-weight: 600;
    font-size: 15px;
    padding: 15px 0 10px;
}
.type-prod-flange-box p{
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 22px;
    color: #676a6d;
    letter-spacing: 0.30px;
    padding-bottom: 10px;
}
.ferrule-img{
    text-align: center;
    margin-top: 30px;
}
.ferrule-img span{
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    display: block;
}
.type-ferrule .col-md-3{
    margin: 15px 0;
}
.type-ferrule .col-md-2{
    margin: 15px 0;
}
.type-ferrule-img{
    height: 100%;
    text-align: center;
    padding: 5px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
}
.type-ferrule-img img{
    border: 1px #ba203f solid;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
}
.type-ferrule-img span {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #676a6d;
  line-height: 15px;
  padding: 5px 0;
}
.table-bullet li{
    list-style-type: disc;
    list-style-position: inside;
}


/*Product According*/
.prod-according{
   background: #f3f3f38c;
   padding: 25px;
}
.theme-toggle{
    display: none;
}

button.accordion__button {
     background-color: #fff;
     color: #232429;
     font-size: 16px;
     line-height: 1.3;
     font-weight: 500;
     word-spacing: 2px;
     cursor: pointer;
     padding: 1em;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: space-between;
     text-align: left;
     border:none;
     transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
     box-shadow: 0 2px 2px 0 rgb(0 0 0 / 7%);
}
 button.accordion__button .chevron {
     display: block;
     width: 30px;
     height: 30px;
     flex-shrink: 0;
     margin-left: 20px;
}
 
 
button.accordion__button .chevron__container {
     transform: translateY(13px);
     transition:  0.3s ease-in-out;
}
 button.accordion__button .chevron__line {
     stroke: #382e2e;
     stroke-width: 6px;
     stroke-linecap: round;
     transform-origin: 50px 50px;
     transition:  0.3s ease-in-out;
}
 button.accordion__button .chevron__line--1 {
     transform: rotate(40deg);
}
 button.accordion__button .chevron__line--2 {
     transform: rotate(-40deg);
}
 button.accordion__button.active {
    background: linear-gradient(35deg,#cd2e4b 0%,#8a1538 100%);
    color: #fff;
}
button.accordion__button.active line{
    stroke: #fff;
}
 button.accordion__button.active .chevron__container {
     transform: translateY(0);
}
 button.accordion__button.active .chevron__line--1 {
     transform: rotate(0deg) scaleX(70%);
}
 button.accordion__button.active .chevron__line--2 {
     transform: rotate(0deg) scaleX(70%);
}
 button.accordion__button + * + * {
     margin-top: 15px;
}
 button.accordion__button:hover, button.accordion__button:focus {
     outline: none;
}
 .accordion__content {
     background-color: var(--md);
     transition: height  0.3s ease-in-out;
     overflow: hidden;
     border-radius: 0 0 0.5em 0.5em;
}
 .accordion__content .inner-liner {
     padding: 30px;
     background: #fff;
}
 .accordion__content:not(.active) {
     display: none;
}
/*Product According End*/

.prod-form{
    background-image: url(../images/product-form-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 40px 0;
    border-bottom: 20px solid rgb(224 224 224);
}
.prod-form:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    content: '';
    background: rgba(0,0,0,0.4);
}
.prod-form-box{
    background-color: #fff;
    padding: 50px;
    position: relative;
    z-index: 9;
    width: 80%;
    margin: 0 auto;
    display: table;
}

.contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    color: #7c8393;
    font-weight: 500;
    border: 0px;
    line-height: 24px;
    padding: 10px 15px 10px 0px;
    font-size: 14px;
    background: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.contact-form .form-group{
    margin-bottom: 10px;
}
.contact-form input:focus, .contact-form textarea:focus{
    border: 0px;
    outline: 0px;
    border-bottom: 1px solid #c02141;
}
.butn-bg {
    width: 175px;
    height: 46px;
    background: linear-gradient(35deg,#cd2e4b 0%,#8a1538 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    border: 0px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 0 30px 30px 30px;
    cursor: pointer;
    margin-top: 15px;
}
.butn-bg:hover {
    color: #fff !important;
    border: 0px !important;
}
.butn-bg:hover:before {
    transform: scaleX(1);
}
.butn-bg:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #232429;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.butn-bg span {
    color: #ffffffc4;
    transform: rotate(0deg);
    position: relative;
    top: 0px;
    left: 7px;
    font-size: 9px;
}

/*-- --------------------- --*/

.contact{
    padding: 80px 0;
}
.contact-map iframe{
    padding: 10px;
    box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
}
.contact-head {
    margin-top: 60px;
    margin-bottom: 40px;
}
.contact-head h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 5px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    color: #232429;
    text-transform: uppercase;
    position: relative;
}
.contact-head h2:before{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #373435;
    width: 210px;
}
.contact-box{
    text-align: center;
}
.contact-box h5{
    font-size: 22px;
    font-weight: 700;
    color: #3a3a3a;
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact-box a, .contact-box p{
    font-weight: 500;
    color: #676a6d;
    font-size: 16px;
    word-spacing: 0.5px;
    display: block;
    padding: 2px 0;
}
.contact-box a:hover{
    color: #c02141;
}
.contact-form input, .contact-form textarea{
    display: block;
    width: 100%;
    color: #7c8393;
    font-weight: 500;
    line-height: 24px;
    padding: 15px 15px;
    font-size: 14px;
    margin-bottom: 20px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
    font-weight: 400;
}

.contact-form .butn-bg{
    margin: 30px auto 0;
    display: table;
}

/*-- --------------------- --*/
.about{
    padding: 80px 0;
}
.who-we-are .hm-material-heading{
    margin-bottom: 15px;
}
.who-we-are .hm-material-heading h2{
    letter-spacing: 1px;
    word-spacing: 5px;
    transform: scale(1, 1.2);
    font-family: Ethnocentric Rg-Regular;
    font-weight: 800;
    font-size: 1.6rem;
}
.who-we-are p{
    font-size: 17px;
    display: block;
    font-weight: 515;
    line-height: 27px;
    color: #676a6d;
    letter-spacing: 0.50px;
    padding-bottom: 10px;
    text-align: center;
}
.about-aim{
    padding: 0px 0 80px;
}
.product-boxs{
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 20px;
    border-radius: 25px;
    text-align: center;
    height: 320px;
    margin-bottom: 30px;
}
.product-boxs h3{
    font-size: 1.3rem;
    margin: 1rem 0;
    color: #c02141;
    font-weight: 600;
    line-height: 1.2;
    transition: .5s ease-out;
}
.hm-advantage-box {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 2rem;
    border-radius: 25px;
    height: 100%;
    position: relative;
    text-align: center;
    transition: .5s ease-out;
    overflow: hidden;
    margin-bottom: 15px;
}
.hm-advantage-box2 {
    border: 1px solid #c02141;
    box-shadow: rgb(38 57 77) 0 20px 30px -10px;
}
.hm-advantage-box2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 0;
    width: 0;
}
.hm-advantage-icon {
    height: 85px;
    line-height: 85px;
    width: 85px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto;
    display: table;
}
.hm-advantage-icon img {
    width: 65%;
}
.hm-advantage-box h3 {
    font-size: 1.7rem;
    margin: 1rem 0;
    color: #c02141;
    font-weight: 600;
    line-height: 1.2;
    transition: .5s ease-out;
}
.hm-advantage-box2 h3{
    color: #fff;
}
.hm-advantage-box p {
    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: 515;
    color: #676a6d;
    line-height: 26px;
    letter-spacing: 0.50px;
    transition: .5s ease-out;
}
.hm-advantage-box2 p{
    color: #fff;
}
.hm-advantage-box2::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #c02141;
    transition: .3s ease-out;
    z-index: -1;
}
.hm-advantage-box2:hover::after {
    top: 0;
}
.why{
    padding-bottom: 80px;
}
.about-why{
    padding-bottom: 30px;
}
.about-why h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 5px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    color: #232429;
    text-transform: uppercase;
    position: relative;
}
.about-why h2:before{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #c02141;
    width: 130px;
}
.about-why p{
    font-size: 17px;
    display: block;
    font-weight: 500;
    line-height: 28px;
    color: #676a6d;
    letter-spacing: 0.50px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.about-why-box h4 {
    color: #232429;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-why-box ul li{
    position: relative;
    font-weight: 515;
    line-height: 26px;
    color: #676a6d;
    letter-spacing: 0.30px;
    padding: 4px 0 4px 25px;
    font-size: 20px;
}
.about-why-box ul li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #bb203f;
}
/*-- --------------------- --*/
.quality{
    padding: 60px 0;
}
.quality-heading h2{
    font-size: 30px;
    padding-bottom: 5px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    color: #232429;
    text-transform: uppercase;
    position: relative;
}
.quality-heading h2:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #c02141;
    width: 130px;
}
.quality-heading p {
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 22px;
    color: #676a6d;
    letter-spacing: 0.50px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.quality-objectives p{
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 24px;
    color: #676a6d;
    letter-spacing: 0.50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.quality-objectives ul li {
    position: relative;
    font-weight: 500;
    line-height: 24px;
    color: #676a6d;
    letter-spacing: 0.30px;
    padding: 4px 0 4px 25px;
    font-size: 14px;
}
.quality-objectives ul li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #bb203f;
}
.quality-objectives{
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 1.5rem;
    border-radius: 25px;
    height: 100%;
    position: relative;
    transition: .5s ease-out;
    overflow: hidden;
}
.quality-objectives h4{
    font-size: 1.5rem;
    color: #c02141;
    font-weight: 700;
    line-height: 1.2;
    transition: .5s ease-out;
}
.excellence-dtl p{
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 24px;
    color: #676a6d;
    letter-spacing: 0.50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.excellence-dtl h4{
    font-size: 1.5rem;
    color: #c02141;
    font-weight: 700;
    line-height: 1.2;
    transition: .5s ease-out;
}
.excellence-img img{
    border: 4px solid #f1f1f1;
    border-radius: 5px;
}
.excellence-img{
    position: sticky;
    top: 120px;
}
.excellence-dtl ul li {
    position: relative;
    font-weight: 500;
    line-height: 22px;
    color: #676a6d;
    letter-spacing: 0.30px;
    padding: 4px 0 4px 25px;
    font-size: 14px;
}
.excellence-dtl ul li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #bb203f;
}
.excellence-dtl hr{
    margin: 30px 0;
}
/** **************** **/
.tech-info{
    padding: 80px 0;
}
.tech-info-dtl hr{
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.tech-info-dtl h2{
    font-weight: 700;
    margin-bottom: 20px;
}
.tech-info-dtl h4{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}
.tech-info-dtl .inner_prod_table th{
    background: #cd2e4b;
}
.tech-info-dtl .inner_prod_table th, .tech-info-dtl .inner_prod_table td{
    text-align: left;
}
.tech-info-dtl .inner_prod_table{
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 0%);
    padding: 0;
}
.tech-info-dtl .inner_prod_table table{
    border: 1px solid #f8f9fa !important;
}
