.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1254901961);
  -webkit-backdrop-filter: blur(0px) !important;
          backdrop-filter: blur(0px) !important;
  z-index: 10000;
}
.scrolled .nav-link {
  color: #000 !important;
}
.scrolled .logo-dark {
  display: block !important;
}
.scrolled .logo-light {
  display: none !important;
}
.scrolled .active {
  position: relative;
  color: #F15C2B !important;
  font-weight: 400 !important;
}
.scrolled .active::after {
  background-color: #F15C2B !important;
  width: 30%;
  transition: all ease-in-out 0.5s;
}

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 9;
}
header .navbar-brand img {
  width: 180px;
}
header .navbar-brand .logo-light {
  display: block;
}
header .navbar-brand .logo-dark {
  display: none;
}
header .navbar-nav .nav-item .nav-link {
  font-size: 0.875rem;
  margin-right: 15px;
  position: relative;
  color: #000;
}
header .navbar-nav .nav-item .nav-link::after {
  content: "";
  background-color: #F15C2B;
  width: 0%;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
  transition: all ease-in-out 0.5s;
}
@media (min-width: 1200px) {
  header .navbar-nav .nav-item .nav-link::after {
    left: 8px;
    bottom: -13px;
  }
}
header .navbar-nav .nav-item .active {
  position: relative;
  color: #F15C2B;
  font-weight: 600;
}
header .navbar-nav .nav-item .active::after {
  width: 30%;
  transition: all ease-in-out 0.5s;
}

footer {
  background-color: #FFF3F4;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-top: 20px;
  border-top: 1px solid #EAEAEA;
}
footer h2 {
  font-weight: 600;
  color: #5B6678;
  font-size: 1.25rem;
}
footer p {
  color: #5B6678;
  font-size: 0.875rem;
  width: 85%;
}
footer hr {
  color: rgb(196, 196, 196);
}
footer h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #5B6678;
}
footer .useful-link p {
  color: #F15C2B;
  font-size: 0.875rem;
  font-weight: 600;
}
footer .useful-link .nav-list {
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
footer .useful-link .nav-list a {
  color: #5B6678;
  text-decoration: none;
}
footer .useful-link .nav-list a:hover {
  color: #F15C2B;
}
footer .useful-link .nav-list i {
  color: #5B6678;
}

.footer-bottom {
  bottom: 6px;
  background-color: rgba(216, 35, 42, 0.1254901961);
  min-height: 40px;
}
.footer-bottom span {
  font-size: 0.875rem;
  color: #5D6263;
  font-weight: 500;
}
.footer-bottom .fa-heart {
  color: red;
}
.footer-bottom a {
  color: #F15C2B;
  text-decoration: none;
}

.social i {
  font-size: 1.5rem;
  cursor: pointer;
}
.social i:hover {
  color: #F15C2B;
}

.privacy .link {
  cursor: pointer;
}

.home--banner {
  height: calc(100dvh - 84px);
  width: 96%;
  margin: 68.4px auto 0;
  position: relative;
}
.home--banner__slider .slick-list {
  height: 100%;
  border-radius: 30px;
}
.home--banner__slider .slick-track {
  height: 100%;
}
.home--banner__slider .slick-dots {
  bottom: 10px;
  right: 10px;
  text-align: end;
  z-index: 8;
  display: none !important;
}
@media (min-width: 1200px) {
  .home--banner__slider .slick-dots {
    display: block !important;
  }
}
.home--banner__slider .slick-dots li {
  margin: 0 !important;
}
.home--banner__slider .slick-dots li button::before {
  opacity: 1 !important;
  font-size: 0.625rem;
}
.home--banner__slider .slick-dots .slick-active button::before {
  color: #F15C2B;
}
.home--banner__slider__content {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #414e5d;
  background-blend-mode: overlay;
}
@media (min-width: 1200px) {
  .home--banner__slider__content {
    -webkit-clip-path: url(#bannerClip);
            clip-path: url(#bannerClip);
  }
}
.home--banner__slider__content--one {
  background-image: url(../images/BANNER\ IMAGE\ 1.png);
}
.home--banner__slider__content--two {
  background-image: url(../images/bANNER\ 2.png);
}
.home--banner__slider__content--three {
  background-image: url(../images/BANNER\ IMAGE\ 3.png);
}
.home--banner__slider__content h2 {
  color: #f5f5f5;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .home--banner__slider__content h2 {
    font-size: 3rem;
  }
}
.home--banner__slider__content p {
  font-size: 1rem;
  color: #f5f5f5;
  width: 90%;
  margin: 10px auto !important;
  text-align: justify;
}
@media (min-width: 1200px) {
  .home--banner__slider__content p {
    font-size: 1.125rem;
    color: #f5f5f5;
    width: 56%;
    margin: 10px auto !important;
    text-align: center;
  }
}
.home--banner__slider__content .btn-primary {
  height: 45px;
  padding: 0 30px !important;
}
.home--banner__slider__content .btn-video {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  padding: 0 !important;
}
.home--banner__slider__content .btn-video:hover {
  background-color: #F15C2B !important;
  border-color: #fff;
  color: #fff;
}

.home--we-build {
  margin-top: 20px;
}
.home--we-build__thumbnail img {
  border-radius: 20px;
  width: 90%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.home--we-build__thumbnail .side-overlay {
  bottom: -30px;
  right: 10px;
  background-image: url(../images/build-sub.png);
  border-radius: 20px;
  padding: 10px;
}
@media (min-width: 1200px) {
  .home--we-build__thumbnail .side-overlay {
    bottom: -50px;
    right: 10px;
    background-image: url(../images/build-sub.png);
    border-radius: 20px;
    padding: 15px;
  }
}
.home--we-build__thumbnail .side-overlay--bg {
  background-color: #F15C2B;
  padding: 15px;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .home--we-build__thumbnail .side-overlay--bg {
    padding: 30px 20px;
  }
}
.home--we-build__thumbnail .side-overlay h3 {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .home--we-build__thumbnail .side-overlay h3 {
    font-size: 1.5rem;
  }
}
.home--we-build__content .nav-item {
  width: 100%;
  height: 40px;
}
@media (min-width: 1200px) {
  .home--we-build__content .nav-item {
    width: 50%;
  }
}
.home--we-build__content .nav-item img {
  width: 5%;
}
.home--we-build__content .nav-item span {
  font-size: 0.875rem;
}

.home--service {
  background-color: #fff4ef;
  margin-top: 50px;
  background-image: url(../images/servise-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-blend-mode: overlay;
  padding: 40px 0;
}
.home--service .col-md-3:nth-child(odd) .card {
  margin-top: 0px !important;
}
@media (min-width: 1200px) {
  .home--service .col-md-3:nth-child(odd) .card {
    margin-top: 40px !important;
  }
}
.home--service .card {
  border-radius: 10px;
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1254901961), 0 -2px 2px rgba(0, 0, 0, 0.1254901961);
}
.home--service .card img {
  border-radius: 10px 10px 0 0;
}
.home--service .card--body {
  padding: 10px 15px;
}
.home--service .card--body h2 {
  font-size: 1rem;
  font-weight: 600;
  color: #2A2A2A;
}
.home--service .card--body p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #5B6678;
}
.home--service .card--body i {
  color: #F15C2B;
  margin-top: 25px;
  font-size: 1.5rem;
}

.home--why-us {
  margin-top: 35px;
}
.home--why-us .card {
  border-radius: 20px;
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1254901961), 0 -2px 2px rgba(0, 0, 0, 0.1254901961);
}
.home--why-us .card img {
  border-radius: 20px;
  height: 100%;
}
.home--why-us .card--body {
  background-color: #fff;
  position: absolute;
  bottom: 20px;
  border-radius: 20px;
  padding: 20px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.home--why-us .card--body h2 {
  font-size: 0.875rem;
  color: #2A2A2A;
  font-weight: 600;
}
.home--why-us .card--body p {
  font-size: 0.875rem;
  color: #5B6678;
  font-weight: 300;
}

.home--ott-process {
  margin-top: 40px;
  background-color: #fff8f5;
  padding: 30px 0;
}
.home--ott-process .step {
  width: 10%;
  display: none;
}
@media (min-width: 1200px) {
  .home--ott-process .step {
    display: block;
  }
}
.home--ott-process .step--1 {
  top: 105px;
  left: 260px;
}
.home--ott-process .step--2 {
  top: 105px;
  right: 260px;
}
.home--ott-process .step--3 {
  bottom: 35px;
  left: 590px;
  rotate: 180deg;
}
.home--ott-process .card {
  border-radius: 10px;
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1254901961), 0 -2px 2px rgba(0, 0, 0, 0.1254901961);
  padding: 20px;
  height: 35dvh;
  margin: 10px 0;
}
@media (min-width: 1200px) {
  .home--ott-process .card {
    margin: 70px 0;
  }
}
.home--ott-process .card .count {
  color: #5B6678;
  font-size: 1.375rem;
  position: relative;
}
.home--ott-process .card .count span {
  z-index: 99;
  position: relative;
}
.home--ott-process .card .count::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f69373;
  position: absolute;
  top: 5px;
  left: 5px;
}
.home--ott-process .card h2 {
  font-size: 1rem;
  color: #2A2A2A;
  font-weight: 600;
}
.home--ott-process .card p {
  color: #5B6678;
  font-size: 0.875rem;
  font-weight: 300;
}
.home--ott-process .card img {
  width: 50px;
}

.home--projects {
  margin-top: 35px;
}
.home--projects .card {
  border-radius: 10px;
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1254901961), 0 -2px 2px rgba(0, 0, 0, 0.1254901961);
  position: relative;
}
.home--projects .card::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1843137255);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  z-index: 9999;
}
.home--projects .card img {
  border-radius: 10px;
}
.home--projects .card--header {
  padding: 15px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4666666667), rgba(0, 0, 0, 0.3333333333), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0666666667), transparent);
  border-radius: 10px 10px 0 0;
}
.home--projects .card--header .country--thumbnail {
  background-color: #fff;
  border-radius: 50%;
}
.home--projects .card--header h2 {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}
.home--projects .card--header p {
  color: #fff;
  font-size: 0.875rem;
}
.home--projects .card--footer {
  bottom: 0;
  border-radius: 0 0 10px 10px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4666666667), rgba(0, 0, 0, 0.3333333333), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0666666667), transparent);
  padding: 20px;
}
.home--projects .card--footer h2 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}
.home--projects .card--footer p {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}

.home--gallery {
  margin-top: 35px;
}
.home--gallery .gallery-grid__block--one .gallery-grid__box, .home--gallery .gallery-grid__block--three .gallery-grid__box, .home--gallery .gallery-grid__block--five .gallery-grid__box {
  clip-path: url(#cardClip);
  -webkit-clip-path: url(#cardClip);
  overflow: hidden;
  height: 100%;
}
.home--gallery .gallery-grid__block--two .gallery-grid__box, .home--gallery .gallery-grid__block--four .gallery-grid__box, .home--gallery .gallery-grid__block--six .gallery-grid__box {
  clip-path: url(#cardClip);
  -webkit-clip-path: url(#cardClip);
  overflow: hidden;
  height: 100%;
}
@media (min-width: 1200px) {
  .home--gallery .gallery-grid__block--two .gallery-grid__box, .home--gallery .gallery-grid__block--four .gallery-grid__box, .home--gallery .gallery-grid__block--six .gallery-grid__box {
    clip-path: url(#customCardClip);
    -webkit-clip-path: url(#customCardClip);
    overflow: hidden;
    height: 100%;
  }
}
.home--gallery .gallery-grid__box {
  position: relative;
  background: #eee;
  width: 100%;
  aspect-ratio: 4/2;
}
@media (min-width: 1200px) {
  .home--gallery .gallery-grid__box {
    aspect-ratio: 1/1;
  }
}
.home--gallery .gallery-grid__box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home--gallery .gallery-grid {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 15px;
}
@media (min-width: 1200px) {
  .home--gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    margin-top: 30px;
    gap: 15px;
  }
}
.home--gallery .gallery-grid span {
  border-radius: 5px;
  top: 2px;
  left: 2px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1254901961), 0 -2px 2px rgba(0, 0, 0, 0.062745098);
  padding: 5px 8px;
  font-size: 0.625rem;
}
@media (min-width: 1200px) {
  .home--gallery .gallery-grid span {
    padding: 5px 12px;
    font-size: 0.75rem;
  }
}
.home--gallery .gallery-grid span i {
  color: #F15C2B;
  font-size: 0.625rem;
}
.home--gallery .gallery-grid__block:hover .gallery-grid__overlay {
  background-color: rgba(241, 92, 43, 0.6666666667);
}
.home--gallery .gallery-grid__block:hover .gallery-grid__overlay .btn {
  opacity: 1;
}
.home--gallery .gallery-grid__block--one {
  grid-row: 1/2;
  grid-column: 1/2;
}
.home--gallery .gallery-grid__block--two {
  grid-row: 1/3;
  grid-column: 2/3;
}
.home--gallery .gallery-grid__block--three {
  grid-row: 1/2;
  grid-column: 3/4;
}
.home--gallery .gallery-grid__block--four {
  grid-row: 2/4;
  grid-column: 1/2;
}
.home--gallery .gallery-grid__block--five {
  grid-row: 3/4;
  grid-column: 2/3;
}
.home--gallery .gallery-grid__block--six {
  grid-row: 2/4;
  grid-column: 3/4;
}
.home--gallery .gallery-grid__overlay {
  bottom: 0;
  padding: 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3333333333), rgba(0, 0, 0, 0.4666666667), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6666666667));
  height: 100%;
  border-radius: 20px;
}
.home--gallery .gallery-grid__overlay h2 {
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
}
.home--gallery .gallery-grid__overlay .btn--view {
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  opacity: 0;
}
.home--gallery .gallery-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home--where-build {
  margin-top: 45px;
}
.home--where-build__map .location-bottom {
  bottom: 10%;
}
.home--where-build__map .location-top {
  top: 10%;
}
.home--where-build__map .map-img {
  width: 100%;
}
@media (min-width: 1200px) {
  .home--where-build__map .map-img {
    width: 650px;
  }
}
.home--where-build__map .location-img {
  width: 25%;
}
@media (min-width: 1200px) {
  .home--where-build__map .location-img {
    width: 100%;
  }
}
.home--where-build__map span {
  background-color: #F15C2B;
  padding: 5px 10px;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 10px;
  transform: translateY(-10px);
  position: relative;
  animation: blink infinite 1s alternate;
}
@media (min-width: 1200px) {
  .home--where-build__map span {
    font-size: 0.875rem;
  }
}
.home--where-build__map span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid #F15C2B;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -4.5px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes blink {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(-20px);
  }
}
.home--story {
  margin-top: 35px;
  padding: 30px 10px;
  background-color: #FFF8F5;
}
@media (min-width: 1200px) {
  .home--story {
    padding: 30px;
  }
}
.home--story__content {
  background-image: url(../images/story-bg.png);
}
.home--story__content p {
  width: 100%;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .home--story__content p {
    width: 50%;
    font-size: 1.125rem;
  }
}

.home--ask-expert {
  margin-top: 40px;
}
.home--ask-expert__form {
  background-color: #F15C2B;
  padding: 30px 20px;
}
@media (min-width: 1200px) {
  .home--ask-expert__form {
    padding: 50px 100px;
  }
}
.home--ask-expert__form h2 {
  color: #fff;
  font-weight: 600;
}
.home--ask-expert__form h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
.home--ask-expert__form p {
  color: #fff;
  font-size: 0.875rem;
  width: 80%;
}
.home--ask-expert__form .form-control {
  background-color: #FFB197;
  border-color: #FFB197;
  font-size: 0.875rem;
}
.home--ask-expert__form input.form-control {
  height: 40px;
}
.home--ask-expert__form .btn-light {
  color: #F15C2B;
  font-size: 0.875rem;
  padding: 8px 30px !important;
}
.home--ask-expert__form .btn-light:hover {
  background-color: #F15C2B;
  color: #fff;
  border-color: #fff;
}
.home--ask-expert__form .btn-light:active {
  background-color: #db410e;
  color: #fff;
  border-color: #fff;
}
.home--ask-expert__join {
  background-color: #FFF8F5;
  padding: 23px 20px;
}
@media (min-width: 1200px) {
  .home--ask-expert__join {
    padding: 30px 50px;
  }
}
.home--ask-expert__join h2 {
  color: #F15C2B;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .home--ask-expert__join h2 {
    font-size: 2rem;
  }
}
.home--ask-expert__join h3 {
  color: #707070;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .home--ask-expert__join h3 {
    font-size: 1.5rem;
  }
}
.home--ask-expert__join .btn-join {
  color: #F15C2B;
  border-color: #F15C2B;
  font-size: 0.875rem;
  padding: 8px 30px !important;
}
.home--ask-expert__join .btn-join:hover {
  background-color: #F15C2B;
  color: #fff;
  border-color: #fff;
}
.home--ask-expert__join .btn-join:active {
  background-color: #db410e;
  color: #fff;
  border-color: #fff;
}
.home--ask-expert__join img {
  width: 175px;
}
.home--ask-expert__consult {
  background-color: #5B6678;
  padding: 20px;
}
@media (min-width: 1200px) {
  .home--ask-expert__consult {
    padding: 30px 50px;
  }
}
.home--ask-expert__consult h2 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .home--ask-expert__consult h2 {
    font-size: 2rem;
  }
}
.home--ask-expert__consult h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 1200px) {
  .home--ask-expert__consult h3 {
    font-size: 1.5rem;
    width: 70%;
  }
}
.home--ask-expert__consult .btn {
  font-size: 0.875rem;
  padding: 8px 30px !important;
  width: 100%;
}
@media (min-width: 1200px) {
  .home--ask-expert__consult .btn {
    width: auto;
  }
}
.home--ask-expert__consult .btn-request {
  color: #fff;
  border-color: #fff;
  font-size: 0.875rem;
  padding: 8px 20px !important;
}
.home--ask-expert__consult .btn-request:hover {
  background-color: #F15C2B;
  color: #fff;
  border-color: #fff;
}
.home--ask-expert__consult .btn-request:active {
  background-color: #db410e;
  color: #fff;
  border-color: #fff;
}

.other-page--banner__box {
  background-image: url(../../images/other-banner-bg.png);
  height: calc(55dvh - 83.47px);
  width: 96.1vw;
  margin: 68.4px auto 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .other-page--banner__box {
    -webkit-clip-path: url(#sideClip);
            clip-path: url(#sideClip);
    border-radius: 0;
  }
}
.other-page--banner span {
  font-weight: 300;
  font-size: 0.875rem;
}
.other-page--banner .corner-curve__ball {
  border-radius: 50%;
  position: absolute;
  font-size: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.other-page--banner .corner-curve__ball--left {
  left: 46px;
  display: none;
}
@media (min-width: 1200px) {
  .other-page--banner .corner-curve__ball--left {
    display: block;
  }
}
.other-page--banner .corner-curve__ball--right {
  right: 46px;
  display: none;
}
@media (min-width: 1200px) {
  .other-page--banner .corner-curve__ball--right {
    display: block;
  }
}

.about-us--main {
  margin-top: 40px;
  padding: 0px 0 50px;
}
.about-us--main__thumbnail img {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 3/2;
}
.about-us--main__thumbnail .block {
  background-color: #fff;
  color: #fff;
  border-radius: 10px;
  bottom: -25px;
  right: 20px;
  border: 15px solid #fff;
}
.about-us--main__thumbnail .block-bg {
  background-color: #000;
  border-radius: 10px;
  padding: 10px;
}
.about-us--main__thumbnail .block h2 {
  font-size: 2.5rem;
}
.about-us--main__thumbnail .block span {
  font-size: 0.75rem;
  font-weight: 300;
}
.about-us--main__content h3 {
  text-align: center;
  margin-top: 30px !important;
}
@media (min-width: 1200px) {
  .about-us--main__content h3 {
    text-align: left;
    margin-top: 0 !important;
  }
}
.about-us--main__content h2 {
  text-align: center;
}
@media (min-width: 1200px) {
  .about-us--main__content h2 {
    text-align: left;
  }
}
.about-us--main__content ul li {
  height: 60px;
}
.about-us--main__content ul li img {
  width: 20px;
}
.about-us--main__content ul li span {
  font-size: 0.875rem;
  font-weight: 500;
}
.about-us--main__content ul li span ~ span {
  font-size: 0.75rem;
  font-weight: 400;
}
.about-us--ott-unique {
  background-image: url(../../images/About\ Us\ 2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 0;
}
.about-us--ott-unique__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
.about-us--ott-unique__content ul li {
  min-height: 40px;
  width: 100%;
}
@media (min-width: 1200px) {
  .about-us--ott-unique__content ul li {
    width: 50%;
  }
}
.about-us--ott-unique__content ul li img {
  width: 20px;
}
.about-us--ott-unique__content ul li span {
  font-size: 0.875rem;
}
.about-us--work-process {
  background: linear-gradient(to bottom, #cecece, #ffffff);

  padding: 40px 0;
}
.about-us--work-process__steps .step {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .about-us--work-process__steps .step {
    width: 25%;
  }
}
.about-us--work-process__steps .step--thumbnail {
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.about-us--work-process__steps .step--thumbnail i {
  font-size: 1.5rem;
}
.about-us--work-process__steps .step--thumbnail span {
  right: -15px;
  background-color: #F15C2B;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
}
.about-us--work-process__steps .step h2 {
  font-size: 1.25rem;
  font-weight: 600;
}
.about-us--work-process__steps .step p {
  font-size: 0.875rem;
  width: 60%;
}
.about-us--work-process__steps .step:not(:last-child)::after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #cdcccc;
  position: absolute;
  top: 23%;
  right: -105px;
  display: none;
}
@media (min-width: 1200px) {
  .about-us--work-process__steps .step:not(:last-child)::after {
    display: block;
  }
}
.about-us--work-process__steps .step:hover .step--thumbnail {
  background-color: #F15C2B;
}
.about-us--work-process__steps .step:hover .step--thumbnail i {
  color: #fff;
}
.about-us--work-process__steps .step:hover .step--thumbnail span {
  background-color: #fff;
  color: #000;
}
.about-us--work-process .info-line {
  font-size: 0.875rem;
}
.about-us--work-process .info-line span {
  background-color: #000;
  color: #fff;
  padding: 2px 10px 3px;
  border-radius: 20px;
  font-size: 0.75rem;
}
.about-us--work-process .info-line a {
  color: #F15C2B;
}
.about-us--trust-ott {
  padding: 20px 0;
}
.about-us--trust-ott .btn-arrow {
  background-color: #f5f5f5;
  color: #000;
  width: 55px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  bottom: 2px;
  right: 18px;
}
@media (min-width: 1200px) {
  .about-us--trust-ott .btn-arrow {
    right: 12px;
    height: 42px;
  }
}
.about-us--trust-ott .btn-arrow i {
  transform: rotate(-45deg);
  transition: all ease-in-out 0.5s;
}
.about-us--trust-ott .btn-arrow:hover {
  background-color: #F15C2B;
  transition: all ease-in-out 0.5s;
}
.about-us--trust-ott .btn-arrow:hover i {
  transform: rotate(0deg);
  transition: all ease-in-out 0.5s;
  color: #fff;
}
.about-us--trust-ott .card {
  padding: 30px;
  border: none;
  border-radius: 0px;
  background-color: #f5f5f5;
  -webkit-clip-path: url(#customClip);
          clip-path: url(#customClip);
}
.about-us--trust-ott .card--header {
  margin-bottom: 50px;
  position: relative;
}
.about-us--trust-ott .card--header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgb(226, 226, 226);
  bottom: -25px;
}
.about-us--trust-ott .card--header__thumbnail {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
.about-us--trust-ott .card--header__thumbnail img {
  width: 60%;
}
.about-us--trust-ott .card--header h2 {
  font-size: 1rem;
}
.about-us--trust-ott .card--body p {
  font-size: 0.875rem;
  width: 86%;
}
.about-us--trust-ott .card--body .btn-bg {
  background-color: #fff;
  border-radius: 30px 0 0 0;
  padding: 10px;
  bottom: -3px;
  right: -3px;
}
.about-us--trust-ott .card--body .btn-light {
  background-color: #000 !important;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.about-us--trust-ott .card--body .btn-light i {
  transform: rotate(-45deg);
  transition: all ease-in-out 0.5s;
}
.about-us--trust-ott .card:hover {
  background-color: #f15c2b;
}
.about-us--trust-ott .card:hover .card--header h2 {
  color: #fff;
}
.about-us--trust-ott .card:hover .card--body p {
  color: #fff;
}
.about-us--trust-ott .card:hover .card--body .btn-light {
  background-color: #F15C2B !important;
  transition: all ease-in-out 0.5s;
}
.about-us--trust-ott .card:hover .card--body .btn-light i {
  transform: rotate(0);
  transition: all ease-in-out 0.5s;
}

.services--detail {
  padding: 40px 0;
}
.services--detail__thumbnail img {
  width: 80%;
  border-radius: 20px;
}
.services--detail h3 {
  text-align: center;
}
@media (min-width: 1200px) {
  .services--detail h3 {
    text-align: left;
  }
}
.services--detail h2 {
  text-align: center;
}
@media (min-width: 1200px) {
  .services--detail h2 {
    text-align: left;
  }
}
.services--detail .nav li {
  min-height: 50px;
  width: 100%;
  font-size: 0.875rem;
  color: #5B6678;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.services--detail .nav li img {
  width: 15px;
}
.services--detail .nav li span {
  margin: 0 0px 0 10px;
  font-weight: 600;
}
.services--detail .nav li span span {
  font-weight: 400;
  margin: 0;
}

.service--about-us--trust-ott .card {
  -webkit-clip-path: url(#customClip);
          clip-path: url(#customClip);
}
@media (min-width: 1200px) {
  .service--about-us--trust-ott .btn-arrow {
    width: 78px;
    height: 35px;
  }
}

.project-container {
  margin-top: 40px;
}
.project-container__card .card {
  border-radius: 0px;
  border: none;
  padding: 10px;
  transition: all ease-in-out 0.5s;
  background-color: #f5f5f5;
  width: 100%;
  -webkit-clip-path: url(#customClip);
          clip-path: url(#customClip);
}
.project-container__card .card:hover {
  transform: translateY(-10px);
  transition: all ease-in-out 0.5s;
}
.project-container__card .card__thumbnail span {
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  right: 60px;
  bottom: 5px;
}
@media (min-width: 1200px) {
  .project-container__card .card__thumbnail span {
    right: 52px;
  }
}
.project-container__card .card__thumbnail img {
  width: 100%;
  height: 200px;
  aspect-ratio: 3/2;
  -webkit-clip-path: url(#bottomClip);
          clip-path: url(#bottomClip);
}
.project-container__card .card__body {
  padding: 10px 15px 0px;
  position: relative;
}
.project-container__card .card__body span {
  font-size: 0.75rem;
  color: #5B6678;
}
.project-container__card .card__body span i {
  color: #F15C2B;
}
.project-container__card .card__body h2 {
  font-size: 0.875rem;
  font-weight: 600;
}
.project-container a {
  background-color: #f5f5f5;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
}
@media (min-width: 1200px) {
  .project-container a {
    width: 55px;
  }
}
.project-container a i {
  transform: rotate(-40deg);
  transition: all ease-in-out 0.5s;
}
.project-container a:hover {
  background-color: #F15C2B;
  transition: all ease-in-out 0.5s;
}
.project-container a:hover i {
  transform: rotate(0);
  color: #fff;
}

.project-gallery__grid {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
  margin-top: 0px;
  gap: 10px;
}
@media (min-width: 1200px) {
  .project-gallery__grid {
    display: grid;
  }
  .project-gallery__grid img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .project-gallery__grid {
    margin-top: 30px;
  }
}
.project-gallery__grid img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-gallery__grid__one {
  grid-column: 1/2;
  grid-row: 1/4;
}
.project-gallery__grid__two {
  grid-column: 2/3;
  grid-row: 1/5;
}
.project-gallery__grid__three {
  grid-column: 3/4;
  grid-row: 1/2;
}
.project-gallery__grid__four {
  grid-column: 4/5;
  grid-row: 1/3;
}
.project-gallery__grid__five {
  grid-column: 1/2;
  grid-row: 4/5;
}
.project-gallery__grid__six {
  grid-column: 3/4;
  grid-row: 2/5;
}
.project-gallery__grid__seven {
  grid-column: 4/5;
  grid-row: 3/5;
}

.project-detail--main {
  margin-top: 40px;
  padding: 30px 0 10px;
}
.project-detail--main__thumbnail img {
  border-radius: 20px;
  width: 80%;
  aspect-ratio: 3/2;
}
.project-detail--main__thumbnail .block {
  background-color: #fff;
  color: #fff;
  border-radius: 10px;
  bottom: -25px;
  right: 20px;
  border: 15px solid #fff;
}
.project-detail--main__thumbnail .block-bg {
  background-color: #000;
  border-radius: 10px;
  padding: 10px;
}
.project-detail--main__thumbnail .block h2 {
  font-size: 2.5rem;
}
.project-detail--main__thumbnail .block span {
  font-size: 0.75rem;
  font-weight: 300;
}
.project-detail--main__content h3 {
  margin-top: 20px !important;
  text-align: center;
}
@media (min-width: 1200px) {
  .project-detail--main__content h3 {
    text-align: left;
    margin-top: 0 !important;
  }
}
.project-detail--main__content h2 {
  text-align: center;
}
@media (min-width: 1200px) {
  .project-detail--main__content h2 {
    text-align: left;
  }
}
.project-detail--main__content ul li {
  min-height: 40px;
  width: 100%;
}
@media (min-width: 1200px) {
  .project-detail--main__content ul li {
    width: 100%;
  }
}
.project-detail--main__content ul li img {
  width: 20px;
}
.project-detail--main__content ul li span {
  font-size: 0.875rem;
  font-weight: 500;
}
.project-detail--main__content ul li span ~ span {
  font-size: 0.75rem;
  font-weight: 400;
}

.contact--hero {
  background-color: #feefea;
  padding: 20px 0;
}
.contact--hero__form {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  width: 100vw;
}
@media (min-width: 1200px) {
  .contact--hero__form {
    width: 40vw;
    padding: 20px;
  }
}
.contact--hero__form .form-control {
  font-size: 0.875rem;
}
.contact--map {
  margin: 10px auto 20px;
}
.contact--map__area {
  height: 60dvh;
}

.about-us__contact--trust-ott .btn-arrow {
  height: 31px;
  width: 75px;
}

.blog--detail--hero {
  margin: 40px auto;
}
.blog--detail--hero__thumbnail img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.blog--detail--accordion {
  margin-bottom: 40px;
}
.blog--detail--key-points {
  margin-bottom: 40px;
  background-color: #feefea;
  padding: 40px 0;
}
.blog--detail--key-points h3 {
  text-align: center;
  margin-top: 20px !important;
}
@media (min-width: 1200px) {
  .blog--detail--key-points h3 {
    text-align: left;
    margin-top: 0 !important;
  }
}
.blog--detail--key-points h2 {
  text-align: center;
}
@media (min-width: 1200px) {
  .blog--detail--key-points h2 {
    text-align: left;
  }
}
.blog--detail--key-points__box li {
  min-height: 40px;
  padding: 10px 0 !important;
}
.blog--detail--key-points__box li i {
  color: #F15C2B;
}
.blog--detail--key-points__box li .key-title {
  font-size: 0.875rem;
  font-weight: 700;
}
.blog--detail--key-points__box li .key-detail {
  font-size: 0.875rem;
  margin-left: 4px;
  font-weight: 400;
}

.accordion-button {
  font-size: 0.875rem;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #feefea;
  color: #F15C2B;
}

.accordion-body {
  font-size: 0.875rem;
}

.blogs {
  margin: 20px auto;
}
.blogs--title {
  background-color: rgb(228, 228, 228);
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
}
.blogs__box img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.blogs__box span {
  font-size: 0.75rem;
}
.blogs__box span i {
  color: #F15C2B;
}
.blogs__box__body {
  background-color: #fff;
  padding: 20px;
  width: 90%;
  margin: -50px auto 0;
  z-index: 9;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1254901961);
  border-radius: 5px;
  transition: all ease-in-out 0.5s;
}
.blogs__box__body:hover {
  transform: translateY(-10px);
  transition: all ease-in-out 0.5s;
}
.blogs__box__body h2 {
  font-size: 1.25rem;
}
.blogs__box__body a {
  font-size: 0.875rem;
  color: #F15C2B;
  text-decoration: none;
  cursor: pointer;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-32 {
  font-size: 2rem;
}

.bg-primary {
  background-color: #F15C2B !important;
}

.text-primary {
  color: #F15C2B !important;
}

.text-heading {
  color: #2A2A2A;
}

.text-para {
  color: #5B6678;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.btn {
  font-size: 0.75rem;
  padding: 8px 15px !important;
  border-radius: 6px;
}
.btn-primary {
  background-color: #F15C2B !important;
  border-color: #F15C2B;
}
.btn-primary:hover {
  background-color: #ef4a13 !important;
  border-color: #ef4a13;
}
.btn-primary:active {
  background-color: #db410e !important;
  border-color: #db410e !important;
}
.btn-secondary {
  background-color: transparent;
  border-color: #eaeaea;
  color: #2A2A2A;
}
.btn-secondary:hover {
  background-color: #ef4a13;
  border-color: #ef4a13;
}
.btn-secondary:active {
  background-color: #db410e !important;
  border-color: #db410e !important;
}

.form-control:focus {
  box-shadow: none;
}

.title {
  color: #F15C2B;
  font-size: 1rem;
  font-weight: 600;
}

.heading {
  color: #2A2A2A;
  font-size: 1.625rem;
  font-weight: 600;
}

.para {
  color: #5B6678;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: justify;
}/*# sourceMappingURL=styles.css.map */
