.banner {
  margin-top: 100px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

.ab_navbox {
  position: absolute;
  left: 50%;
  top: 35px;
  z-index: 12;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px; }
  .ab_navbox img {
    vertical-align: unset;
    margin-right: 5px; }

.banner .closes {
  position: absolute;
  right: 0;
  top: 0;
  background: #384DCA;
  display: none;
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }

.banner .closes a {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  color: white;
  line-height: 1.601; }

.banner .tit1 {
  position: absolute;
  /* background: linear-gradient(90deg, rgba(0, 115, 221, 0.85) 0%, rgba(26, 28, 128, 0.85) 100%); */
  background: rgb(15 50 93 / 80%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

.banner .tit1 .tit1-box {
  margin-top: 200px; }

.banner .tit1 .tit1-box h1 {
  font-size: 48px;
  font-family: 'Lato', sans-serif;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 60px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35); }

.banner .tit1 .tit1-box h2 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  color: white;
  font-weight: 400;
  margin-top: 25px;
  line-height: 32px; }

.banner .tit1 .tit1-box .cont {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 38px;
  border-bottom: 1px solid white; }

.banner .tit1 .tit1-box .cont .tel {
  margin-right: 4%; }

.banner .tit1 .tit1-box .cont .cont-item {
  padding: 0; }

.banner .tit1 .tit1-box .cont .cont-item p {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  color: white;
  line-height: 32px;
  margin-bottom: 10px; }
  .banner .tit1 .tit1-box .cont .cont-item p a {
    color: #fff; }

.banner .tit1 .tit1-box .cont .cont-item .btn1 {
  width: 320px;
  height: 63px;
  /* background: #a2c651; */
  background: #fff;
  color: #0F325D;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -17%;
  line-height: 63px; }

.banner .tit1 .tit1-box .cont .cont-item .btn1 a {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  color: #0F325D; }

.banner .tit1 .tit1-box .bottom {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 50px;
  position: relative; }

.banner .tit1 .tit1-box .bottom h3 {
  padding: 0;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  color: white;
  line-height: 36px;
  font-weight: 400;
  width: 420px; }

.banner .tit1 .tit1-box .bottom .right {
  text-align: right;
  position: absolute;
  margin-top: 0;
  width: 360px;
  right: 0; }

.banner .tit1 .tit1-box .bottom .right b {
  width: 25px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0; }

.set6 {
  background: #ecf0f4;
  padding-top: 110px;
  padding-bottom: 105px; }
  .set6 p {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-top: 15px; }

.pdeltit {
  font-size: 36px;
  font-weight: 900;
  color: #0F325D;
  line-height: 36px;
  text-align: center; }

.bottomForm {
  margin-top: 30px; }

.bottomForm label {
  display: inline-block;
  margin-bottom: 15px;
  width: 48.5%;
  background: white;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3); }

.bottomForm label input, .bottomForm label textarea {
  display: block;
  border: none;
  padding-left: 30px;
  width: 100%;
  outline: none; }

.bottomForm label input {
  padding: 20px 0;
  padding-left: 30px;
  width: 100%; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: lighter;
  font-size: 16px; }

.bottomForm label:nth-child(n) {
  padding-left: 0;
  float: left; }

.bottomForm label:nth-child(2n) {
  padding: 0;
  float: right; }

.bottomForm label.mes {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 25px; }

.bottomForm textarea {
  padding-top: 25px;
  margin-bottom: 0;
  width: 100%;
  height: 150px; }

.bottomForm .sub {
  border: none;
  display: block;
  background-color: #ff1783;
  background: #0F325D;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 20px;
  border: none !important;
  color: #fff;
  width: 100%;
  font-weight: 900;
  height: 66px;
  line-height: 66px; }

.enquiry_make {
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

.enquiry_make p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  color: #fff;
  padding: 20px 30px; }

@media screen and (min-width: 1300px) and (max-width: 1450px) {
  .banner .tit1 .tit1-box {
    margin-top: 180px; } }
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .contactForm {
    width: 600px; }

  .map_box {
    height: 750px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .banner {
    margin-top: 128px; }

  .ban_box {
    width: 500px;
    padding: 40px 30px; }

  .set2 {
    padding: 100px 0 70px; }

  .contactForm {
    width: 480px;
    margin-top: 65px; }
    .contactForm textarea {
      height: 80px; }
    .contactForm .subs {
      margin-top: 20px; }

  .map_box {
    height: 700px; }

  .banner .tit1 .tit1-box .cont .cont-item .btn1 {
    width: 100%;
    height: 56px;
    line-height: 56px; }

  .banner .tit1 .tit1-box .cont .cont-item .btn1 a {
    font-size: 18px; }

  .banner .tit1 .tit1-box .cont .cont-item p {
    font-size: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner {
    margin-top: 118px; }

  .banner .tit1 .tit1-box .cont .cont-item .btn1 {
    width: 100%;
    height: 56px;
    line-height: 56px; }

  .banner .tit1 .tit1-box .cont .cont-item .btn1 a {
    font-size: 16px; }

  .banner .tit1 .tit1-box .cont .cont-item p {
    font-size: 16px;
    line-height: 24px; }

  .banner .tit1 .tit1-box .bottom .right {
    width: 300px; }
    .banner .tit1 .tit1-box .bottom .right b {
      top: 19px; }

  .banner .tit1 .tit1-box .bottom h3 {
    font-size: 20px;
    line-height: 36px;
    width: 420px; } }
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 77px; }

  .ab_navbox {
    font-size: 14px;
    line-height: 22px; }

  .banner .tit1 .tit1-box {
    margin-top: 125px; }
    .banner .tit1 .tit1-box h1 {
      font-size: 20px;
      line-height: 50px; }
    .banner .tit1 .tit1-box h2 {
      font-size: 18px;
      margin-top: 10px;
      line-height: 24px; }

  .banner .tit1 .tit1-box .cont {
    padding-top: 25px;
    padding-bottom: 120px; }

  .banner .tit1 .tit1-box .cont .cont-item .btn1 {
    width: 100%;
    height: 50px;
    right: 0;
    bottom: -80px;
    line-height: 50px; }
    .banner .tit1 .tit1-box .cont .cont-item .btn1 a {
      font-size: 16px; }

  .banner .tit1 .tit1-box .bottom h3 {
    font-size: 20px;
    width: 100%; }

  .banner .tit1 .tit1-box .bottom .right {
    position: relative;
    margin-top: 20px;
    width: 100%;
    right: 0; }

  .banner .tit1 .tit1-box .bottom .right b {
    top: 19px;
    right: 275px;
    left: auto; }

  .banner .tit1 .tit1-box .cont .tel {
    margin-right: 0; }

  .banner .tit1 .tit1-box .cont .cont-item p {
    font-size: 16px;
    line-height: 24px; }

  .set6 {
    padding-top: 50px;
    padding-bottom: 60px; }
    .set6 p {
      font-size: 16px; }

  .pdeltit {
    font-size: 20px;
    line-height: 20px; }

  .bottomForm label {
    width: 100%; }

  .bottomForm label input {
    padding: 15px 0;
    padding-left: 20px; }

  .bottomForm label textarea {
    padding: 15px 20px; }

  .bottomForm .sub {
    font-size: 16px;
    height: 54px;
    line-height: 54px; } }

/*# sourceMappingURL=contact.css.map */
