.full-width-header.header-style3.modify .rs-header .menu-area .logo-part img,
.logo-part img{
  max-height: 100%;
}

.result-bg-image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 300px;
    display: block;
}

.home-sub-title{
  font-size: 22px;
}

.rploader{
	background: #000000 none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
.rploader img{
	margin-top: 20%;
	margin-left: 47%;
}
.topbar-area .top-social-left{
  margin-right: 20px;
}
.topbar-area .top-social-left li a{
  color: #fff;
  font-size: 18px;
  transition: ease-in-out;
}
.topbar-area .top-social-left li a i:hover{
  font-weight: bold;
  font-size: 19px;
  transition: ease-in-out;
}
.quick-contact {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 999;
  transition: .35s;
  transform: scale(1);
}
.quick-contact a {
  text-decoration: none;
  border: 0;
  display: block;
  width: 42px;
  height: 41px;
  opacity: 1;
  transition: all .3s;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  background-color: #00E676;
}
.quick-contact a i {
  color: #ffffff;
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

@media only screen and (max-width: 1400px) and (min-width: 991px) {
  .rs-services.style7 .services-item .content-part .title{
    font-size: 15px;
    line-height: 19px;
  }
  .rs-services.style7 .services-item .content-part .desc{
    font-size: 13px;
    line-height: 20px;
  }
  .rs-services.style7 .services-item .content-part{
    padding: 25px 20px;
  }
}

.rs-services.style7 .services-item .img-part img {
  height: 280px;
}