/* added by vaishali Synersoft */
/* .row.footer-list h4,.row.footer-list h6, .row.footer-list div {
    margin-left: auto;
} */
/* .row.footer-list {
    width: 100%;
    padding-left: 61%;
	text-align: center;
    right: 0 !important;
    display: flex;
    flex-direction: column;
} */
body, p, table, td, h2, h4, h5, h6, h1, h3, a, ul li, .text{
	font-family: 'Oswald', sans-serif;
}

 .row{
	max-width: 100%;
 }

 .marquee {
	width: 100%;
	overflow: hidden;
	display: inline-flex !important;
	white-space: nowrap;
}
.marquee:hover .marquee__item {
	animation-play-state: paused;
}
.marquee__seperator {
	margin: 0 2rem;
}
.marquee__item {
	display: inline-block;
	will-change: transform;
	animation: marquee 20s linear infinite;
}
@keyframes marquee {
	0% {
		transform: translateX(0);
   }
	100% {
		transform: translateX(-100%);
   }
}
.marquee {
	/* background-color: #fff; */
	padding: 1rem 0;
	color: #000;
	box-shadow: 10px 10px 30px rgba(174, 174, 192, 0.2);
    height: auto;
}
.image {
	display: block;
	width: 100%;
	height: auto;
  }
  
  
  .hide {
	display: none !important;
  }
	  

 
  footer {
    position: relative;
    width: 100%;
    clear: both;
    /* margin-top: 4rem !important; */
}

.product:hover .hide .text{
	position: relative;
	color: white;
	margin: 0 auto;
}
  .marquee__item .product,  .marquee__item .product img {
    display: inline-flex !important;
}

.marquee__item .product{ box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.marquee__item .product img {
	max-width: 100% !important;

}
.row.right-content {
    position: relative;
    margin-left: 3.5rem;
}
.download-from{margin-left: 10px;}
/* .download-from a.anchor img {
    max-width: 45%;
} */
.download-from a.anchor img {
    width: 135px;
}
.row.content-right {
    position: relative;
    left: 7%;
}
.product{
	width:300px;
	height:300px;
	position: relative;	
    white-space: pre-wrap;
  }
  
  .hide{
	position:absolute;
	width:100%;
	height:100%;
	background:rgb(109, 107, 107);
	top:0;
	left:0;
	display:none;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  .product:hover  .hide {
	display: block !important; 
	text-align: center;
	align-items: center;
	justify-content: center;
    word-wrap: break-word;
	display: flex !important;}

.latest-news {
		position: relative;
		border: 2px solid #2e2c2c;		
		min-height: 321px;
		margin-top: 3rem;
		margin-bottom: 1rem;
		text-align: left;
		padding-left: 2rem;
	
	}

	#footer {	
		height: 50px !important;
	}
/* footer{
	margin-top: 4rem;
} */
ul.nav.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-flex a img {
    width: 40%;
}
li.nav-item .d-flex {
    /* padding: 0 0 0.5rem !important; */
    right: 0;
    position: relative;
    margin: 0 !important;
    clear: both;
    width: auto;
}
.product-title {
    margin: 0;
    padding: 0;
}
.product-title h2 {
    /* font-size: 1.25em;
    margin: 0.83em 0; */
    margin-bottom: 0.2rem !important;
}
.col-md-12.top {
    margin-top: -2%;
}
.product-title {
    text-align: left;
    /* padding-left: 2rem; */
}
/* .text {
    background: #6d6b6b;
    position: relative;
    top: 65% !important;
} */
.hide {
    width: 300px;
    height: 300px;
    word-wrap: break-word;
}

.m-0{
	margin: 0 !important;
}
.p-0{
	padding: 0 !important;
}
.mb-1{
	margin-bottom: 0.25rem;
}