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

.default-1-380 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 4rem 0vw;
  position: relative;
  background: #AAAEB5; }
  .default-1-380 a {
    text-decoration: none;
    outline: none;
    cursor: pointer; }
  .default-1-380 .no-padding {
    padding: 0px !important; }
  .default-1-380 .no-margin {
    margin: 0px !important; }
  .default-1-380 .overlay {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease-out;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .default-1-380 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-380 .row-eq-height:before, .default-1-380 .row-eq-height:after {
    display: inline-block; }
  .default-1-380 .alt {
    display: flex; }
  .default-1-380 .team-heading {
    width: 100%;
    display: inline-block;
    margin: 0px 0 4rem 0;
    text-align: center;
    color: #3b5279;
    font-weight: 700;
    font-size: 5rem;
    letter-spacing: 1px; }
  .default-1-380 .team-img-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    position: relative; }
  .default-1-380 .team-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    margin: 0px; }
  .default-1-380 .social-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    position: absolute;
    bottom: -1rem;
    left: -4rem; }
  .default-1-380 .linkedin-icon {
    outline: none;
    cursor: pointer;
    margin: 0px;
    padding: 1rem 1.2rem;
    font-weight: 400;
    font-size: 1.8rem;
    color: #FFFFFF;
    background: var(--linkedin-icon-bg-color, #365075);
    float: left; }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-380 .social-main {
      left: 1rem;
      bottom: 1rem; }
    .default-1-380 .team-img-main {
      margin: 0px 0 3rem 0; } }
  @media screen and (max-width: 767px) {
    .default-1-380 .social-main {
      left: 1rem;
      bottom: 1rem; }
    .default-1-380 .team-img-main {
      margin: 0px 0 3rem 0; } }
  @media screen and (max-width: 480px) {
    .default-1-380 .col-xs-6 {
      width: 100%; } }
@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; }
body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-241 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 5rem 0vw;
  position: relative;
  background: #FFFFFF; }
  .default-1-241 a {
    text-decoration: none;
    display: inline-block;
    outline: none; }
  .default-1-241 .no-padding {
    padding: 0px !important; }
  .default-1-241 .no-margin {
    margin: 0px !important; }
  .default-1-241 .overlay {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    transition: all 500ms ease-in-out;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 0 2rem;
    box-shadow: 0 0px 40px -10px #000; }
  .default-1-241 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-241 .row-eq-height:before, .default-1-241 .row-eq-height:after {
    display: inline-block; }
  .default-1-241 .alt {
    display: flex; }
  .default-1-241 .category-heading-main {
    width: 100%;
    display: inline-block;
    margin: 0px 0 5rem 0;
    text-align: center; }
  .default-1-241 .heading-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0;
    color: #434343;
    font-size: 4.3rem;
    font-weight: 700;
    letter-spacing: 1px; }
  .default-1-241 .heading-desc {
    width: 54%;
    display: inline-block;
    margin: 0px;
    color: #434343;
    font-size: 22px;
    font-weight: 400; }
  .default-1-241 .category-main {
    width: 100%;
    margin: 0px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
  .default-1-241 .category-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin: 0px; }
  .default-1-241 .category-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #000000;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 5rem; }
  .default-1-241 .learn-more-link {
    outline: none;
    text-decoration: none;
    display: inline-block;
    margin: 2.5rem 0 0 0;
    padding: 1.4rem 5rem;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #000000;
    cursor: pointer; }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-241 .category-main {
      margin-bottom: 3rem; }
    .default-1-241 .heading-desc {
      width: 80%; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .default-1-241 .category-main {
      margin-bottom: 3rem; }
    .default-1-241 .heading-desc {
      width: 100%; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .default-1-241 .col-xs-6 {
      width: 100%; }
    .default-1-241 .category-main {
      margin-bottom: 3rem; }
    .default-1-241 .heading-desc {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .default-1-241 .col-xs-6 {
      width: 100%; }
    .default-1-241 .row-eq-height {
      display: block; }
    .default-1-241 .category-main {
      margin-bottom: 3rem; }
    .default-1-241 .heading-desc {
      width: 100%; }
    .default-1-241 .category-title {
      font-size: 3rem; }
    .default-1-241 .learn-more-link {
      padding: 1.4rem 3rem;
      font-size: 18px; } }
@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-241.css.map */
