.gradient-bg {
  background-color: #3EAAFD;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3EAAFD), to(#49CEFF));
  background: -webkit-linear-gradient(top, #3EAAFD, #49CEFF);
  background: -moz-linear-gradient(top, #3EAAFD, #49CEFF);
  background: -ms-linear-gradient(top, #3EAAFD, #49CEFF);
  background: -o-linear-gradient(top, #3EAAFD, #49CEFF);
}

.home-page section.get-in-touch {
  padding: 50px 0 !important;
}

.get-in-touch {
  width: 100%;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  z-index: 3;
}

.cirle-bg {
  position: absolute;
  right: 15%;
  width: 500px;
  height: 500px;
  bottom: -70%;
  z-index: 1;
  opacity: 0.1;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}

.get-in-touch-wrapper {
  padding: 10px 0 10px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.21);
  width: 100%;
  position: relative;
}

.get-in-touch-wrapper h3 {
  width: 100%;
  text-align: left;
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #fff;
  font-family: 'Quicksand', sans-serif !important;
}

.get-in-touch-wrapper p {
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}

.get-in-touch-wrapper .btn {
  display: inline-table;
  height: 40px;
  padding: 20px 55px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: 40px;
  z-index: 2;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.4);
  transition: 1.0s ease;
}

.get-in-touch-wrapper .btn i {
  padding-left: 6px;
  font-size: 13px;
}

.get-in-touch-wrapper .btn:hover {
  transition: 1.0s ease;
  background: #2e77a9;
  color: #fff;
}

@media screen and (max-width:576px) {
  .get-in-touch-wrapper h3 {
    font-size: 24px;
  }
}