.center{
  text-align: center;
}
.ft-35{
  font-size: 35px;
}
.banner-area.banner-three {
  height: 350px;
  position: relative;
  z-index: 1;
}
.banner-area.banner-innerpage {
  height: 350px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-three {
    height: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-three {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-three {
    height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.banner-three {
    height: 350px;
  }
}

.banner-area.banner-three::before, .banner-area.banner-three::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #13287d;
  content: '';
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  border-bottom-left-radius: 150px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-three::before, .banner-area.banner-three::after {
    border-bottom-left-radius: 65px;
  }
}

.banner-area.banner-three::after {
  background-image: url(../images/banner-bg-2.jpg);
  background-size: cover;
  background-position: center;
  z-index: -3;
}

.banner-area.banner-three .banner-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-image: url(../images/shape/banner-shape.jpg);
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-area.banner-three .banner-content {
  padding-bottom: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-three .banner-content {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-three .banner-content {
    padding-bottom: 70px;
  }
  .banner-area.banner-three .banner-content ul li a.play-btn {
    padding-left: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.banner-three .banner-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}

.banner-area.banner-three .banner-form {
  padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-three .banner-form {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-three .banner-form {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-three .banner-form {
    padding-left: 0;
  }
}

.banner-area.banner-three .banner-form .banner-form-inner {
  padding: 25px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1);
}

@media (max-width: 767px) {
  .banner-area.banner-three .banner-form .banner-form-inner {
    padding: 30px;
  }
}

.banner-area.banner-three .banner-form .banner-form-inner .title {
  font-size: 30px;
  color: #13287d;
  margin-bottom: 15px;
}

.banner-area.banner-three .banner-form .banner-form-inner input,
.banner-area.banner-three .banner-form .banner-form-inner select,
.banner-area.banner-three .banner-form .banner-form-inner .nice-select,
.banner-area.banner-three .banner-form .banner-form-inner textarea {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background-color: #eeeff2;
  border: none;
  line-height: 50px;
  padding-left: 20px;
}

.banner-area.banner-three .banner-form .banner-form-inner textarea {
  height: 120px;
}

.banner-area.banner-three .banner-form .banner-form-inner button {
  width: 100%;
  background-color: #279e64;
  color: #fff;
  border: none;
  height: 55px;
  border-radius: 3px;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.banner-area.banner-three .banner-form .banner-form-inner button:hover {
  background-color: #13287d;
}
