@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Rubik:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
img {
	border:none;
	user-drag: none;
	user-drag: none;  
    user-select: none;
   -moz-user-select: none;
   -webkit-user-drag: none;
   -webkit-user-select: none;
   -ms-user-select: none;
}
a:hover, a {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	color:#2d2d2d;
	box-sizing:border-box;
	font-family: 'Roboto', sans-serif;
	-webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu{
	top: 0 !important;
}
.dropdown-menu{
	top: 69px !important;
}
/* hero Slider Area Style ================================*/

 .hero-slider-area .owl-theme .owl-nav .owl-prev, .hero-slider-area .owl-theme .owl-nav .owl-next {
	 position: absolute;
	 bottom:50px;
	 left: 170px;
	 margin: 0;
}
 .hero-slider-area .owl-theme .owl-nav .owl-prev i, .hero-slider-area .owl-theme .owl-nav .owl-next i {
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
	 background:#db001b;
	 display: block;
	 color: #ffffff;
	 transition: all ease .5s;
	 position: relative;
	 z-index: 1;
	 overflow: hidden;
}
 .hero-slider-area .owl-theme .owl-nav .owl-prev i::after, .hero-slider-area .owl-theme .owl-nav .owl-next i::after {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 0;
	 background-color: #3e3934;
	 z-index: -1;
	 transition: all ease .5s;
}
 .hero-slider-area .owl-theme .owl-nav .owl-prev:hover i::after, .hero-slider-area .owl-theme .owl-nav .owl-next:hover i::after {
	 height: 100%;
	 bottom: auto;
	 top: 0;
	 animation: fadeInUp 1s linear;
}
 .hero-slider-area .owl-theme .owl-nav .owl-prev {
	 left: 100px;
}
 .hero-slider-area.hero-slider-area-style-two {
	 margin-top: 20px;
	 overflow: hidden;
}
 .hero-slider-area.hero-slider-area-style-two .owl-theme .owl-nav {
	 margin-top: 0;
	 position: absolute;
	 left: 30px;
	 right: 30px;
	 bottom: 50%;
	 transform: translateY(35px);
}
 .hero-slider-area.hero-slider-area-style-two .owl-theme .owl-nav .owl-prev, .hero-slider-area.hero-slider-area-style-two .owl-theme .owl-nav .owl-next {
	 position: absolute;
	 left: -5px;
	 bottom: 0;
}
 .hero-slider-area.hero-slider-area-style-two .owl-theme .owl-nav .owl-next {
	 right: -5px;
	 left: auto;
}
.owl-carousel .owl-item img{
	height: 100vh;
}
/*----------------------*/
.hm-about{
	padding: 80px 0;
}
.hm-about-img{
	position: relative;
	margin-left: 40px;
	margin-right: -40px;
}
.hm-about-dtl{
	padding-right: 60px;
}
.hm-about-dtl .top-title {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #db001b;
    padding-left: 70px;
    margin-bottom: 15px;
    display: inline-block;
    font-family: 'Barlow', sans-serif;
}
.hm-about-dtl .top-title::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #db001b;
}
.hm-about-dtl h2{
	font-size: 35px;
    margin-bottom: 30px;
    font-weight: 800;
    color: #111111;
    font-family: 'Barlow', sans-serif;
}
.hm-about-dtl p{
	margin-bottom: 15px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #646464;
}
.hm-about-dtl .default-btn {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.default-btn:hover{
	color: #fff;
}
.default-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #3e3934 !important;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.default-btn:hover::after {
    height: 100%;
    bottom: auto;
    top: 0;
    -webkit-animation: fadeInUp 1s linear;
    animation: fadeInUp 1s linear;
}
/*----------------------*/
 .services-area {
	 background-image: url(../images/services-bg.jpg);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 height: 100%;
	 position: relative;
	 z-index: 1;
	 overflow: hidden;
	 padding-top: 80px;
	 padding-bottom: 80px;
}
 .services-area::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(17, 17, 17, 0.5);
	 z-index: -1;
}
 .services-area .owl-theme .owl-nav {
	 margin-top: 0;
	 transition: all ease .5s;
	 margin: 0;
}
 .services-area .owl-theme .owl-nav .owl-prev, .services-area .owl-theme .owl-nav .owl-next {
	 background: transparent;
	 position: absolute;
	 top: 50%;
	 left: -20px;
	 transform: translateY(-40px);
	 background: #db001b;
}
 .services-area .owl-theme .owl-nav .owl-prev i, .services-area .owl-theme .owl-nav .owl-next i {
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
	 display: inline-block;
	 color: #fff;
	 position: relative;
	 z-index: 1;
}
 .services-area .owl-theme .owl-nav .owl-prev:hover i::after, .services-area .owl-theme .owl-nav .owl-next:hover i::after {
	 height: 100%;
	 bottom: auto;
	 top: 0;
	 animation: fadeInUp 1s linear;
}
 .services-area .owl-theme .owl-nav .owl-next {
	 position: absolute;
	 left: auto;
	 right: -20px;
	 background: #db001b;
}
 .services-area:hover .owl-theme .owl-nav {
	 opacity: 1;
}
 .single-services-card {
	 /*background-color: rgba(17, 17, 17, 0.9);*/
	 background-color: #fff;
	 padding: 15px;
	 transition: all ease .5s;
	 position: relative;
	 overflow: hidden;
	 z-index: 1;
	 margin-bottom: 30px;
}
 .single-services-card::after {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 0;
	 background-color: var(--heading-color);
	 z-index: -1;
	 transition: all ease .5s;
}
 .single-services-card .read-more {
	 color: #050505;
	 font-size: 18px;
	 display: block;
	 margin-top: 10px;
}
.single-services-card .read-more i{
	color: #db001b;
	position: relative;
	top: 3px;
	left: 3px;
}
.section-title .top-title {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #db001b;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}
.section-title .top-title::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -71px;
    width: 60px;
    height: 2px;
    background-color: #db001b;
}
.section-title .top-title::after {
    content: "";
    position: absolute;
    top: 11px;
    right: -71px;
    width: 60px;
    height: 2px;
    background-color: #db001b;
}
.section-title {
    margin: 0px auto 50px;
    text-align: center;
    position: relative;
}
.section-title h2{
	font-weight:700;
	color:#111;
	font-family: 'Barlow', sans-serif;
}
.single-services-card img{
	height: auto !important;
}
/*-------------------*/
.hm-why{
	padding: 80px 0;
}
.choose-img{
	padding: 0px 50px;
}
.single-choose-us {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 26px;
    position: relative;
    overflow: hidden;
}
.single-choose-us img {
    margin-bottom: 15px;
}
.single-choose-us h3 {
    font-size: 22px;
    margin-bottom: 11px;
    font-weight: 900;
    color: #111111;
    font-family: 'Barlow', sans-serif;
}
.single-choose-us p{
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
    color: #646464;
}
.single-choose-us:nth-child(3) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.single-choose-us:hover::after {
    width: 100%;
    left: auto;
    right: 0;
    -webkit-animation: fadeInLeft 1s linear;
    animation: fadeInLeft 1s linear;
}
.single-choose-us::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #db001b;;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.single-choose-us:nth-child(3):after{
	display: none;
}
/*-------------------------*/
.join-our-team-area {
    background-image: url(../images/quality-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.join-our-team-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.join-our-team-content {
    background-color: rgba(219, 0, 27, 0.9);
    padding: 60px;
    display: inline-block;
    max-width: 750px;
    position: relative;
}
.join-our-team-content .top-title {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding-left: 70px;
    margin-bottom: 15px;
    display: inline-block;
}
.join-our-team-content .top-title::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #fff;
}
.join-our-team-content p {
    font-size: 19px;
    margin-bottom: 20px;
    color: #fff;
}
.join-our-team-content .default-btn {
    margin-top: 10px;
    background-color: #111111;
}
/*-------------------------*/
.hm-indusrial{
	padding: 80px 0;
}
.hm-indusrial-img{
	/*background-image: url(../images/testimonial-bg.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 10px 10px;
    position: relative;
}
.hm-indusrial-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #111111;*/
    opacity: 0.9;
}
.hm-indusrial-list ul li {
	font-size: 16px;
	padding-bottom: 5px;
}
.hm-indusrial-dtl{
	padding: 0 20px;
}
.hm-indusrial-dtl h4{
	font-weight: 700;
    color: #111111;
    font-family: 'Barlow', sans-serif;
    padding-bottom: 10px;
}
.hm-indusrial-dtl .top-title {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #db001b;
    padding-left: 70px;
    margin-bottom: 15px;
    display: inline-block;
}
.hm-indusrial-dtl .top-title::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #db001b;
}
.hm-indusrial-dtl p{
	font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}
.hm-indusrial-img img{
	position: relative;
	z-index: 99;
}

/*-------------------------*/
 .footer-area {
	 background-image: url(../images/bg-footer.jpg);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 height: 100%;
	 position: relative;
	 z-index: 1;
	 padding-top: 80px;
	 padding-bottom: 40px;
}
 .footer-area::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	/* background-color: #3e3934d4;*/
	 z-index: -1;
}
 .single-footer-widget {
	 margin-bottom: 30px;
}
 .single-footer-widget img {
	 margin-bottom: 30px;
}
.single-footer-widget h4{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
}
.single-footer-widget p{
	color: #fff;
}
.single-footer-widget .address-link {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .single-footer-widget .address-link li {
	 font-size: 15px;
	 color: #fff;
	 position: relative;
	 margin-bottom: 15px;
	 padding-left: 30px;
}
 .single-footer-widget .address-link li:last-child {
	 margin-bottom: 0;
}
 .single-footer-widget .address-link li a {
	 font-size: 16px;
	 color: #fff;
}
 .single-footer-widget .address-link li i {
	 position: absolute;
	 top: -3px;
	 left: 0;
	 color: #db001b;
	 font-size: 20px;
}
 .single-footer-widget .import-link {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .single-footer-widget .import-link li {
	 margin-bottom: 15px;
}
 .single-footer-widget .import-link li a {
	 color: #fff;
	 position: relative;
	 transition: all ease .5s;
	 display: block;
	 font-family: 'Barlow', sans-serif;
	 font-size: 16px;
}
 .single-footer-widget .import-link li a::before {
	 content: "";
	 position: absolute;
	 top: 1px;
	 left: 0;
	 width: 10px;
	 height: 20px;
	 background-color: #db001b;
	 clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	 transition: all ease .5s;
	 opacity: 0;
}
 .single-footer-widget .import-link li a:hover {
	 padding-left: 20px;
	 color: #db001b;
}
 .single-footer-widget .import-link li a:hover::before {
	 opacity: 1;
}
 .single-footer-widget .import-link li:last-child {
	 margin-bottom: 0;
}
.copy-right-area {
	 background-color: #111111;
	 padding-top: 10px;
	 padding-bottom: 10px;
}
.copy-right-icon {
	 list-style-type: none;
	 margin-left: 25px;
	 margin-top: 20px;
}
.copy-right-icon li {
	 display: inline-block;
	 margin-right: 10px;
}
.copy-right-icon li:last-child {
	 margin-right: 0;
}
.copy-right-icon li a i {
	 color: #999;
	 font-size: 22px;
	 transition: all ease .5s;
}
.copy-right-icon li a:hover i {
	 color: #ffcc00;
}
 .copy-right-area .copyright {
	 color: #fff;
	 text-align: center;
}
 .copy-right-area .copyright a {
	 color: #db001b;
}
 .copy-right-area .copyright i {
	 position: relative;
	 top: 2px;
}
 
/*------------*/
.navbar-shape img{
	display: none;
}
.navbar-shape-2 img{
	display: none;
}
/*------------*/
.hm-sec-prod{
	background: #f1f1f1;
	padding-top: 60px;
}
.prod-brd{
	border: 1px solid #d2d2d1;
	padding: 15px 15px;
	background: #fff;
}
.prod-brd:hover{
	background: #db001b;
	transition: 0.8s;
}
.hm-sec-prod2{
	position: relative;
	overflow: hidden;
}
.hm-sec-prod2:hover:after{
	content: "";
	position: absolute;
	background: #00000085;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.hm-sec-prod2 h4{
	position: absolute;
    bottom: 5px;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translate(-50%,-50%);
    transform: -webkit-translate(-50%,-50%);
    color: #fff;
    font-size: 17px;
    z-index: 99;
}
.hm-sec-prod2 .hm-prod2-btn{
	position: absolute;
	bottom: -45px;
	left: 50%;
	transition: 0.5s;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 99;
}
.hm-sec-prod2:hover .hm-prod2-btn{
	left: 50%;
	bottom: 50%;
}
.hm-sec-prod2 .hm-prod2-btn a{
	background: #cb2027;
	padding: 10px 30px 10px 30px;
	border-radius: 20px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
/*------------*/
#questions.home {
    background: #313232;
    margin: 0;
   /* padding: 40px 0 125px 0;*/
   padding: 60px 0 115px 0;
    top: 0px;
}
#questions {
    margin: -70px 0 0 0;
    padding: 20px 0 10px 0;
    align-items: center;
    background-color: #cb2027;
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: 10vh;
    z-index: 11;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#questions.home::after {
    background: #fff;
    background: #313232;
    border: none;
    -webkit-clip-path: polygon(50% 30%, 0% 80%, 100% 80%);
    clip-path: polygon(50% 30%, 0% 80%, 100% 80%);
    height: 70px;
    display: none;
}
#questions::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    bottom: -10%;
    left: 0;
    background: #cb2027;
    border: 1px solid #cb2027;
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 100%, 100% 0, -50% -50%, 0 100%, 0 0);
}
.home h4{
	font-size: 19px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
/*-------------------------*/
.inr-bnr{
	background: url(../images/page-bg.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	padding-top: 260px;
	padding-bottom: 70px;
	position: relative;
}
.inr-bnr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
}
.inr-bnr-dtl h1{
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: 2.2rem;
}
.inr-bnr-link ul{
	text-align: right;
	margin-top: 15px;
	position: relative;
	z-index: 1;
}
.inr-bnr-link ul li{
	display: inline-block;
	color: #fff;
	padding: 0 5px;
	font-size: 15px;
}
.inr-bnr-link ul li a{
	color: #fff;
}
.inr-bnr-link ul li a{
	color: red;
}
.pl0{
	padding: 0;
	margin: 0;
}
/*-------------------------*/
.product{
	padding: 80px 0;
}
.product-dtl h2{
	font-size: 28px;
	color: #111111;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.product-dtl p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #646464;
}
.product-dtl h3{
	font-size: 22px;
	color: #111111;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-decoration: underline;
}
.product-img {
    padding: 10px;
    background: #f5f5f5ad;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.product-dtls{
	margin-top: 30px;
}
.product-dtls h4{
	font-size: 25px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 15px;
}
.product-dtls p{
	margin-bottom: 15px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #646464;
}
.single-product{
	margin-top: 30px;
}
.single-product a{
	color: #111111;
}
.single-product a h5{
	color: #111111;
	margin-top: 12px;
	font-weight: 500;
	text-align: center;
}
.single-product:hover a h5{
	color: red;
}

.related-prod{
	background: #f5f5f5;
	padding: 60px 0;
}
.product-head h2{
	font-size: 26px;
    color: #db001b;
    font-weight: 900;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-left: 4px solid #000;
    padding-left: 10px;
    margin-bottom: 30px;
}
.related-prod .product-img{
	margin: 12px 0;
}
.product-dtl h5{
	font-weight: 500;
}
.product-dtl ul li{
	margin-top: 15px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #646464;
    list-style-type: disc;
    list-style-position: inside;
}
/*-------------------------*/
.about{
	padding: 80px 0;
}
.about-head h2{
	font-size: 32px;
    font-weight: 800;
    color: #111111;
    font-family: 'Barlow', sans-serif;
    text-align: center;
    margin-bottom: 60px;
}
.about-head h2 span{
	color: #db001b;
}
.about-dtl h6{
	font-weight: 600;
	margin-bottom: 10px;
}
.about-dtl{
	padding-left: 30px;
}
.about-dtl p{
	margin-bottom: 15px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #646464;
}
/************************/
.industries {
    padding: 80px 0;
}
.industries-dtl {
    position: relative;
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease-in-out;
    overflow: hidden;
    margin: 3px 0;
    background-size: cover;
}
.pd5{
	padding: 0 3px;
}
.industries-dtl1 {
    background-image: url(../images/general.jpg) !important;
}
.industries-dtl2 {
    background-image: url(../images/automotive.jpg) !important;
}
.industries-dtl3 {
    background-image: url(../images/shipyards.jpg) !important;
}
.industries-dtl4 {
    background-image: url(../images/elevator.jpg) !important;
}
.industries-dtl5 {
    background-image: url(../images/textile.jpg) !important;
}
.industries-dtl6 {
    background-image: url(../images/appliance.jpg) !important;
}
.industries-dtl7 {
    background-image: url(../images/medical.jpg) !important;
}
.industries-dtl8 {
    background-image: url(../images/aviation.jpg) !important;
}
.industries-dtl9 {
    background-image: url(../images/motor.jpg) !important;
}
.industries-dtl10 {
    background-image: url(../images/steel.jpg) !important;
}
.industries-dtl11 {
    background-image: url(../images/wind.jpg) !important;
}
.industries-dtl12 {
    background-image: url(../images/aero-space.jpg) !important;
}
.prd-text {
    display: block;
    overflow: hidden;
    width: 100%;
    background: rgb(0 0 0 / 61%);
    text-align: center;
    position: absolute;
    left: 0;
}
.prd-text a {
    display: block;
    height: 280px;
    width: 100%;
    position: relative;
    z-index: 2;
    left: 0;
    right: 0;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease;
}
.prd-text a * {
    opacity: 1;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.prd-text img {
    width: 100px !important;
    top: 25%;
    /*background: #f40403;*/
    padding: 10px;
    filter: grayscale(0%) !important;
}
.prd-text a h4 {
    text-overflow: clip;
    letter-spacing: 0.25px;
    font-size: 16px;
    padding: 0 0px;
    font-weight: 400;
    top: 30%;
}
.prd-text:hover {
    opacity: 0;
    transition-duration: 0.5s;
}
.industries-hover {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    text-align: center;
    padding: 10px;
    display: block;
    margin-bottom: -60px;
    z-index: 99;
}
.industries-hover h4 {
    color: #fff;
    font-size: 16px;
}
.industries-dtl:hover .industries-hover {
    margin-bottom: 0px;
    transition-duration: 0.8s;
}
/************************/
#contact_inner_main {
	padding: 70px 0;
}
.industries-dtl {
    position: relative;
    padding: 5px;
	width:100%;
	margin:0 0 20px 0;
    background: #fdfdfd;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.industries_txt {
    position: absolute;
    bottom: 0;
    background: rgb(140 0 0 / 70%);
    width: 100%;
    text-align: center;
    padding: 12px 5px;
	left:0;
	right:0;
    display: block;
    z-index: 99;
}
.industries_txt h5 {
    color: #fff;
    font-size: 18px;
	letter-spacing:0.25px;
}
.contact_dtl_bx {
	border:3px solid #e9e9e9;
	text-align:center;
	display:block;
    min-height: 250px;
	margin-bottom:30px;
    padding: 10px 20px;
}
.conatct_mg img {
	margin:0 auto;
	display:table;
}
.conatct_mg strong {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #db001b;
}
.conatct_mg p {
    display: block;
    color: #333;
    letter-spacing: 0.25px;
    line-height: 22px;
    font-weight: 500;
}
.conatct_mg p a {
	color:#001459;
	color: #000;
    font-weight: 700;
}
.conatct_mg ul li {
	display:inline-block;
	margin-top: 15px;
}
.conatct_mg ul li a i {
	width: 40px;
    height: 40px;
    line-height: 38px;
    display: block;
    margin-right: 10px;
    border-radius: 25px;
    color: #001459;
    text-align: center;
    font-size: 16px;
    border: 1px solid #001459;
}
.conatct_mg a:hover .fa-facebook-f {
	background:#3b5998;
	color:#fff;
	border:1px solid #3b5998;
}
.conatct_mg a:hover .fa-linkedin-in {
	background:#007ab9;
	color:#fff;
	border:1px solid #007ab9;
}
.conatct_mg a:hover .fa-twitter {
	background:#1c9cea;
	color:#fff;
	border:1px solid #1c9cea;
}
.contact-form {
	background:#fff;
	padding: 30px 30px 40px;
/*	box-shadow: 0px 4px 10px 0 rgb(0 0 0 / 14%);*/
	border: 3px solid #e9e9e9;
}
.contact-form span {
	font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: inline-block;
    color: #db001b;
	padding-bottom:20px;
}
.conatct_bx {
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    padding: 40px 25px;
    border: 4px solid #ffffff;
    background: #f7f7f7;
    min-height: 250px;
    margin-bottom: 30px;
}
.contact-form .form-group input {
    display: block;
    width: 100%;
    color: #333;
	font-weight:bold;
	border: 2px solid #eaeaea;
    line-height: 26px;
    padding: 5px 15px;
    font-size: 16px;
    background: #fdfdfd;
	margin-bottom: 16px;
	font-weight: 400;
}
.contact-form .form-group textarea {
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 5px 15px;
    color: #ee2324;
    height: 90px;
    font-size: 14px;
    border-radius: 2px;
	border: 2px solid #eaeaea;
	margin-bottom: 20px;
    background: #fdfdfd;
	resize: none;
}
.butn-bg {
    font-size: 16px;
    padding: 10px 25px;
    background: #111111;
    color: #fff;
	cursor:pointer;
    width:100%;
    display: block;
	font-weight:bold;
	border:2px solid #fff;
}
.butn-bg:hover {
	border:2px solid #8c0000;
	color:#fff;
	background:#8c0000;
}
.conatct_mg .copy-right-icon{
	    list-style-type: none;
    margin-left: 0;
    margin-top: 0px;
}
  .contacted{
    display: none;
  }
/*chat-box*/
.enquiry-chat{
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 9999;
}

.enquiry-chat .info-box {
    position: absolute;
    border: 1px solid #fff;
    bottom: 75px;
    right: 20px;
    width: 300px;
    color: #000;
    background-color: #fff;
    text-indent: 0;
    text-align: left;
    z-index: 2;
    display: none;
    border-radius: 30px;
    box-shadow: 0 -1px 20px rgb(0 0 0 / 22%);
    -webkit-box-shadow: 0 -1px 20px rgb(0 0 0 / 22%);
    -ms-box-shadow: 0 -1px 20px rgb(0 0 0 / 22%);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.enquiry-chat .chat-header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.enquiry-chat h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.enquiry-chat .chat-form {
    padding: 30px 30px 20px;
}
.enquiry-chat .form-control {
    border: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    padding: 8px 10px;
    display: inline-block;
    width: 100%;
}
.enquiry-chat .read-more-btn {
    text-align: center;
    display: flex;
}
.enquiry-chat .start-btn {
    border: none;
    padding: 0.58rem 1.25rem;
    transition: transform 0.5s ease;
    width: auto;
    background-color: #db001b !important;
    font-size: 1rem;
    margin: 0px auto;
    border-radius: 1.875rem !important;
    color: #fff;
}
.enquiry-chat .start-btn:hover{
    background-color: #a70015 !important;
}
.inquiry-box .form-group{
	margin-bottom: 10px;
}
/*chat-box End*/
.enquiry {
    position: fixed;
    content: '';
    right: 0;
    writing-mode: vertical-lr;
    top: 45%;
    height: auto;
    padding: 15px 5px;
    background: #fd6c0a;
    color: #fff;
    text-align: center;
    z-index: 999;
}
.enquiry a {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}
.social_link_fxd {
    position: fixed;
    z-index: 123;
    bottom: 90px;
    right: 15px;
}
.social_link_fxd ul li {
    margin-bottom: 2px;
}
.social_link_fxd img {
    width: 48px;
    height: auto;
    border: 2px solid #FFF;
    border-radius: 50%;
}
/*----------------*/
