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

.default-1-447 {
  width: 100%;
  float: left;
  margin: 0rem 0;
  padding: 2rem 0vw;
  position: relative;
  background: #ffffff;
}
.default-1-447 a {
  text-decoration: none;
  outline: none;
}
.default-1-447 .no-padding {
  padding: 0px !important;
}
.default-1-447 .no-margin {
  margin: 0px !important;
}
.default-1-447 .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  transition: all 500ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  top: 0px;
  left: 0;
  padding: 3rem;
}
.default-1-447 .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
}
.default-1-447 .row-eq-height:before,
.default-1-447 .row-eq-height:after {
  display: inline-block;
}
.default-1-447 .alt {
  display: flex;
}
.default-1-447 .about-img-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
  position: relative;
}
.default-1-447 .about-img {
  float: right;
  width: 80%;
  height: 600px;
  object-fit: cover;
  margin: 0px;
}
.default-1-447 .about-img2 {
  float: left;
  width: 80%;
  height: 370px;
  object-fit: cover;
  margin: -25rem 0 0 0;
  border: 20px solid #fff;
}
.default-1-447 .inner-box {
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffaa01;
  border-radius: 50%;
  color: #002c42;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 2.5rem;
  position: absolute;
  top: 5rem;
  left: 2rem;
}
.default-1-447 .about-details {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-447 .about-heading {
  display: inline-block;
  margin: 0px;
  color: #7f8284;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #ffaa01;
  padding-bottom: 2px;
}
.default-1-447 .about-title {
  width: 100%;
  display: inline-block;
  margin: 1rem 0 3rem 0;
  color: #002c42;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 6rem;
}
.default-1-447 .about-desc {
  width: 100%;
  display: inline-block;
  margin: 0px;
  color: #7f8284;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.8rem;
}
.default-1-447 .highlighted {
  width: 100%;
  display: inline-block;
  margin: 3rem 0 0 0;
  color: #ffaa01;
  font-size: 30px;
  font-weight: 500;
}
.default-1-447 .about-btn {
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  display: inline-block;
  margin: 3.5rem 0 0 0;
  padding: 3rem 4.5rem;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: #ffaa01;
  color: #002c42;
  transition: all 0.3s linear;
}
.default-1-447 .about-btn:hover {
  background: #002c42;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .default-1-447 .about-details {
    margin: 5rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .default-1-447 .about-details {
    margin: 5rem 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .default-1-447 .about-img {
    width: 100%;
  }
  .default-1-447 .about-img2 {
    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-421 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 3rem 0vw;
  position: relative;
  background: #ffffff;
}
.default-1-421 a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.default-1-421 .no-padding {
  padding: 0px !important;
}
.default-1-421 .no-margin {
  margin: 0px !important;
}
.default-1-421 .overlay {
  width: 100%;
  height: 100%;
  background: #23222b;
  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;
  opacity: 0.6;
}
.default-1-421 .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
}
.default-1-421 .row-eq-height:before,
.default-1-421 .row-eq-height:after {
  display: inline-block;
}
.default-1-421 .alt {
  display: flex;
}
.default-1-421 .margin-main {
  margin-top: 6rem;
}
.default-1-421 .heading-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
  text-align: center;
}
.default-1-421 .heading-title {
  width: 100%;
  display: inline-block;
  margin: 0px;
  font-size: 5rem;
  color: #222;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: normal;
}
.default-1-421 .heading-title-bottom-border {
  width: 111px;
  height: 2px;
  display: inline-block;
  outline: none;
  border: none;
  background: #333;
  margin: 0rem 0 5rem 0;
  padding: 0px;
}
.default-1-421 .about-img-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-421 .about-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  margin: 0px;
}
.default-1-421 .about-details {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-421 .about-title {
  width: 100%;
  display: inline-block;
  margin: 0px 0 2.3rem 0;
  font-size: 32px;
  color: var(--accent-color, #353c4e);
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
}
.default-1-421 .about-desc {
  width: 100%;
  display: inline-block;
  margin: 0px 0 2.3rem 0;
  font-size: 16px;
  color: #555555;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 2.7rem;
}
.default-1-421 .about-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px;
}
.default-1-421 .about-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f85a40;
  text-align: center;
  color: #ffffff;
  font-size: 3.5rem;
}
.default-1-421 .icon-title {
  width: 100%;
  display: inline-block;
  margin: 1.8rem 0 0 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent-color, #353c4e);
  letter-spacing: 1px;
  text-align: center;
}
.default-1-421 .content-img-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-421 .content-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.default-1-421 .about-content {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-421 .content-title {
  width: 100%;
  display: inline-block;
  margin: 0px 0 2.3rem 0;
  font-size: 32px;
  color: var(--accent-color, #353c4e);
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 4.3rem;
}
.default-1-421 .content-desc {
  width: 100%;
  display: inline-block;
  margin: 0px 0 2.3rem 0;
  font-size: 16px;
  color: #555555;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 2.7rem;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .default-1-421 .margin-main {
    margin-top: 3rem;
  }
  .default-1-421 .about-details {
    margin: 4rem 0 0;
  }
  .default-1-421 .about-box {
    margin: 0px 0 3rem 0;
  }
  .default-1-421 .about-content {
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .default-1-421 .margin-main {
    margin-top: 3rem;
  }
  .default-1-421 .about-details {
    margin: 4rem 0 0 0;
  }
  .default-1-421 .about-box {
    margin: 0 0 3rem 0;
  }
  .default-1-421 .about-content {
    margin: 4rem 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;
}
