.p_44_s259 {
  /* CUSTOM NAVIGATION CSS START */
  /* CUSTOM NAVIGATION CSS END */
  /* BUTTON CSS START */
  /* BUTTON CSS END */
}
.p_44_s259 .testimonial_section_19 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_44_s259 .mainHeading {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 5px;
  color: var(--headingColor1);
  font-weight: 600;
  font-family: var(--hFont);
}
.p_44_s259 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
}
.p_44_s259 .uprSec {
  margin-bottom: 50px;
}
.p_44_s259 .testiCard {
  padding: 20px;
  background-color: var(--themeBg2);
  border-radius: 5px;
  border: 2px solid transparent;
  transform: scale(0.9);
  filter: grayscale(1);
}
.p_44_s259 .custGrid {
  grid-template-columns: 100px 1fr;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--themeColor1);
}
.p_44_s259 .imgSec {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 5px;
  line-height: 0px;
}
.p_44_s259 .comment {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: var(--paragraphColorBlack);
}
.p_44_s259 .pName {
  font-size: 12px;
  line-height: 22px;
  color: var(--paragraphColorBlack);
  margin-top: 5px;
  font-weight: 600;
}
.p_44_s259 .profileGrid {
  grid-template-columns: 50px 1fr 50px;
}
.p_44_s259 .name {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 600;
}
.p_44_s259 .desig {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
}
.p_44_s259 .owl-item.active.center .testiCard {
  transform: scale(1) !important;
  border: 2px solid var(--themeColor1);
  filter: grayscale(0);
}
.p_44_s259 .owl-item.active.center .testiCard svg path {
  fill: var(--themeColor1) !important;
}
.p_44_s259 .arrowMainSec {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.p_44_s259 .arrowRightIconSec,
.p_44_s259 .arrowLeftIconSec {
  pointer-events: all;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background-color: var(--btnColor);
  border: 2px solid var(--btnColor);
  border-radius: 8px;
  transition: 0.4s;
}
.p_44_s259 .arrowRightIconSec i,
.p_44_s259 .arrowLeftIconSec i {
  color: var(--btnTextColor);
  transition: 0.4s;
}
.p_44_s259 .arrowRightIconSec:hover,
.p_44_s259 .arrowLeftIconSec:hover {
  background-color: var(--btnHoverColor);
}
.p_44_s259 .arrowRightIconSec:hover i,
.p_44_s259 .arrowLeftIconSec:hover i {
  color: var(--btnHoverTextColor);
}
.p_44_s259 .btn {
  width: 130px;
  height: 42px;
  margin-top: 50px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--btnColor);
  transition: 0.4s;
  z-index: 1;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--btnTextColor);
  background-color: var(--btnColor);
}
.p_44_s259 .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--btnHoverColor);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}
.p_44_s259 .btn:hover {
  color: var(--btnHoverTextColor);
}
.p_44_s259 .btn:before {
  top: 100%;
  left: 100%;
  transition: all 0.4s;
}
.p_44_s259 .btn:hover:before {
  top: -30px;
  left: -30px;
}
.p_44_s259 .btn:active:before {
  background: var(--btnHoverColor);
  transition: 0s;
}
@media only screen and (max-width: 900px) {
  .p_44_s259 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_44_s259 .uprSec {
    margin-bottom: 30px;
  }
}
.p_44_s259 .testiCard {
  filter: none;
  border: 1px solid var(--themeColor);
}
@media only screen and (max-width: 900px) {
  .p_44_s259 {
    background-attachment: scroll;
  }
}
