.container-xxl {
  max-width: 1320px;
}

.innerBanner {
  position: relative;
}
.innerBanner .bannerMain {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.innerBanner .bannerMain img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerBanner .bannerMain .bannerDesc {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.innerBanner .bannerMain .bannerDesc.inner {
  text-align: left !important;
}
.innerBanner .bannerMain.textCenter .bannerDesc {
  text-align: center;
}

.map {
  position: relative;
}
.map .mapInner {
  width: 100%;
}
.map .mapInner iframe {
  width: 100%;
  height: 350px;
  position: relative;
  bottom: -6px;
}

.notFoundArea {
  padding: 50px 0;
}
.notFoundArea h2 {
  font-size: 150px;
  line-height: 130px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px;
}
.notFoundArea h4 {
  color: #444444;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px;
  text-transform: initial;
}
.notFoundArea p {
  font-size: 18px;
  margin: 0 0 42px;
  color: #878787;
}
.notFoundArea .form-group .form-control {
  border-radius: 5px 0 0 5px;
  background-color: #fff;
  font-size: 15px;
}
.notFoundArea .form-group .form-control:focus {
  border-color: #193370;
}
.notFoundArea .form-group .form-control:placeholder {
  font-size: 15px;
}
.notFoundArea .form-group .input-group-append .btn {
  height: 40px;
  background: #193370;
  line-height: normal;
  border: 1px solid #193370;
  color: #fff;
}

.load-more {
  text-align: center;
  padding: 0 0 30px 0;
  width: 50px;
  margin: 0 auto;
}
.load-more img {
  max-width: 100%;
}
.load-more .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.load-more .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.load-more .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0056b3;
  margin: -4px 0 0 -4px;
}
.load-more .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.load-more .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.load-more .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.load-more .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.load-more .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.load-more .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.load-more .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.load-more .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.load-more .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.load-more .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.load-more .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.load-more .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.load-more .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.load-more .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.load-more .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.load-more .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.thankYou {
  text-align: center;
  padding: 50px 0;
}
.thankYou h2 {
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.thankYou p {
  margin: 0 0 20px;
}

@media (max-width: 575px) {
  .hd-Decription {
    margin-bottom: 30px;
  }
  .fhm-imageSection {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .whiteBg .card {
    border: none;
  }
  .whiteBg .card .card-header {
    display: none;
  }
  .whiteBg .card .collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  .whiteBg .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
.g-recaptcha {
  margin: 0 0 35px;
}

.custom-solutionwrapper {
  padding: 20px;
  background-color: #193370;
  border-radius: 3px;
  margin: 15px 0;
}
.custom-solutionwrapper .custom-bodywrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .custom-solutionwrapper .custom-bodywrapper {
    flex-direction: column;
    align-items: start;
  }
}
.custom-solutionwrapper .custom-bodywrapper .custom-head {
  color: #ffffff;
  margin-bottom: 0 !important;
}
.custom-solutionwrapper .custom-bodywrapper .hire-us a {
  background-color: #f58305;
  padding: 5px 15px;
  color: #ffffff;
  border: 1px solid #f58305;
  text-decoration: none;
  white-space: nowrap;
}

/*# sourceMappingURL=style.css.map */
