html {
  scroll-snap-type: y mandatory;
  overflow-x: hidden;
}

body {
  margin: 0;
}

.sections {
  width: 100%;
}

.section {
  height: 100vh;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
}

.sticky-header {
  /* position: relative; */
  position: fixed;
}

.contact-four__form {
  padding: 40px 50px;
}

.contact-four__image img,
.contact-four__image::before {
  height: 650px;
}

.sticky-header .logo {
  padding: 0px 0;
}

.header-style-one.header-5 {
  height: 110px;
}

.hzAccordion__wrp {
  height: 650px;
}

.hzAccordion__item .head .head-title .number {
  font-size: 100px;
}

.hzAccordion__wrp {
  height: 550px;
}

.section-padding {
  padding: 60px 0;
}

.ks-project-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-four-area:before {
  top: 20%;
}

.contact-four__wrp .contact-form {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.footer-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.testimonial-box-items .client-info-items .client-image .quote-icon {
  display: none;
}

.testimonial-box-items {
  padding: 20px;
  min-height: 450px;
}

.page-breadcrumb,
.page-title .title {
  text-align: left;
}



.who-we-are {
  padding: 100px 0;
}

.who-we-are-images {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.who-we-image-box-1,
.who-we-image-box-2 {
  width: calc(50% - 15px);
}

.who-we-img-1 figure,
.who-we-img-2 figure {
  display: block;
  border-radius: 30px;
}

.who-we-img-1 img,
.who-we-img-2 img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.who-we-img-1 img {
  aspect-ratio: 1 / 1.79;
}

.who-we-img-2 img {
  aspect-ratio: 1 / 1.26;
}

.reliable-expertise-box {
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 30px;
  padding: 25px 35px;
  margin-bottom: 20px;
}

.reliable-expertise-box .icon-box {
  margin-right: 20px;
}

.reliable-expertise-box .icon-box img {
  width: 100%;
  max-width: 50px;
}

.reliable-expertise-content {
  width: calc(100% - 70px);
}

.reliable-expertise-content h2 {
  color: var(--white-color);
  font-size: 50px;
}

.reliable-expertise-content p {
  color: var(--white-color);
  text-transform: capitalize;
  margin: 0;
}

.who-we-circle-img {
  position: absolute;
  bottom: 122px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid var(--white-color);
  border-radius: 50%;
  z-index: 1;
}

.who-we-circle-img a {
  display: block;
  border-radius: 50%;
}

.who-we-circle-img img {
  width: 100%;
  max-width: 140px;
  border-radius: 50%;
  animation: infiniterotate 25s infinite linear;
}

.who-we-are-body {
  margin-bottom: 40px;
}

.who-we-are-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.who-we-are-body ul li {
  position: relative;
  width: calc(50% - 10px);
  line-height: 1.5em;
  padding-left: 30px;
}

.who-we-are-body ul li::before {
  content: '\f14a';
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
  font-size: 20px;
  color: var(--primary-color);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 2px;
  left: 0;
}

/*    Why Choose Us css	  */
.why-choose-us {
  padding: 100px 0;
}

.why-choose-content {
  margin-right: 30px;
}

.why-choose-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #7B798C24;
  margin-top: 30px;
  padding-top: 30px;
}

.why-choose-list-item .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #e1e1e1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.why-choose-list-item .icon-box::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #01478f;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.why-choose-list-item:hover .icon-box::before {
  transform: scale(1);
}

.why-choose-list-item .icon-box img {
  width: 100%;
  max-width: 40px;
  transition: all 0.3s ease-in-out;
}

.why-choose-list-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.why-choose-item-content {
  width: calc(100% - 110px);
}

.why-choose-item-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.why-choose-item-content p {
  margin-bottom: 0;
}

.why-choose-image figure {
  display: block;
  border-radius: 30px;
}

.why-choose-image img {
  width: 100%;
  aspect-ratio: 1 / 1.236;
  object-fit: cover;
  border-radius: 30px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  overflow-y: hidden;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
  display: block;
}

.modal-content form {
  padding: 20px 30px;
}

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden;
  color: #000;
}

.footer-logo img {
  width: 80px;
}

.mobile-video {
  display: none;
}

@media (max-width: 768px) {
  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }
}

@media (max-width: 1399.98px) {
  .hzAccordion__item .head .head-title .number {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 1200px) {
  .section {
    height: auto;
    scroll-snap-align: none;
  }

  .about-image-items-2 img {
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .modal-content {
    width: 100%;
    margin: 50% auto;
  }

  .modal-content form {
    padding: 20px 0px;
  }

  .ks-project-content-wrap {
    padding: 20px 15px 20px 15px;
  }

  .ks-project-text {
    line-height: normal;
  }
  .footer-bottom p{
    line-height: 30px;
  }
}

.image-column-3 .inner-column .image1:hover img,
.image-column-3 .inner-column .image2:hover img {
  filter: unset !important;
}

.file-wrapper {
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
  width: calc(100% - 2em);
}

.file-wrapper input {
  left: 0;
  opacity: .01;
  cursor: pointer;
  position: absolute;
  -moz-opacity: .01;
  filter: alpha(opacity=1);
}

.form-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  background: #fff;
  border-bottom: 1px solid #d3d9dd !important;
  border-radius: 3px;
  cursor: pointer;
  color: #000;
  border: none;
  font-family: Quicksand, sans-serif;
}

.file-wrapper .file-button {
  color: #fff;
  float: left;
  cursor: pointer;
  margin-left: -20px;
  padding: 15px;
  background: #0167b1 !important;
  display: inline-block;
}

.file-button i {
  margin-right: 8px;
}

#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden;
}