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

.default-1-316 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 5rem 0vw;
  position: relative;
  background: #ffffff;
}
.default-1-316 a {
  text-decoration: none;
  display: inline-block;
  outline: none;
}
.default-1-316 .no-padding {
  padding: 0px !important;
}
.default-1-316 .no-margin {
  margin: 0px !important;
}
.default-1-316 .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-316 .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
}
.default-1-316 .row-eq-height:before,
.default-1-316 .row-eq-height:after {
  display: inline-block;
}
.default-1-316 .alt {
  display: flex;
}
.default-1-316 .margin-top-main {
  margin-top: 3rem;
}
.default-1-316 .team-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-316 .team-title {
  width: 100%;
  display: inline-block;
  margin: 0px 0 3rem 0;
  color: #bca581;
  font-weight: 700;
  font-size: 5rem;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 6px;
}
.default-1-316 .team-description {
  width: 100%;
  display: inline-block;
  margin: 0px 0 2.5rem 0;
  font-size: 18px;
  color: #a0a0a0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 8px;
  line-height: 3.5rem;
}
.default-1-316 .team-img {
  width: 100%;
  height: 545px;
  object-fit: cover;
  margin: 0px;
}
.default-1-316 .team-img.team-img3 {
  height: 400px;
}
.default-1-316 .team-desc-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
  background: #18191b;
  padding: 3rem 1.5vw;
}
.default-1-316 .team-name {
  width: 100%;
  display: inline-block;
  margin: 0px;
  font-weight: 300;
  font-size: 16px;
  color: #a0a0a0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.default-1-316 .team-sub-title {
  width: 100%;
  display: inline-block;
  margin: 1.9rem 0 0.8rem 0;
  font-size: 28px;
  color: #bca581;
  font-weight: 400;
}
.default-1-316 .title-bottom-border {
  outline: none;
  border: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #bca581;
}
.default-1-316 .team-desc {
  width: 100%;
  display: inline-block;
  margin: 1.5rem 0 0 0;
  font-size: 16px;
  color: #a0a0a0;
  font-weight: 300;
  letter-spacing: 3px;
}
.default-1-316 .more-team {
  text-decoration: none;
  margin: 25px 0 0 0;
  padding: 1.5rem 3rem;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
  line-height: normal;
  border: 1px solid #303030;
  border-radius: 1px;
  letter-spacing: 6px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.default-1-316 .more-team:hover {
  color: #fff;
  border-color: transparent;
}
.default-1-316 .team-img.team-img2 {
  height: 200px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .default-1-316 .margin-top-main {
    margin-top: 0px;
  }
  .default-1-316 .team-main {
    margin: 0 0 3rem 0;
  }
  .default-1-316 .team-img {
    height: 400px;
  }
  .default-1-316 .team-desc-main {
    padding: 3rem 4vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .default-1-316 .margin-top-main {
    margin-top: 0px;
  }
  .default-1-316 .team-main {
    margin: 0 0 3rem 0;
  }
  .default-1-316 .team-img {
    height: 400px;
  }
  .default-1-316 .team-desc-main {
    padding: 3rem 4vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .default-1-316 .margin-top-main {
    margin-top: 0px;
  }
  .default-1-316 .team-main {
    margin: 0 0 3rem 0;
  }
  .default-1-316 .team-img {
    height: 350px;
  }
  .default-1-316 .team-img.team-img3 {
    height: 350px;
  }
  .default-1-316 .team-desc-main {
    padding: 3rem 4vw;
  }
}
@media screen and (max-width: 480px) {
  .default-1-316 .margin-top-main {
    margin-top: 0px;
  }
  .default-1-316 .team-main {
    margin: 0 0 3rem 0;
  }
  .default-1-316 .team-img {
    height: 350px;
  }
  .default-1-316 .team-img.team-img3 {
    height: 350px;
  }
  .default-1-316 .team-desc-main {
    padding: 3rem 4vw;
  }
  .default-1-316 .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: 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;
}
body {
  font-family: "Roboto", sans-serif;
}
.default-73 {
  width: 100%;
  display: inline-block;
  margin: 5rem 0;
  padding: 4rem 0;
}
.default-73 .no-padding {
  padding: 0px !important;
}
.default-73 .about-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
  text-align: left;
  padding: 0 3rem;
}
.default-73 .about-title {
  width: 100%;
  display: inline-block;
  margin: 0px 0 3rem 0;
  font-size: 5rem;
  color: #000000;
  font-weight: 600;
  letter-spacing: -0.2rem;
}
.default-73 .about-description {
  width: 100%;
  display: inline-block;
  margin: 0px;
  color: #404040;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 3.2rem;
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
}

@media screen and (min-width: 768px) and (max-width: 900px) {
}

@media screen and (min-width: 601px) and (max-width: 767px) {
}

@media screen and (min-width: 481px) and (max-width: 600px) {
  .default-73 .col-xs-6 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .default-73 .col-xs-6 {
    width: 100%;
  }
}

/*  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;
}
body {
  font-family: "Josefin Sans", sans-serif;
}

.default-1-305 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 5rem 1vw;
  position: relative;
  background: #fefefe;
}
.default-1-305 a {
  text-decoration: none;
  display: inline-block;
  outline: none;
}
.default-1-305 .no-padding {
  padding: 0px !important;
}
.default-1-305 .no-margin {
  margin: 0px !important;
}
.default-1-305 .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  transition: all 500ms ease-in-out;
  top: 0px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  padding: 10px;
}
.default-1-305 .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
}
.default-1-305 .row-eq-height:before,
.default-1-305 .row-eq-height:after {
  display: inline-block;
}
.default-1-305 .alt {
  display: flex;
}
.default-1-305 .gallery-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0px;
  padding: 2rem 3rem 0 0;
}
.default-1-305 .gallery-heading {
  width: 100%;
  display: inline-block;
  margin: 0px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.default-1-305 .gallery-title {
  width: 100%;
  display: inline-block;
  margin: 2rem 0 2rem 0;
  font-size: 6rem;
  font-weight: 700;
  color: #ee4646;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: normal;
}
.default-1-305 .gallery-content {
  width: 100%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.default-1-305 .gallery-content li {
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: #2d3139;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: normal;
  margin-bottom: 1.2rem;
}
.default-1-305 .gallery-desc {
  width: 100%;
  display: inline-block;
  margin: 1.2rem 0 0 0;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 2.8rem;
}
.default-1-305 .learn-more-link {
  text-decoration: none;
  margin: 2.5rem 0 2px 0;
  padding: 0px 0 2px 0;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #ee4646;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  border-bottom: 2px solid #ee4646;
}
.default-1-305 .gallery-img-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-305 .gallery-img {
  width: 100%;
  height: 202px;
  object-fit: cover;
  margin: 0px 0 3rem 0;
}
.default-1-305 .gallery-img2 {
  width: 100%;
  height: 104px;
  object-fit: cover;
  margin: 0px 0 3rem 0;
}
.default-1-305 .gallery-img3 {
  width: 100%;
  height: 135px;
  object-fit: cover;
  margin: 0px 0 3rem 0;
}
.default-1-305 .gallery-img4 {
  width: 100%;
  height: 153px;
  object-fit: cover;
  margin: 0px 0 3rem 0;
}
.default-1-305 .gallery-img5 {
  width: 100%;
  height: 318px;
  object-fit: cover;
  margin: 0px 0 3rem 0;
}
.default-1-305 .gallery-img6 {
  width: 100%;
  height: 80px;
  object-fit: cover;
  margin: 0px 0 3rem 0;
}
.default-1-305 .gallery-img7 {
  width: 100%;
  height: 153px;
  object-fit: cover;
  margin: 0px 0 3rem 0;
}
.default-1-305 .gallery-img8 {
  width: 100%;
  height: 207px;
  object-fit: cover;
  margin: 0px 0 3rem 0;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .default-1-305 .gallery-details {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .default-1-305 .gallery-details {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .default-1-305 .gallery-details {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .default-1-305 .col-xs-4 {
    width: 100%;
  }
  .default-1-305 .gallery-details {
    margin-bottom: 5rem;
    padding: 2rem 1rem 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: 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;
}
