body {
  font-family: "Urbanist", serif;
  margin: 0;
}
html {
  font-size: 10px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
button {
  font-family: "Urbanist", serif;
}
.container {
  width: 1385px;
  margin: 0 auto;
}
.top-sec {
  background-color: #fafafa;
  padding: 10px;
  transition-duration: 0.4s;
  position: relative;
}
.top-social-icon {
  gap: 15px;
  cursor: pointer;
}

.top-sec ul li a {
  font-size: 14px;
  color: #222222;
  text-decoration: none;
}
.menu-section {
  display: flex;
  justify-content: space-between;
  width: 1385px;
  margin: 0 auto;
}
.menu-list {
  padding: 30px 0 40px;
}
.btn-primary {
  background: #e3530f;
  color: #fff;
  border-radius: 6px;
  padding: 13px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.4;
  border: 0;
  cursor: pointer;
  height: 48px;
}

/* section1 */

.section-1 .banner-wrapper {
  padding: 80px 0;
}
.section-1 .owl-dots {
  position: absolute;
  top: 25%;
  left: 50px;
  transform: translateY(-25%);
}
.section-1 .owl-dot:hover span {
  background: #e3530f;
}
.section-1 .owl-dot span {
  width: 35px !important;
  height: 3px !important;
  margin: 0 2px !important;
}
.section-1 .owl-dot.active span {
  background: #e3530f !important;
}
.banner-main {
  position: absolute;
  top: 30%;
  left: 50px;
  z-index: 99;
}
.banner-main .sub-title {
  font-size: 20px;
  font-weight: 400;
}
.banner-main .main-text {
  font-size: 30px;
  font-weight: 600;
  width: 645px;
  color: #2a2a30;
  line-height: 40px;
  margin: 5px 0 15px;
}
.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-wrapper .owl-carousel {
  border-radius: 45px;
  overflow: hidden;
}
.carousel-wrapper .owl-carousel .owl-theme .owl-loaded .owl-drag {
  height: 675px;
}

.carousel-wrapper .owl-carousel .item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 2rem;
  color: white;
  position: relative;

  width: 100%;
  /* height: 100%; */
  background-size: cover;
  background-position: center;
}
.carousel-wrapper .owl-stage-outer {
  height: 100%;
}
.carousel-wrapper .owl-carousel .owl-item {
  height: 100%;
}
.carousel-wrapper .owl-item.cloned {
  visibility: hidden;
}

/* section2 */
.section-2 {
  margin: 4rem 0;
}
.section-2 .works {
  padding: 13.5rem;
  background: #FFFAFA;
}
.section-2 .dash-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13rem;
  margin-top: 50px;
}
.section-2 .works .primary-text{
    width: 880px;
    margin: 0 auto;
    line-height: 24px;
}
.section-2 .dash-1 .list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  position: relative;
}
.section-2 .dash-1 .list-item::after{
    content: "\e5e1";
    font-family: 'Material Icons';
    width: 40px;
    height: 40px;
    position: absolute;
    right: -77px;
    top: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    color: #e3e3e3;
}
.section-2 .dash-1 .list-item:last-child::after{
    content: none;
}
.section-2 .dash-1 .list-item.active .count {
  background: #e3530f;
  color: #fff;
}
.section-2 .dash-1 .count {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid #e3530f;
  color: #e3530f;
}
.section-2 .dash-1 .data h4 {
  font-size: 18px;
  color: #e3530f;
  margin-bottom: 10px;
}
.section-2 .dash-1 .data p {
  font-size: 14px;
  color: #2a2a30;
  line-height: 22px;
  width: 165px;
  font-weight: 400;
}

/* section3 */

.section-3 .service-box {
  padding: 65px 0;
}
.dash-2 .list-item.dot:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../images/plus.svg") no-repeat center;
  right: -50px;
  top: 50%;
}
.dash-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.ul-reset.dash-2 {
  width: 100%;
}

.dash-2 .list-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  position: relative;
}

.dash-2 .image-block {
  height: 12rem;
  width: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
}

.dash-2 .image-block img {
  max-width: 150px;
}
.dash-2 .desc {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #2a2a30;
  font-weight: 500;
}
.service-box {
  text-align: center;
}

/* section7 */
.section-7 {
  background-color: #fafafa;
  padding: 5rem 0;
  margin-top: 4rem;
}
.accordion {
  border-radius: 5px;
  overflow: hidden;
  border-bottom: 1px dashed #dddddd;
}
.accordion:first-child {
  border-top: 1px dashed #dddddd;
}
.accordion-header {
  padding: 30px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.accordion-header span {
  font-size: 18px;
  transition: transform 0.3s;
}
.accordion-header span.open {
  transform: rotate(180deg);
}
.accordion-header span.open .closed {
  display: none;
}
.open-img {
  display: none;
}
.accordion-header span.open .open-img {
  display: block;
  transform: rotate(180deg);
}
.accordion-content {
  display: none;
  padding: 15px;
  padding-top: 0;
}
.accordion-content p {
  color: #707070;
}

/* section8 */
.section-8 {
  background-color: #fafafa;
  padding: 15px 0 70px;
}
.section-8 .container {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 0;
}
.section-8 .container img {
  width: 55rem;
}
.section-8 .card-1 {
  gap: 4rem;
}
.section-8 .get-in .sub-text-color{
    margin: 20px 0;
}
.btn-border {
  padding: 13px 25px;
  font-size: 15px;
  color: #27293b;
  border: solid 1px #222222;
  border-radius: 10px;
  cursor: pointer;
  background-color: white;
}
/* footer */
.footer-outersec {
  width: 100%;
  height: auto;
  background: #fafafa;
}

footer a {
  transition: all 0.2s ease;
}

.footer-outersec .sec1 {
  width: 100%;
}
.footer-outersec .sec1 .container {
  padding: 6rem 0;
  border-top: 1px solid #dddddd;
}

.footer-outersec .sec1 .global-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-outersec .sec1 .social-sec {
  width: 30.5rem;
  height: auto;
}

.footer-outersec .sec1 .right-sec {
  width: 100%;
  height: auto;
}

.footer-logo {
  width: 100%;
  margin-bottom: 1.6rem;
}
.footer-outersec .sec1 .right-sec .outerlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.footer-outersec .sec1 .right-sec .title {
  font-size: 18px;
  line-height: 2.4rem;
  color: #1d1d1f;
  font-weight: 600;
  display: flex;
}

.footer-outersec .sec1 .right-sec .list-item {
  list-style-type: none;
}
.footer-outersec .sec1 .right-sec .link-item {
  font-size: 1.5rem;
  line-height: 1;
  color: #222222;
  display: flex;
  margin-top: 2rem;
  text-decoration: none;
}

.footer-outersec .sec1 .right-sec .link-item:hover {
  color: #e3530f;
}

.footer-outersec .sec1 .right-sec .address {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #8e8e8f;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 1rem;
  max-width: 256px;
}

.footer-outersec .sec1 .right-sec .item {
  display: flex;
  color: #01b2d6;
}
.footer-outersec .sec2 ul li {
  margin-left: 1rem;
  font-size: 1.5rem;
  color: #222222;
  font-weight: 400;
}
.footer-outersec .sec2 ul li:first-child {
  margin-left: 0;
}
.footer-outersec .sec2 ul li:last-child::after {
  content: none;
}
.footer-outersec .sec2 .container {
  padding: 30px 0;
  border-top: 1px solid #dddddd;
}
.footer-outersec .sec2 ul li:after {
  content: " . ";
  margin-left: 0.5rem;
  position: relative;
  top: -0.2rem;
}
.footer-outersec .sec2 .container .top-social-icon {
  gap: 0;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .menu {
    display: block;
    margin-left: 10px;
  }
  nav {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none;
    z-index: 2;
  }
  nav ul {
    flex-direction: column;
    background-color: white;
    gap: 10px !important;
    padding: 10px;
  }
  .menu-section {
    width: 100%;
  }
  nav ul li.active::before {
    margin: inherit;
  }
  nav ul li:hover::before {
    margin: inherit;
  }
  .top-address-sec li:last-child {
    display: none !important;
  }
  .section-3 .flex {
    flex-direction: column;
  }
  .section-3 h1 br {
    display: none;
  }
  .section-3 {
    padding: 2rem 0;
    margin-top: 2rem;
  }
  .accordion-header {
    padding: 15px 15px 0 0;
  }
  .accordion-header h3 {
    font-size: 15px;
  }
  .section-8 .card-1 {
    flex-direction: column;
  }
  .question-sec {
    width: 100%;
  }
  .question-sec img {
    width: 100% !important;
  }
  .get-in {
    text-align: center;
    margin-bottom: 20px;
  }
  .dash-2 .list-item {
    margin-bottom: 1rem;
  }
}
