@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600&family=Work+Sans:wght@300;400;500;600&display=swap);
.header svg {
  color: #ff5820;
  max-height: 30px;
  position: relative;
  top: 6px;
}
.header h6 {
  font-size: 14px;
  color: #000000;
}
.header label {
  font-size: 14px;
  color: #878a95;
  white-space: nowrap;
}

.navigation {
  background-color: #191d33;
  height: 55px;
}
@media (max-width: 991.98px) {
  .navigation .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
.navigation .navbar-brand {
  max-height: 55px;
  position: absolute;
  top: -30px;
}
@media (max-width: 991.98px) {
  .navigation .navbar-brand {
    max-height: 45px;
    top: 4px;
    left: 20px;
  }
}
.navigation .nav-link {
  color: #ffffff;
  margin-left: 1.4rem;
}
.navigation .nav-link:hover, .navigation .nav-link:focus, .navigation .nav-link.active {
  color: #ff5820;
}
.navigation .nav-link svg {
  position: relative;
  top: -2px;
}
@media (max-width: 991.98px) {
  .navigation .nav-link {
    margin-left: 0;
    padding-left: 1.4rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation .nav-link:hover, .navigation .nav-link:focus {
    background-color: #ff5820;
    color: #ffffff !important;
  }
}
.navigation:before {
  position: absolute;
  background-color: #ffffff;
  content: "";
  width: 500px;
  height: 100%;
  transform: skewX(-45deg);
  z-index: -1;
  height: 60px;
  top: -3px;
  left: -12%;
}
@media (max-width: 1199.98px) {
  .navigation:before {
    left: -30%;
  }
}
@media (max-width: 991.98px) {
  .navigation:before {
    left: -12%;
  }
}
@media (max-width: 575.98px) {
  .navigation:before {
    left: -70%;
  }
}
.navigation .navbar-toggler {
  position: absolute;
  top: 7px;
  right: 20px;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.navigation .navbar-toggler svg {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .navigation .navbar-nav {
    background-color: #191d33;
    position: relative;
    top: 45px;
    height: 100vh;
  }
  .navigation .navbar-nav:hover, .navigation .navbar-nav:focus {
    color: #878a95;
  }
}

.footer .info {
  background-color: #cccccc;
  color: #000000;
  padding: 4rem 0;
}
.footer .info h3 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 1.5rem;
}
.footer .info .articles h5 {
  font-size: 16px;
}
.footer .info .articles h5 a {
  color: #000000;
}
.footer .info .articles h5 a:hover, .footer .info .articles h5 a:focus {
  color: #ff5820;
}
.footer .info .articles svg {
  position: relative;
  top: -2px;
}
.footer .info .articles .card-text {
  font-size: 14px;
}
.footer .info .nav {
  margin-left: 0;
}
.footer .info .nav .nav-link {
  color: #000000;
  padding-left: 0;
}
.footer .info .nav .nav-link svg {
  color: #000000;
}
.footer .info .nav .nav-link:hover, .footer .info .nav .nav-link:focus {
  color: #ff5820;
}
.footer .info .contact .nav-item {
  position: relative;
}
.footer .info .contact .nav-item svg {
  color: #000000;
  position: absolute;
  top: 5px;
  left: -25px;
}
.footer .copyright {
  background-color: #999999;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}

body {
  font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}

a {
  transition: all 0.35s ease-in-out;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

*:hover,
*:focus,
*:active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.btn {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
}

.btn-white {
  background-color: #ffffff;
  color: #202353;
}
.btn-white:hover, .btn-white:focus {
  background-color: #cccccc;
  color: #202353;
}

.btn-primary {
  background-color: #ff5820;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #b92e00;
}

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

.nav-pills .nav-link {
  color: #191d33;
}
.nav-pills .nav-link:hover, .nav-pills .nav-link:focus {
  color: #b92e00;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ff5820;
  color: #ffffff;
}
.nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus,
.nav-pills .show > .nav-link:hover,
.nav-pills .show > .nav-link:focus {
  background-color: #b92e00;
  color: #cccccc;
}

.card {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
  overflow: hidden;
}

.btn svg {
  transition: all 0.35s ease-in-out;
  position: relative;
  left: 0;
  width: 25px;
}
.btn:hover svg {
  left: 5px;
}

.modal .modal-content {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
  border-radius: 0;
}
.modal .modal-header {
  border: 0;
}
.modal .modal-header .modal-title {
  position: relative;
}
.modal .modal-header .modal-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  background-color: #ff5820;
  height: 1px;
  width: 100px;
}

.pagination .page-item {
  border: 0;
  margin: 0 10px;
}
.pagination .page-item .page-link {
  border: 0;
  color: #ff5820;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
  border-color: transparent !important;
  background: none !important;
  color: #000000;
}
.pagination .page-item.disabled {
  color: #878a95;
}
.pagination .page-item.disabled .page-link {
  color: #878a95;
}
.pagination .page-item.active .page-link {
  border-radius: 10px;
  border-color: #ff5820;
  background: #ff5820;
  color: #ffffff;
}

.content-area ul {
  padding-left: 20px;
}
.content-area ul li::marker {
  color: #ff5820;
}
.content-area ol {
  padding-left: 20px;
}
.content-area hr {
  max-width: 100px;
  border-width: 2px;
  border-color: #ff5820;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .banner .caption h1 {
    font-size: 2rem !important;
    margin: 0;
  }
  .banner .caption h5 {
    font-size: 0.8rem !important;
    max-width: 250px !important;
  }
}
.carousel-caption .carousel-caption-item {
  max-width: 600px;
}

.carousel-control-prev {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.carousel-control-next {
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.page-home .banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-home .banner {
    height: 100vh;
  }
}
@media (max-width: 991.98px) {
  .page-home .banner {
    height: 35vh;
  }
}
.page-home .banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-home .banner video {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.page-home .banner .caption {
  text-align: left;
  color: #ffffff;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6) !important;
  position: absolute;
  top: 13rem;
  left: 5rem;
}
@media (max-width: 991.98px) {
  .page-home .banner .caption {
    top: 2rem;
    left: 1rem;
  }
}
.page-home .banner .caption h5 {
  max-width: 500px;
}
.page-home .about .video {
  position: relative;
}
.page-home .about .video .thumbnail {
  position: relative;
}
.page-home .about .video .thumbnail img {
  max-width: 90%;
}
.page-home .about .video .thumbnail .circle {
  position: absolute;
  top: 8rem;
  left: -60px;
  right: 0;
  margin: auto;
  background-color: #ff5820;
  border-radius: 1000px;
  padding: 22px 25px;
  width: 80px;
  height: 80px;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 991.98px) {
  .page-home .about .video .thumbnail .circle {
    top: 4rem;
  }
}
.page-home .about .video .thumbnail .circle svg {
  color: #ffffff;
}
.page-home .about .video .thumbnail .circle:hover, .page-home .about .video .thumbnail .circle:focus {
  background-color: #b92e00;
}
.page-home .about .video .card {
  position: absolute;
  bottom: -2rem;
  right: 0;
  max-width: 280px;
  border-radius: 0;
  border-bottom: 5px solid #ff5820;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
}
@media (max-width: 991.98px) {
  .page-home .about .video .card {
    bottom: -4rem;
  }
}
.page-home .about .video .card:hover, .page-home .about .video .card:focus {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
}
.page-home .about .video .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.page-home .service .card {
  transition: all 0.35s ease-in-out;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
}
.page-home .service .card .text-primary {
  transition: all 0.35s ease-in-out;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.page-home .service .card:hover, .page-home .service .card:focus {
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.7) !important;
}
.page-home .service .card:hover .text-primary, .page-home .service .card:focus .text-primary {
  right: 10px;
}
.page-home .service .card:hover h4, .page-home .service .card:focus h4 {
  color: #ff5820;
}
.page-home .service .card .icon {
  max-width: 80px;
}
.page-home .service .card a {
  text-decoration: none !important;
  color: inherit !important;
}
.page-home .client {
  background-color: #ff5820;
  padding: 5rem 0;
  color: #ffffff;
}
.page-home .client hr {
  border-color: #202353;
  border-width: 3px;
  max-width: 100px;
  margin: 1rem auto;
  opacity: 1;
}
.page-home .project .owl-carousel .item {
  position: relative;
}
.page-home .project .owl-carousel .item .caption {
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  text-decoration: none;
}
.page-home .project .owl-carousel .item .caption h5 {
  color: #ff5820;
}
.page-home .project .owl-carousel .item .caption h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.page-home .project .owl-carousel .item .caption:hover, .page-home .project .owl-carousel .item .caption:focus {
  text-decoration: none;
  bottom: 1.7rem;
}
.page-home .project .owl-carousel .item:before {
  content: "";
  display: block;
  width: 100%;
  min-height: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-home .project .owl-carousel .owl-nav {
  transition: all 0.35s ease-in-out;
  position: absolute;
  top: -3rem;
  right: 0;
}
.page-home .project .owl-carousel .owl-nav button {
  background-color: #ff5820;
  color: #ffffff;
  padding: 2px 10px !important;
  border-radius: 3px;
  margin-left: 0.5rem;
}
.page-home .project .owl-carousel .owl-nav button:hover, .page-home .project .owl-carousel .owl-nav button:focus {
  background-color: #b92e00;
}
.page-home .project .owl-carousel .owl-dots {
  text-align: center;
  margin: 10px auto;
}
.page-home .project .owl-carousel .owl-dots button {
  background-color: #9da5ba;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 1000px;
}
.page-home .project .owl-carousel .owl-dots button.active {
  background-color: #ff5820;
}
.page-home .team .owl-carousel .item {
  position: relative;
}
.page-home .team .owl-carousel .item .card .image {
  position: relative;
  height: 380px;
  overflow: hidden;
}
.page-home .team .owl-carousel .item .card .image img {
  position: absolute;
  top: 0;
  left: -5%;
  min-width: 110%;
}
.page-home .team .owl-carousel .item .card .card-body {
  position: relative;
  overflow: hidden;
  padding-top: 25px;
}
.page-home .team .owl-carousel .item .card .card-body:before {
  content: "";
  background-color: #ff5820;
  height: 30px;
  width: 105%;
  z-index: 10;
  position: absolute;
  top: -23px;
  left: -9px;
  right: 0;
  transform: rotate(-2deg);
}
.page-home .team .owl-carousel .owl-nav {
  transition: all 0.35s ease-in-out;
  position: absolute;
  top: -3rem;
  right: 0;
}
.page-home .team .owl-carousel .owl-nav button {
  background-color: #ff5820;
  color: #ffffff;
  padding: 2px 10px !important;
  border-radius: 3px;
  margin-left: 0.5rem;
}
.page-home .team .owl-carousel .owl-nav button:hover, .page-home .team .owl-carousel .owl-nav button:focus {
  background-color: #b92e00;
}
.page-home .team .owl-carousel .owl-dots {
  text-align: center;
  margin: 10px auto;
}
.page-home .team .owl-carousel .owl-dots button {
  background-color: #9da5ba;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 1000px;
}
.page-home .team .owl-carousel .owl-dots button.active {
  background-color: #ff5820;
}
.page-home .news .card {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
}
.page-home .news .card .image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.page-home .news .card .image img {
  position: absolute;
  top: 0;
  left: -5%;
  min-width: 110%;
}
.page-home .news .card .card-body {
  position: relative;
  overflow: hidden;
}
.page-home .news .card .card-body:before {
  content: "";
  background-color: #ff5820;
  height: 30px;
  width: 105%;
  z-index: 10;
  position: absolute;
  top: -23px;
  left: -9px;
  right: 0;
  transform: rotate(-2deg);
}
.page-home .news .card .card-body .card-title {
  min-height: 65px;
  line-height: 2rem;
}
.page-home .partner .owl-carousel .item img {
  transition: all 0.35s ease-in-out;
  filter: saturate(0);
  opacity: 0.6;
}
.page-home .partner .owl-carousel .item img:hover, .page-home .partner .owl-carousel .item img:focus {
  filter: saturate(1);
  opacity: 1;
}
.page-home .partner .owl-carousel .owl-dots {
  text-align: center;
  margin: 10px auto;
}
.page-home .partner .owl-carousel .owl-dots button {
  background-color: #9da5ba;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 1000px;
}
.page-home .partner .owl-carousel .owl-dots button.active {
  background-color: #ff5820;
}
.page-home .download .card {
  color: #000000;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
}
.page-home .download .card:hover, .page-home .download .card:focus {
  text-decoration: none;
  background-color: #ff5820;
}
.page-home .download .card:hover svg,
.page-home .download .card:hover .title, .page-home .download .card:focus svg,
.page-home .download .card:focus .title {
  color: #ffffff !important;
}

.page-service .banner {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-service .banner {
    height: 60vh;
  }
}
@media (max-width: 991.98px) {
  .page-service .banner {
    height: 20vh;
  }
}
.page-service .banner video {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.page-service .banner .caption {
  z-index: 2;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .page-service .banner .caption {
    top: 2rem;
  }
}
.page-service .banner .caption .breadcrumb {
  font-weight: bold;
}
.page-service .banner .caption .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.page-service .banner .caption .breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
.page-service .banner .caption .breadcrumb .breadcrumb-item a {
  color: #ff5820;
  text-decoration: none;
}
.page-service .banner:before {
  content: "";
  display: block;
  width: 100%;
  min-height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-service .service .card {
  transition: all 0.35s ease-in-out;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
}
.page-service .service .card .text-primary {
  transition: all 0.35s ease-in-out;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.page-service .service .card:hover, .page-service .service .card:focus {
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.7) !important;
}
.page-service .service .card:hover .text-primary, .page-service .service .card:focus .text-primary {
  right: 10px;
}
.page-service .service .card:hover h4, .page-service .service .card:focus h4 {
  color: #ff5820;
}
.page-service .service .card .card-body {
  position: relative;
  padding-top: 4rem;
}
.page-service .service .card .card-body .icon {
  max-width: 80px;
  position: absolute;
  top: -3rem;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
  padding-left: 5px;
  background: white;
  border-radius: 10px;
}
.page-service .service .card .card-body a {
  text-decoration: none !important;
  color: inherit !important;
}
.page-service.detail .banner {
  background-size: cover;
}
@media (min-width: 992px) {
  .page-service.detail .banner {
    height: 30vh;
  }
}
@media (max-width: 991.98px) {
  .page-service.detail .banner {
    height: 20vh;
  }
}
.page-service.detail .banner .caption {
  top: 2.5rem;
}

.page-product .banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-product .banner {
    height: 60vh;
  }
}
@media (max-width: 991.98px) {
  .page-product .banner {
    height: 20vh;
  }
}
.page-product .banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-product .banner video {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.page-product .banner .caption {
  z-index: 2;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .page-product .banner .caption {
    top: 2rem;
  }
}
.page-product .banner .caption .breadcrumb {
  font-weight: bold;
}
.page-product .banner .caption .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.page-product .banner .caption .breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
.page-product .banner .caption .breadcrumb .breadcrumb-item a {
  color: #ff5820;
  text-decoration: none;
}
.page-product .banner:before {
  content: "";
  display: block;
  width: 100%;
  min-height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-product .product .intro img {
  border-radius: 10px;
}
.page-product .product .card {
  transition: all 0.35s ease-in-out;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
  border: 0;
}
.page-product .product .card.bg-purple {
  background-color: #72638f;
}
.page-product .product .card.bg-pink {
  background-color: #ba869f;
}
.page-product .product .card.bg-blue {
  background-color: #0c73b2;
}
.page-product .product .card.bg-green {
  background-color: #91c6b5;
}
.page-product .product .card .icon {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
}
.page-product .product .card .icon svg {
  color: #ffffff;
  max-width: 3rem;
  max-height: 2rem;
}
.page-product .product .card .icon h5 {
  position: absolute;
  top: 0.8rem;
  left: 3.5rem;
}

.page-gallery .banner {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-gallery .banner {
    height: 60vh;
  }
}
@media (max-width: 991.98px) {
  .page-gallery .banner {
    height: 20vh;
  }
}
.page-gallery .banner video {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.page-gallery .banner .caption {
  z-index: 2;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .page-gallery .banner .caption {
    top: 2rem;
  }
}
.page-gallery .banner .caption .breadcrumb {
  font-weight: bold;
}
.page-gallery .banner .caption .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.page-gallery .banner .caption .breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
.page-gallery .banner .caption .breadcrumb .breadcrumb-item a {
  color: #ff5820;
  text-decoration: none;
}
.page-gallery .banner:before {
  content: "";
  display: block;
  width: 100%;
  min-height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991.98px) {
  .page-gallery .gallery .filters {
    display: block;
    margin-bottom: 1rem;
  }
}
.page-gallery .gallery .filters .nav-item {
  cursor: pointer;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 991.98px) {
  .page-gallery .gallery .filters .nav-item {
    padding: 0rem 0rem 1rem 0;
  }
}
.page-gallery .gallery .filters .nav-item.active {
  color: #ff5820;
}
.page-gallery .gallery .images .image-box {
  margin-bottom: 2rem;
}
.page-gallery .gallery .images .image-box a {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
  transition: all 0.35s ease-in-out;
  position: relative;
  border-radius: 5px;
  display: block;
  background-size: cover;
}
.page-gallery .gallery .images .image-box a svg {
  transition: all 0.35s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
}
.page-gallery .gallery .images .image-box a:before {
  transition: all 0.35s ease-in-out;
  opacity: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-gallery .gallery .images .image-box a:hover {
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.7) !important;
}
.page-gallery .gallery .images .image-box a:hover svg {
  opacity: 1;
}
.page-gallery .gallery .images .image-box a:hover:before {
  opacity: 1;
}

.page-project .banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-project .banner {
    height: 60vh;
  }
}
@media (max-width: 991.98px) {
  .page-project .banner {
    height: 20vh;
  }
}
.page-project .banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-project .banner video {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.page-project .banner .caption {
  z-index: 2;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .page-project .banner .caption {
    top: 2rem;
  }
}
.page-project .banner .caption .breadcrumb {
  font-weight: bold;
}
.page-project .banner .caption .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.page-project .banner .caption .breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
.page-project .banner .caption .breadcrumb .breadcrumb-item a {
  color: #ff5820;
  text-decoration: none;
}
.page-project .banner:before {
  content: "";
  display: block;
  width: 100%;
  min-height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-about .banner {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-about .banner {
    height: 60vh;
  }
}
@media (max-width: 991.98px) {
  .page-about .banner {
    height: 20vh;
  }
}
.page-about .banner video {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.page-about .banner .caption {
  z-index: 2;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .page-about .banner .caption {
    top: 2rem;
  }
}
.page-about .banner .caption .breadcrumb {
  font-weight: bold;
}
.page-about .banner .caption .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.page-about .banner .caption .breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
.page-about .banner .caption .breadcrumb .breadcrumb-item a {
  color: #ff5820;
  text-decoration: none;
}
.page-about .banner:before {
  content: "";
  display: block;
  width: 100%;
  min-height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-about .about .content-area .image {
  position: relative;
  margin-bottom: 2rem;
}
.page-about .about .content-area .image.image-left .img {
  max-width: 80%;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
}
.page-about .about .content-area .image.image-left .shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-about .about .content-area .image.image-right {
  text-align: right;
}
.page-about .about .content-area .image.image-right .img {
  max-width: 80%;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
}
.page-about .about .content-area .image.image-right .shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-about .team .owl-carousel .item {
  position: relative;
}
.page-about .team .owl-carousel .item .card .image {
  position: relative;
  height: 380px;
  overflow: hidden;
}
.page-about .team .owl-carousel .item .card .image img {
  position: absolute;
  top: 0;
  left: -5%;
  min-width: 110%;
}
.page-about .team .owl-carousel .item .card .card-body {
  position: relative;
  overflow: hidden;
  padding-top: 25px;
}
.page-about .team .owl-carousel .item .card .card-body:before {
  content: "";
  background-color: #ff5820;
  height: 30px;
  width: 105%;
  z-index: 10;
  position: absolute;
  top: -23px;
  left: -9px;
  right: 0;
  transform: rotate(-2deg);
}
.page-about .team .owl-carousel .owl-nav {
  transition: all 0.35s ease-in-out;
  position: absolute;
  top: -3rem;
  right: 0;
}
.page-about .team .owl-carousel .owl-nav button {
  background-color: #ff5820;
  color: #ffffff;
  padding: 2px 10px !important;
  border-radius: 3px;
  margin-left: 0.5rem;
}
.page-about .team .owl-carousel .owl-nav button:hover, .page-about .team .owl-carousel .owl-nav button:focus {
  background-color: #b92e00;
}
.page-about .team .owl-carousel .owl-dots {
  text-align: center;
  margin: 10px auto;
}
.page-about .team .owl-carousel .owl-dots button {
  background-color: #9da5ba;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 1000px;
}
.page-about .team .owl-carousel .owl-dots button.active {
  background-color: #ff5820;
}
.page-about .partner .owl-carousel .item img {
  transition: all 0.35s ease-in-out;
  filter: saturate(0);
  opacity: 0.6;
}
.page-about .partner .owl-carousel .item img:hover, .page-about .partner .owl-carousel .item img:focus {
  filter: saturate(1);
  opacity: 1;
}
.page-about .partner .owl-carousel .owl-dots {
  text-align: center;
  margin: 10px auto;
}
.page-about .partner .owl-carousel .owl-dots button {
  background-color: #9da5ba;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 1000px;
}
.page-about .partner .owl-carousel .owl-dots button.active {
  background-color: #ff5820;
}

.page-career .banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-career .banner {
    height: 60vh;
  }
}
@media (max-width: 991.98px) {
  .page-career .banner {
    height: 20vh;
  }
}
.page-career .banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-career .banner video {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.page-career .banner .caption {
  z-index: 2;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .page-career .banner .caption {
    top: 2rem;
  }
}
.page-career .banner .caption .breadcrumb {
  font-weight: bold;
}
.page-career .banner .caption .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.page-career .banner .caption .breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
.page-career .banner .caption .breadcrumb .breadcrumb-item a {
  color: #ff5820;
  text-decoration: none;
}
.page-career .banner:before {
  content: "";
  display: block;
  width: 100%;
  min-height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-feedback .banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-feedback .banner {
    height: 50vh;
  }
}
@media (max-width: 991.98px) {
  .page-feedback .banner {
    height: 20vh;
  }
}
.page-feedback .banner .caption {
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .page-feedback .banner .caption {
    top: 2rem;
  }
}
.page-feedback .banner .caption h5 {
  max-width: 500px;
}
.page-feedback .banner .caption .breadcrumb {
  font-weight: bold;
}
.page-feedback .banner .caption .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.page-feedback .banner .caption .breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
.page-feedback .banner .caption .breadcrumb .breadcrumb-item a {
  color: #ff5820;
  text-decoration: none;
}
.page-testimonial .banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-testimonial .banner {
    height: 50vh;
  }
}
@media (max-width: 991.98px) {
  .page-testimonial .banner {
    height: 20vh;
  }
}
.page-testimonial .banner .caption {
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .page-testimonial .banner .caption {
    top: 2rem;
  }
}
.page-testimonial .banner .caption h5 {
  max-width: 500px;
}
.page-testimonial .banner .caption .breadcrumb {
  font-weight: bold;
}
.page-testimonial .banner .caption .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.page-testimonial .banner .caption .breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
.page-testimonial .banner .caption .breadcrumb .breadcrumb-item a {
  color: #ff5820;
  text-decoration: none;
}
.page-testimonial .testimonial .star {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-testimonial .testimonial .star li svg {
  fill: #fbbf24;
  color: #fbbf24;
}

.page-news .banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-news .banner {
    height: 50vh;
  }
}
@media (max-width: 991.98px) {
  .page-news .banner {
    height: 20vh;
  }
}
.page-news .banner .caption {
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .page-news .banner .caption {
    top: 2rem;
  }
}
.page-news .banner .caption h5 {
  max-width: 500px;
}
.page-news .banner .caption .breadcrumb {
  font-weight: bold;
}
.page-news .banner .caption .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.page-news .banner .caption .breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}
.page-news .banner .caption .breadcrumb .breadcrumb-item a {
  color: #ff5820;
  text-decoration: none;
}
.page-news .news .card {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6) !important;
}
.page-news .news .card .image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.page-news .news .card .image img {
  position: absolute;
  top: 0;
  left: -5%;
  min-width: 110%;
}
.page-news .news .card .card-body {
  position: relative;
  overflow: hidden;
}
.page-news .news .card .card-body:before {
  content: "";
  background-color: #ff5820;
  height: 30px;
  width: 105%;
  z-index: 10;
  position: absolute;
  top: -23px;
  left: -9px;
  right: 0;
  transform: rotate(-2deg);
}
.page-news .news .card .card-body .card-title {
  min-height: 65px;
  line-height: 2rem;
}
