body {
  background: #f7f7f7;
}

.static-slider {
  height: 650px;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  background: #333;
}

.static-slider .slides,
.static-slide {
  position: absolute;
  inset: 0;
}

.static-slide {
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .85s ease, transform 4.5s ease;
  pointer-events: none;
}

.static-slide.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1;
}

.static-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.static-slider .caption-wrap {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  bottom: auto !important;
  z-index: 4 !important;
  width: 100% !important;
  transform: translateY(-50%);
  background: none !important;
  opacity: 1 !important;
  pointer-events: none;
}

.static-slider .caption-wrap .caption {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 20px !important;
  color: #fff !important;
  font-family: Raleway, Calibri, Arial, sans-serif !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  text-align: center;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, .78);
}

.static-slider .caption-wrap .caption::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: min(520px, calc(100% - 40px));
  height: 132px;
  transform: translate(-50%, -50%);
  background: transparent;
}

.static-slider .line-btn {
  display: block !important;
  width: fit-content;
  margin: 15px auto 0 !important;
  pointer-events: auto;
}

.static-slider .line-btn a {
  color: #fff;
}

.static-prev,
.static-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 35px;
  height: 60px;
  margin: 0 !important;
  padding: 15px 0;
  border: 0;
  background: #fff !important;
  color: #333 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 30px;
  text-indent: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

.static-prev {
  left: 0;
  border-radius: 0 6px 6px 0;
}

.static-next {
  right: 0;
  border-radius: 6px 0 0 6px;
}

.static-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 5;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.static-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.static-dots button.active {
  background: #fff;
}

.static-slide.active .caption {
  animation: staticCaption .65s ease both;
}

@keyframes staticCaption {
  from {
    opacity: 0;
    transform: translateY(-26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#parallax1 {
  background-image: url("../image/sec2.jpg");
}

#parallax2 {
  background-image: url("../image/sec4.jpg");
}

#parallax3 {
  background-image: url("../image/sec6.jpg");
}

#parallax1,
#parallax2,
#parallax3 {
  background-position: center center;
  background-attachment: fixed;
}

#parallax1 .container,
#parallax2 .container,
#parallax3 .container,
#parallax1 .row,
#parallax2 .row,
#parallax3 .row,
#parallax1 .col-lg-12,
#parallax2 .col-lg-12,
#parallax3 .col-lg-12,
#parallax1 .align-center,
#parallax2 .align-center,
#parallax3 .align-center {
  height: 100%;
}

#parallax1 .align-center,
#parallax2 .align-center,
#parallax3 .align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}

#parallax1 .quote1-pattern,
#parallax2 .quote1-pattern,
#parallax3 .quote1-pattern {
  opacity: .42;
}

#parallax1 .pad-top40.pad-bot40,
#parallax2 .pad-top40.pad-bot40,
#parallax3 .pad-top40.pad-bot40 {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-height: 130px;
  transform: none !important;
  overflow: visible;
  min-width: 0;
  max-width: calc(100% - 40px);
  margin: 0 auto !important;
  padding: 18px 22px !important;
  background: rgba(0, 0, 0, .62) !important;
}

#parallax1 .pad-top40.pad-bot40 h1,
#parallax2 .pad-top40.pad-bot40 h1,
#parallax3 .pad-top40.pad-bot40 h1 {
  color: #fff;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Calibri, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, .75);
}

.static-content-row {
  float: left;
  max-width: 730px !important;
  height: 390px;
  overflow: hidden !important;
  position: relative;
}

.static-card-strip {
  position: relative;
  left: 0;
  width: 5000px;
  height: 100%;
  transition: left .65s ease;
}

.static-card-strip .contentbox {
  cursor: default;
}

.zoom-link {
  display: block;
  cursor: zoom-in;
}

.zoom-link img {
  transition: transform .25s ease, opacity .25s ease;
}

.zoom-link:hover img {
  opacity: .9;
  transform: scale(1.03);
}

.zoom-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(0, 0, 0, .82);
}

.zoom-modal.open {
  display: flex;
}

.zoom-modal img {
  max-width: min(96vw, 1100px);
  max-height: 88vh;
  box-shadow: 0 12px 45px rgba(0, 0, 0, .45);
}

.zoom-modal button {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  background: #bc0000;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
}

#nav2 a.active,
#nav3 a.active {
  background: #bc0000;
  color: #fff;
}

.client_list {
  text-align: left;
}

.client_list ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px 16px;
  margin: 28px 0 0;
  padding: 0;
}

.client_list ul li {
  width: auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  list-style: none;
  border: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .06);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.client_list ul li:hover {
  border-color: #c8c8c8;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
  transform: translateY(-2px);
}

.client_list ul li img {
  max-width: 100%;
  max-height: 46px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.client_list ul li:hover img {
  transform: none;
}

#contact-page {
  background: #f2f2f2;
  padding: 90px 0 !important;
}

#contact-page .contactContent {
  max-width: 1220px;
  margin: 0 auto;
  padding: 38px 42px 44px;
  background: #fff;
  color: #333;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
}

#contact-page .contactContent > h1 {
  margin-bottom: 28px;
}

#contact-page .contactInfo h3,
#contact-page .contactWrap h4,
#contact-page .contactForm h4 {
  color: #333;
  font-family: Calibri, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 16px !important;
}

#contact-page .contactInfo p,
#contact-page .contactWrap p {
  color: #333;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 20px;
}

#contact-page .contactInfo strong,
#contact-page .contactWrap h6 {
  color: #bc0000 !important;
  font-size: 18px;
  font-weight: 800;
}

#contact-page .contactInfo p strong:not(:first-child) {
  color: #333 !important;
}

#contact-page .contact-red {
  color: #bc0000;
}

#contact-page .static-map {
  width: 100%;
  height: 285px;
  border: 1px solid #ddd;
}

#contact-page .contactWrap {
  margin-top: 42px;
}

#contact-page .contactForm {
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid #eee;
}

.static-inner-shell {
  background-image: url("../theme/img/black-pattern.jpg");
  background-size: cover;
  background-position: center top;
  min-height: calc(100vh - 42px);
}

.static-inner-shell .quote1-pattern {
  opacity: .55;
}

.static-inner-shell .pattern5 {
  position: relative;
  z-index: 2;
}

.static-inner-shell .page-section {
  max-width: 800px;
  margin: 0 auto 70px;
  padding: 0 0 20px;
}

.static-inner-shell .page-wrapper {
  background: #fff;
  padding: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.static-inner-shell .post-slider,
.static-inner-shell .feature-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.static-inner-shell .feature-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.static-inner-shell .inner-sidebar {
  float: left;
  width: 200px;
  margin: 0;
}

.static-inner-shell .page-content {
  float: right;
  width: 590px;
  padding: 15px 20px 35px;
}

.static-page-content h2 {
  color: #bc0000;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 18px;
  text-align: left;
  text-transform: none;
}

.static-page-content p {
  color: #555;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  padding-bottom: 10px;
}

.static-industry-bg {
  margin-top: 25px;
  padding: 28px 0 38px;
  background: #d5d5d5;
}

.ind_block ul.ind_list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.ind_block ul.ind_list li img {
  height: 30px;
  width: auto;
  margin: 0 auto;
}

.static-map {
  width: 100%;
  height: 225px;
  border: 0;
}

.contactForm input,
.contactForm textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  min-height: 36px;
  padding: 8px 10px;
  color: #000;
  background: #fff;
  font: 14px Arial, Helvetica, sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contactForm input:focus,
.contactForm textarea:focus {
  border-color: #bc0000;
  box-shadow: 0 0 0 3px rgba(188, 0, 0, .08);
}

.contactForm label {
  display: block;
  margin: 10px 0 4px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.contactForm button {
  min-width: 180px;
  min-height: 42px;
  margin: 14px 0 0 0;
  padding: 11px 24px;
  border: 1px solid #a80000;
  background: linear-gradient(#d40000, #b50000);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(188, 0, 0, .22);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.contactForm button:hover {
  background: linear-gradient(#c00000, #970000);
  transform: translateY(-1px);
  box-shadow: 0 7px 16px rgba(188, 0, 0, .28);
}

.contactForm button:disabled,
.contactForm button.loading {
  opacity: .78;
  cursor: wait;
  transform: none;
}

.contactForm button.loading span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-top-color: #fff;
  border-radius: 50%;
  vertical-align: -2px;
  animation: spin .8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.form-alert {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-left: 4px solid;
  font-size: 14px;
  font-weight: 700;
}

.form-alert.success {
  border-color: #2f8f46;
  background: #edf8f0;
  color: #236c35;
}

.form-alert.error {
  border-color: #bc0000;
  background: #fff0f0;
  color: #9a0000;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.static-reveal,
.contentbox,
.about-us-main {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.static-reveal.visible,
.contentbox.visible,
.about-us-main.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .static-content-row {
    max-width: 680px !important;
  }

  .contentbox {
    margin-right: 35px;
  }
}

@media (max-width: 991px) {
  .static-content-row {
    float: none;
    max-width: 100% !important;
    width: 100%;
    height: 390px;
  }

  .contentbox {
    margin-right: 40px;
  }

  .client_list ul {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 767px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .static-slider {
    height: 350px;
    margin-top: 0;
  }

  #parallax1,
  #parallax2,
  #parallax3 {
    background-attachment: scroll;
    background-position: center center;
  }

  .static-content-row {
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .contentbox {
    width: 320px;
    max-width: 100%;
    margin-right: 40px;
  }

  .contactForm button {
    width: 100%;
    margin-left: 0;
  }

  #contact-page {
    padding: 55px 0 !important;
  }

  #contact-page .contactContent {
    padding: 24px 16px 30px;
  }

  #contact-page .contactInfo h3,
  #contact-page .contactWrap h4,
  #contact-page .contactForm h4 {
    font-size: 24px;
  }

  #contact-page .contactInfo p,
  #contact-page .contactWrap p,
  #contact-page .contactInfo strong,
  #contact-page .contactWrap h6 {
    font-size: 16px;
  }

  #contact-page .static-map {
    height: 230px;
    margin-top: 18px;
  }

  .client_list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .client_list ul li {
    height: 70px;
  }

  .static-inner-shell {
    padding-top: 60px !important;
  }

  .static-inner-shell .page-section {
    max-width: calc(100% - 24px);
  }

  .static-inner-shell .post-slider,
  .static-inner-shell .feature-img,
  .static-inner-shell .feature-img img {
    height: 230px;
  }

  .static-inner-shell .inner-sidebar,
  .static-inner-shell .page-content {
    float: none;
    width: 100%;
  }

  .static-inner-shell .page-content {
    padding: 18px 14px 28px;
  }

  .button2 a {
    float: left;
  }

  .ind_block ul.ind_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
  }

  .ind_block ul.ind_list li {
    min-width: 0;
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .static-slider {
    height: 220px;
  }

  .client_list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .static-inner-shell .post-slider,
  .static-inner-shell .feature-img,
  .static-inner-shell .feature-img img {
    height: 180px;
  }

  .static-slider .caption-wrap .caption {
    font-size: 24px !important;
    text-shadow: 1px 2px 3px #000;
  }

  .static-slider .caption-wrap {
    top: 50% !important;
    display: block !important;
  }

  .static-slider .caption-wrap .caption::before {
    width: calc(100% - 24px);
    height: 96px;
  }

  .static-dots {
    bottom: 8px;
  }

  #parallax1 .pad-top40.pad-bot40,
  #parallax2 .pad-top40.pad-bot40,
  #parallax3 .pad-top40.pad-bot40 {
    width: 230px;
    min-height: 92px;
    max-width: calc(100% - 24px);
    min-width: 0;
    padding: 12px 14px !important;
  }

  #parallax1 .pad-top40.pad-bot40 h1,
  #parallax2 .pad-top40.pad-bot40 h1,
  #parallax3 .pad-top40.pad-bot40 h1 {
    font-size: 28px !important;
    line-height: 1.08;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  #parallax1 .pad-top40.pad-bot40,
  #parallax2 .pad-top40.pad-bot40,
  #parallax3 .pad-top40.pad-bot40 {
    width: 205px;
    min-height: 82px;
  }

  #parallax1 .pad-top40.pad-bot40 h1,
  #parallax2 .pad-top40.pad-bot40 h1,
  #parallax3 .pad-top40.pad-bot40 h1 {
    font-size: 24px !important;
  }
}

@media (max-width: 380px) {
  .static-slider .caption-wrap {
    display: block !important;
  }
}
