.middle-header .nav-link {
    font-size: 16px;
    font-family: 'Roboto';
    color: #33368D;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
}
.middle-header .cool-link::after {
    height: 1.5px;
    background: #E61B29;
}
.openbtn {
    top: -15px;
}
.grecaptcha-badge{
    display: none;
}
.knowledge-center-icon {
    background: #e9e9e9;
}
.knowledge-center-icon h3 {
    color: #e61b29;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 900px;

}
.middle-header .dropdown-menu.p-0.m-0 {
    border-top: 0px; 
    top:  auto;
}
.testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #e61b29;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #e61b29;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e61b29;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #29d18be61b29;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #e61b29 !important;
  border-color: #e61b29;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}
.owl-stage{
	transform: translate3d(0px, 0px, 0px); transition: all 0.25s ease 0s; width: 1665px;
}

