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

.default-1-100 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 3rem 0vw;
  position: relative;
  text-align: center;
}
.default-1-100 a {
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.default-1-100 .no-padding {
  padding: 0px !important;
}
.default-1-100 .no-margin {
  margin: 0px !important;
}
.default-1-100 .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-100 .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
}
.default-1-100 .row-eq-height:before,
.default-1-100 .row-eq-height:after {
  display: inline-block;
}
.default-1-100 .alt {
  display: flex;
}
.default-1-100 .event-heading {
  width: 100%;
  text-align: center;
  margin: 0px 0 0px 0;
  color: #483b33;
  font-size: 3rem;
  font-weight: 300;
}
.default-1-100 .title-bottom-border {
  display: inline-block;
  margin: 2rem 0 2.8rem 0;
  padding: 0px;
  background: #0aaca7;
  width: 310px;
  height: 2px;
}
.default-1-100 .event-main {
  width: 100%;
  margin: 0px 0 3rem 0;
  text-align: left;
  padding: 9px;
  border: 2px solid #cbcbcb;
  border-radius: 2px;
}
.default-1-100 .event-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin: 0px;
}
.default-1-100 .event-date {
  width: 100%;
  float: left;
  margin: 2rem 0 0.5rem 0;
  font-size: 20px;
  color: #323232;
  font-weight: 300;
}
.default-1-100 .event-desc {
  width: 100%;
  font-size: 13px;
  color: #686868;
  margin: 0px;
  line-height: 1.8rem;
  font-weight: 400;
}
.default-1-100 .more-link {
  width: 100%;
  margin: 8px 0 0 0;
  font-size: 14px;
  text-decoration: none;
  color: #0aaca7;
  line-height: normal;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .default-1-100 .row-eq-height {
    display: inline-block;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .default-1-100 .row-eq-height {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .default-1-100 .row-eq-height {
    display: inline-block;
  }
  .default-1-100 .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;
}

.default24 {
  position: relative;
}
/*#header3 .banner2 {color: #000;}*/
.default24 .wrapper.image1 .container {
  padding: 0 15px;
}
.default24 .wrapper.image .bg1 {
  position: relative;
}
.default24 .wrapper.image .bg1 img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.default24 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body {
  font-family: "Josefin Sans", sans-serif;
}

.wrapper-145 {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background: url("../themes/wrapper/images/black-polygons.html");
  height: auto;
  background-size: cover;
  padding: 5rem 0;
}
.wrapper-145 .no-padding {
  padding: 0;
}
.wrapper-145 .box {
  position: relative;
  width: 100%;
  display: inline-block;
  border: 1px solid #fff;
  overflow: hidden;
}
.wrapper-145 .box:hover .image-block .imgc {
  transform: scale(1.1);
  transition: all 0.7s linear;
}
.wrapper-145 .box .image-block {
  width: 100%;
  height: 600px;
  display: inline-block;
  position: relative;
}
.wrapper-145 .box .image-block .imgc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s linear;
}
.wrapper-145 .box .image-block .info-title {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: block;
  background-color: white;
  transition: top 0.25s;
  height: 130px;
  transform: skew(0deg, -4deg);
  text-align: center;
}
.wrapper-145 .box .image-block .info-title .title {
  line-height: 110px;
  font-size: 30px;
  color: #000;
  margin: 0;
  padding: 0;
  transform: skew(0deg, 4deg);
}
.wrapper-145 .box1 {
  position: relative;
  width: 100%;
  display: inline-block;
  border: 1px solid #fff;
  overflow: hidden;
  margin-bottom: 2rem;
}
.wrapper-145 .box1:hover .image-block .imgc {
  transform: scale(1.1);
  transition: all 0.7s linear;
}
.wrapper-145 .box1 .image-block {
  width: 100%;
  height: 285px;
  display: inline-block;
  position: relative;
}
.wrapper-145 .box1 .image-block .imgc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s linear;
}
.wrapper-145 .box1 .image-block .info-title {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: block;
  background-color: white;
  transition: top 0.25s;
  height: 80px;
  transform: skew(0deg, -4deg);
  text-align: center;
}
.wrapper-145 .box1 .image-block .info-title .title {
  line-height: 60px;
  font-size: 20px;
  color: #000;
  margin: 0;
  padding: 0;
  transform: skew(0deg, 4deg);
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .wrapper-144 .main-part .image-block1 {
    margin-left: -50px;
  }

  .wrapper-144 .main-part .image-block1 .overlay {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .wrapper-145 .box {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .wrapper-145 .box {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .wrapper-145 .box {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-145 .box {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 320px) {
  .wrapper-145 .box {
    margin-bottom: 2rem;
  }
}

/*# sourceMappingURL=wrapper-145.css.map */
body {
  font-family: "Roboto", sans-serif;
}
.no-padding {
  padding: 0px;
}
.enfold-6 {
  width: 100%;
  display: inline-block;
  margin: 4rem 0;
}
.enfold-6 .blog-sub-title {
  font-size: 15px;
  color: #7e7d7d;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0px;
}
.enfold-6 .blog-title {
  width: 100%;
  display: inline-block;
  margin: 5px 0 4.5rem 0;
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #222222;
  text-align: center;
  font-weight: 400;
}
.enfold-6 .blog-main {
  width: 100%;
  display: inline-block;
  margin: 0px 0 4rem 0;
}
.enfold-6 .blog-main img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 0px;
  padding: 0px;
}
.enfold-6 .blog-details {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.enfold-6 .blog-hed {
  width: 100%;
  display: inline-block;
  margin: 10px 0 4px 0;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #222222;
}
.enfold-6 .slide-meta-time {
  width: 100%;
  display: inline-block;
  margin: 0px;
  color: #919191;
  font-size: 15px;
}
.enfold-6 .blog-description {
  width: 100%;
  display: inline-block;
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #666666;
}

@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) {
}

@media screen and (max-width: 480px) {
}
body {
  font-family: "Josefin Sans", sans-serif;
}

.default-1-154 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 5rem 0vw;
  position: relative;
  background: #ffffff;
}
.default-1-154 a {
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.default-1-154 .no-padding {
  padding: 0px !important;
}
.default-1-154 .no-margin {
  margin: 0px !important;
}
.default-1-154 .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-154 .row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
}
.default-1-154 .row-eq-height:before,
.default-1-154 .row-eq-height:after {
  display: inline-block;
}
.default-1-154 .alt {
  display: flex;
}
.default-1-154 .news-heading {
  width: 100%;
  display: inline-block;
  margin: 0rem;
  font-size: 4.5rem;
  color: #182b45;
  font-weight: 400;
}
.default-1-154 .heading-desc {
  width: 100%;
  display: inline-block;
  margin: 3rem 0 4rem 0;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
}
.default-1-154 .news-main {
  width: 100%;
  display: inline-block;
  margin: 0px;
}
.default-1-154 .news-details {
  width: 100%;
  float: left;
  margin: 0px;
  border: 1px solid #bab9b9;
}
.default-1-154 .calendar-icon {
  float: left;
  padding: 2.3rem;
  background: #6b0f24;
  color: #ffffff;
  font-size: 2.5rem;
  margin: -1px 0 0 10px;
}
.default-1-154 .date-main {
  float: left;
  text-align: center;
  font-size: 18px;
  color: #6b0f24;
  margin: 2.5rem 0 0px 20px;
}
.default-1-154 .news-img {
  width: 100%;
  height: 233px;
  object-fit: cover;
  margin: 0px;
}
.default-1-154 .news-desc {
  width: 100%;
  display: inline-block;
  margin: 0px;
  background: #182b45;
  padding: 1.3rem;
  font-size: 16px;
  color: #a7b4c5;
  line-height: 2.5rem;
  font-weight: 300;
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .default-1-154 .news-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .default-1-154 .calendar-icon {
    margin: -1px 0 0 0;
  }
  .default-1-154 .date-main {
    margin: 1.8rem 0 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .default-1-154 .news-main {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .default-1-154 .row-eq-height {
    display: block;
  }
  .default-1-154 .news-main {
    margin-bottom: 3rem;
  }
  .default-1-154 .news-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .default-1-154 .calendar-icon {
    margin: -1px 0 0 0;
  }
  .default-1-154 .date-main {
    margin: 1.8rem 0 1.2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .default-1-154 .row-eq-height {
    display: block;
  }
  .default-1-154 .news-main {
    margin-bottom: 3rem;
  }
  .default-1-154 .news-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .default-1-154 .calendar-icon {
    margin: -1px 0 0 0;
  }
  .default-1-154 .date-main {
    margin: 1.8rem 0 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .default-1-154 .row-eq-height {
    display: block;
  }
  .default-1-154 .col-xs-6 {
    width: 100%;
  }
  .default-1-154 .news-main {
    margin-bottom: 3rem;
  }
  .default-1-154 .news-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .default-1-154 .calendar-icon {
    margin: -1px 0 0 0;
  }
  .default-1-154 .date-main {
    margin: 1.8rem 0 1.2rem;
  }
}
@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-154.css.map */
body {
  font-family: "Josefin Sans", sans-serif;
}

.wrapper-142 {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background: #fff;
}
.wrapper-142 .no-padding {
  padding: 0;
}
.wrapper-142 .image-block {
  width: 100%;
  height: 700px;
  display: inline-block;
  position: relative;
}
.wrapper-142 .image-block .imgc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper-142 .image-block .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.wrapper-142 .image-block .overlay .image-inner {
  height: 400px;
  width: 400px;
  display: inline-block;
  position: relative;
}
.wrapper-142 .image-block .overlay .image-inner .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20rem 1rem;
  box-shadow: 0px 20px 10px 100px rgba(0, 0, 0, 0.1);
}
.wrapper-142 .image-block .overlay .image-cls-pos {
  width: 200px;
  height: 200px;
  position: absolute;
  right: -100px;
  bottom: 20px;
}
.wrapper-142 .image-block .overlay .image-cls-pos .imgd {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem 5rem;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  transform: rotate(-20deg);
}
.wrapper-142 .content-part {
  width: 100%;
  display: inline-block;
  padding: 3rem 5rem 0 4rem;
}
.wrapper-142 .content-part .sku {
  color: #999;
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 25px;
}
.wrapper-142 .content-part .title {
  color: #000;
  font-size: 50px;
  padding: 0;
  font-weight: bold;
  line-height: 40px;
  margin: 2rem 0;
  margin-left: -8rem;
  text-shadow: 2px 2px #fff;
}
.wrapper-142 .content-part .desc {
  color: #666;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 25px;
}
.wrapper-142 .content-part .btn-browse {
  background: transparent;
  padding: 1.2rem 3rem;
  margin: 0;
  color: #0a2246;
  font-size: 16px;
  font-weight: bold;
  margin-top: 2rem;
  border: 2px solid #0a2246;
  transition: all 0.3s linear;
}
.wrapper-142 .content-part .btn-browse:hover {
  background: #0a2246;
  border: 2px solid transparent;
  transition: all 0.3s linear;
  color: #fff;
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .wrapper-141 .main-footer .social ul li {
    padding: 0 3.1rem;
  }

  .wrapper-141 .main-footer .inner-main .address {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .wrapper-142 .content-part .title {
    margin-left: 0;
  }

  .wrapper-142 .image-block .overlay .image-cls-pos .imgd {
    border-radius: 1rem 10rem;
    transform: rotate(-45deg);
  }

  .wrapper-142 .image-block .overlay .image-cls-pos {
    right: 38%;
    bottom: -100px;
  }

  .wrapper-142 .content-part {
    padding: 15rem 5rem 0 4rem;
    text-align: center;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .wrapper-142 .content-part .title {
    margin-left: 0;
  }

  .wrapper-142 .image-block .overlay .image-cls-pos .imgd {
    border-radius: 1rem 10rem;
    transform: rotate(-45deg);
  }

  .wrapper-142 .image-block .overlay .image-cls-pos {
    right: 38%;
    bottom: -100px;
  }

  .wrapper-142 .content-part {
    padding: 15rem 5rem 0 4rem;
    text-align: center;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .wrapper-142 .content-part .title {
    margin-left: 0;
  }

  .wrapper-142 .image-block .overlay .image-cls-pos .imgd {
    border-radius: 1rem 10rem;
    transform: rotate(-45deg);
  }

  .wrapper-142 .image-block .overlay .image-cls-pos {
    right: 32%;
    bottom: -100px;
  }

  .wrapper-142 .content-part {
    padding: 15rem 5rem 0 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-142 .content-part .title {
    margin-left: 0;
  }

  .wrapper-142 .image-block .overlay .image-cls-pos .imgd {
    border-radius: 1rem 10rem;
    transform: rotate(-45deg);
  }

  .wrapper-142 .image-block .overlay .image-cls-pos {
    right: 24%;
    bottom: -100px;
  }

  .wrapper-142 .content-part {
    padding: 15rem 5rem 0 4rem;
    text-align: center;
  }
}
@media all and (max-width: 320px) {
  .wrapper-142 .content-part .title {
    margin-left: 0;
  }

  .wrapper-142 .image-block .overlay .image-cls-pos .imgd {
    border-radius: 1rem 10rem;
    transform: rotate(-45deg);
  }

  .wrapper-142 .image-block .overlay .image-cls-pos {
    right: 19%;
    bottom: -100px;
  }

  .wrapper-142 .content-part {
    padding: 15rem 5rem 0 4rem;
    text-align: center;
  }
}

/*# sourceMappingURL=wrapper-142.css.map */
