		* {
			margin: 0;
			padding: 0;
		}

		.our-whyus .container {
			width: 100%;
			margin: 50px auto;
		}

		.header {
			text-align: center;
			margin-bottom: 10px;
		}

		.title {
			border-left: 5px solid blue;
			line-height: 35px;
			padding-left: 5px;
			margin-bottom: 5px;
		}

		.scroll {
			width: 100%;
			/*border: 1px solid #ccc;*/
			overflow: hidden;
		}

		.scroll ul {
			white-space: nowrap;
		}

		.scroll ul li {
			display: inline-block;
			margin: 10px;
		}
		.scroll ul li h4{ text-align: center;;}
		.scroll ul img {
			vertical-align: top;

		}
/*		.scroll ul img:hover {
			transform: scale(0.96);

			-webkit-transition: all 0.225s ease-in-out;
			-moz-transition: all 0.225s ease-in-out;
			-o-transition: all 0.225s ease-in-out;
			transition: all 0.225s ease-in-out;
			
			box-shadow:0 0 10px #e80a0a;
			
   			*/}
		.padding-5 {
			padding: 5px;
		}

		.margin-t-20 {
			margin-top: 20px;
		}

		a {
			text-decoration: none;
		}

		.select {
			margin-top: 10px;
		}