.section-header {
  padding-top: 0;
}

#intro {
  margin-top: 60px;
}

#intro .carousel-indicators {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: unset;
  margin: 0;
  bottom: unset;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#intro .carousel-indicators li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

#intro .carousel-indicators button {
  height: 10px;
  width: 10px;
  border-radius: 50% !important;
}
#intro img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

#about {
  padding: 100px 0;
  position: relative;
}

#about::after {
  content: "";
  background: url("/files/Home/about-img.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 80%;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  #about::after {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  #about::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 0;
  }
}
#about .txt-box {
  padding-right: 8rem;
  padding-left: 10rem;
  position: relative;
  z-index: 3;
}
#about .txt-box .title {
  font-weight: 600;
  margin-bottom: 136px;
}
#about .txt-box .title p {
  color: #282626;
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: 10px;
}
#about .txt-box .subtitle {
  border-left: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6rem 0;
  margin-bottom: 60px;
  padding-left: 28px;
}
#about .txt-box .subtitle p {
  color: #0f0e0e;
  font-size: 2rem;
  line-height: unset;
}
#about .txt-box .subtitle p:last-child {
  margin-bottom: 0;
}
#about .txt-box .txt {
  margin-bottom: 60px;
}
#about .txt-box .txt p {
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 2.4rem;
}
#about .txt-box .btn {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-left: 20px;
  width: 320px;
  height: 70px;
  border-radius: unset;
}
@media screen and (max-width: 1200px) {
  #about .txt-box {
    padding-left: 8rem;
  }
}
@media screen and (max-width: 991px) {
  #about .txt-box {
    padding: 0 3rem;
  }
  #about .txt-box .title {
    margin-bottom: 80px;
  }
  #about .txt-box .title p {
    font-size: 4rem;
    line-height: 5rem;
  }
  #about .txt-box .subtitle {
    padding: 0.4rem 0 0.4rem 3rem;
    margin-bottom: 60px;
  }
  #about .txt-box .subtitle p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 576px) {
  #about {
    padding: 80px 30px;
  }
  #about .txt-box {
    padding: 0 0.4rem;
  }
  #about .txt-box .title {
    margin-bottom: 80px;
  }
  #about .txt-box .title p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  #about .txt-box .subtitle {
    padding: 0.4rem 0 0.4rem 2rem;
    margin-bottom: 60px;
  }
  #about .txt-box .subtitle p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

#services {
  padding: 100px 0;
  background: url("/files/Home/service-bg.png") no-repeat;
  background-size: contain;
  background-position-y: 25%;
  background-color: #f9f9f9;
}
#services header h3 {
  color: #333;
  text-align: start;
  font-size: 6rem;
  line-height: 10rem;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: unset;
}
#services header h3::before, #services header h3::after {
  content: unset;
}
@media screen and (max-width: 991px) {
  #services header h3 {
    font-size: 4rem;
    line-height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #services header h3 {
    font-size: 4rem;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 576px) {
  #services header h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 5rem;
    text-align: center;
  }
}
#services header p {
  font-family: "Syne", sans-serif;
  text-align: start;
  letter-spacing: 10px;
  font-size: 3rem;
}
@media screen and (max-width: 576px) {
  #services header p {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

#services .services-box > .row {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #services .services-box {
    padding: 10px 0;
    margin: auto 0;
  }

  #services .services-box > .row {
    padding: 0;
    margin: 0;
  }
}

#services .services-box .txt-box {
  background: #f3f3f3;
  padding: 2.4rem;
  position: relative;
  z-index: 3;
  height: 45vh;
  letter-spacing: 2px;
  text-align: justify;
  overflow: hidden;
}
#services .services-box .txt-box .title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 1.35rem;
}
#services .services-box .txt-box .txt p {
  font-size: 1.15rem;
  line-height: 1.8rem;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #services .services-box .txt-box {
    padding: 1rem;
  }
  #services .services-box .txt-box .title {
    margin-bottom: 15px;
  }
  #services .services-box .txt-box .txt {
    line-height: 1rem;
  }
}
@media screen and (max-width: 991px) {
  #services .services-box .txt-box {
    padding: 2rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #services .services-box .txt-box {
    padding: 2rem;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  #services .services-box .txt-box {
    padding: 1.2rem;
  }
}
#services .services-box .img-box {
  position: relative;
  height: 45vh;
  padding: 0;
  overflow: hidden;
}
#services .services-box .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  #services .services-box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#portfolio {
  padding: 100px 0;
}

#portfolio header {
  margin-bottom: 36px;
}
#portfolio header h3 {
  color: #333;
  text-align: start;
  font-size: 6rem;
  line-height: 10rem;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: unset;
}
#portfolio header h3::before, #portfolio header h3::after {
  content: unset;
}
@media screen and (max-width: 991px) {
  #portfolio header h3 {
    font-size: 4rem;
    line-height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #portfolio header h3 {
    font-size: 4rem;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 576px) {
  #portfolio header h3 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
}
#portfolio header p {
  font-family: "Syne", sans-serif;
  text-align: start;
  letter-spacing: 10px;
  font-size: 3rem;
}
@media screen and (max-width: 576px) {
  #portfolio header p {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
  }
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #fff;
  color: #000;
  border-radius: 0;
  border: 1px solid #000;
  letter-spacing: 2px;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  margin-bottom: 20px;
}


#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 0 0 5px 5px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  height: 2.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
  overflow: hidden;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #cab041;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline;
}

#team {
  padding: 100px 0;
  background-color: #f9f9f9;
}
#team header {
  margin-bottom: 36px;
}
#team header h3 {
  color: #333;
  text-align: right;
  font-size: 6rem;
  line-height: 10rem;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: unset;
}
#team header p {
  font-family: "Syne", sans-serif;
  text-align: right;
  letter-spacing: 10px;
  font-size: 3rem;
}
#team header h3::before, #team header h3::after {
  content: unset;
}
@media screen and (max-width: 991px) {
  #team header h3 {
    font-size: 4rem;
    line-height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #team header h3 {
    font-size: 4rem;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 576px) {
  #team header h3 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #team header p {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
  }
}
#team .owl-carousel {
  margin-top: 50px;
}
#team .owl-carousel .team-box {
  text-align: center;
  overflow: hidden;
}
#team .owl-carousel .team-box img {
  width: 100%;
  height: auto;
}
#team .owl-carousel .team-box .name {
  font-weight: 400;
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 10px;
}
#team .owl-carousel .team-box .title {
  font-weight: 300;
  font-size: 0.95em;
  letter-spacing: 0.1em;
}

#contact {
  background: #212121;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact p {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  width: 90%;
}
@media screen and (max-width: 1200px) {
  #contact p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  #contact p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #contact p {
    font-size: 1.2rem;
  }
}
#contact a {
  margin-top: 65px;
  color: #fff;
  font-size: 3rem;
  width: 80%;
  border-radius: unset;
  border: #fff 4px solid;
  font-weight: 900;
  letter-spacing: 10px;
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  #contact a {
    width: 90%;
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  #contact a {
    width: 95%;
    font-size: 2rem;
    padding: 1rem;
  }
}