table {
		width: 100%;
		overflow: auto;
		/*border: 1px solid #cdcdcd;*/
	}

	tr {
		background-color: #f2f2f2;
		color: black;
		border-bottom: 1px solid #333333;
	}

	tr:nth-child(odd) {
		background-color: #ffffff;      
	}

	th {
		/*border: 1px solid white;*/
		background-color: #E01C28;
		text-align: center;
		color: white;
		font-size: 16px;
		height: 50px;
	}

	td {
		height: 50px;
		text-align: center;
		color: #3d3d3d;
		/*border: 1px solid white;*/
		background: transparent;
	}

	/*td:nth-child(even) {
		background: #333333;
		color: white;
	}*/

	.content {
		font-size: 16px;
		text-align: justify;
	}

	.image3d {
		background-size: contain;
		background-repeat: no-repeat;
		width: 100% !important;
		/*height: 20vh !important;*/
	}
	.img-thumbnail {
    padding: 4px;
    line-height: 1.71429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    object-fit:contain;
}

	.color-cube {
    	width: 50px; 
    	height: 50px; 
    	border-radius: 50%;
    	border: 1px solid #000;
    	display: inline-block;
    	padding: 10px;
    	margin: 0px 2px;
	}
	.box {
	background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 30px;
    box-sizing: border-box;
    height: 300px;

}

.box img{
	width: 100%;
	object-fit:contain;
}
.fixed-size {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fixed {
    width: 570px;
    height: 380px;
    object-fit:contain;
}
.padd {
    padding-top: 50px;
}
#feature-section{
	    padding-bottom: 50px;

}
.centered{
	text-align: center;
}
#titleVarient{
	color: red; 
	font-weight: bold;
	font-size: 26 px;
	padding-top: 10px;
}
