/* SEAL */
#myBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.section .heading {
  color: #003a70;
}
.section .subheading {
  color: #ff8e71;
}

.bg-img-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.bg-img-section > .container {
  position: relative;
  z-index: 2;
}
.bg-img-section.overlay {
  position: relative;
}
.bg-img-section.overlay:before {
  z-index: 1;
  content: "";
  background: rgba(0, 58, 112, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec-about .img-wrap {
  margin-bottom: -150px;
}
@media (max-width: 991.98px) {
  .sec-about .img-wrap {
    margin-bottom: 0;
  }
}

.sec-about .intro-box {
  margin-top: 30px;
  position: relative;
}

.section .subheading {
  color: #ff8e71;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.sec-services .intro {
  margin-top: 50px;
  position: relative;
}
.sec-services .intro .v-line {
  position: absolute;
  height: 115px;
  width: 2px;
  background-color: #ff8e71;
  bottom: 0;
  left: 20px;
  z-index: 9;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
}

.sec-services .heading {
  font-weight: 700;
  color: #003a70;
}

.box-slider-wrap {
  background: rgba(0, 58, 112, 0.9);
  padding: 50px 100px;
  min-height: 460px;
}
.box-slider-wrap h3,
.box-slider-wrap .h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.box-slider-wrap p {
  color: rgba(255, 255, 255, 0.7);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.boss {
  height: 480px;
  background: #ec3237;
}
@media screen and (max-width: 468px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 25px;
  }
  .boss {
    height: 530px;
    background: #ec3237;
  }

}

.part {
  font-size: 17px;
}

@media screen and (max-width: 375px) {
  .boss {
    height: 540px;
  }

  .part {
    font-size: 15px;
  }

  .medville {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .boss {
    height: 520px;
    font-size: 13px;
  }

  .pl-3 .name {
    font-size: 12px;
  }
  .pl-3 .position {
    font-size: 11px;
  }
}
@media screen and (max-width: 360px) {  .boss {
  height: 540px;
  font-size: 13px;
}}

.logoimg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 468px) {
  .logoimg {
    width: 100%;
    height: 90%;
  }
}

.list {
  border: 1px solid #ec3237;
  background: #ec3237;
  height: 30px;
  width: 30px;
  border-radius: 80px;
  padding: 9.8px;
}

.form-group small{
  visibility: hidden;
  color: #e74c3c;
}

.form-group.success input{
  border-color: #2ecc71 !important ;
}

.form-group.error input{
  border-color: #e74c3c !important ;
}
.form-group.success textarea{
  border-color: #2ecc71 !important ;
}
.form-group.error textarea{
  border-color: #e74c3c !important ;
}
.form-group.error small{
 visibility: visible;
}

