.w-b-projects {
  margin-bottom: 5rem;
}
.w-b-projects-title {
  font-family: "YesevaOne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  transform: scale(0.8, 1);
  transform-origin: top center;
  letter-spacing: -0.02em;
  color: #025b99;
  line-height: 1;
}
@media (max-width: 567px) {
  .w-b-projects-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 568px) {
  .w-b-projects-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 667px) {
  .w-b-projects-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .w-b-projects-title {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .w-b-projects-title {
    font-size: 4.25rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .w-b-projects-title {
    font-size: 4.25rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1440px) {
  .w-b-projects-title {
    font-size: 4.75rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1600px) {
  .w-b-projects-title {
    font-size: 5.75rem;
    margin-bottom: 1rem;
  }
}
.w-b-projects-title-sub {
  font-family: "YesevaOne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  transform: scale(0.8, 1);
  transform-origin: top center;
  letter-spacing: -0.02em;
  color: #ff8400;
  line-height: 1;
}
@media (max-width: 567px) {
  .w-b-projects-title-sub {
    font-size: 1.75rem;
    margin: 1rem 0;
  }
}
@media (min-width: 568px) {
  .w-b-projects-title-sub {
    font-size: 1.75rem;
    margin: 1rem 0;
  }
}
@media (min-width: 667px) {
  .w-b-projects-title-sub {
    font-size: 1.75rem;
    margin: 1rem 0;
  }
}
@media (min-width: 768px) {
  .w-b-projects-title-sub {
    font-size: 1.75rem;
    margin: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  .w-b-projects-title-sub {
    font-size: 2.5rem;
    margin: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .w-b-projects-title-sub {
    font-size: 3rem;
    margin: 2rem 0;
  }
}
@media (min-width: 1440px) {
  .w-b-projects-title-sub {
    font-size: 3rem;
    margin: 2rem 0;
  }
}
@media (min-width: 1600px) {
  .w-b-projects-title-sub {
    font-size: 3rem;
    margin: 2rem 0;
  }
}
.w-b-projects__slider {
  position: relative;
}
.w-b-projects__slider .owl-prev,
.w-b-projects__slider .owl-next {
  position: absolute;
  top: 0;
  opacity: 0.6;
  font-size: 0;
  color: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 567px) {
  .w-b-projects__slider .owl-prev,
.w-b-projects__slider .owl-next {
    width: 26px;
    bottom: 44px;
  }
}
@media (min-width: 568px) {
  .w-b-projects__slider .owl-prev,
.w-b-projects__slider .owl-next {
    width: 26px;
    bottom: 44px;
  }
}
@media (min-width: 667px) {
  .w-b-projects__slider .owl-prev,
.w-b-projects__slider .owl-next {
    width: 40px;
    bottom: 44px;
  }
}
@media (min-width: 768px) {
  .w-b-projects__slider .owl-prev,
.w-b-projects__slider .owl-next {
    width: 40px;
    bottom: 57px;
  }
}
@media (min-width: 992px) {
  .w-b-projects__slider .owl-prev,
.w-b-projects__slider .owl-next {
    width: 60px;
    bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .w-b-projects__slider .owl-prev,
.w-b-projects__slider .owl-next {
    width: 60px;
    bottom: 44px;
  }
}
@media (min-width: 1440px) {
  .w-b-projects__slider .owl-prev,
.w-b-projects__slider .owl-next {
    width: 100px;
    bottom: 89px;
  }
}
@media (min-width: 1600px) {
  .w-b-projects__slider .owl-prev,
.w-b-projects__slider .owl-next {
    width: 100px;
    bottom: 89px;
  }
}
.w-b-projects__slider .owl-prev:before,
.w-b-projects__slider .owl-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px -7px;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
}
@media (max-width: 991px) {
  .w-b-projects__slider .owl-prev:before,
.w-b-projects__slider .owl-next:before {
    margin: -12px -3px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
}
.w-b-projects__slider .owl-prev:hover,
.w-b-projects__slider .owl-next:hover {
  opacity: 0.8;
}
.w-b-projects__slider .owl-prev {
  left: 0;
}
.w-b-projects__slider .owl-prev:before {
  border-right: 15px solid #4cadf1;
}
@media (max-width: 991px) {
  .w-b-projects__slider .owl-prev:before {
    border-right: 6px solid #4cadf1;
  }
}
.w-b-projects__slider .owl-next {
  right: 0;
}
.w-b-projects__slider .owl-next:before {
  border-left: 15px solid #4cadf1;
}
@media (max-width: 991px) {
  .w-b-projects__slider .owl-next:before {
    border-left: 5px solid #4cadf1;
  }
}
.w-b-projects__slider .owl-dot {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.7rem;
  border-radius: 50%;
  opacity: 1;
  transition: 0.2s;
  background: #274153;
}
.w-b-projects__slider .owl-dot.active {
  background: #f28d4f;
}
@media (max-width: 1400px) {
  .w-b-projects__slider .owl-dot {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.6rem;
  }
}
@media (max-width: 991px) {
  .w-b-projects__slider .owl-dot {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.4rem;
  }
}
.w-b-projects__slider .owl-dots {
  position: relative;
  margin-top: 0;
  padding-top: 1.5rem;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .w-b-projects__slider .owl-dots {
    padding-top: 1.1rem;
  }
}
@media (max-width: 991px) {
  .w-b-projects__slider .owl-dots {
    padding-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .w-b-projects__slider .owl-dots {
    padding-top: 0.2rem;
  }
}
.w-b-projects__slide {
  position: relative;
}
.w-b-projects__slide:before, .w-b-projects__slide:after {
  content: "";
  display: table;
}
.w-b-projects__slide:after {
  clear: both;
}
.w-b-projects__slide-item {
  position: relative;
  display: block;
  float: left;
  padding: 25px 5px;
  height: 434px;
  width: 33.3333333333%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-shadow: 0px 3px 7.44px rgba(18, 17, 12, 0.62);
}
@media (max-width: 1599px) {
  .w-b-projects__slide-item {
    height: 295px;
    padding: 17px 5px;
  }
}
@media (max-width: 1199px) {
  .w-b-projects__slide-item {
    height: 270px;
    padding: 14px 5px;
  }
}
@media (max-width: 991px) {
  .w-b-projects__slide-item {
    height: 174px;
    padding: 12px 5px;
  }
}
@media (max-width: 666px) {
  .w-b-projects__slide-item {
    height: 151px;
    width: 50%;
  }
}
.w-b-projects__slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
}
@media (max-width: 991px) {
  .w-b-projects__slide-item:before {
    height: 50%;
  }
}
@media (max-width: 567px) {
  .w-b-projects__slide-item:first-child {
    width: 100%;
  }
}
@media (min-width: 568px) {
  .w-b-projects__slide-item:first-child {
    width: 100%;
  }
}
@media (min-width: 667px) {
  .w-b-projects__slide-item:first-child {
    width: 58.5%;
  }
}
@media (min-width: 768px) {
  .w-b-projects__slide-item:first-child {
    width: 72%;
  }
}
@media (min-width: 992px) {
  .w-b-projects__slide-item:first-child {
    width: 72%;
  }
}
@media (min-width: 1200px) {
  .w-b-projects__slide-item:first-child {
    width: 72%;
  }
}
@media (min-width: 1440px) {
  .w-b-projects__slide-item:first-child {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .w-b-projects__slide-item:first-child {
    width: 60%;
  }
}
@media (max-width: 567px) {
  .w-b-projects__slide-item:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 568px) {
  .w-b-projects__slide-item:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 667px) {
  .w-b-projects__slide-item:nth-child(2) {
    width: 41.5%;
  }
}
@media (min-width: 768px) {
  .w-b-projects__slide-item:nth-child(2) {
    width: 28%;
  }
}
@media (min-width: 992px) {
  .w-b-projects__slide-item:nth-child(2) {
    width: 28%;
  }
}
@media (min-width: 1200px) {
  .w-b-projects__slide-item:nth-child(2) {
    width: 28%;
  }
}
@media (min-width: 1440px) {
  .w-b-projects__slide-item:nth-child(2) {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .w-b-projects__slide-item:nth-child(2) {
    width: 40%;
  }
}
.w-b-projects__slide-item-caption {
  position: absolute;
  z-index: 2;
  transform-origin: left;
  font-weight: 200;
  font-size: 28px;
  font-family: "BebasNeue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1;
  color: #fff;
  text-shadow: 0px 3px 7.44px rgba(18, 17, 12, 0.62);
  bottom: 30px;
}
@media (max-width: 991px) {
  .w-b-projects__slide-item-caption {
    bottom: 10px;
  }
}
@media (max-width: 567px) {
  .w-b-projects__slide-item-caption_1, .w-b-projects__slide-item-caption_2, .w-b-projects__slide-item-caption_4 {
    padding-left: 5px;
  }
}
@media (max-width: 666px) {
  .w-b-projects__slide-item-caption_1, .w-b-projects__slide-item-caption_2, .w-b-projects__slide-item-caption_4 {
    padding-left: 5px;
  }
}
.w-b-projects__slide-item-caption_1 .w-b-projects__slide-item-caption-button, .w-b-projects__slide-item-caption_3 .w-b-projects__slide-item-caption-button, .w-b-projects__slide-item-caption_0 .w-b-projects__slide-item-caption-button, .w-b-projects__slide-item-caption_4 .w-b-projects__slide-item-caption-button {
  display: none;
  font-family: "ProximaNova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.w-b-projects__slide-item-caption_1 .w-b-projects__slide-item-caption-text, .w-b-projects__slide-item-caption_3 .w-b-projects__slide-item-caption-text, .w-b-projects__slide-item-caption_0 .w-b-projects__slide-item-caption-text, .w-b-projects__slide-item-caption_4 .w-b-projects__slide-item-caption-text {
  display: none;
}
.w-b-projects__slide-item-caption_2 .w-b-projects__slide-item-caption-info {
  display: none;
}
.w-b-projects__slide-item-caption-text {
  font-size: 1.1rem;
  font-family: "MyriadProCondensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: none;
}
@media (max-width: 1199px) {
  .w-b-projects__slide-item-caption-text {
    font-size: 12px;
    line-height: 1em;
  }
}
@media (max-width: 991px) {
  .w-b-projects__slide-item-caption-text {
    display: none;
  }
}
@media (max-width: 1599px) {
  .w-b-projects__slide-item-caption {
    font-size: 27px;
    letter-spacing: -1px;
  }
}
@media (max-width: 1199px) {
  .w-b-projects__slide-item-caption {
    font-size: 20px;
    line-height: 1em;
  }
}
@media (max-width: 991px) {
  .w-b-projects__slide-item-caption {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .w-b-projects__slide-item-caption {
    font-size: 15px;
  }
}
.w-b-projects__slide-item-caption-b {
  display: block;
  font-weight: 900;
  letter-spacing: -0.7px;
  font-size: 2.5rem;
  text-shadow: 0px 3px 7.44px rgba(18, 17, 12, 0.62);
}
@media (max-width: 1599px) {
  .w-b-projects__slide-item-caption-b {
    font-size: 27px;
    letter-spacing: -1px;
  }
}
@media (max-width: 1199px) {
  .w-b-projects__slide-item-caption-b {
    font-size: 20px;
    line-height: 1em;
  }
}
@media (max-width: 991px) {
  .w-b-projects__slide-item-caption-b {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .w-b-projects__slide-item-caption-b {
    font-size: 15px;
  }
}
.w-b-projects__slide-item-caption-b-orange {
  font-size: 1.7rem;
  font-family: "YesevaOne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #ff8400;
}
@media (max-width: 1599px) {
  .w-b-projects__slide-item-caption-b-orange {
    font-size: 27px;
    letter-spacing: -1px;
  }
}
@media (max-width: 1199px) {
  .w-b-projects__slide-item-caption-b-orange {
    font-size: 20px;
    line-height: 1em;
  }
}
@media (max-width: 991px) {
  .w-b-projects__slide-item-caption-b-orange {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .w-b-projects__slide-item-caption-b-orange {
    font-size: 12px;
  }
}
.w-b-projects__slide-item-caption-number {
  font-family: "YesevaOne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #ff8400;
  font-size: 2.5rem;
  text-shadow: none;
  padding: 2px 2px;
  height: max-content;
}
@media (max-width: 1599px) {
  .w-b-projects__slide-item-caption-number {
    font-size: 27px;
    letter-spacing: -1px;
  }
}
@media (max-width: 1199px) {
  .w-b-projects__slide-item-caption-number {
    font-size: 20px;
    line-height: 1em;
  }
}
@media (max-width: 991px) {
  .w-b-projects__slide-item-caption-number {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .w-b-projects__slide-item-caption-number {
    font-size: 15px;
  }
}
.w-b-projects .owl-stage-outer {
  padding-top: 0;
}
.w-b-projects .owl-carousel .owl-dots .owl-dot {
  background: #025b99 !important;
  opacity: 1 !important;
}
.w-b-projects .owl-carousel .owl-dots .owl-dot.active {
  background: red !important;
}

/*# sourceMappingURL=widget-b-projects.css.map */
