.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
 
.section-3 {
		padding:50px 0;
		margin:40px 0;
	}
	
	.mt0 {margin-top: 0 !important;}
	.mb0 { margin-bottom:0 !important; }
.custom-section {
		background-color: rgb(38,147,169);
	}
	.custom-section.cs2 {
		background: url('shadow.png') no-repeat top center;
		background-color: rgb(38,147,169);
	}
	.custom-section .section-title {
		margin:0 0 30px;
		color:rgba(254,254,254,0.9);
	}
	.custom-section p {
		color: rgba(254,254,254,0.9);
	}
	.custom-section .btn {
		border-radius:0;
	}
	.custom-section .btn-primary {
		color:rgba(254,254,254,0.9);
		border:1px solid rgba(254,254,254,0.9);
		background-color: transparent;
		padding:8px 12px;
		font-weight:600;
		text-transform: uppercase;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.custom-section .btn-primary:hover {
		color: rgb(38,147,169);
		background-color: rgba(254,254,254,0.9);
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.custom-section .alpha {
		color:rgba(254,254,254,0.9);
	}

	.section-title {
		font-size:32px;
		font-weight: 400;
		color:#666;
		margin-bottom:60px;
		font-family: 'Raleway', sans-serif;
		text-align: center;
		line-height:36px;
	}
	@media (max-width:640px) {
		.section-title {
			line-height:50px;
			margin-bottom:50px;
		}
	}
	.section-title.st2 {
		font-size:34px;
		margin-bottom:0;
	}
	.section-title.st3 {
		font-size:30px;
		margin-bottom:30px;
	}
	.section-title.st4 {
		font-size: 26px;
		margin-bottom: 0;
		text-align:left;
	}

	.section-title-2 {
		margin-bottom: 40px;
		padding: 0 0 5px;
		border-bottom: 2px solid #e1e1e1;
		position:relative;
		font-family: 'Raleway', sans-serif;
		font-size:30px;
		color:#606060;
		font-weight: 400;
		text-align:left;
	}
	.section-title-2:after {
		width: 7%;
		height: 2px;
		display: block;
		content: '';
		background-color: rgb(38,147,169);
		position: absolute;
		bottom: -2px;
		left:0%;
	}
	.section-title-2.st-2 {
		font-size: 26px;
	}
	.section-title-2.st-3 {
		font-size: 28px;
		padding:0 0 10px;
	}
