body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-74 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 0rem 0vw;
  position: relative; }
  .default-1-74 .no-padding {
    padding: 0px !important; }
  .default-1-74 .no-margin {
    margin: 0px !important; }
  .default-1-74 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s linear;
    padding: 0rem 0 0 0;
    opacity: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .default-1-74 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-74 .row-eq-height:before, .default-1-74 .row-eq-height:after {
    display: inline-block; }
  .default-1-74 .bg-main {
    width: 100%;
    display: inline-flex;
    margin: 0px 0 -22rem 0;
    height: 550px;
    background: linear-gradient(to right, #be87f8, #6353f8);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding-top: 9rem; }
  .default-1-74 .contact-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0;
    font-size: 5.5rem;
    color: #ffffff;
    font-weight: 600; }
  .default-1-74 .contact-description {
    width: 100%;
    display: inline-block;
    margin: 0px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 3.5rem; }
  .default-1-74 .contact-main {
    width: 100%;
    display: inline-block;
    margin: 0px 0 5rem 0;
    padding: 5rem;
    background: #ffffff;
    box-shadow: 0 0px 80px -31px #000000;
    border-radius: 10px; }
  .default-1-74 .contact-details {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3.5rem 0; }
  .default-1-74 .contact-details label {
    width: 100%;
    display: inline-block;
    margin: 0px 0 1rem 0;
    font-size: 18px;
    color: #666666;
    font-weight: 400; }
  .default-1-74 .contact-details input {
    width: 100%;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 1.5rem 1.5rem 1.2rem;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: normal; }
  .default-1-74 .contact-details textarea {
    width: 100%;
    outline: none;
    border: 1px solid #cccccc;
    height: 150px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: normal;
    padding: 1.5rem 1.5rem 1.2rem; }
  .default-1-74 .quote-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    text-align: center; }
  .default-1-74 .quote-main button {
    outline: none;
    border: none;
    background: linear-gradient(to right, #be87f8, #6353f8);
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 3px;
    padding: 1.5rem 4rem;
    line-height: normal; }
  @media screen and (max-width: 480px) {
    .default-1-74 .bg-main {
      margin: 0 0 -10rem 0; }
    .default-1-74 .contact-main {
      padding: 5rem 2rem; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 0%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
