@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,700,900);

.awssld__content {
  background-color: transparent !important;
}

.awssld__container {
  padding-bottom: 50% !important;
}

@media only screen and (min-width: 1720px) {
  .awssld__container {
    padding-bottom: 800px !important
  }
}

.portfolio-box-layout2 .item-img img {
  width: 383px;
  height: 312px;
  object-fit: cover;
}

.blog-wrap-layout2 .blog-box-layout2 img {
  width: 605px;
  height: 432px;
  object-fit: cover;
}

.blog-wrap-layout4 .item-img img {
  width: 360px;
  height: 330px;
  object-fit: cover;
}

.blog-box-layout5 .item-btn {
  cursor: pointer;
}

.custom-react-awesome-slider {
  margin-top: 5px;
}

@media only screen and (min-width: 992px) {
  .custom-react-awesome-slider {
    margin-top: 108px;
  }
}

.custom-banner-content {
  position: absolute !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  justify-content: start !important;
  width: 100%;
  height: 100%;
  max-width: 1720px;
}

.custom-banner-content-left, .custom-banner-content-right {
  flex-grow: 1;
}

.custom-banner-middle {
  flex-grow: 10;
  margin-left: 8%;
}

.custom-banner-content-left {
  display: none;
}

@media only screen and (min-width: 768px) {
  .custom-banner-content-left {
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    left: -80px;
  }
}

@media only screen and (min-width: 992px) {
  .custom-banner-content-left {
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    left: -150px;
  }
}

.custom-banner-content-right {
  align-content: flex-end;
  text-align: end;
}

.custom-banner-content-left-inner {
  font-size: 10px;
  color: #646464;
  font-weight: 100;
  letter-spacing: 1px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .custom-banner-content-left-inner {
    font-size: 12px;
    color: #646464;
    font-weight: 500;
    letter-spacing: 5px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .custom-banner-content-left-inner {
    font-size: 18px;
    color: #646464;
    font-weight: 500;
    letter-spacing: 10px;
    width: 100%;
  }
}

.custom-banner-content-right-inner {
  font-size: 18px;
  color: #646464;
  font-weight: 500;
  transform: rotateZ(90deg);
  letter-spacing: 10px;
  width: 100%;
}

.custom-banner-content-right ul li a {
  font-size: 18px;
  color: #646464;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.custom-slider-title {
  font-size: 16px;
  color: #444444;
  font-weight: 500;
}

.custom-slider-sub-text {
  font-size: 8rem;
  font-weight: 700 !important;
  font-family: 'Poppins', sans-serif;
  color: #444444;
  font-weight: 500;
  line-height: 7rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.custom-slider-content {
  font-size: 16px;
  color: #444444;
  font-weight: 500;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media only screen and (max-width: 1399px) {
  .custom-slider-sub-text {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .custom-slider-sub-text {
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 500px) {
  .custom-slider-sub-text {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 768px) {

  .custom-slider-content {
    display: none;
  }
}

.custom-btn-show-more {
  text-align: center;
}

.custom-btn-show-more button{
  cursor: pointer;
}

.custom-btn-disabled {
  pointer-events: none;
  cursor: not-allowed !important;
}

.box-layout-child {
  padding: 0 10rem !important;
}

.blog-wrap-layout4 {
  padding: 11rem 0 7rem !important;
}

.widget.widget-recent-blog img {
  width: 100px;
  height: 80px;
  object-fit: cover;
}

.custom-pagination-active-btn {
  pointer-events: auto;
  cursor: auto;
  margin: 10px;
}

.custom-pagination-blocked-btn {
  pointer-events: none;
  cursor: not-allowed;
  margin: 10px;
}

.item-back-btn {
  cursor: pointer;
}

.disabled-breadcrumb-link {
  pointer-events: none;
  cursor: default;
}

.blog-img .awssld__container {
  padding-bottom: 100% !important;
  }

.blog-img .awssld__bullets {
  position: relative;
  bottom: 0;
}

.slick-next {
  right: 0;
  z-index: 999;
}

.slick-prev {
  left: 0;
  z-index: 999;
}