.hopesgear-contact {
  padding: 80px 0px 120px;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-image: url(../images/contactus_bg.jpg); }

.hopesgear-contact.content-left .box,
.hopesgear-contact.content-left .tem01-location {
  text-align: left; }

.hopesgear-contact.content-middle .box,
.hopesgear-contact.content-middle .tem01-location {
  text-align: center; }

.hopesgear-contact.content-right .box,
.hopesgear-contact.content-right .tem01-location {
  text-align: right; }

.hopesgear-contact .item {
  color: white; }

.hopesgear-contact .item .title {
  font-size: 2rem;
  padding: 15px 0 5px; }

.hopesgear-contact .item .headline {
  font-size: 96px;
  color: #FFFFFF; }

.hopesgear-contact .item .note {
  font-size: 18px; }

.hopesgear-contact .box .icon {
  font-size: 3rem; }

.hopesgear-contact .tem01-location a,
.hopesgear-contact .tem01-location span {
  color: inherit; }

@media (max-width: 768px) {
  .hopesgear-contact {
    padding: 20px 0 !important; }
  .hopesgear-contact .box .icon {
    font-size: 1.25rem; }
  .hopesgear-contact .item .title {
    padding: 0; }
  .hopesgear-contact .box {
    padding: 0 1%; }
  .hopesgear-contact .tem01-location {
    font-size: 12px; } }

.hopesgear-service {
  padding: 2% 0;
  background-color: #FFF;
  text-align: center;
  background-color: #F9F9F9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.hopesgear-service a,
.hopesgear-service .qwt-card__item {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  color: #333;
  background-color: #FFF;
  padding: 60px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }

.hopesgear-service .service_box {
  color: #333333;
  background-color: white; }

.hopesgear-service .bg {
  background: linear-gradient(45deg, #A9F4EF, #7187FB); }

.hopesgear-service a .bg,
.hopesgear-service .qwt-card__item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s;
  border-radius: inherit; }

.hopesgear-service a:hover,
.hopesgear-service .qwt-card__item:hover {
  color: #FFF !important; }

.hopesgear-service a:hover .bg,
.hopesgear-service a:hover .descr,
.hopesgear-service .qwt-card__item:hover .bg,
.hopesgear-service .qwt-card__item:hover .descr {
  opacity: 1; }

.hopesgear-service a:hover .icon,
.hopesgear-service .qwt-card__item:hover .icon {
  color: inherit; }

.hopesgear-service .icon {
  color: var(--main-color);
  font-size: 50px; }

.hopesgear-service .item {
  padding: .5vw !important; }

.hopesgear-service .titl {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 5px;
  font-weight: bold; }

.hopesgear-service .descr {
  opacity: .6; }

.hopesgear-service .box {
  position: relative;
  z-index: 1; }

@media (max-width: 768px) {
  .hopesgear-service a,
  .hopesgear-service .qwt-card__item {
    color: #FFF !important;
    border-radius: 0;
    padding: 5%; }
  .hopesgear-service a .bg,
  .hopesgear-service .qwt-card__item .bg {
    opacity: 1; }
  .hopesgear-service a .icon,
  .hopesgear-service .qwt-card__item .icon {
    color: inherit; } }

@media (max-width: 480px) {
  .hopesgear-service .item {
    width: 100%;
    max-width: 100%; }
  .hopesgear-service .icon {
    font-size: 2.5rem; } }
