@charset "utf-8";
/* CSS Document */


html {
	


  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#topHeader{

	background-color:#1da9d8;
	text-align: right;
}
#topHeader a{
	color:#0c5bab;
	font-weight: 500;
	font-size: 0.9rem;
}
html, body{
	font-family:'CustomFont',Ubuntu;
		height: 100%;
	width: 100%;
}
.Ayears{
	background-color:#2f3d4b !important;
}

.bg-dark{
	background:transparent !important;
	transition:0.75s ease;
}
.bg-dark.scrolled{
	height: 60px;
	background:#183979 !important;
}


.navbar{
position:fixed;
		padding: 0%	0;
	font-family:'CustomFont',Ubuntu;
	font-size: 1.3em;
}
.navbar-brand{
	height: fit-content;
	min-height: 65px;
	padding: 0 0px 0px;
}

.nav-default .navbar-nav li a{
	color: #820EFE;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a.active{

	color: #fff;
}
nav ul li a:hover{
	background: rgb(4, 141, 187);
	border-radius: 11px;
	
}
.navbar-toggler {
	margin-right: 12px;
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.7;
	background: #1da9d8;
}
@media only screen and (max-width: 767px) {
	.navbar-nav.ml-auto {
		background: rgba(12, 91, 171, 0.7);
		border-radius: 11px;
	}
	
}
#home{
		background: url("../img/HomeImage.jpg") no-repeat center center fixed;
	display:table;
	height:60%;
	position:relative;
	width:100%;
	background-size:cover;
	color: #FFFFFF;
}

.landing-text{
	display:table-cell;
	font-family:'CustomFont',Ubuntu;
	text-align:left;
	padding-left: 30px;
	vertical-align:middle;
	color:#fff;
}
.landing-text{
	font-size: 700%;
	font-weight: 700;
}
.padding{
	padding: 30px 0;
}

.padding img {
	width:100%;
}

#carouselExampleIndicators1{
	width:100%;
	}


#fixed{
	background: url("../img/background.jpg") no-repeat center center fixed;
	display:table;
	height:50%;
	position:relative;
	width:100%;
	background-size:cover;
	padding-bottom: 100px;
	color:rgb(0, 1, 75);
}
.full-footer{

	width: 100%;
}
.top-footer{
	font-family:'CustomFont',Ubuntu;
	background-color:#183979;
	padding:2% 5% 0% 5%;
	color:#fff;
}

.bottom-footer{
	background-color: #5d7279;

}





{
	
	margin: 0;
	padding: :0;
	box-sizing: border-box;
}

.mybox{
		padding-top: 50px;
	display:flex;
	justify-content: center;
	align-items: bottom;
	min-height: 20vh;
	
	
}
.box{
	position: relative;
	width: 330px;
	height:200px;
	transform-style: preserve-3d;
	animation: animate 70s linear infinite;
	
	
}

@keyframes animate{
	0%{
		
		transform: perspective(1000px) rotateY(0deg);
	}
	100%{
		
		transform: perspective(1000px) rotateY(360deg);
	}
}

.box span{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: center;
	transform-style: preserve-3d;
	transform:rotateY(calc(var(--i)* 45deg))translateZ(400px);
	-webkit-box-reflect:below 0px linear-gradient(transparent,transparent,#0002);

}

.box span img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}



/*body{
	display: flex;
	justify-content: center;
	align-content: center;
		
	
}*/
#home2{
	background: url("../img/HomeImage.jpg") no-repeat center center fixed;
height:60%;
position:relative;
width:100%;
background-size:cover;
}

.MachinesStock{
	position: relative;
	width: 1700px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 1px;
	
}

.MachinesStock .card{
	position: relative;
	max-width: 350px;
	height: 215px;
	background: url("../img/HomeImage.jpg") no-repeat center center fixed;; 
	margin: 20px 10px;
	padding: 10px 10px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	transition: 0.3s ease-in-out;
}

.MachinesStock .card:hover{
	height: 290px;
}

.MachinesStock .card .imgBx{
	position: relative;
	width: 330px;
	height: 170px;
	top: -20px;
	left: 0px;
	z-index: 1;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}


.MachinesStock .card .imgBx img{
	max-width: 100%;
	border-radius: 4px;
	
}

.MachinesStock .card .content{
	
	position: relative;
	margin-top: -140px;
	padding: 10px 15px;
	text-align: center;
	color: rgb(255, 255, 255);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.MachinesStock .card:hover .content{
	visibility: visible;
	opacity: 1;
	margin-top: 10px;
	transition-delay: 0.3s;
	
}



  