/* sharp arrow before para style */
.column-outer p.sharp-arrow {
  position: relative;
}
.heading-wrap p.fill-arrow:after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #4BB033;
  left: -5px;
}
.heading-wrap p.fill-arrow:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  transform: translateY(-50%);
  border-style: solid;
}
.bottom-text h5 {
  padding-top: 15px;
}
p.fill-arrow {
  position: relative;
  padding-left: 20px;
}
.heading-wrap {
  text-align: left;
  padding-left: 20px;
}
.column-outer .heading-wrap h5{
  color:#000;
}
.column-it {
  max-width: 900px;
  margin: 0 auto;
}
.column-outer-wrap {
  padding-bottom: 30px;
  margin-top: 30px;
}
.column-outer p.sharp-arrow:after {
  margin-top: 0.85712px;
  transform: rotate(45deg);
}
.column-outer p.sharp-arrow:after,
.column-outer p.sharp-arrow:before {
  content: "";
  display: block;
  height: 10px;
  border-right: 3px solid;
  position: absolute;
  top: 10px;
  width: 0;
  left: 10px;
  color:#4BB033;
}
.column-outer p.sharp-arrow:before {
  margin-top: -4.57136px;
  transform: rotate(135deg);
}

/* sharp arrwow style end  */
.text-bottom span{
  font-size:16px;
}
.column-wrap-inside {
  display: flex;
  flex-wrap: wrap;
}
.column-wrap-image {
  flex: 0 40%;
}
.column-wrap {
  flex: 0 51%;
}

.column-text p {
  font-size: 17px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 10px;
}
.column-text h3 {
  margin: 10px;
  text-align:left;
}
.heading-text h2 {
  font-size: 24px;
}
.heading-text h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.th-column .column-image img {
  width: 64px;
  height: 64px !important;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  overflow: hidden;
}
.th-column .column-title {
  text-align: center;
}
p.column-name.primary-font {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color:#2b2b2b;
}
.column-outer .px-40.column-text.mr-auto.ml-auto {
  color: #2b2b2b;
}
.column-outer {
  margin: 40px 40px 0px;
  padding: 40px 0px;
}
.th-column .column-author{
  display: flex;
  align-items: center;
  justify-content: center;
}

.th-column .slick-slider {
  margin-bottom: 0; 
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.th-column .slick-dots {
  position: static;
  margin-top: 20px;
}

.th-column .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.4;
}

.th-column .slick-dots li.slick-active button:before {
  opacity: 1;
}

.th-column .slick-prev { left: -40px; width: 50px; height: 50px; line-height: 64px; cursor: pointer;}
.th-column .slick-next { right: -40px; width: 50px; height: 50px; line-height: 64px; cursor: pointer;}

.th-column .slick-prev:hover, 
.th-column .slick-next:hover{
  opacity: 0.70;
}

.th-column .slick-prev img, 
.th-column .slick-next img{ 
  width: 50px; 
  height: auto; 
  padding-bottom:15px;
}

.th-column .slick-prev:before, 
.th-column .slick-next:before{ 
  display: none;
}

@media (max-width: 768px) {
  /*   .th-column .slick-prev { left: -25px; width: 40px; height: 40px; line-height: 40px; cursor: pointer;}
  .th-column .slick-next { right: -25px; width: 40px; height: 40px; line-height: 40px; cursor: pointer;}
  */
  .th-column .slick-prev img, 
  .th-column .slick-next img{ 
    width: 12px; 
    height: auto; 
    padding:0;
  }
  .th-column .slick-next { right: 25%; top: 95%; transform: none;}
  .th-column .slick-prev { left: 25%; top: 95%; transform: none;}

  .column-wrap-inside {
    min-height: unset;
    display: block;
  }
  .column-wrap-image {
    padding-bottom: 20px;
  }
  .bottom-text h5 {
    margin-bottom: 0px;
  }
  .bottom-text h5 {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .column-outer-inner {
    padding: 20px 10px !important;
  }
}
@media (max-width: 500px) {
  .th-column .column-text{ padding: 0 0 20px;}
  .th-column .slick-slider{ padding: 10px;}


  .th-column .slick-slider {width:100%;}
  .column-outer {margin: 30px 20px; padding:0px;}
}
}