/*Slider*/

.chw-slider .swiper-slide-inner {
  cursor: inherit;
  padding: 0;
  align-items: start;
}

.chw-slider .swiper-slide-contents {
  padding: 120px 7% 50px 10%;
  background-color: transparent;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.chw-slider .swiper-slide-contents:before {
  content: "";
  display: block;
  width: 55vw;
  height: 0;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-top: solid 1500px rgba(0, 0, 0, 0.6);
  border-right: solid 10vw transparent;
}

.chw-slider .swiper-slide-contents div {
  z-index: 2;
  margin: 0 !important;
  width: 100%;
}

.chw-slider .elementor-slide-description {
  font-size: 1rem !important;
  line-height: inherit !important;
}

.chw-slider .elementor-button {
  align-self: flex-end;
}

.chw-slider .elementor-slide-heading {
  display: flex;
  flex-direction: column;
}

.chw-slider .elementor-slide-heading:after {
  content: "";
  display: block;
  height: 10px;
  width: 100px;
  background-color: #00865e;
  transform: skewX(-30deg);
  align-self: flex-end;
  margin: 10px 0;
}

/*Button*/

.chw-btn .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 0;
  border: none !important;
  background-color: transparent !important;
  position: relative;
  cursor: pointer;
  padding: 13px 30px;
  font-size: 0.8rem;
  min-width: 170px;
  min-height: 40px;
  overflow: hidden;
  background: rgb(222, 74, 16);
  background: -moz-linear-gradient(
    135deg,
    rgba(222, 74, 16, 1) 0%,
    rgba(229, 88, 8, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    135deg,
    rgba(222, 74, 16, 1) 0%,
    rgba(229, 88, 8, 1) 100%
  ) !important;
  background: linear-gradient(
    135deg,
    rgba(222, 74, 16, 1) 0%,
    rgba(229, 88, 8, 1) 100%
  ) !important;
  clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
  margin: 10px 0;
}

.chw-black-btn .elementor-button {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    135deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(62, 58, 57, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    135deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(62, 58, 57, 1) 100%
  ) !important;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(62, 58, 57, 1) 100%
  ) !important;
}

.chw-btn .elementor-button:after {
  content: "";
  display: block;
  background: #fff;
  height: 200px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(30deg);
  transform: rotate(15deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.chw-btn .elementor-button:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*Special Section Decoration*/

.chw-grey-section:before {
  content: "";
  display: block;
  position: absolute;
  width: 40vw;
  border-bottom: solid 75px #eee;
  top: -74px;
  right: 0;
  z-index: 2;
  border-left: solid 1vw transparent;
}

.chw-white-section:before {
  border-bottom-color: #fff;
}

.chw-black-section:before {
  border-bottom-color: #000;
  content: "";
  display: block;
  position: absolute;
  width: 40vw;
  top: -74px;
  right: 0;
  z-index: 2;
  border-left: solid 1vw transparent;
}

/*Divider*/

.chw-divider .elementor-divider-separator {
  transform: skewX(-30deg);
}

/*Text Column Padding Setting*/

/* .text-column .elementor-column-wrap. */

.text-column > .elementor-widget-wrap {
  padding: 50px !important;
}

/*Footer Video*/

.footer-video {
  z-index: -1;
}

/*Posts*/

.chw-posts .elementor-post {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background-color: #fff;
}

.chw-posts .elementor-post:hover {
  transform: scale(1.05);
}

.chw-posts .elementor-post__thumbnail {
  border-bottom: solid #026749 10px;
}

.chw-posts .elementor-post__thumbnail img {
  height: 101% !important;
}

.chw-posts .elementor-post__text {
  padding: 0 20px 40px 20px;
}

.chw-posts .elementor-post__title a {
  color: #00865e;
  font-size: 1.2rem;
  line-height: 1;
}

.chw-posts .elementor-post__meta-data {
  font-size: 0.9rem !important;
  color: #3e3a39 !important;
  font-weight: 300 !important;
  margin: 0;
}

.chw-posts .elementor-post__read-more {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 0.9rem !important;
  color: #3e3a39 !important;
  font-weight: 400 !important;
}

.chw-posts .elementor-post-date {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.chw-posts .elementor-post-date:before {
  content: url(../../../uploads/2020/08/chy-date-icon-min.png);
  margin-right: 2px;
  margin-top: 4px;
}

.chw-posts .elementor-post__excerpt p {
  font-size: 0.8rem !important;
  color: #000000 !important;
  font-weight: 400 !important;
}

/*/////////////////MDPI Screen Style/////////////////*/

@media screen and (max-width: 1440px) {
  .chw-slider .swiper-slide-contents {
    padding: 75px 50px 50px 50px;
  }
}

/*/////////////////Tablet Style/////////////////*/

@media screen and (max-width: 1024px) {
  .chw-slider .swiper-slide-contents:before {
    border-top: solid 1500px rgba(0, 0, 0, 0.6);
    border-right: solid 15vw transparent;
    width: 80vw;
  }
  .chw-slider .swiper-slide-contents {
    width: 70%;
    padding: 60px 30px 30px 30px;
  }
  .bg-img-hide {
    background-image: none !important;
    -webkit-background-image: none !important;
  }
  .chw-grey-section:before {
    border-bottom-width: 50px;
    top: -49px;
  }
  .text-column > .elementor-widget-wrap {
    padding: 30px !important;
  }
  .chw-posts .elementor-post:nth-child(3) {
    display: none;
  }
}

/*/////////////////Mobile Style/////////////////*/

@media screen and (max-width: 767px) {
  .chw-slider .swiper-slide-contents {
    width: 100%;
    height: 100%;
    animation-name: fadeInDown;
    padding: 60px 25px 25px 25px;
  }
  .chw-slider .swiper-slide-contents:before {
    width: 100%;
    height: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .chw-slider .elementor-button {
    align-self: center;
  }
  .mobile-blur-bg .swiper-slide-bg {
    filter: blur(2px) brightness(0.35);
    -webkit-filter: blur(2px) brightness(0.35);
  }
  .chw-grey-section:before {
    border-bottom-width: 30px;
    border-left-width: 3vw;
    top: -29px;
    width: 50%;
  }
  .text-column > .elementor-widget-wrap {
    padding: 40px 20px !important;
  }
  .chw-posts .elementor-post:nth-child(3) {
    display: block;
  }
}

/*/////////////////Mobile Style/////////////////*/

@media screen and (max-width: 359px) {
  .chw-slider .swiper-slide {
    min-height: 600px;
  }
}

/*/////////////////Just For PC Style/////////////////*/

@media screen and (min-width: 768px) {
  /*Skew Media*/
  .skew-img .elementor-widget-container {
    transform: skewX(-15deg);
    overflow: hidden;
    margin: 0 54px;
    display: flex;
    justify-content: center;
  }
  .skew-img .elementor-image {
    transform: skewX(15deg);
    min-width: 120%;
  }
  .skew-img .elementor-image a {
    display: flex;
    justify-content: center;
  }
  .skew-img .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .skew-img .swiper-slide-inner {
    transform: skewX(15deg);
    min-width: 120%;
  }
}

/*speed test SEo */

/* @media screen and (max-width: 767px) {
		.swiper-slide-bg {
		background-image: none!important;
	}
} */
