@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap');

* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
}
button:focus {
    outline: none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto',sans-serif;
}
body {
	font-size:15px;
	color:#000;
	font-family: 'Roboto',sans-serif;
	/* font-family: 'Work Sans', sans-serif; */
	box-sizing:border-box;
	overflow-x:hidden;
}
/************************/

::-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, 0.5); 
}
/************************/
.navbar{
     background: #fff;
     padding-top: 0;
     padding-bottom: 0;
     box-shadow: 1px 3px 4px 0 #adadad33;
     padding: 0rem 0rem;
}
.navbar-light .navbar-brand{
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-light .navbar-nav .nav-link{
    color: #2d2a2b;
    z-index: 9;
    position: relative;
}
.nav-pr{
    padding-right: 340px;
}
.navbar-brand img{
	width: 320px;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #b21f27;
}
.navbar-light .navbar-nav .nav-link{
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b21f27 !important;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 65%;
}
.dropdown-item {
    color: #3c3c3c;
    white-space: initial;
    font-weight: 400;
    border-bottom: 1px solid #dee2e657;
    font-size: 14px;
    padding: 6px 7px;
    font-family: 'Roboto',sans-serif;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
	position: static;
}
.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 0;
}

.dropdown-toggle::after{
	content: "\f107";
    font-family: FontAwesome;
    padding-left: 7px;
    margin-left:0px;
    border: none !important;
    vertical-align: 0;
}
.navbar-cont{
	padding-left: 5px;
    padding-right: 5px;
}
.navbar-cont::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    height: 100%;
    background: #a90c00;
    z-index: -1;
}
.navbar-cont li .nav-link{
	padding-left: 8px !important;
    padding-right: 8px !important;
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 16px !important;
}
.navbar-expand-lg .container-fluid{
	padding-right:0px;
}
.navbar-collapse{
	flex-grow: 0;
}
.navbar-cont:before{
    position: absolute;
    right: 160px;
    top: 0;
    background: #fff;
    width: 80px;
    height: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
}
.head-cont{
    width: 45px;
    height: 45px;
    line-height: 25px;
    text-align: center;
    background: #1e1e1e;
    border-radius: 50%;
    position: absolute;
    left: -44px;
    padding: 10px;
    display: block;
}
.navbar-cont li span{
    font-size: 12px;
}
.dropdown-menu{
    background: #fff0;

}
.dropdown-menu .container{ 
    background: #fff;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item:last-child{
    border-bottom: 0px;
}
.pd8{
	padding: 0 8px;
}


.quote-btn-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 24%;
    overflow: hidden;
    height: 100%;
}
.quote-btn {
    position: absolute;
    right: 0;
    z-index: 22;
    top: 0;
    width: 70%;
    height: 100%;
}
.quote-btn:before {
    content: "";
    position: absolute;
    width: 900px;
    height: 470px;
    left: -96px;
    top: -91px;
    background: #b21f27;
    z-index: -1;
    border-radius: 50%;
}
.quote-btn a {
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -20px;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
}
.quote-btn a img {
    width: 44px;
    margin-right: 15px;
}
.quote-btn:after {
    content: "";
    position: absolute;
    width: 900px;
    height: 470px;
    left: -114px;
    top: -84px;
    background: #989898;
    z-index: -3;
    border-radius: 50%;
}
/*--------------------*/
#about_second_main {
	padding:0 0 70px 0;
	background:#f5f5f5;
}
.product_sec_hed {
	padding-bottom:25px;
}
.product_sec_hed h2 {
	font-weight:600;
	letter-spacing:0.50px;
	color:#292929;
	text-transform:capitalize;
	text-align:center;
	padding-bottom:10px;
	font-size:30px;
	padding-top:50px;
}
.product_sec_hed span {
	display: block;
	font-size:15px;
	text-align:center;
    color: #333;
    letter-spacing: 0.25px;
    font-weight: 400;
}
.about_sec_bx {
	padding:50px 25px;
	background:#b21f27;
	margin-right:25px;
	position:relative;
}
.about_sec_bg {
	position: absolute;
    left: 0;
    top: 97%;
    display: block;
}
.about_section_dtl {
	text-align:center;
	margin-bottom:25px;
}
.about_mg_bg {
	margin-bottom:15px;
}
.about_section_dtl h5 {
	font-size:18px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	padding-bottom:5px;
	letter-spacing:0.50px;
}
.about_section_dtl span {
	display: block;
	font-size:15px;
    color: #ffffffd1;
    letter-spacing: 0.25px;
    font-weight: 400;
}
.product_box {
	margin-bottom:30px;
}
.product_dtl {
	display:block;
	padding:10px;
	color:#333;
	background:#fff;
	font-weight:500;
	border:1px solid #333;
	box-shadow:0px 0px 1px 2px #eee;
}
.product_mg {
	margin-bottom:15px;
}
.product_dtl h6 {
	font-size:16px;
	text-align:center;
	display:block;
	color:#333;
	font-weight:600;
	letter-spacing:0.50px;
	min-height:40px;
}
.product_mg {
	overflow:hidden;
}
.product_mg img {
	overflow:hidden;
	transition:all 2s esae;
	-webkit-transition:all 2s ease;
	-o-transition:all 2s ease;
	-ms-transition:all 2s ease;
	width:100%;
	height:auto;
	user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.product_dtl:hover .product_mg img {
	transform:scale(1.08);
}
.product_dtl:hover h6 {
	color:#123b81;
}
.product_btn a {
	padding: 15px 30px;
    background: #b21f27;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
	margin:0 auto;
	display:table;
}
.product_btn a:hover {
    background: #000;
    color: #fff;
}
#contact_chat_main {
	padding: 40px 0;
	background: #2c2c2c url(../images/product_pattern.webp) 0 0;
}
.contact_chat img {
	float:left;
	margin-right:35px;
}
.contact_chat span a {
	margin-top:50px;
	font-size:22px;
	font-weight:600;
	letter-spacing:1px;
	display:inline-block;
	text-transform:uppercase;
	padding:6px 20px;
	background:#fff;
	color:#b21f27;
	border-radius:5px;
}
.contact_chat span a:hover {
	background: #989898;
    color: #fff;
}
.contact_chat_rht {
	float:right;
	margin-top:10px;
}
.contact_chat_rht a {
	padding:30px 0;
	background:#fff;
	margin-left:10px;
	border-radius:5px;
	text-align:center;
	color:#000;
	width:150px;
	display:inline-block;
}
.contact_chat_rht a span {
	display:block;
	font-size:16px;
	font-weight:600;
	letter-spacing:0.25px;
	padding-top:10px;
}
.contact_chat_rht a:hover span {
	color:#b21f27;
}
/************************/
.hm-about{
	padding: 80px 0 60px;
}
.about-content-section {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-right: 0px;
    min-height: 100%;
    bottom: 0px;
    padding: 50px 0px 50px 50px;
}
.heading-section {
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    background: #fff;
}
.heading-section h1 {
    color: #292929;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 700;
}
.heading-section h1 b {
    color: #b21f27;
}
.heading-section h3 {
    color: #858585;
    font-weight: 300;
}
.about-content-inner {
    padding-left: 50px;
    position: relative;
}
.about-content-inner:before {
    position: absolute;
    content: "";
    height: 140%;
    background: #000;
    width: 4px;
    left: 24px;
    border-radius: 2px;
    top: -36%;
    z-index: -1;
}
.about-content-inner p {
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
}
.about-image-section {
    position: relative;
    padding-top: 50px;
}
.about-before {
    position: absolute;
    content: "";
    background: #f5f5f5;
    left: -70px;
    width: 70%;
    height: 80%;
    z-index: -1;
    top: -10px;
}
.about-before:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    content: "";
    top: -3px;
    left: -15px;
    position: absolute;
    transform: rotate(135deg);
}
.about-before:after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #b21f27;
    content: "";
    top: 10px;
    left: 0;
    position: absolute;
    transform: rotate(-45deg);
}
.abt_btn{
	margin-top: 20px;
}
.abt_btn a{
	display: inline-block;
}
/*------------------------*/
.hm-industrie{
    padding: 60px 0;
    height: auto;
    background: url(../images/bg-industry.webp) no-repeat right;
}
.hm-industrie-dtl h5{
    font-weight: 600;
    letter-spacing: 0.50px;
    color: #292929;
    font-size: 30px;
    margin-bottom: 15px;
}
.hm-industrie-dtl p{
    font-size: 15px;
    color: #000;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 400;
}
.hm-industrie-list ul li{
    padding: 4px 0 4px 25px;
    margin: 0 0 5px;
    position: relative;
    background: url(../images/bullet.webp) no-repeat;
    background-position: 0% 40%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.hm-industrie-img{
    padding: 10px;
}
.hm-industrie-dtl{
	padding-top: 20px;
}
/*------------------------*/
#client_main {
	padding: 40px 0 80px;
	background:#f5f5f5;
}
.client_hed h4 {
	font-weight: 600;
    letter-spacing: 0.50px;
    color: #292929;
    font-size: 30px;
    margin-bottom: 30px;
}
.client_hed h4 span {
    color: #2a3d7a;
}
.customer-logos .owl-dot, .customer-logos .owl-nav .owl-next, .customer-logos .owl-nav .owl-prev {
	display:none;
}
.client_logo img {
	border:2px solid #989898;
	background:#fff;
	margin:0 auto;
	padding:6px;
	display:table;
}
/*------------------------*/
footer{
	padding: 50px 0 40px;
    /*background: url(../images/footer.webp) #1e4194;*/
    background:#202020;
}
.f-about .f-logo {
    background: #FFF;
    padding: 30px 20px;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
    border-top: 4px solid #b21f27;
    position: relative;
    margin-top: -80px;
    margin-bottom: 30px;
}
.f-about .f-logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.f-about p{
	font-size: 13px;
    line-height: 23px;
    margin: 0;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 400;
}
.f-follows-top {
    margin-top: 30px;
}
.f-follows-top .head {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 0.5px;
}
.f-follows-top .head::after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    right: -90px;
    display: inline-block;
    height: 1px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.f-follows-top li {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #989898;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
    transition: .7s;
}
.f-follows-top li a {
    color: #FFF;
    font-size: 16px;
    display: block;
}

.f-links {
    padding-left: 50px;
}
.f-head {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.f-head::after {
    position: absolute;
    width: 66px;
    left: 0;
    bottom: 0;
    content: "";
    border-top: 1px solid rgba(255,255,255,.1);
}
.f-links li {
    background: url(../images/f-list.webp) 0 11px no-repeat;
    padding-left: 15px;
}
.f-links li a {
    color: #FFF;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.3px;
    word-spacing: 0.2px;
    font-weight: 400;
}
.f-links li a:hover{
	color: #ffffffb8;
}
.f-address {
    color: #FFF;
    font-size: 14px;
    padding: 5px 0 20px 35px;
}
.f-address a{
	color: #fff;
}
.f-location{
	background: url(../images/f-location.webp) 0 8px no-repeat;
}
.f-call{
	background: url(../images/f-call.webp) 0 5px no-repeat;
}
.f-email{
	background: url(../images/f-email.webp) 0 8px no-repeat;
}
.f-phone{
	background: url(../images/f-phone.webp) 0 6px no-repeat;
}
.ftr-prod a {
    padding: 10px 30px;
    background: #fff;
    color: #333;
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
}
.ftr-btm{
	background: #b21f27;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
.ftr-btm-dtl p a{
	color: #420009;
    font-weight: 700;
}
/*------------------------*/
#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: #000000c7;
    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:8%;
    bottom:0;
    right:auto;
}
.carousel-indicators li {
    height:4px;
    background-color:rgb(227 227 227 / 50%);
}
/*************************/
.top-heading{
    position: relative;
    background-color: #3e3c3c;
    box-shadow: 0px 20px 80px rgb(0 0 0 / 10%);
    padding: 49px 0;
}
.top-heading:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgb(44 44 44 / 92%);
}
.top-heading .image-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-position: right top;
    background-repeat: no-repeat;
}
.top-head-dtl{
    position: relative;
    z-index: 9;
    color: #fff;
}
.top-head-dtl h1{
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
}
.inner-banner-link ul li {
    display: inline-block;
    padding-right: 5px;
    color: #ffffffa6;
}
.inner-banner-link ul li a {
    color: #fff;
}
.inner-banner-link ul li:first-child a{
    color: #d1101b;
}
/*************************/












.product_lst {
    position:relative;
    z-index:9;
    padding:15px 0;
    margin-bottom:15px;
}
.nav-tabs {
    border-bottom:0px;
}
.inn_prod_lst ul {
    margin:0 auto;
    display:table;
}
.inn_prod_lst ul li {
    display:inline-block;
    padding:0 5px;
}
.inn_prod_lst ul li a {
    color:#195b8d;
    font-weight:600;
    text-transform:capitalize;
    letter-spacing:1px;
    font-size:15px;
    padding:10px 20px;
    background:#f7f7f7;
    border:2px solid #195b8d;
}
.inn_prod_lst ul li a:hover {
    color:#2d2d2d;
    background:#fff;
    border:2px solid #e1e1e1;
}
#inn_product_section{
    padding: 60px 0;
}
/*#inn_product_section:before {
    position:absolute;
    content:'';
    background:url(../images/product_bg.webp) no-repeat;
    background-position:left 0%;
    background-size:cover;
    width:33%;
    left:0;
    top:0;
    bottom:0;
    height:100%;
    display:block;
    z-index:1;
}*/
/*#inn_product_section:after {
    position:absolute;
    content:'';
    background:rgb(152 152 152);
    width:33%;
    left:0;
    top:0;
    bottom:0;
    height:100%;
    display:block;
    z-index:1;
}*/
/*#inn_product_section {
    position:relative;
    overflow:hidden;
}*/
.inner_prd_bx {
    padding:10px;
    background:#fff;
    box-shadow:0 0 15px rgb(0 0 0 / 10%);
    margin-bottom:30px;
}
.inner_prd_box_mg {
    border-bottom:0px;
    margin:0 auto;
    display:table;
}
.inner_prd_box_mg li {
    display:inline-block;
    padding:0 20px 0 0;
}
.inner_prd_box_mg li a {
    width:70px;
    height:70px;
    overflow:hidden;
}
.inner_prd_box_mg li a img {
    width:70px;
    height:70px;
    display:block;
    border:2px solid #c9c9c9;
}
.inner_para h2 {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 500;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.prod-content h3{
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 500;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.prod-content h2{
    font-size: 22px;
    color: #2a2a2a;
    font-weight: 500;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.prod-content ul li{
    font-size: 15px;
    color: #2d2d2d;
    line-height: 22px;
    letter-spacing:0.50px;
    padding-bottom:5px;
    list-style-type: disc;
    list-style-position: inside;
}
.prod-content ul li::marker{
    color: #b21f27;
}
.inner_para p {
    font-size: 14px;
    color: #2d2d2d;
    display: block;
    line-height: 22px;
    letter-spacing:0.50px;
    padding-bottom:10px;
}
.inner_para p span {
    font-weight:bold;
}
.inner_para ul li{
    font-size: 15px;
    color: #2d2d2d;
    line-height: 22px;
    letter-spacing:0.50px;
    padding-bottom:5px;
    list-style-type: disc;
    list-style-position: inside;
}
.inner_para ul li::marker{
    color: #b21f27;
}
#inn_product_middle {
    position:relative;
    overflow:hidden;
    background:#f7f7f7;
}
#inn_product_middle:before {
    position:absolute;
    content:'';
    background:url(../images/product_bg.webp) no-repeat;
    background-position:right;
    background-size:cover;
    width:33%;
    right:0;
    top:0;
    bottom:0;
    height:100%;
    display:block;
    z-index:1;
}
#inn_product_middle:after {
    position:absolute;
    content:'';
    background:rgb(25 91 141 / 80%);
    width:33%;
    right:0;
    top:0;
    bottom:0;
    height:100%;
    display:block;
    z-index:1;
}
.product_mid {
    padding:40px 0;
    position:relative;
    z-index:99;
}
.inner_prd_hed h3 {
    font-size: 23px;
    color: #2d2d2d;
    font-weight: 500;
    padding-bottom: 6px;
    margin-bottom: 15px;
    padding-top: 15px;
}
.inner_video_bx {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.product_video {
    position: absolute;
    content:'';
    display:block;
    left: 0;
    top: 40%;
    right: 0;
}
.inner_video_bx .product_video a {
    width: 80px;
    height: 80px;
    color: #fff;
    margin:0 auto;
    display:table;
    border-radius: 50px;
    border: 10px solid rgba(255, 255, 255, 0.50);
    text-align: center;
}
.inner_video_bx .product_video a i {
    background: #fc0606;
    width: 100%;
    height: 100%;
    font-size: 17px;
    border-radius: 50px;
    line-height: 60px;
}
.modal-open .modal {
    z-index:9999999;
}
.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #fc0606;
    padding: 12px 30px;
    text-transform: uppercase;
    border: none;
    font-family: 'Montserrat', sans-serif;
}
.btn-style-two:hover {
    color: #fc0606;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.20);
    border-color: #ffffff;
    background: #ffffff;
}
.modal {
    top:15%;
}
#product_table {
    padding: 0px 0 60px;
}
.spec_hed h3 {
    font-size: 23px;
    color: #2a2a2a;
    text-transform: capitalize;
    margin-bottom: 25px;
    display: block;
    text-align:left;
    position: relative;
}
/*.inn_prod_table {
    background:#fff;
    box-shadow:0 0 15px rgb(0 0 0 / 10%);
    padding:15px;
}*/

.dark_bg {
    background: #b21f27;
    color: #fff;
}
#pos_sticky{
   position: sticky;
   top: 100px;
   z-index: 1;
}
.mt40{
    margin-top: 40px;
}
.spec_hed{
    margin-top: 10px;
}
.spec_hed h2{
    text-align: left;
    color: #b21f27;
    margin-bottom: 15px;
} 
/*--------------------------*/
#about_main {
    padding:70px 0;
    background:#fff;
    position:relative;
}
.about_overlay {
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    margin-left: 23px;
}
.product_gallery_mg {
    position:relative;
    z-index:2;
    background:#fff;
    text-align:center;
    margin-bottom:20px;
}
.product_gallery_mg span {
    padding-bottom:20px;
    font-size:16px;
    color:#333;
    letter-spacing:0.50px;
    display:block;
    font-weight:500;
}
.hm_about_dt {
    padding-top:50px;
    padding-right:40px;
}
.hm_about_hd span {
    font-weight:600;
    letter-spacing:0.50px;
    font-size:16px;
    margin-bottom:10px;
    color:#333;
}
.hm_about_hd h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #b21f27;
    padding-bottom: 10px;
}
.hm_about_para p {
    display: block;
    color: #333;
    letter-spacing: 0.25px;
    line-height: 24px;
    padding-bottom:10px;
    text-align:justify;
    font-weight: 400;
}
.about_btn {
    padding:15px 25px;
    background: #123b81;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
}
.about_btn:hover{
    background: #8cc63f;
    color: #fff;
}
.about-img{
    margin-top: 60px;
}
/*-------------------------*/
.contact{
    padding: 80px 0;
}
.maping{
    border-top: 12px solid #f8f8f8;
}
.contact .contact-left{
    padding-left: 30px;
}
.contact-head{
    padding-bottom: 20px;
}
.contact-head h2{
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 25px;
    color: #202020;
}
.contact-head p{
    font-family: 'Roboto',sans-serif;
    color: #33373a;
}
.contact-dtl h4{
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 25px;
    color: #202020;
}
.contact-dtl p{
    font-family: 'Roboto',sans-serif;
    color: #33373a;
    padding-bottom: 10px;
}
.contact-dtl h5{
    position: relative;
    padding-left: 40px;
    padding-bottom: 15px;
    font-family: 'Roboto',sans-serif;
    color: #33373a;
}
.contact-dtl h5 a{
    color: #33373a;
    font-size: 15px;
}
.contact-dtl h5 a:hover{
    color: #183e1f;
}
.contact-dtl h5 img{
    position: absolute;
    left: 0;
    top: 5px;
    width: 25px;
}
.cont-form{
    padding: 30px 0 70px;
}
.form-group{
    margin-bottom: 30px;
}
.form-control {
    border-radius: 0px;
    border: none;
    border-bottom:1px solid #ced4da;
    padding-left: 0;
}
.form-control:focus{
    border: none !important;
    box-shadow:none !important;
    border-bottom: 1px solid #80bdff !important;
}
.form-control::placeholder{
    font-family: 'Roboto',sans-serif;
}
.form-btn a{
    height: 45px;
    line-height: 31px;
    width: 180px;
    font-size: 18px;
    background: #002f00;
    border-radius: 50px;
    text-align: center;
    border: 0px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    margin: 0 auto;
    display: table;
}
.form-btn a:hover{
    background: #000;
}
.btn-primary {
    color: #fff;
    background-color: #b21f27;
    border-color: #b21f27;
    font-size: 1.10rem;
}
/*-----------------------*/
#clinet_main {
    padding: 80px 0;
}
.client_hed {
    padding-bottom:30px;
}
.client_bx {
    position:relative;
    border-bottom:3px solid #989898;
    padding:10px;
    margin-bottom:30px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.client_bx:before {
    position: absolute;
    left: 50%;
    bottom: -3px;
    height: 3px;
    width: 0;
    content: '';
    background-color: #e61c1c;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.client_bx:hover:before {
    width: 100%;
    left: 0;
}
/*------------------*/
#industries {
    padding: 60px 0;
}
.indust-dtl{
    margin: 15px 0;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.indust-dtl:hover{
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
/*------------------*/
#product {
    padding: 60px 0;
}

/*------------------*/
/*WHATSAPWEB*/
.floating_btn {
  position: fixed;
  bottom: 40px;
  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;
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

/*-------------------*/
.prod-content p{
    padding-bottom: 10px;
}