@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Signika+Negative:wght@300..700&display=swap');
@import '_variables.html';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');


*,b,h1,h2,h3,h4,h5,h6,li,ol,p,span,strong,ul {
	margin: 0;
	padding: 0
}


.fixed-top,
.header_tp,
.main-nav a,
.main-nav>ul>li {
	position: relative
}

a,a:focus,a:hover {
	text-decoration: none
}

ul {
	list-style: none
}

img {
	border: none
}

body {
	font-size: 15px;
	color: #182333;
	box-sizing: border-box;
	overflow-x: hidden;
	 font-family: "Signika Negative", sans-serif;
	line-height: 1.5;
	font-weight: 400;
}

button:focus {
	outline: -webkit-focus-ring-color auto 0
}

html {
	scroll-behvior: smooth
}

::-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)
}
/**/
.mt15{
	margin-top: 15px;
}
.mb15{
	margin-bottom: 15px;
}
.mtb20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}
.mt30{
	margin-top: 30px;
}
.mb30{
	margin-bottom: 30px;
}
/**/

.banner-mbl,
.main-nav .drop-down ul li:after{
	display: none
}

.header_tp_dtl ul {
	display: block;
	float: right;
	margin-top: 0
}

.header_tp_dtl ul>li {
	float: left;
	display: flex;
	padding: 5px 10px
}

.header_tp_dtl ul li ol li {
	float: left;
	display: flex;
	padding: 0 10px
}

.header_tp_dtl ul li ol li a {
	font-weight: 600;
	letter-spacing: .5px;
	transition: .2s linear;
	display: inline-block;
	font-size: 17px;
	color: #959393
}

.header_tp_dtl ul li:first-child,
.header_tp_dtl ul li:nth-child(2) {
	position: relative;
	top: 10px
}
.header_tp_dtl ul li:nth-child(3) {
	position: relative;
	top: 5px
}
.header_tp_dtl ul li:last-child {
	border-right: 0px;
	border-left: 2px solid #e2e2e2;
	margin-left: 5px;
	padding-left: 13px
}

.header_tp_dtl ul li.call_tp img {
	margin-right: 5px;
    width: 22px;
    height: 22px;
    margin-top: -3px;
}

.header_tp_dtl ul li.call_tp a {
	    color: #08233e;
    font-weight: 500;
    font-size: 16px;
}

.main-nav .drop-down ul li a,
.main-nav a {
	color: #182333;
	font-weight: 500;
	letter-spacing: .25px
}

.menu-icon {
	float: left;
	width: 60px;
	cursor: pointer;
	padding: 10px 0
}

.menu-icon .bar2 {
	width: 48px
}

.menu-icon .bar3 {
	width: 60px
}

.menu-icon:hover .bar1 {
	width: 38px;
	transition: width .3s;
	-webkit-transition: width .3s;
	-ms-transition: width .3s;
	-moz-transition: width .3s;
	-o-transition: width .3s
}

.menu-icon:hover .bar2 {
	width: 52px;
	transition: width .3s;
	-webkit-transition: width .3s;
	-ms-transition: width .3s;
	-moz-transition: width .3s;
	-o-transition: width .3s
}

.fixed-top {
	display: block;
	background: #fff;
	top: 0;
	padding: 4px 0 2px
	box-shadow: 0px 6px 5px rgb(0 0 0 / 20%);
}

#header:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	display: block;
	height: 2px;
	width: 70%;
	background: linear-gradient(90deg, #fff, #e2e2e2)
}

.header-scrolled .logo {
	margin-top: -10px
}

.header-scrolled .scrollto img {
    width:250px;
    height: auto;
    margin-top: 7px;
}

.hm-prod-items{
	border:1px solid #ddd !important;
}

.logo {
	margin-top: -45px;
	margin-left: 10px;
	background: #fff;
	position: absolute
}

.header-scrolled {
	position: fixed;
	padding: 7px 0 8px;
	box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
}

.scrollto img {
	       width: 412px;
    height: auto;
    margin-top: 0px;
}

.main-nav {
	float: right
}

.main-nav>ul {
	margin: 4px 0;
	display: flex
}

.main-nav>ul>li {
	white-space: nowrap;
	float: left
}

.main-nav a {
	display: inline-block;
    font-size: 16px;
    padding: 2px 15px;
}

.main-nav li:last-child {
	border-right: 0px
}

.main-nav .active>a,
.main-nav a:hover,
.main-nav li:hover>a,
.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
	color: #0769bb;
	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: .3s;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
	border: none
}

.main-nav .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible
}

.main-nav .drop-down li {
	min-width: 220px;
	position: relative
}

.main-nav .drop-down ul li {
	border-bottom: 1px solid #f4f4f7;
	margin-top: 0
}

.main-nav .drop-down ul li:last-child {
	border-bottom: 0
}

.main-nav .drop-down .drop-down>a,
.mobile-nav .drop-down>a {
	padding-right: 35px
}

.main-nav .drop-down ul li a {
	padding: 6px 5px;
	border-radius: 2px;
	transition: .2s linear;
	font-size: 15px;
	text-transform: capitalize;
	width: 100%
}

.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover>a {
	color: #fff;
	background-color: #0769bb;
}

.main-nav .drop-down>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	font-size: 16px
}

.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:after {
	content: "\f105";
	position: absolute;
	right: 15px
}

.mega_wdth {
	width: 50%;
	display: inline-block
}

.mega_wdth span {
	font-weight: 600;
	display: block;
	letter-spacing: .5px;
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	padding-left: 6px
}

.banner_sec p,
.mobile-nav a {
	font-weight: 600;
	letter-spacing: 1px;
	display: block
}

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #416b9d;
	transition: .4s
}

.mobile-nav a {
	color: #fff;
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
	position: relative
}

.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 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: 0 0;
	font-size: 24px;
	transition: .4s;
	outline: 0;
	line-height: 1;
	cursor: pointer;
	text-align: right
}

.mobile-nav-toggle i {
	margin: 0;
	color: #004289
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, .8);
	display: none
}

.mobile-nav-active .mobile-nav {
	left: 0
}

.head_brochure a{
	background: #0769bb;
    border-radius: 50px;
    padding: 7px 18px;
    color: #fff;
}
.head_brochure a img{
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.language a {
	display:none;
}
.goog-te-gadget .goog-te-combo {
    margin: 0px !important;
    padding: 3px 15px;
    font-size: 15px;
	border:2px solid #474b5d;
	color:#474b5d;
	font-weight: 500;
	border-radius: 25px;
}
.goog-te-gadget img {
	display:none;
}
.goog-logo-link {
	display:none;
}
.goog-te-gadget {
	font-size:0px !important;
	padding-top:0px;
}
#google_translate_element {
	margin-top:0px;
}

/*-- ------------------------ --*/

.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: "Signika Negative", 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: "Signika Negative", 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: #0769bb;
    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 #0769bb !important;
    color: #0769bb !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{
	background: #eff3f6 url(../images/certified-background.png) no-repeat center center;
}
.hm-about .container-fluid{
	padding-right: 0px;
    padding-left: 0px;
}
.align-center{
	align-items: center;
}
.si-video {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    box-shadow: 2.2px 4px 25px 0px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
}
.si-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    line-height: 0px;
	position: relative;
    margin-bottom: -6px;
}
.hm-about-dtl{
	background: #000;
    padding:30px 10px 30px 20px;
    position: relative;
}
.hm-about-dtl:after{
	content: "";
	position: absolute;
	top: 0;
	left: -100px; 
	height: 100%;
	background: #000;
}
.hm-about-dtl img{
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.3;
	user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.hm-about-dtl h6{
	position: relative;
    color: #0769bb;
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 5px;
}
.hm-about-dtl h6:after{
	content: "";
    width: 3px;
    height: 18px;
    left: 0;
    top: -2px;
    position: absolute;
    background: #0769bb;
}
.hm-about-dtl h1{
	font-size: 20px;
	 font-family: "Signika Negative", sans-serif;
	margin-bottom: 10px;
    font-weight: 600;
    line-height:35px;
    text-transform: capitalize;
    color: #fff;
}
.hm-about-dtl h5{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
    word-spacing: 0.2px;
}
.hm-about-dtl p{
	font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffffdb;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.hm-about-dtl h4{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 10px;
}
.hm-about-dtl ul li{
	font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffffdb;
    padding: 1px 0;
}
.hm-about-dtl ul li i{
	color: #0769bb;
	font-size: 14px;
}
.hm-about-dtl .BtnBlue{
	background: #0769bb;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #fff;
    border: 2px solid transparent;
    margin-top: 15px;
}
.BtnBlue:hover {
    border: 2px solid #0769bb !important;
    color: #0769bb !important;
    background: #fff !important;
}
/*-- ------------------------ --*/
.clean-india{
	padding: 80px 0;
	background-image: url(../../themes.pixelwars.org/endustry/images/endustry/content/cta.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
}
.clean-india:after {
	content: "";
    opacity: 0.9;
    /*background: linear-gradient(45deg, #ff2a2a 0%,#ff6114 100%);*/
    background: radial-gradient(circle at 10% 20%, rgb(226, 37, 37) 0%, rgb(211, 49, 49) 82.8%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.clean-india-img{
	position: relative;
	z-index: 1;
}
.clean-india-img{
	background: #fff;
	box-shadow: 0px 5px 20px #41506221;
}
/*-- ------------------------ --*/
.hm-counter{
	padding: 20px 0 99px;
	background-image:url(../images/counter.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	position: relative;
}
.hm-counter-main{
	box-shadow: 0px 5px 20px #41506221;
	background: #fff;
    /*display: flex;*/
    /*gap: 1.5rem;*/
    /*align-items: center;*/
    height: 105px;
    padding: 16px 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 20px 5px;
}
.hm-counter-main::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #333;
    transition: all .5s ease-in;
}
.hm-counter-main:hover::before {
    width: 100%;
}
.pro_icon{
	width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .8s ease-in-out;
    background: #fff;
    border-radius: 100%;
    padding: 0.2rem;
    position: relative;
    top: 50%;
    left: 30px;
    transform: translate(-50%,-50%);
    float: left;
}
.pro_icon:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background: #333;
    right: -12px;
    top: 5px;
}
.hm-counter-main:hover .pro_icon:after{
	background: #fff;
	transition: all .5s ease-in;
}
.pro_icon img {
    width: 80%;
    object-fit: contain;
}
.pro_count{
	margin-left: 90px;
}
.pro_count h3{
	font-weight: 700;
	 font-family: "Signika Negative", sans-serif;
	font-size: 22px;
	color: #7a75b4;
	margin-bottom: 5px;
	position: relative;
}
.pro_count .two:after{
	content: "+";
	position: absolute;
	font-size: 26px;
	font-weight: 700;
	 font-family: "Signika Negative", sans-serif;
	left: 40px;
	top: -4px;
}
.pro_count .three:after{
	content: "+";
	position: absolute;
	font-size: 26px;
	font-weight: 700;
	 font-family: "Signika Negative", sans-serif;
	left: 50px;
	top: -4px;
}
.pro_count .three-perct:after{
	content: "%";
	position: absolute;
	font-size: 24px;
	font-weight: 700;
	 font-family: "Signika Negative", sans-serif;
	left: 50px;
	top: -0px;
}
.pro_count .five:after{
	content: "+";
	position: absolute;
	font-size: 26px;
	font-weight: 700;
	 font-family: "Signika Negative", sans-serif;
	left: 90px;
	top: -4px;
}
.pro_count h5{
	color: #182333;
	font-size: 15px;
	line-height: 20px;
	position: relative;
}
.hm-counter-main:hover .pro_count h5{
	color: #fff;
	transition: all .5s ease-in;
}
/*----------------------------*/
.hm-prod{
	padding: 50px 0;
	position: relative;
}

.hm-prod .hm-prod-items {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
    margin: 15px 0;
    display: block;
}
.hm-prod .hm-prod-items .hm-prod-image {
    height:250px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hm-prod .hm-prod-items .hm-prod-image img {
    min-height: 100%;
    max-width: 100%;
    max-height: none;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hm-prod .hm-prod-items .heading-container {
    padding: 24px;
    min-height: 55px;
    text-align: center;
    display: flex;
    background: #fff;
}
.hm-prod .hm-prod-items .heading-container h6 {
    margin: auto;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    color: #182333;
}
.hm-prod .hm-prod-items:hover .heading-container h6{
	opacity: 0;
}
.hm-prod .hm-prod-items .hm-prod-content h6 {
    margin: auto;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    color: #d51d25;
    margin-bottom: 20px;
}
.hm-prod .hm-prod-items .hm-prod-content {
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 100%;
    background-color: #ffffffe0;
    padding: 45px 27px 15px 27px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hm-prod .hm-prod-items .hm-prod-content p {
    color: #182333;
    flex-grow: 1;
}
.hm-prod .hm-prod-items .hm-prod-content span {
    margin: 0 auto;
    color: #CE2A29;
    background-color: #FFFFFF;
    padding: 8px 32px;
    border-radius: 48px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
    border: 2px solid #CE2A29;
    font-weight: 600;
}
.hm-prod .hm-prod-items .hm-prod-content span:hover{
	background-color: #CE2A29;
	color: #fff;
}
.hm-prod .hm-prod-items:hover .hm-prod-content {
    top: 0;
}


.hm-prod-more {
	text-align: center;
	border-top-width: 2px !important;
    border-top-color: #ccd9e9;
    border-top-style: dashed;
    border-right-width: 2px !important;
    border-right-color: #ccd9e9;
    border-right-style: dashed;
    border-bottom-width: 2px !important;
    border-bottom-color: #ccd9e9;
    border-bottom-style: dashed;
    border-left-width: 2px !important;
    border-left-color: #ccd9e9;
    border-left-style: dashed;
    padding-top: 20px !important;
    padding-right: 24px !important;
    padding-bottom: 20px !important;
    padding-left: 24px !important;
    margin-top: 60px;
}
.hm-prod-more h4{
	font-size: 19px;
	color: #182333;
}
.hm-prod-more h4 a{
	position: relative;
}
.hm-prod-more h4 a:after, .hm-prod-more h4 a:before{
	-webkit-transition: all .3s,background-color 0s;
	transition: all .3s,background-color 0s;
    content: "";
    height: 1px;
    width: 0;
    background-color: #d51d25;
    position: absolute;
    bottom: -3px;
}
.hm-prod-more h4 a:hover:after, .hm-prod-more h4 a:hover:before {
    width: 50%;
}
.hm-prod-more h4 a:before {
    right: 50%;
}
.hm-prod-more h4 a:after {
    left: 50%;
}
.hm-prod-more h4 mark{
	color: #d51d25;
	background: #fff;
}

/*----------------------------*/
.hm-map{
	padding: 100px 0;
}
.hm-map-head{
	text-align: center;
	padding-bottom: 20px;
}
.hm-map-head h2{
	 font-family: "Signika Negative", sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.hm-map-head p{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.hm-maping{
	margin-top: 30px;
}
/*----------------------------*/

.hm-dual-laminates{
	padding: 50px 0 50px;
}
.hm-dual-laminates-head{
	text-align: center;
	margin-bottom: 40px;
}
.hm-dual-laminates-head h2{
	 font-family: "Signika Negative", sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.hm-dual-laminates-head p{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
}

.dual-laminate-main{
	position: relative;
    padding-bottom: 10px;
}
.dual-laminate-img{
	border-radius: 0 0 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.dual-laminate-img img{
	border-radius: 0 0 50px;
	width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.dual-laminate-img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    background: radial-gradient(circle at 10% 20%, rgb(226, 37, 37) 0%, rgb(211, 49, 49) 82.8%);
}
.dual-laminate-main:hover .dual-laminate-img::after{
	opacity: 0.7;
	visibility: visible;
}
.dual-laminate-main .dual-laminate-plus{
	position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    font-size: 52px;
    line-height: 52px;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -khtml-transform: translateX(0%) translateY(-8%);
    -moz-transform: translateX(0%) translateY(-8%);
    -ms-transform: translateX(0%) translateY(-8%);
    -o-transform: translateX(0%) translateY(-8%);
    transform: translateX(0%) translateY(-8%);
}
.dual-laminate-main:hover a{
    visibility: visible;
    opacity: 1;
}
.pbminfotech-box-content {
    display: block;
    padding: 75px 35px 25px 30px;
    border-radius: 0 0 50px;
    background-color: #fff;
    box-shadow: 0px 5px 20px #41506221;
    margin-top: -50px;
    margin-left: 35px;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
}
.pbminfotech-titlebox {
    position: relative;
    z-index: 0;
}
.pbminfotech-titlebox:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -2px;
    width: 50px;
    height: 4px;
    left: -65px;
    background-color: #003791;
}
.pbminfotech-titlebox h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.pbminfotech-titlebox h6 a {
    color: #003791;
}
.pbminfotech-titlebox h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.pbminfotech-titlebox h3 a{
	font-size: 16px;
    color: #02035d; text-transform: capitalize;
}

.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: #182333 !important;
}

/*----------------------------*/

.upper-icon {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #0769bb;
    line-height: 30px;
    width: 80px;
    margin: 0 auto 20px;
}
.upper-icon .left-dots {
    position: absolute;
    left: 0;
    top: 50%;
    /* margin-top: -2px; */
    width: 45px;
}
.upper-icon .left-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #0769bb;
    margin-right: 3px;
}
.upper-icon .left-dots .line-dot {
    border-right: 20px solid #0769bb;
}
.upper-icon .right-dots {
    position: absolute;
    right: 0;
    top: 50%;
    /* margin-top: -1px; */
    width: 45px;
}
.upper-icon .right-dots .line-dot {
    border-left: 20px solid #0769bb;
}
.upper-icon .right-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #0769bb;
    margin-left: 3px;
}
.upper-icon .right-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #0769bb;
    margin-left: 3px;
}
/*----------------------------*/

.hm-indust{
	background-image: url(../../thewebmax.org/industro/images/main-slider/slider7/slide1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    padding: 80px 0 100px;
}
.hm-indust::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(36 35 35 / 90%);
    /* opacity: 0.8; */
    top: 0;
    left: 0;
    z-index: -1;
}
.hm-indust-box{
	position: relative;
	overflow: hidden;
	margin: 15px 0;
	box-shadow: 0px 11px 24px 0px rgb(12 12 12 / 11%);
}
.hm-indust-box:hover .indus-img{
	-webkit-transition: .7s all ease-in-out;
    -o-transition: .7s all ease-in-out;
    transition: .7s all ease-in-out;
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.hm-indust-box:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -80%;
	left: 0;
	right: 0;
	background: #0009;
}
.hm-indust-flex{
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 2px solid #fff;
    background-color: #0769bb;
    border-radius: 100px;
    padding: 10px;
    z-index: 1;
    box-shadow: 5px 5px 30px 0px rgb(0 0 0 / 76%);
}
.hm-indust-box h5{
	position: absolute;
	bottom: 10px;
	left: 5px;
	color: #fff;
	z-index: 1;
	font-size: 16px;
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    font-weight: 400;
}

.hm-indust-solution{
	background-color: #0769bb;
	padding: 30px;
	position: relative;
	z-index: 99;
	margin-top: -140px;
}
.hm-indust-solution h3{
	 font-family: "Signika Negative", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}
.hm-indust-solution p{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    color: #fff;
    margin-bottom: 15px;
}
.hm-indust-solution a{
	font-size: 19px;
	color: #fff;
	position: relative;
}
.hm-indust-solution a:after, .hm-indust-solution a:before {
    -webkit-transition: all .3s,background-color 0s;
    transition: all .3s,background-color 0s;
    content: "";
    height: 1px;
    width: 0;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
}
.hm-indust-solution a:before {
    right: 50%;
}
.hm-indust-solution a:after {
    left: 50%;
}
.hm-indust-solution a:hover:after, .hm-indust-solution a:hover:before {
    width: 50%;
}
.hm-indust-ceo{
	border-left: 4px solid #0769bb;
    position: relative;
    padding-left: 80px;
}
.hm-indust-ceo i{
	position: absolute;
    left: 10px;
    top: 0px;
    color: rgba(255,255,255,0.2);
    font-size: 60px;
}
.hm-indust-ceo p{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    color: #fff;
    font-size: 20px;
}
.hm-indust-ceo h6{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
	color: #0769bb;
	margin-top: 10px;
	 font-family: "Signika Negative", sans-serif;
}
.upper-icon-white {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    width: 80px;
    margin: 0 auto 20px;
}
.upper-icon-white .left-dots {
    position: absolute;
    left: 0;
    top: 50%;
    /* margin-top: -2px; */
    width: 45px;
}
.upper-icon-white .left-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #fff;
    margin-right: 3px;
}
.upper-icon-white .left-dots .line-dot {
    border-right: 20px solid #fff;
}
.upper-icon-white .right-dots {
    position: absolute;
    right: 0;
    top: 50%;
    /* margin-top: -1px; */
    width: 45px;
}
.upper-icon-white .right-dots .line-dot {
    border-left: 20px solid #fff;
}
.upper-icon-white .right-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #fff;
    margin-left: 3px;
}
.upper-icon-white .right-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #fff;
    margin-left: 3px;
}
.hm-indust-postion{
	position: relative;
	margin-bottom: 60px;
}

/*-- ------------------------ --*/

footer{
	background: #333;
	padding: 120px 0 40px;
	position: relative;
}
.ftr-form{
	background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
    padding: 30px 30px 15px;
    border-radius: 20px;
    text-align: center;
}
.ftr-form h2{
	 font-family: "Signika Negative", sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
   	font-size: 22px;
}
.ftr-form p {
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    margin-bottom: 15px;
}
.ftr-form input, .ftr-form textarea{
	border-top: 0;
    border-left: 0;
    border-right: 0px;
    border-radius: 0;
    border-bottom: 1px solid #999;
    padding-left: 5px;
}
.ftr-form input::placeholder, .ftr-form textarea::placeholder{
	font-size: 13px;
}
.ftr-form input:focus, .ftr-form textarea:focus{
	box-shadow: none;
	border-bottom: 1px solid #0769bb;
}
.ftr-form .BtnBlue {
    background: #0769bb;
    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%);
}
.ftr-form .BtnBlue:hover {
    border: 2px solid #0769bb !important;
    color: #0769bb !important;
    background: #fff !important;
}
.mt35{
	margin-top: 35px;
}
.come_seeus p {
    font-size: 2rem;
    margin: 0;
    color: #fff;
}
.come_seeus p:nth-child(2) {
    font-size:29px;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    margin: 0px;
    word-spacing: 2px;
}
.come_seeus span {
    color: #0769bb;
}
.heading_foot p{
	font-size: 24px;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
     font-family: "Signika Negative", sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    margin-top: 10px;
}
.ftr-prod ul{
	list-style: none;
    text-align: left;
    padding: 0;
    margin: 15px 0;
    border-left: 3px solid #0769bb;
    padding-left: 20px;
    height: 100%;
}
.ftr-prod ul li{
	padding: 2px 0;
}
.ftr-prod ul li a{
	letter-spacing: 0.4px;
    word-spacing: 0.4px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.ftr-prod ul li a:hover{
	color: #0769bb;
}
.ftr-address{
    text-align: left;
    padding: 0;
    margin: 15px 0;
    border-left: 3px solid #0769bb;
    padding-left: 20px;
    height: 133px;
}
.ftr-address p:first-child {
    color: #fff;
    font-size: 16px;
    font-weight: 501;
    margin-bottom: 4px;
}
.ftr-address p:nth-child(2){
	letter-spacing: 0.4px;
    word-spacing: 0.4px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.footer__shape_2 {
    position: absolute;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    right: 0;
    opacity: 0.7;
}

/**/
.ftr-top{
	position: relative;
	bottom: -60px;
	z-index: 1;
}
.ftr-top-box{
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
}
.ftr-top-dtl{
	overflow: hidden;
	padding: 30px;
}
.bor-right{
	border-right: 1px solid #eee;
}
.ftr-top-dtl h4{
	 font-family: "Signika Negative", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}
.ftr-top-dtl p a{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    color: #182333;
    display: block;
    padding: 2px 0;
}
.ftr-top-dtl p a:hover{
	color: #0769bb;
}
.ftr-top-dtl img{
	bottom: -2px;
    opacity: 0.2;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 2;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.ftr-top-dtl:hover img{
	transform: scale(1.5) rotate(20deg);
    -webkit-transform: scale(1.5) rotate(20deg);
    -moz-transform: scale(1.5) rotate(20deg);
    -o-transform: scale(1.5) rotate(20deg);
    -ms-transform: scale(1.5) rotate(20deg);
}
.ftr-plr0{
	padding: 0 0;
	overflow: hidden;
}
/**/
/**/
.ftr-btm{
	align-items: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #eeeeee1c;
}
.ftr-btm-copyright{
	text-align: center;
	color: #fff;
}
.ftr-btm-copyright p{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    font-size: 14px; 
    margin-top: 8px;
    line-height:30px;
    color:#fff;
}
.ftr-btm-social ul {
    margin-top:20px;
    text-align: center;
    opacity:1;
}
.ftr-btm-social ul li {
    display: inline-block;
    padding:0px 8px;
}
.ftr-btm-social ul li a {
    opacity: 1;
}
.ftr-btm-social ul li a i {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius:50%;
    font-size:20px;
    text-align: center;
    transition: all .8s;
    -webkit-transition: 0.8s ease;
}
.ftr-btm-social .icon1 i {
    background: #4d6bb3;
    color: #fff;
    border: 1px solid #4d6bb3;
}
.ftr-btm-social .icon2 i {
    background: #bd081c;
    color: #fff;
    border: 1px solid #bd081c;
}
.ftr-btm-social .icon3 i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
    border: 1px solid #d6249f;
}
.ftr-btm-social .icon5 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;
}
.ftr-btm-social .icon4 i {
    background: #40c1df;
    color: #fff;
    border: 1px solid #40c1df;
}
.ftr-btm-social .icon6 i {
    background: #e71807;
    color: #fff;
    border: 1px solid #e71807;
}
.ftr-btm-social ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 5px;
}
.ftr-btm-copyright ul{
	text-align: center;
}
.ftr-btm-copyright ul li a{
	color: #fff;
}
.ftr-btm-copyright ul li a:hover{
	color: #0769bb;
}
.ftr-btm-copyright ul li a.dropdown-item{
	color: #182333 !important;
}
.ftr-btm-copyright ul li a.dropdown-item:hover{
	color: #0769bb !important;
}
.ftr-btm-copyright .dropdown-item.active, .dropdown-item:active{
	background: #fff !important;
}
.ftr-btm-copyright ul li{
	display: inline-block;
	padding: 0 10px;
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
/**/
.hm-certificat{
	padding:70px 0 0px 0;
}
.hm-certificat-head{
	padding-bottom: 40px;
}
.hm-certificat-head h2{
	    text-align: center;
    /*  font-family: "Signika Negative", sans-serif; */
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}
.hm-certificat-head h2 span{ 
	color: #0769bb;
}	
.hm-certificat-logo ul li{
	display: inline-block;
	padding: 0 3px;
}
.hm-certificat-bord{
	position: relative;
}
.hm-certificat-bord:after{
	content: "";
    position: absolute;
    top: 14px;
    right: 30px;
    width: 2px;
    height: 100px;
    background: #0000000f;
}
.hm-certificat-bord ul li{
	padding: 0 15px;
}
 
.hm-map-cleint{
	padding: 50px 0 40px;
}
.hm-maping h2{
	 font-family: "Signika Negative", sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 32px;
}
.hm-cleint-box ul li{
	width: 32%;
	float: left;
	border: 1px solid #0000000f;
	padding: 15px;
}
.hm-cleint-box ul li:nth-child(1), .hm-cleint-box ul li:nth-child(2), .hm-cleint-box ul li:nth-child(3){
	border-top: 1px solid #eee0;
}
.hm-cleint-box ul li:nth-child(3), .hm-cleint-box ul li:nth-child(6), .hm-cleint-box ul li:nth-child(9), .hm-cleint-box ul li:nth-child(12){
	border-right: 1px solid #eee0;
}
.hm-cleint-box ul li:nth-child(10), .hm-cleint-box ul li:nth-child(11), .hm-cleint-box ul li:nth-child(12){
	border-bottom: 1px solid #eee0;
}
.hm-cleint-box ul li:nth-child(1), .hm-cleint-box ul li:nth-child(4), .hm-cleint-box ul li:nth-child(7), .hm-cleint-box ul li:nth-child(10){
	border-left: 1px solid #eee0;
}
.hm-map-center{
	align-items: center;
}

/*-- ------------------------ --*/
.inr-prod{
	background-image: url(../images/BS-Projects-Banner--N--02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inr-prod:after{
	content:'';
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(36 35 35 / 80%);
    /* opacity: 0.8; */
    top: 0;
    left: 0;
}
.inr-prod-head{
	padding: 70px 0;
}
.inr-prod-head h1{
	position: relative;
	z-index: 1;
	color: #fff;
	 font-family: "Signika Negative", sans-serif;
	font-weight: 700;
	font-size: 34px;
	letter-spacing: 0.7px;
	word-spacing: 4px;
}
.inr-prod-link{
	position: relative;
	z-index: 1;
	color: #fff;
}
.inr-prod-link{
	text-align: right;
	position: absolute;
	right: 0;
	bottom: -15px;
}
.inr-prod-link ul{
	position: relative;
	background: #0769bb;
	left: -5px;
}
.inr-prod-link ul:after{
	content: "";
    background: #0769bb;
    position: absolute;
    left: -150px;
    top: 0;
    width: 900px;
    height: 43px;
    z-index: -1;
    transform: skewX(-30deg);
}
.inr-prod-link ul li{
	display: inline-block;
	padding: 10px 12px;
}
.inr-prod-link ul li a{
	color: #fff;
}
.inr-prod-link ul li:last-child{
	color: #ffffffbf;
}
.inr-prod-link ul li span{
	position: relative;
	right: -10px;
}
.product{
	position: relative;
}
.product-dtl{
	padding-right: 30px;
	padding-top: 40px;
}
.product-dtl h2{
	font-size: 1.6rem;
	color: hsl(0, 0%, 0%);
	padding-bottom: 15px;
}
.product-dtl p{
	color: #3b3b3a;
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 7px;
}
.product-range:after{
	content: "";
    background-color: #f6f6f7;
    height: 100%;
    width: 500px;
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
}
.product-range{
	height: auto;
	position: sticky;
    top: 5px;
    clear: both;
    height: 115vh;
}
.product-range2{
	background: #fff;
	height: 100%;
	padding: 70px 20px;
}
.product-range h4{
	color: #0769bb;
	padding-bottom: 15px;
}
.product-range ul li a{
	color: #3b3b3a;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e95e;
}
.product-range ul li a:hover{
	color: #0769bb;
}
.product-range ul li:last-child a{
	border-bottom: none;
}
.btn-download{
	max-width: calc(100% - 6px);
	justify-content: center;
	margin-inline: auto;
    /*display: flex;*/
    /*margin-top: clamp(1rem,5vw,3rem);*/
    position: relative;
    padding: 15px 65px 15px 12px;
    transition: .3s;
    font-weight: 700;
    border: 1px solid hsl(240, 3%, 94%);
    color: hsl(0, 0%, 0%);
    border-radius: 0px;
    margin-bottom: 60px;
    display: block;
    background-color: #fff;
    margin-top: 30px;
}
.btn-download::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 100%;
    background-color: #0769bb;
    background-image: url(../images/download--white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: 20px;
}
.btn-download:hover{
	background-color: #0769bb;
	color: #fff;
}
.applications{
	background: #f9f9fa;
	padding: 30px 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.applications .col-md-6{
	margin-bottom: 10px;
}
.applications-dtl{
	background: #fff;
	transition: .3s;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
}
.applications-head{
	margin-bottom: 30px;
}
.applications-head h4 span{
	font-size: 1.3rem;
	padding: 7px 30px 7px 0px;
	position: relative;
	color: hsl(0, 0%, 0%);
}
.applications-dtl span {
    color: #3b3b3a;
    display: block;
    font-weight: 400;
    font-size: .875rem;
    padding: 10px 10px 10px 50px;
    text-decoration: none;
    transition: .3s;
    width: 100%;
    text-align: left;
}
.applications-dtl::before {
    content: "";
    display: block;
    width: 40px;
    position: absolute;
    pointer-events: none;
    left: 15px;
    background-color: #f6f6f7;
    height: 100%;
    top: 0;
    transition: .1s;
}
.applications-dtl::after {
    content: "";
    border-radius: 2px;
    border-right: solid 3px #0769bb;
    border-top: solid 3px #0769bb;
    display: block;
    position: absolute;
    pointer-events: none;
    left: 25px;
    transform: rotate(45deg);
    width: 13px;
    height: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-inline: 0;
    transition: .1s;
}

.prod-table{
	margin-top: 30px;
}
.prod-table tr:nth-child(odd) {
  background: #fafafa;
}

.inn_prod_table thead tr {
  background: #0769bb !important;
  color: #fff;
}

.prod-table table thead tr th {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #fff;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e669;
  color: #3b3b3a;
  letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.inn_prod_table.table-bordered th{
  font-weight: 500;
}
.inn_prod_table {
  margin: 0;
}
.prod-list-heading h4{
    font-size: 1.3rem;
    position: relative;
    color: hsl(0, 0%, 0%);
    line-height: 28px;
}
.prod-bullet{
	padding-top: 15px;
}
.prod-bullet li{
	position: relative;
	margin-left: 30px;
	padding: 6px 0;
	color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.prod-bullet li::before {
    background-color: #0769bb;
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 9px;
    left: -24px;
    top: 12px;
    transform: skewX(-30deg);
}
.prod-img-section{
	background-image: url(../images/page-lines.svg);
    background-repeat: no-repeat;
    background-size: 180vw auto;
    background-position: 50% 0;
    background-color: #6d6f72;
    padding: 60px 0;
}
.prod-img-name{
	background-color: #fff;
	padding: 15px 10px;
	text-align: center;
	color: #0769bb;
}
.prod-img-name h5{
	font-size: 16px;
}
.prod-img-box{
	margin: 15px 0;
	background-color: #fff; 
}
.prod-img-box img{
	margin: 0 auto;
	display: table;
	border: 7px solid #fff;
    border-bottom: 0px;
}
.moc{
	padding: 60px 0 30px;
}
.moc-dtl{
	text-align: center;
}
.moc-dtl h3{
	font-size: 1.3rem;
	margin-top: 30px;
	padding-bottom: 5px;
}
.moc-dtl p{
	color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 7px;
}
/*---------------*/
.about{
	padding: 80px 0;
}
.about-head h1{
	font-size: 35px;
     font-family: "Signika Negative", sans-serif;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    color: #d51d25;
}
.about-head span{
	 font-family: "Signika Negative", sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.about-head p{
	margin-top: 5px;
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.about-head{
	padding-bottom: 60px;
	text-align: center;
}

.about-img{
	padding-right: 15px;
	position: sticky;
	top: 80px;
}
.about-img img{
	padding: 10px;
    background: #f6f7f987;
	box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}
.hm-abt-year {
    /*background-color: #f6f6f7;
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 10%);*/
    padding: 30px 15px;
}
.hm-abt-year-box {
    position: relative;
    padding: 10px 15px;
    /*border-left: 4px solid #7a75b4;
    border-right: 4px solid #7a75b4;*/
}
/*.hm-abt-LeftBord:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #7a75b4;
    left: 0;
    bottom: 0;
}
.hm-abt-LeftBord:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #7a75b4;
    left: 0;
    top: 0;
}*/
.hm-abt-no {
    font-size: 55px;
    font-weight: 700;
    color: #d51d25;
    line-height: 75px;
}
.hm-abt-text {
    font-size: 20px;
    font-weight: 500;
    color: hsl(0, 0%, 0%);
    line-height: 25px;
}
/*.hm-abt-RightBord:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #7a75b4;
    right: 0;
    bottom: 0;
}
.hm-abt-RightBord:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #7a75b4;
    right: 0;
    top: 0;
}
*/

.aboutBL{
	border-left: 2px solid #f4f4f4;
}
.about-dtl{
	padding-left: 15px;
}
.about-dtl h4{
	font-size: 1.6rem;
    color: hsl(0, 0%, 0%);
    padding-bottom: 15px;
}
.about-dtl p{
    color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 15px;
}
.about-dtl p b{
	font-weight: 500;
}
.about-manufacturers{
	padding: 80px 0;
    background:#f6f7f9 url(../images/counter.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
    position: relative;
}
.about-manuf-dtl h2{
	font-size: 1.6rem;
    color: hsl(0, 0%, 0%);
    padding-bottom: 15px;
}
.about-manuf-dtl p{
	color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 15px;
}
.align-item{
	align-items: center;
}
.about-manuf-img{
	background: #fff;
    padding: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}
.about-grp{
	padding: 80px 0 20px;
}
.about-grp-dtl h3{
	font-size: 1.6rem;
    color: hsl(0, 0%, 0%);
    padding-bottom: 15px;
}
.about-grp-dtl p{
	color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
}	
.about-grp-dtl p a{
	color: #d51d25;
	text-decoration: underline;
	font-weight: 500;
}
/*-------------------*/
.contact{
	padding: 80px 0;
}
.contact-head{
	text-align: center;
	margin-bottom: 80px;
}
.contact-head h2{
	font-size: 25px;
     font-family: "Signika Negative", sans-serif;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.4;
    color: #d51d25;
}
.contact-head p{
	margin-top: 5px;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    line-height: 25px;
    font-size: 16px;
}
.contact-head p span{
	font-weight: 500;
}
.cont-box {
    box-shadow: 1px 1px 11px #dee2e6;
    padding: 15px;
    background: #dee2e65e;
    border-radius: 5px;
    position: relative;
    padding: 40px 20px 30px;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cont-box span.icon {
    position: absolute;
    left: 0;
    width: 80px;
    height: 40px;
    background: #e4282e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    top: 0;
    margin-top: -20px;
    left: 50%;
    margin-left: -40px;
    border: 1px solid #00000024;
    box-shadow: 1px 1px 14px 7px #00000024;
}
.location-text h4{
	font-size: 20px;
    color: hsl(0, 0%, 0%);
    padding-bottom: 10px;
    padding-top: 10px;
}
.location-text p{
	color: #3b3b3a;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.map{
	padding: 80px 0 40px;
}
.maping h5{
	margin-bottom: 30px;
	border-bottom: 1px solid #f1f0f0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 22px;
}

form.form-horizontal {
    padding: 25px;
    background: #fff;
    border: 1px solid #efefef;
}
.form-group input.btn {
    background: #e4282e;
    border: 0px;
    padding: 10px 30px;
    margin: 10px 0px 0px;
    color: #fff;
}

.form-control {
    border-radius: 0px;
    color: #000 !important;
    font-size: 13px !important;
    min-height: 47px;
    font-weight: 500;
}
.form-group .submitbutton{
	background: #0769bb;
    padding: 8px 25px;
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #fff;
    border: 2px solid transparent;
    margin-top: 10px;
    width: 100%;
}
.form-group .submitbutton:hover{
	    border: 2px solid #0769bb !important;
    color: #0769bb !important;
    background: #fff !important;
}

.single-contact-info {
    overflow: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: #efefef!important;
}
.single-contact-info .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background-color: #febc35;
    float: left;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.single-contact-info .icon {
    border-radius: 50px!important;
    background-color: #030657!important;
    color: #fff!important;
}
.single-contact-info span {
    display: block;
    color: #7a75b4;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.single-contact-info p, .single-contact-info p a{
    color: #000;
    display: block;
    line-height: 26px;
}
/*------------------*/
.gallery{
	padding: 80px 0;
}
.inn-product-bx {
    padding: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.inn-product-bx:hover {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.product-rht-lst h5 {
    font-size: 18px;
    color: #fff;
    background: #7a75b4;
    padding: 10px 15px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.product-rht-lst ul li a {
    background-color: #fff;
    padding: 8px 15px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 6%);
    margin-bottom: 15px;
	font-size: 15px;
	font-weight:500;
    color: #3b3b3a;
	letter-spacing:0.50px;
    text-transform: capitalize;
    display: block;
    border: 1px solid rgba(0,0,0,.1);
}
.product-rht-lst ul li a:hover {
	background-color: #e53136;
	color:#fff !important;
}
.product-rht-lst ul li a i {
	margin-right:5px;
	color: #e53136;
}
.product-rht-lst ul li a:hover i{
	color: #fff;
}
.product-rht-lst {
	position:sticky;
	content:'';
	top:12%;
	z-index:1;
}
.inn-prd-hd h4 {
    font-size: 20px;
    color: #e53136;
    font-weight: 600;
    display: block;
    letter-spacing: 0.50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.inn-prd-hd {
    padding-bottom: 20px;
}
.product-rht-lst {
	margin-right:15px;
}
#stroage-tanks{
	border:none;
}
.gallery hr{
	margin-top: 2rem;
    margin-bottom: 2rem;
}
/*-------------------------*/
.certificate{
	padding: 80px 0 30px;
}
.certificate .col-md-3, .certificate .col-md-4{
	margin-top: 30px;
	margin-bottom: 30px;
}
.certificate-dtl {
    box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
    position: relative;
    display: block;
}
.certificate-name {
    background: #f40403;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
.certificate a .certificate-name h5 {
    color: #fff;
}
.certificate-name h5 {
    font-weight: 400;
    font-size: 16px;
    padding: 0 5px;
    letter-spacing: .5px;
}
/*-------------------------*/
.cleint{
	padding: 80px 0;
}
.client_bx {
    padding: 10px;
    background: #fff;
    border: 2px dotted #e1e1e1;
    margin-bottom: 15px;
}
.client_bx img {
    margin: 0 auto 15px;
    display: table;
}
.client_bx span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #5b5b5b;
    white-space: nowrap;
    overflow: hidden;
}
/*-------------------------*/
.projects{
	padding: 80px 0 40px;
}

.abss p{
	line-height:30px;
	margin-bottom:10px;
	margin-top:10px; color:#000;
}

.whatsapp-link img {
    height: 57px;
    width: 57px;
    position: fixed;
    left: 30px;
    bottom: 19px;
    z-index: 9999;
}

.services-area .consulting-box .consulting-post a.icon {
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    display: block;
    margin: 0 auto 24px;
    width: 92px;
    height: 92px;
    line-height: 68px;
    border: 2px solid #225090;
    font-size: 30px;
    color: #225090;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.services-area .consulting-box .consulting-post h2 {
    color: #333;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
    padding-bottom: 7px;  text-align: center;
}

.services-area .consulting-box .consulting-post p {
    font-size: 15px;
    color: #000; text-align: center;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 10px;
}

.services-area .consulting-box .consulting-post:hover a.icon {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #f4b400;
}

.services .icon-box {
    text-align: center;
    border: 1px solid #6988a529;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

.rs-footer.style1 .footer-top .footer-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 30px;
    text-transform: capitalize;
    padding-bottom: 14px;
}
.rs-footer.style1 .footer-top .footer-title:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #ffffff;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    margin-left: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.rs-footer.style1 .footer-top p {
    margin: 30px 0 0;
    position: relative;
    color: #fff;
    line-height: 30px;
}

.rs-footer.style1 .footer-top .site-map li a {
    font-size: 15px;
    color: #ffffff;
}

.rs-footer.style1 .footer-top .site-map li {
    margin-bottom: 6px; 
}

.rs-footer.style1 .footer-top .address-widget li .desc a {
    color: #ffffff; margin-bottom:10px;
}

.rs-footer.style1 .footer-top .address-widget li .desc {
    color: #ffffff; margin-bottom:10px;
}

.rs-footer.style1 .footer-top .footer-social li a i {
    padding: 0 0px 0 0;
    font-size: 15px;
    margin-right: 3px;
    transition: all .8s ease;
    background: #c20603;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    color: #fff;
    text-align: center;
}
.rs-footer.style1 .footer-top .address-widget li {
    padding: 0px 0px 10px 30px;
    position: relative;
}
.rs-footer.style1 .footer-top .footer-social li {
    margin:10px; float:left; margin-top: 30px;
}

.rs-footer.style1 .footer-top .address-widget li i {
    color: #ffffff;
    position: absolute;
    left: 0px; 
}
.bx1 p{
    line-height:32px;
}

.rs-footer.style1 .footer-bottom .copyright p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
}

.container h3{
	color:#0769bb; font-weight:600;
}

.dbx{
	text-align: center;
}

.dbx h3{
	text-align: center; margin-top:15px;
}