.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;
}

.ke-kiri{
	right: 295px !important;
}

.mentol-ke-kanan{
	left: 338px !important;
    bottom: 111px !important
}

.home-tajuk{
	padding-top: 60px !important;
	font-size: 40px !important;
	text-shadow: 2px 2px 5px #015d90 !important;
}

.header-luas {
    padding: 170px 0 !important;
}

.c-bg-lightblue {
    background-color: #e7edf5 !important;
}