.logo25 {
  width: 80px;
}
.logInp {
  /* background-color: #f6faff; */
  background-color: white;
  height: 60px;
}
/* carousel  */
.carousel-item {
  border: none;
  box-shadow: none;
}

/* Apply a box-shadow with a smooth transition for the active carousel item */
.carousel-item.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* @media only screen and (min-width: 992px) {
  .carousel-img {
    height: 75vh;
  }
} */
.bannPad {
  margin-top: 100px;
}
/* carousel  */
.welText {
  font-size: 35px !important;
}

.formSec {
  padding-top: 110px;
}
.qhseUl li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.qhseUl li:before {
  left: 0;
  top: 10px;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #2656f6;
}
.logi {
  margin: 160px 0 0 0;
}

/* new slider */
.team-block-two {
  /* width: 350px; */
  position: relative;
  /* min-height: 350px; */
}

@media only screen and (min-width: 992px) and (max-width: 2560px) {
  .team-block-two {
    width: 300px !important;
    /* position: relative; */
  }
}

.team-block-two .inner-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
}

.team-block-two .image {
  position: relative;
  overflow: hidden;
  background-color: #118586;
}

.team-block-two .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  object-fit: cover;
}

.team-block-two .inner-box:hover .image img {
  opacity: 0.9;
  transform: scale(1.04, 1.04);
}

.team-block-two .options {
  position: absolute;
  left: 0px;
  bottom: -60px;
  right: 0px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .options {
  bottom: 25px;
}

.team-block-two .options a {
  position: relative;
  color: #ffffff;
  width: 42px;
  height: 42px;
  margin: 0px 3px;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background-color: #118586;
}

.team-block-two .lower-content {
  position: relative;
  text-align: center;
  padding: 28px 15px 25px;
  min-height: 230px; /* to fix the height issue */
}

.team-block-two h5 {
  position: relative;
  font-weight: 800;
  font-family: "Playfair Display", serif;
}

.team-block-two h5 a {
  position: relative;
  color: #171151;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover h5 a {
  color: #118586;
}

.team-block-two .designation {
  position: relative;
  color: #939ca1;
  font-size: 16px;
  margin-top: 5px;
}
.cardBody {
  background-color: #f0f3f9;
  /* min-height: 100px; */
}
/* end new slider */

.effismImg {
  width: 120px;
}
@media only screen and (min-width: 300px) and (max-width: 768px) {
  .img-height-mob {
    height: 200px;
  }
}
