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

.default-1-326 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 5rem 0vw;
  position: relative;
  background: #FFFFFF; }
  .default-1-326 a {
    text-decoration: none;
    display: inline-block;
    outline: none; }
  .default-1-326 .no-padding {
    padding: 0px !important; }
  .default-1-326 .no-margin {
    margin: 0px !important; }
  .default-1-326 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(66, 79, 107, 0.4);
    position: absolute;
    transition: all 500ms ease-in-out;
    top: 0px;
    left: 0;
    padding: 8rem 0rem; }
  .default-1-326 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-326 .row-eq-height:before, .default-1-326 .row-eq-height:after {
    display: inline-block; }
  .default-1-326 .alt {
    display: flex; }
  .default-1-326 .contact-heading {
    width: 100%;
    display: inline-block;
    margin: 0;
    color: #000000;
    font-size: 5rem;
    font-weight: 600;
    line-height: normal; }
  .default-1-326 .contact-sub-heading {
    width: 100%;
    display: inline-block;
    margin: 0.8rem 0 6rem 0;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px; }
  .default-1-326 .address-main {
    width: 100%;
    display: inline-block;
    margin: 0px 0 2.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .default-1-326 .address-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 1.5rem 0;
    color: #000;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize; }
  .default-1-326 .address-desc {
    width: 100%;
    display: inline-block;
    margin: 0px 0 2rem 0;
    color: #333;
    font-size: 15px;
    font-weight: 400; }
    .default-1-326 .address-desc .home-icon {
      display: inline-block;
      color: var(--accent-color, #ff4f81);
      font-size: 2rem;
      margin: 0 1rem 0 0; }
    .default-1-326 .address-desc a {
      color: #6c757d; }
  .default-1-326 .input-box-main {
    width: 100%;
    display: inline-block;
    margin: 0px; }
  .default-1-326 .full-name {
    width: 100%;
    display: inline-block;
    margin: 0px 0 9px 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: normal; }
  .default-1-326 .input-box {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 1.3rem 1.1rem;
    line-height: normal;
    outline: none;
    background: #eee;
    border-bottom: 2px solid var(--accent-color, #ff4f81);
    font-size: 15px;
    border-radius: 0px;
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    color: #495057;
    border-right: none;
    border-top: none;
    border-left: none; }
  .default-1-326 .send-btn {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    margin: 2.7rem 0 0 0;
    padding: 1.3rem 0rem;
    background: var(--accent-color, #ff4f81);
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    cursor: pointer;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    line-height: normal;
    letter-spacing: 1px; }
  @media screen and (max-width: 900px) {
    .default-1-326 .input-box-main {
      margin: 0px 0 3rem 0; } }
  @media screen and (max-width: 480px) {
    .default-1-326 .col-xs-6 {
      width: 100%; }
    .default-1-326 .send-btn {
      margin: 0.8rem 0 0 0; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 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: transparent;
  -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 transparent;
  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; }

/*# sourceMappingURL=default-1-326.css.map */
