/*
Title:update form 05-september
Author: Hari Bhusal
*/

.partner .partner-image img {
  max-height: 180px;
  min-height: 180px;
  width: 100%;
}

.team .team-image {
  position: relative;
}

.team .team-image:hover .team-detail {
  display: block;
}

.team .team-image img {
  height: 280px;
}

.team .team-detail {
  position: absolute;
  top: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.9);
  display: none;

}

.team .team-detail-wrapper {
  max-height: 280px;
  overflow-y: scroll;
  padding: 15px;
}

.team .detail-toggler {
  position: absolute;
  bottom: -30px;
  right: 30px;
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
}

.team .detail-toggler i {
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 40px;
  color: #107dac;
}

.team .team-info {
  border: 1px solid #e8e8e8;
  padding: 15px;
  border-top: none;
}



.team .team-info .member-name {
  font-size: 18px;
}

.team .team-info .member-name a {
  color: #333;
  text-decoration-color: #333;
}

.team .team-info .member-designation {
  font-size: 16px;
}

.team .team-info .member-email {
  font-size: 16px;
}

.team {
  padding: 100px 0;
}

.team .title-section {
  margin-bottom: 30px;
}

/*contact info*/

.contact .contact-info {
  text-align: right;
}

.contact .contact-info p {
  margin: 0;
}

.contact .contact-info i {
  padding-right: 5px;
}

/*about*/

.about .image-widget {
  position: relative;
}

.about .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff !important;
  transform: translate(-50%, 0%);
}

.about .owl-next i {
  color: #333;
}

.about .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  background: #fff !important;
  transform: translate(-50%, 0%);
}

.about .owl-prev i {
  color: #333;
}

.about .about-row {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 15px;
  border-radius: 0;
  width: 100%;
  background: #fff;
}


/*==================================================
 * Effect 2
 * ===============================================*/

.effect2 {
  position: relative;
}

.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 50%;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.effect2:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.services-wrapper .btn-success {
  background: #107dac;
  margin-top: 10px;
  border-color: #107dac;
}
.services-wrapper .btn-success:focus {
  background: #107dac !important;
  margin-top: 10px;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  border-color: #107dac;
}

/*testimonial*/

.testimonial {
  padding: 100px 0;
}

.testimonial .title-section {
  margin-bottom: 30px;
  padding-left: 15px;
}

.testimonial-content {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 40px;
  background: #e8e8e8;
  padding: 30px;
  min-height: 240px;
}

.testimonial-image {
  max-height: 100px;
  margin-top: -15px;
}

.testimonial-image img {
  max-width: 100px;
  width: 100%;
  float: left;
  border-radius: 50%;
  margin-right: 15px;
  border: 10px solid #fff;
}

.testimonial-by {
  text-align: left;
  padding-left: 45px;
  display: block;
}

.testimonial-by .name {
  font-size: 18px;
  padding-top: 30px;
  padding-left: 30px;
}

.testimonial-by .designation {
  font-size: 18px;

}

.testimonial-box-wrapper {
  position: relative;
}

.testimonial-box-wrapper .owl-next {
  position: absolute;
  top: -70px;
  right: 0;
  background: #fff !important;
  border: 1px solid #107dac;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
}

.testimonial-box-wrapper .owl-next i {
  color: #107dac;
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-size: 25px;
}

.testimonial-box-wrapper .owl-prev {
  position: absolute;
  top: -70px;
  right: 70px;
  background: #fff !important;
  border: 1px solid #107dac;
  border-radius: 50% !important;

  height: 50px;
  width: 50px;
}

.testimonial-box-wrapper .owl-prev i {
  color: #107dac;
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-size: 25px;
}

/*projects*/

.projects {
  padding-top: 100px;
  background: #E8E8E8;
}

.contact {
  padding-top: 100px;
}
