.position-relative {
    position: relative !important;z-index:1;
}
.center-element-kaiser {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
section.kaiser-banner {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding: 120px 0 20px 0;
  display: flex;
  align-items: center;
}
.kaiser-banner h2 {
      margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    color: #14176c;
    margin-bottom: 10px;
}
.kaiser-banner p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #000;text-align:justify;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.kaiser-banner .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .kaiser-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .kaiser-banner p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .kaiser-banner .btn-get-started,
  .kaiser-banner .btn-watch-video {
    font-size: 13px;padding:4px 15px;letter-spacing:0;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
.text-left{text-align:left!important;}
.kaiser-wp{position:relative;padding:0 0 20px 0;}
.kaiser-img-wp {
    width: 100%;
    position: relative;
}

.kaiser-img1 {
    width: 100%;
    aspect-ratio: 1/0.9011;
    --mask-image: url("../img/credential/mask.png");
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kaiser-img2 {
    position: absolute;
    bottom: 10px;
    right: 28px;
    width: 46%;
    height: 44%;
    border-radius: 7%;
    z-index: 1;
}
.kaiser-wp .title_sections h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #14176c;
    margin: 10px 0;
}
.kaiser-content {
    padding:20px 0;position:relative;
}
.kaiser-content h5{font-size: 24px;
  font-weight: 600;text-align:justify;
  line-height: 34px;color:#000;margin-bottom:10px;font-family: "Montserrat", sans-serif;}
.kaiser-content p{font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000;text-align:justify;
    margin-bottom: 10px;}
.kaiser_area{padding:40px 0;position:relative;}
.kaiser_item.style_two {
    background: #f0f3f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.kaiser_area.style_two .section-title {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}
.kaiser_area.style_two .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;text-align:left;
}
.kaiser_area.style_two p{font-size:15px;color:#000;font-weight:500;line-height:24px;text-align:justify;}
.kaiser_item.style_two .kaiser-thumb {
    flex-shrink: 0;border-radius:10px 0 0 10px;
}
.kaiser_item.style_two h3{color:#000;font-weight:700;font-size:20px;line-height:34px;margin-bottom:10px;}
.kaiser_item.style_two .kaiser-content {
    padding: 0 20px 0;
}
.kaiser_item.style_two .kaiser-sub {
    margin-top: 25px;
}
.kaiser_item.style_two .kaiser-sub .bio {
    margin-left: 0;
}
.kaiser_item.style_two .kaiser-sub .bio h4.name {
    color: #1976d2;font-weight:600;font-size:20px;
    margin: 0;
}
.testi_list .owl-nav {
    position: absolute;
    top: 50%;
    right: -3%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.testi_list .owl-prev i {
    width: 32px;
    height: 32px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.2);
    display: inline-block;
    line-height: 32px;
    margin-bottom: 10px;
    transition: .5s;
    text-align: center;
}
.testi_list .owl-next i {
    width: 32px;
    height: 32px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.2);
    display: inline-block;
    line-height: 32px;
    transition: .5s;
    text-align: center;
}
.testi_list .owl-prev i, .testi_list .owl-next i:hover {
    background: #1976d2;
    color: #fff;
}
.testi_list .owl-carousel .owl-dot{display:none}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 10px 0 0 10px;
}
.kaiserbox {
  background: #fff;
  padding: 10px 80px;
  margin:20px auto 0 auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  position: relative;text-align:center;
}
.kaiserbox p{font-size: 15px;font-weight: 600;line-height: 30px;color: #000;margin-bottom:0;text-align:center!important;}
.cta2{padding:0 0 20px 0;}
.cta2-explore-content-outer {
  position: relative;
  z-index: 1;
}
.cta2-explore-content {
  background-color: #232323;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cta2-explore-content .cta2-r-circle-1 {
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #b6b5b5;
  border-radius: 50%;
  opacity: 0.05;
  right: -140px;
  top: -200px;
  z-index: -1;
}
.cta2-explore-content .cta2-r-circle-2 {
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #ccc;
  border-radius: 50%;
  opacity: 0.05;
  right: -90px;
  top: -145px;
  z-index: -1;
}
.cta2-title-large p{color:#fff;font-size:16px;line-height:24px;margin-bottom:20px;}
.cta2-title-large h2{color:#fff;font-size:26px;line-height:36px;text-align:center;margin-bottom:20px;font-weight:600;}
.cta2-title-large .mxwdth{margin:0;text-align:center;}
.cta2-title-large .contactbt {
    background: #1976d2;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 10px;
    border: 2px solid #1976d2;
    font-weight: 700;
    margin-right: 0;
    margin: 0 auto;
}
.cta2-title-large .contactbt:hover{background:#fff;border: 2px solid #fff;color:#1976d2}
.mgtop-30{margin-top:30px;}
.kaiserp{position:relative;padding:20px 0;}
.kaiserp .section-title {
    text-align: center;
    padding-bottom: 0;
    position: relative;
}
.kaiserp .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;
}
.kaiserp .section-title p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: none;
    position: relative;
    color: #333;
}
.kaiserp .case-box {
  margin: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .kaiserp .case-box {
    margin:10px 0;
  }
}
.kaiserp .case-box .image {
  border-radius: 8px;
  overflow: hidden;
}
.kaiserp .case-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.kaiserp .case-box .hover-area {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  position: absolute;
  bottom: 10px;
  margin: 0px 40px 0px 20px;
}
.min-hgt-232{min-height:232px;}
.min-hgt-260{min-height:260px;}
@media (max-width: 767px) {
  .kaiserp .case-box .hover-area {
    margin: auto 20px;
  }
}
.kaiserp .case-box .hover-area h3 {
  display: block;
  color: #1976d2;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 125% */
  padding: 0;text-align:center;
  transition: all 0.4s;
}
.kaiserp .case-box .hover-area:hover h3 {
  color: #14176c;
  transition: all 0.4s;
}
.kaiserp .case-box .hover-area p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;margin-bottom:0;
  line-height: 24px;text-align:center;
}
.kaiserp .case-box:hover {
  transition: all 0.4s;
}
.kaiserp .case-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

@media (min-width:100px) and (max-width:767px){
img{max-width:100%;}
section.kaiser-banner {padding: 90px 0 20px 0;}
.kaiser-banner h3 {text-align: center;}
.center-element-kaiser{position:relative;}
.kaiser-banner h2 {font-size: 30px;line-height: 38px;text-align: center;}
.kaiser-banner p {font-size: 14px;line-height: 24px;margin-bottom: 10px;}
.kaiser-img2 {bottom: 6px;right: 16px;}
.kaiser-content h5 {font-size: 20px;font-weight: 600;text-align: center;line-height: 32px;}
.kaiser-content p{font-size:14px;}
.kaiser-content {padding:10px 0;position: relative;}
.kaiser_area.style_two .section-title h2 {font-size: 30px;margin-bottom: 10px;text-align: center!important;}
.kaiser_item.style_two {background: #f0f3f9;display: block;align-items: center;justify-content: center;border-radius: 10px;}
.owl-carousel .owl-item img {display: block;width: 100%;border-radius: 10px;}
.kaiser_item.style_two .kaiser-content {padding: 10px 0;text-align: center;}
.kaiser_area.style_two p {text-align: center;}
.owl-carousel .owl-dots{margin:10px auto;text-align:center;position:absolute;left:0;right:0;bottom:-30px;}
.owl-carousel .owl-dot {cursor: pointer;background: #000;width: 10px;height: 10px;border-radius: 50px;display: inline-block;margin: 0 6px;text-align: center;}
.owl-dot.active { background: #1976d2;}
.testi_list .owl-nav{display:none;}
.kaiser_area.style_two p {font-size: 14px;color: #000;font-weight: 500;line-height: 30px;
text-align: center;margin-bottom: 0;padding: 0 8px;}
.center-element-rcm {position: relative;}
.kaiser-wp .title_sections h2 {font-size: 28px;line-height: 40px;text-align: center;}
.kaiserbox {padding: 20px 20px;margin: 46px auto 0 auto;text-align: center;}
.kaiser_area {padding: 40px 0 20px 0;position: relative;}
.cta2-title-large h2 { text-align: center;}
.cta2-title-large p {font-size: 14px;line-height: 24px;text-align: center;}
.cta2-title-large p {font-size: 14px;line-height: 24px;text-align: center;}
.cta2-title-large .mxwdth {margin: 0 auto; text-align: center;}
.cta2-title-large h2 {font-size: 18px;line-height: 30px;text-align: center; margin-bottom: 20px;}
.min-hgt-232{min-height:auto;}
.min-hgt-260{min-height:aut;}
.kaiserp .section-title h2 {font-size: 28px;line-height: 34px;}
.kaiserp .section-title p {font-size: 14px;}
.kaiserp .case-box .hover-area p {font-size: 14px;}
}