@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 180px 0px 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-section {
    padding: 160px 0px 80px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding: 150px 0px 40px;
  }
}
@media screen and (max-width: 575px) {
  .banner-section {
    padding: 150px 0px 30px;
  }
}
.banner-section::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: 0.4;
}
@media screen and (max-width: 1199px) {
  .banner-section::after {
    opacity: 0.6;
  }
}
.banner-section .small-title span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  line-height: 130%;
  font-weight: 300;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .banner-section .small-title span {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .small-title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .banner-section .small-title span {
    font-size: 15px;
    line-height: 120%;
  }
}
.banner-section .title {
  width: 30%;
}
@media screen and (max-width: 1700px) {
  .banner-section .title {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .title {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .banner-section .title {
    width: 89%;
  }
}
@media screen and (max-width: 575px) {
  .banner-section .title {
    width: 75%;
  }
}
.banner-section .title span {
  padding: 30px 0px 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 76px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .banner-section .title span {
    font-size: 66px;
  }
}
@media screen and (max-width: 1450px) {
  .banner-section .title span {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .title span {
    font-size: 46px;
    padding: 20px 0px 30px;
  }
}
@media screen and (max-width: 575px) {
  .banner-section .title span {
    font-size: 35px;
    line-height: 100%;
  }
}
.banner-section .banner-wrap {
  display: flex;
  justify-content: space-between;
  width: 42%;
}
@media screen and (max-width: 1700px) {
  .banner-section .banner-wrap {
    width: 62%;
  }
}
@media screen and (max-width: 1450px) {
  .banner-section .banner-wrap {
    width: 53%;
  }
}
@media screen and (max-width: 1199px) {
  .banner-section .banner-wrap {
    width: 57%;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .banner-wrap {
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section .banner-wrap {
    gap: 20px;
  }
}
.banner-section .banner-wrap .banner-content {
  width: 48%;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .banner-section .banner-wrap .banner-content {
    width: 47%;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .banner-wrap .banner-content {
    width: 100%;
  }
}
.banner-section .banner-wrap .banner-content p,
.banner-section .banner-wrap .banner-content span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  line-height: 150%;
  letter-spacing: 0px;
  font-weight: 300;
}
@media screen and (max-width: 1450px) {
  .banner-section .banner-wrap .banner-content p,
  .banner-section .banner-wrap .banner-content span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-section .banner-wrap .banner-content p,
  .banner-section .banner-wrap .banner-content span {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .banner-wrap .banner-content p,
  .banner-section .banner-wrap .banner-content span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section .banner-wrap .banner-content p,
  .banner-section .banner-wrap .banner-content span {
    font-size: 14px;
    line-height: 170%;
  }
}
.banner-section .banner-wrap .right-content {
  position: relative;
}
.banner-section .banner-wrap .right-content p {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.banner-section .banner-wrap .right-content p:first-child {
  text-decoration: none;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .banner-section .banner-wrap .right-content p:first-child {
    display: none;
  }
}
.banner-section .banner-wrap .right-content p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #fff;
  display: block;
  position: unset;
  width: auto;
  filter: unset;
}
.banner-section .banner-wrap .right-content p a:hover {
  color: #ff0000;
}
.banner-section .banner-wrap .right-content a {
  display: none;
  position: absolute;
  bottom: -7px;
  right: 0px;
  color: red;
  filter: invert(18%) sepia(70%) saturate(7155%) hue-rotate(357deg) brightness(95%) contrast(120%);
}
@media screen and (max-width: 991px) {
  .banner-section .banner-wrap .right-content a {
    display: block;
    width: 25px;
  }
}
.banner-section .back-image img {
  width: 100%;
}

.service-section {
  padding: 127px 0px 130px;
}
.service-section.service-images {
  padding: 20px 0px 30px;
}
@media screen and (max-width: 1700px) {
  .service-section {
    padding: 100px 0px 105px;
  }
}
@media screen and (max-width: 1199px) {
  .service-section {
    padding: 70px 0px 75px;
  }
}
@media screen and (max-width: 991px) {
  .service-section {
    padding: 50px 0px 55px;
  }
}
@media screen and (max-width: 767px) {
  .service-section {
    padding: 30px 0px 35px;
  }
}
.service-section .title span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  line-height: 120%;
  padding-bottom: 54px;
  letter-spacing: 2.7px;
  color: #ff0000;
  text-transform: uppercase;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .service-section .title span {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .service-section .title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-section .title span {
    padding-bottom: 15px;
    font-size: 15px;
  }
}
.service-section .latest {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-section .latest {
    flex-direction: column;
    gap: 34px;
  }
}
.service-section .latest .latest-row {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .service-section .latest .latest-row {
    width: 100%;
  }
}
.service-section .latest .latest-row .latest-img {
  width: 100%;
  font-size: 0px;
  margin-bottom: 30px;
  overflow: hidden;
}
.service-section .latest .latest-row .latest-img:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 991px) {
  .service-section .latest .latest-row .latest-img {
    margin-bottom: 15px;
  }
}
.service-section .latest .latest-row .latest-img img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.8s ease-in-out;
}
.service-section .latest .latest-row .service-title {
  /* Service page css starts here*/
  /* Service page css ends here*/
}
.service-section .latest .latest-row .service-title span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 58px;
  line-height: 120%;
  letter-spacing: 2.7px;
  color: #ff0000;
  text-transform: uppercase;
}
@media screen and (max-width: 1700px) {
  .service-section .latest .latest-row .service-title span {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .service-section .latest .latest-row .service-title span {
    font-size: 35px;
  }
}
.service-section .latest .latest-row .service-title a span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 58px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #ff0000;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.service-section .latest .latest-row .service-title a span:hover {
  color: #000000;
}
@media screen and (max-width: 1700px) {
  .service-section .latest .latest-row .service-title a span {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .service-section .latest .latest-row .service-title a span {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .service-section .latest .latest-row .service-title a span {
    text-decoration: 2px #ff0000 underline;
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .service-section .latest .latest-row .service-title a span {
    padding-bottom: 10px;
  }
}
.service-section .latest .latest-row .service-title .title-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .service-section .latest .latest-row .service-title .title-content {
    gap: 20px;
  }
}
.service-section .latest .latest-row .service-title .title-content a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0px;
  color: #ff0000;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  opacity: 1;
}
.service-section .latest .latest-row .service-title .title-content p,
.service-section .latest .latest-row .service-title .title-content li {
  font-family: "Helvetica", sans-serif;
  font-size: 23px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
@media screen and (max-width: 1450px) {
  .service-section .latest .latest-row .service-title .title-content p,
  .service-section .latest .latest-row .service-title .title-content li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .service-section .latest .latest-row .service-title .title-content p,
  .service-section .latest .latest-row .service-title .title-content li {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .service-section .latest .latest-row .service-title .title-content p,
  .service-section .latest .latest-row .service-title .title-content li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .service-section .latest .latest-row .service-title .title-content p,
  .service-section .latest .latest-row .service-title .title-content li {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 170%;
    font-weight: 400;
  }
}
.service-section .latest .latest-row .service-title .accordion-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.service-section .latest .latest-row .service-title .accordion-section .accordion {
  transition: all 0.5s ease-in-out;
}
.service-section .latest .latest-row .service-title .accordion-section .accordion.active a:first-child {
  opacity: 0;
  font-size: 0px;
  line-height: 0px;
}
.service-section .latest .latest-row .service-title .accordion-section .accordion.active a:last-child {
  opacity: 1;
}
.service-section .latest .latest-row .service-title .accordion-section .accordion a {
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  line-height: 150%;
  font-weight: 400;
  color: #ff0000;
  opacity: 1;
}
.service-section .latest .latest-row .service-title .accordion-section .accordion a:last-child {
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .service-section .latest .latest-row .service-title .accordion-section .accordion a {
    padding: 26px 5px;
  }
}
.service-section .latest .latest-row .service-title .accordion-section .accordion p {
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 1450px) {
  .service-section .latest .latest-row .service-title .accordion-section .accordion p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .service-section .latest .latest-row .service-title .accordion-section .accordion p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .service-section .latest .latest-row .service-title .accordion-section .accordion p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .service-section .latest .latest-row .service-title .accordion-section .accordion p {
    font-size: 14px;
    line-height: 170%;
  }
}

.projects {
  background-color: #ff0000;
  color: #fff;
}
.projects .container {
  width: calc(50% + 825px);
  margin: 0px;
  margin-left: auto;
}
@media screen and (max-width: 1700px) {
  .projects .container {
    width: calc(50% + 675px);
    margin: 0px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1450px) {
  .projects .container {
    width: calc(50% + 575px);
    margin: 0px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) {
  .projects .container {
    width: calc(50% + 485px);
    margin: 0px;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .projects .container {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .projects .container {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
  }
}
@media screen and (max-width: 575px) {
  .projects .container {
    width: 100%;
  }
}
.projects .container .project-section {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .projects .container .project-section {
    flex-direction: column;
  }
}
.projects .container .project-section .container {
  width: 21%;
  margin: 0px;
}
@media screen and (max-width: 1700px) {
  .projects .container .project-section .container {
    width: 27%;
  }
}
@media screen and (max-width: 991px) {
  .projects .container .project-section .container {
    width: 748px;
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .projects .container .project-section .container {
    width: 100%;
    margin: 0px auto;
    padding: 0px 35px;
  }
}
@media screen and (max-width: 991px) {
  .projects .container .project-section .container .project-content {
    padding: 35px 0px;
  }
}
.projects .container .project-section .container .project-content h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .projects .container .project-section .container .project-content h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .projects .container .project-section .container .project-content h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .projects .container .project-section .container .project-content h2 {
    font-size: 15px;
  }
}
.projects .container .project-section .container .project-content span {
  padding: 33px 0px 45px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 76px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
@media screen and (max-width: 1700px) {
  .projects .container .project-section .container .project-content span {
    font-size: 66px;
  }
}
@media screen and (max-width: 1450px) {
  .projects .container .project-section .container .project-content span {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .projects .container .project-section .container .project-content span {
    font-size: 46px;
    padding: 20px 0px 30px;
  }
}
@media screen and (max-width: 575px) {
  .projects .container .project-section .container .project-content span {
    font-size: 35px;
    line-height: 100%;
  }
}
.projects .container .project-section .container .project-content a,
.projects .container .project-section .container .project-content p {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  line-height: 150%;
  font-weight: 300;
}
@media screen and (max-width: 1450px) {
  .projects .container .project-section .container .project-content a,
  .projects .container .project-section .container .project-content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .projects .container .project-section .container .project-content a,
  .projects .container .project-section .container .project-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .projects .container .project-section .container .project-content a,
  .projects .container .project-section .container .project-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .projects .container .project-section .container .project-content a,
  .projects .container .project-section .container .project-content p {
    font-size: 14px;
    line-height: 170%;
  }
}
.projects .container .project-section .container .project-content .title {
  cursor: pointer;
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.projects .container .project-section .container .project-content .title:hover a {
  color: #000000;
}
.projects .container .project-section .container .project-content .title:hover img {
  filter: invert(1);
}
@media screen and (max-width: 1700px) {
  .projects .container .project-section .container .project-content .title {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1450px) {
  .projects .container .project-section .container .project-content .title {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .projects .container .project-section .container .project-content .title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .projects .container .project-section .container .project-content .title {
    margin-top: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .projects .container .project-section .container .project-content .title {
    gap: 8px;
    margin-top: 15px;
  }
}
.projects .container .project-section .container .project-content .title img {
  width: 9%;
  height: 9%;
  filter: invert(0);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  .projects .container .project-section .container .project-content .title img {
    width: 5%;
  }
}
@media screen and (max-width: 767px) {
  .projects .container .project-section .container .project-content .title img {
    width: 3%;
  }
}
@media screen and (max-width: 575px) {
  .projects .container .project-section .container .project-content .title img {
    width: 5%;
  }
}
.projects .container .project-section .container .project-content .title a {
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .projects .container .project-section .container .project-content .title a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
}
.projects .container .project-section .container .project-content .title .video-wrapper {
  display: none;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.projects .container .project-section .container .project-content .title .video-wrapper .video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .projects .container .project-section .container .project-content .title .video-wrapper .video {
    width: 90%;
    text-align: center;
  }
}
.projects .container .project-section .container .project-content .title .video-wrapper .video video {
  width: 600px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .projects .container .project-section .container .project-content .title .video-wrapper .video video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    border: none;
  }
}
.projects .container .project-section .container .project-content .title .video-wrapper .video a {
  z-index: 3;
  text-decoration: none;
  font-size: 20px;
  position: absolute;
  top: -16px;
  right: -17px;
  color: black;
  background: white;
  padding: 0px 9px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid black;
}
@media screen and (max-width: 767px) {
  .projects .container .project-section .container .project-content .title .video-wrapper .video a {
    padding: 0px 11px;
    top: 24px;
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .projects .container .project-section .container .project-content .title .video-wrapper .video a {
    right: -15px;
    top: -17px;
  }
}
.projects .container .project-section .project-image {
  position: relative;
  font-size: 0px;
  width: 76%;
}
@media screen and (max-width: 1700px) {
  .projects .container .project-section .project-image {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .projects .container .project-section .project-image {
    width: 100%;
  }
}
.projects .container .project-section .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects .container .project-section .project-image ul {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 50px;
  right: 10%;
}
@media screen and (max-width: 991px) {
  .projects .container .project-section .project-image ul {
    right: 50%;
    transform: translate(50%, 0%);
  }
}
.projects .container .project-section .project-image ul li.slick-active button {
  background-color: red;
}
.projects .container .project-section .project-image ul li button {
  background-color: white;
  font-size: 0px;
  width: 50px;
  height: 6px;
  border-radius: unset;
  border: none;
  outline: none;
}
.projects .container .project-section .project-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.projects .container .project-section .project-image a img {
  height: 100%;
  width: 100%;
}

.our-client {
  padding: 127px 0px 100px;
}
@media screen and (max-width: 1700px) {
  .our-client {
    padding: 100px 0px 80px;
  }
}
@media screen and (max-width: 1199px) {
  .our-client {
    padding: 70px 0px 60px;
  }
}
@media screen and (max-width: 991px) {
  .our-client {
    padding: 30px 0px;
  }
}
.our-client h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  padding-bottom: 54px;
  letter-spacing: 2.7px;
  color: #ff0000;
  text-transform: uppercase;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .our-client h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .our-client h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .our-client h2 {
    padding-bottom: 15px;
    font-size: 15px;
  }
}
.our-client .client-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1700px) {
  .our-client .client-images {
    gap: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .our-client .client-images {
    gap: 38px;
  }
}
@media screen and (max-width: 991px) {
  .our-client .client-images {
    gap: 16px;
  }
}
.our-client .client-images .client-logo {
  font-size: 0px;
  width: 18%;
}
@media screen and (max-width: 1199px) {
  .our-client .client-images .client-logo {
    width: 16%;
  }
}
@media screen and (max-width: 991px) {
  .our-client .client-images .client-logo {
    max-width: 240px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .our-client .client-images .client-logo {
    max-width: 160px;
    width: 45%;
  }
}
.our-client .client-images .client-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
