body{ font-family: 'Roboto', sans-serif;  background: #F5F8FA;}
.default51 {padding: 50px 0;}
.default51 .offering-main{ width: 100%; display: inline-block; text-align: center;}
.default51 .offering-main h1{ width: 100%; display: inline-block; margin: 0px 0 8px 0; font-size: 30px; color: #22272b; font-weight: 700; line-height: 3.5rem;}
.default51 .offering-main p{ width: 100%; display: inline-block; margin: 0px 0 6rem 0; font-size: 18px; color: #969ea4;}
.default51 .offering-content{ width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; transition: all 0.3s linear; margin: 0 0 50px 0;}
.default51 .icon-img{ width: 70px; height: 70px; border-radius: 50%; background: #f1594f; margin-bottom: 21px; display: inline-block; display: flex; justify-content: center; align-items: center; transition: all 0.3s linear;}
.default51 .icon-img2{ width: 70px; height: 70px; border-radius: 50%; background: #96ca4a; margin-bottom: 21px; display: inline-block; display: flex; justify-content: center; align-items: center; transition: all 0.3s linear;}
.default51 .icon-img3{ width: 70px; height: 70px; border-radius: 50%; background: #62ade0; margin-bottom: 21px; display: inline-block; display: flex; justify-content: center; align-items: center; transition: all 0.3s linear;}
.default51 .icon-img4{ width: 70px; height: 70px; border-radius: 50%; background: #5de2d7; margin-bottom: 21px; display: inline-block; display: flex; justify-content: center; align-items: center; transition: all 0.3s linear;}
.default51 .offering-content h3{ width: 100%; font-size: 18px; font-weight: 700; margin-bottom: 1.5rem; color: #22272b; cursor: pointer; transition: all 0.3s linear;}
.default51 .offering-content h3:hover{ color: #ffbf43;}
.default51 .offering-content p{ width: 100%; margin: 0px; font-size: 16px; color: #6f787f; line-height: 2.5rem;}
.default51 .offering-content:hover .icon-img{ box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.25); transform: rotateY(-180deg);}
.default51 .offering-content:hover .icon-img2{ box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.25); transform: rotateY(-180deg);}
.default51 .offering-content:hover .icon-img3{ box-shadow: 0px 13px 24px 0px rgba(0, 0 ,0 , 0.25); -webkit-box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.25); transform: rotateY(-180deg);}
.default51 .offering-content:hover .icon-img4{ box-shadow: 0px 13px 24px 0px rgba(0, 0 ,0 , 0.25); -webkit-box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.25); transform: rotateY(-180deg);}


@media screen and (max-width: 991px) {
  .default51 .offering-main h1 {font-size: 26px; line-height: 38px;}
}
@media screen and (max-width: 767px) {
  .default51 .offering-main h1 {font-size: 24px; line-height: 34px;}
}
@media screen and (max-width: 480px) {
  .default51 .offering-main h1 {font-size: 21px; line-height: 34px;}
}body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-462 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 5rem 0vw;
  position: relative; }
  .default-1-462 a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer; }
  .default-1-462 .no-padding {
    padding: 0px !important; }
  .default-1-462 .no-margin {
    margin: 0px !important; }
  .default-1-462 .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-462 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-462 .row-eq-height:before, .default-1-462 .row-eq-height:after {
    display: inline-block; }
  .default-1-462 .contact-main {
    width: 100%;
    display: inline-block;
    margin: 0px 0 5rem 0;
    padding: 5rem;
    background: #ffffff;
    box-shadow: 0 2px 20px -14px #000000;
    border-radius: 10px; }
  .default-1-462 .contact-details {
    width: 100%;
    display: inline-block;
    margin: 0px 0 2.8rem 0; }
  .default-1-462 .contact-details label {
    width: 100%;
    display: inline-block;
    margin: 0px 0 0.5rem 0;
    font-size: 17px;
    color: #000000;
    font-weight: 400; }
  .default-1-462 .contact-details input {
    width: 100%;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 1.3rem 1.5rem;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: normal; }
  .default-1-462 .contact-details select {
    width: 100%;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 1.5rem 1.5rem 1.2rem;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    background: transparent; }
  .default-1-462 .contact-details textarea {
    width: 100%;
    outline: none;
    border: 1px solid #cccccc;
    height: 150px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    padding: 1.5rem 1.5rem 1.2rem; }
  .default-1-462 .quote-main {
    width: 100%;
    display: inline-block;
    margin: 0px; }
  .default-1-462 .quote-main button {
    outline: none;
    border: none;
    background: linear-gradient(to right, #3572da, #4babf2);
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 3px;
    padding: 1.4rem 4.5rem;
    line-height: normal;
    letter-spacing: 1px; }
  .default-1-462 .attachment-box {
    float: left;
    margin: 0px 2vw 0 0;
    border: none;
    outline: none;
    background: transparent;
    width: auto; }
  .default-1-462 .attachment-box-name {
    width: auto;
    float: left;
    margin: 2px 0 0.5rem 0;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px; }
  .default-1-462 .plus-icon {
    font-weight: 700;
    font-size: 2.5rem;
    float: left;
    padding: 0rem 1rem; }
  .default-1-462 .video-link {
    width: 100%;
    display: inline-block;
    margin: 2rem 0 1rem 0; }
    .default-1-462 .video-link label {
      width: 100%;
      display: inline-block;
      margin: 0px 0 0.5rem 0;
      font-size: 17px;
      color: #000000;
      font-weight: 400; }
    .default-1-462 .video-link input {
      width: 100%;
      outline: none;
      border: 1px solid #cccccc;
      border-radius: 3px;
      padding: 1.3rem 1.5rem;
      font-size: 17px;
      font-weight: 400;
      color: #000000;
      line-height: normal; }
  @media screen and (max-width: 600px) {
    .default-1-462 .attachment-box {
      width: 100%; }
    .default-1-462 .contact-main {
      padding: 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; }
