.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;
}
.contact-form textarea, .contact-form input, .contact-form textarea::-webkit-input-placeholder{text-indent: 5px !important;}
@media(max-width: 560px){
  h3.banner-text {font-size: 10px !important;line-height: 16px !important;}
.c-layout-revo-slider-4 .c-main-title-circle{padding-top:215px !important;}
.tp-leftarrow.tparrows.circle.noSwipe,.tp-rightarrow.tparrows.circle.noSwipe{display:none !important;}
}