@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
* {
    margin: 0;
    box-sizing: border-box;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	background-color: #323232;
}
ul {
    list-style-type: none;
    margin: 0;
}
a { text-decoration:none; }
img{
	max-width: 100%;
}
body{
	font-family: 'Questrial', sans-serif;
	overflow-x: hidden;
	color:#666;
	

}

.mainContent {
    /* margin-top: 100px; */
	width: 100%;
}
.headerNav{
	background-color: #323232;
	 width: 80%;
	 margin:auto;
}

.mobile::before{
	content: url(../images/mobile_icon.png);
	width: 23px;
	height: 22px;
    padding-right: 10px;
}
.mail::before{
	content: url(../images/mail_icon.png);
	width: 28px;
	height: 18px;
    padding-right: 10px;
}
.headerLinks{
    display: flex;
    justify-content: space-between;
    padding: 0vw 4vw;
    position: relative;
    z-index: 1;
}
.header-left{
	width: 10%;
	float:left;
}
.header-middle{
	width: 65%;
	float:left;
	text-align:center;
	vertical-align:middle;
	line-height:60px;
}
.header-right{
	width: 25%;
	float:left;
	text-align:right;
}
.header-right a {
	color:#fff;
	line-height:60px;
	margin-left:15px;
	margin-right:15px;
}
.menu {
    display: flex;
    background-color: #333;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu > li {
    position: relative;
}

  
.menu > li > a {
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    color: white;
    background-color: #333;
}

.menu > li > a:hover {
    background-color: #575757;
}
.navItem{
	display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    
}
.navItem a{
    color: #fff;
	padding-right: 20px;
	padding-left: 20px;
		
}
.navItem a:hover, .header-right a:hover {
	color:#d32027;
	
}

/* Dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    min-width: 260px;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown-menu li {
    padding: 0px 0px;
}


.dropdown-menu li a {
    color: black;
    text-decoration: none;
    display: block;
    font-size:medium;
    padding: 8px;
    line-height: 25px;
    text-align: left;
}

.dropdown-menu li a:hover {
    background-color: #ddd;
}

/* Show dropdown on hover */
.menu > li:hover .dropdown-menu {
    display: block;
}

/* Align dropdown menus */
.menu > li .dropdown-menu {
    left: 0; /* Adjust for horizontal alignment */
}

.hero-container{
    height: 42vw;
	position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
 }
.hero-description{
    position: absolute;
    left: 50%;
    text-align: center;
    top: 60%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.hero-heading{
    font-size: 65px;
    padding-bottom: 10px;
	text-shadow:3px 2px 10px #333;
	
}
.logo-container {
	width: 80%;
}
.hero-subHeading{
    width: 85%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 20px;
    padding-bottom: 40px;
	text-shadow:3px 2px 10px #333;
}
.hero-cta a{
	color: #fff;
    background-color: #6c6c6c;
    width: max-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
}
.slick-dots li{
	background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    width: 10px;
    height: 10px;
}
.slick-dots{
	bottom: 30px;
}
.slick-dots li.slick-active{
	background: #d32027;
}
.slick-dots li button{
	width: 10px !important;
    height: 10px !important;
}
.slick-dots button::before{
	content: "" !important;
	width: 10px !important;
    height: 10px !important;
}
.serviceSection,.customerSection{
	clear:both;
	padding: 30px 0px;
}
.industriesHeading,.serviceHeading,.customerHeading{
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    color: #3d3d3d;
}
.serviceContainer,.customerContainer{
	clear:both;
	display: flex;
    width: 70%;
    margin: 0 auto;
}
.industriesSection {
	padding: 30px 0px;
	width:100%;
	clear:both;
	margin:auto;
 	
}
.industriesContainer {
	clear:both;
	width: 50%;
    margin:auto;
}

.indContent {
	margin:10px;
	width:45%;
	float:left;
	height: 250px;
	background-size:cover; 	
}

.indTitle {
    top: 40%;
    width: 100%;
    font-size: 32px;
    padding: 10px 0px;
    background-color: rgba(48, 47, 47, 0.8);
    position: relative;
    color: #fff;
    text-align: center;

}

.indcont_hover { 
    display: none;
	padding:13% 20px;
    position: relative;
	top: 50%;
	transform: translateY(-50%);
    text-align:center;
	color:#fff;
	line-height: 25px;
	background-color: rgba(48, 47, 47, 0.9);
	height:100%;
	   
}

.indTitle:hover {
	display:none;
}

.indTitle:hover .indcont_hover { 
    display:block;
}

.indContent:hover .indcont_hover { 
    display:block;
}

.indContent:hover  .indTitle { 
    display:none;
}

.industriesContent,.serviceContent{
	margin: 20px;
    width: 25%;
	
}
.industriesContent h3,.serviceContent h3{
    margin: 15px 0px;
}
.industriesContent p,.serviceContent p{
    line-height: 1.5;
}
.visionSection{
	
	clear:both;
	width: 70%;
    margin: 0 auto;
	padding:40px 0px;
}
.visionHeading{
	text-align: center;
    font-size: 35px;
    margin-bottom: 25px;
}
.visionContainer{
	margin: 0 auto;
    width: 95%;
    
}
.visionContainer p{
	padding-bottom: 25px;
	font-size:20px;
	line-height:1.8;
	
}
.visionContainer ul li::before {
  content: "\2022";
  color: #d32027;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  font-size: 22px;
}
.visionContainer li {
	font-size:20px;
	line-height:1.8;
}

.readMore{
	color: #d32027;
	text-align: end;
	padding: 15px;
}
.customerContent{
    width: 35%;
    background-color: #f1f1f1;
    margin: 20px;
    border-radius: 10px;
    padding: 20px;
}
.customerContent p{
    color: #626262;
    font-size: 15px;
	line-height:25px;
}
.customerContent a p:first-child{
	padding-bottom: 15px;
}
.footerContainer{
	background-color: #333333;
	display: flex;
	justify-content: center;
	padding: 30px 50px;
}
.footerContainer div{
	width: 25%;
    padding: 30px;
}
.footerContainer h2{
	color: #fff;
    padding-bottom: 20px;
    font-weight: 500;
}
.footerContainer p{
	color: #d4d4d4;
	line-height: 1.5;
}
.logoDescription{
    padding-top: 0px;
}
.logoDescription img{
	padding-bottom: 15px;
}
.navigationLinks ul{
    padding: 0;
}
.navigationLinks ul li{
	line-height: 2;
}
.navigationLinks ul li a{
	color: #d4d4d4;
}
.recentComments .successMsg{
	padding-bottom: 25px;
}
.recentComments p span,.contacts p span{
    color: #fff;
}
.copyRights{
	background-color: #323232;
}
.copyRights p{
	padding: 20px 60px;
    color: #fff;
}
.copyRights a{
	color: #d32027;
}
/*Railway page specific styles*/
.railwayPage .logo-container{
    width: 30%;
}
.railwayPage .headerLinks{
    background-color: #800005;
}
.railwayPage .headerNav{
    background-color: #323232;
    position: relative;
    z-index: 1;
}
.railwayPage .railway-bsa{
    margin-top: -160px;
}
.railwayHeading{
    margin-top: 50px;
    text-align: center;
    font-size: 37px;
    margin-bottom: 20px;
    color: #3d3d3d;
}
.railwayDescription p{    
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
    line-height: 2;
	font-size: 20px;
}
.railwayDescription img{
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
	
}


.prod_container {
	clear: both;
	width:95%;
	margin:auto;
	clear:both;	
	line-height:1.7;
	padding:50px 0px;
	border-bottom: solid 1px #CCC;
	overflow:hidden;
	font-size: 17px;
   
}
.prod_leftside {
    width: 30%;
	padding:20px;
	float:left;
	text-align:center;
	position: relative;
	color:#d32027;
    font-weight:bold;
    font-size:14px;
}
.product_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0,0,0, 0.3); /* Black w/opacity/see-through */
  color:#fff;
  width: 90%;
  font-size:30px;
  font-weight:normal;
}


.prod_rightside {
    width: 70%;
	padding:20px;
	float:left;
}
.prod_thumbnail {
  width:33%;
  float:left;
  padding:15px;
  text-align:center;
 
}

.prod_rightside p {
	 padding:0px 15px;
}

.row {
	clear:both;
	width:100%;	
}

.col50 {
	width:50%;
	float:left;
	padding:1%;	
}

.row85 {
	clear:both;
	width:85%;
	margin:auto;
	padding:30px 0px;
}

.col100 {
	width:100%;
 	padding:1%;	
	clear:both;
}
.col33 {
	width:33%;
	float:left;
	padding:1%;	
}
.col64 {
	width:64%;
	float:left;
	padding:1%;	
}
.image-gradient {
    width: 100%;
    height: 500px;
    background-image: 
      linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1)),
      url('../images/aisidebanner.png'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
  }

  .image-gradient2 {
    width: 100%;
    height: 600px;
    background-image: 
      linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1)),
      url('../images/AI-5.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
  }


* .prod-vald-fnt {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 26px !important;
}