/* Compact Header Toggle - SCSS Version */
.fbPixel {
  display: none;
}

.homeSlider {
  position: relative;
}
@media (max-width: 991px) {
  .homeSlider {
    overflow: hidden;
  }
}
.homeSlider img {
  max-width: 100%;
  width: 100%;
  -webkit-animation: imageAnimation 40s linear infinite 0s;
  -moz-animation: imageAnimation 40s linear infinite 0s;
  -o-animation: imageAnimation 40s linear infinite 0s;
  -ms-animation: imageAnimation 40s linear infinite 0s;
  animation: imageAnimation 40s linear infinite 0s;
  height: 102vh;
}
@media (max-width: 991px) {
  .homeSlider img {
    max-width: inherit;
    width: inherit;
  }
}
.homeSlider:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.homeSlider .sliderContent {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 576px) {
  .homeSlider .sliderContent {
    padding: 0 15px;
  }
}
.homeSlider .sliderContent span {
  font-family: "RedHatDisplay-Light";
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #3095fb;
}
.homeSlider .sliderContent h1 {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 6px 0;
}
@media (max-width: 991px) {
  .homeSlider .sliderContent h1 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .homeSlider .sliderContent h1 {
    font-size: 32px;
  }
}
.homeSlider .sliderContent p {
  color: #fff;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .homeSlider .sliderContent p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .homeSlider .sliderContent p br {
    display: none;
  }
}
.homeSlider .scroll {
  bottom: 40px;
  color: #ffffff;
  display: inline-block;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  text-decoration: none;
  transform: translate(0px, -50%);
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  z-index: 2;
}
.homeSlider .scroll a {
  display: inline-block;
  line-height: 40px;
  margin: 0;
}
.homeSlider .scroll a span {
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  height: 46px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 0;
  width: 30px;
}
.homeSlider .scroll a span:before {
  animation: 2s ease 0s normal none infinite running sdb10;
  background-color: #d3ad52;
  box-sizing: border-box;
  color: #fff;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 27px;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: -8px;
  width: 0;
}

.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.industriesBanner .bannerDesc p {
  margin: 0px !important;
  font-size: 35px;
  font-weight: 600;
  line-height: 56px;
  color: #fff;
  letter-spacing: 1px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .innerBanner .bannerMain.industriesBanner .bannerDesc p {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .innerBanner .bannerMain.industriesBanner .bannerDesc p {
    font-size: 18px;
  }
}
.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 .bannerDesc .blogBannerContent {
  max-width: 900px;
  margin: auto;
}
.innerBanner .bannerMain .bannerDesc .blogBannerContent h1 {
  font-size: 32px;
  line-height: 1.2;
}
.innerBanner .bannerMain .bannerDesc .blogBannerContent p {
  letter-spacing: 0.9px;
  font-size: 15px;
  max-width: inherit;
}
.innerBanner .bannerMain .bannerDesc .textCapitalize h1 {
  text-transform: capitalize;
  text-align: center;
}
.innerBanner .bannerMain .bannerDesc h1 {
  margin: 0 0 10px !important;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  .innerBanner .bannerMain .bannerDesc h1 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .innerBanner .bannerMain .bannerDesc h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.innerBanner .bannerMain .bannerDesc p {
  letter-spacing: 0.1px;
  line-height: 24px;
  margin: 0 auto;
  color: #f9f9f9;
  max-width: 600px;
}
.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;
}

/*--privacy policy--*/
.policy {
  padding: 50px 0;
}
.policy .policyDesc {
  display: block;
}
.policy .policyDesc h2 {
  font-size: 24px;
  margin: 22px 0;
}
.policy .policyDesc p {
  line-height: 30px;
}
.policy .policyDesc p a {
  color: #155a9f;
}

/*----*/
.commonSlider {
  padding: 50px 0 50px 0;
}
@media (max-width: 576px) {
  .commonSlider {
    display: none;
  }
}
.commonSlider .commonTitle {
  text-align: center;
  margin: 0 0 30px 0;
}
.commonSlider video {
  width: 100%;
}

/*  404 Page  */
.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;
}

/*  inner banner   */
@media (min-width: 768px) {
  .barkWrapper {
    max-height: 480px;
    overflow: hidden;
  }
}
/*  responsive  */
@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;
}

.recaptchaerror {
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  left: 16px;
  bottom: 20px;
  display: none;
}

.viewPortfolioElements {
  padding: 30px 50px;
  background-image: url(../blogimages/view-portbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  margin: 15px 0;
  position: relative;
}
.viewPortfolioElements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.503);
  border-radius: 5px;
}
.viewPortfolioElements .viewPortfoliobody {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  z-index: 9;
  position: relative;
  width: 100%;
  max-width: 45vw;
}
@media (max-width: 1199px) {
  .viewPortfolioElements .viewPortfoliobody {
    max-width: 55vw;
  }
}
@media (max-width: 767px) {
  .viewPortfolioElements .viewPortfoliobody {
    max-width: 65vw;
  }
}
@media (max-width: 576px) {
  .viewPortfolioElements .viewPortfoliobody {
    max-width: 100vw;
  }
}
.viewPortfolioElements .viewPortfoliobody .portfolioContent {
  width: 100%;
}
.viewPortfolioElements .viewPortfoliobody .portfolioContent h4,
.viewPortfolioElements .viewPortfoliobody .portfolioContent p {
  color: #ffffff;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .viewPortfolioElements .viewPortfoliobody .portfolioContent h4 {
    font-size: 18px !important;
  }
}

.custom-solutionwrapper {
  padding: 30px 23px;
  background-color: #193370;
  border-radius: 16px;
  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: 11px 21px;
  color: #ffffff;
  border: 1px solid #f58305;
  text-decoration: none;
  border-radius: 21px;
  white-space: nowrap;
}

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

.blogInnerPage .blogInnerDesc h4 {
  text-transform: none;
}

.table-content-title {
  top: 110px !important;
}

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