@charset "UTF-8";
body {
  font-family: 'Roboto', sans-serif;
  position: relative;
  color: #454545;
}

.dynamic-content {
  font-size: 18px;
}

@media (max-width: 576px) {
  .dynamic-content {
    font-size: 17px;
  }
}

.dynamic-content img {
  width: 100% !important;
  height: auto !important;
  max-width: 400px;
}

.dynamic-content blockquote {
  font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px;
  background-color: #dcdcdc;
  padding: 20px;
}

.dynamic-content a {
  color: #FF6F00;
  text-decoration: none;
}

.dynamic-content a:hover {
  text-decoration: underline;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: white;
  background-color: #FF6F00;
  border: none;
  border-radius: 3px;
  box-shadow: 0 4px 7px #ff6f0028;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 7px 40px;
}

.btn:hover {
  background-color: #f06800;
  box-shadow: 0 7px 10px #ff6f0028;
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.btn:active, .btn:active:focus {
  background-color: #FF6F00;
  box-shadow: 0 7px 10px #ff6f0028;
  color: #fff;
  transform: translateY(-5px);
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .15rem #ff6f0040;
}

.btn-black-outline {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  border-radius: 100px;
  box-shadow: 0 4px 7px #ff6f0028;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 7px 40px;
  background: none;
  border-color: #333333;
  color: #000000;
}

.btn-black-outline:hover {
  background-color: #333333;
  box-shadow: 0 7px 10px #ff6f0028;
  color: #fff;
  outline: none;
  transform: translateY(-1px);
  outline: none;
}

.btn-black-outline:active, .btn-black-outline:focus {
  box-shadow: 0 7px 10px #ff6f0028;
  color: #454545;
  transform: translateY(-5px);
  outline: none;
}

.btn-black-outline:active:focus {
  box-shadow: 0 7px 10px #ff6f0028;
  color: #fff;
  transform: translateY(-5px);
  outline: none;
}

.form-alerts {
  border-left: 5px solid #48BB78;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
}

.form-alerts.fixed {
  position: fixed;
  z-index: 2000;
  right: 2%;
  top: 14%;
}

.form-alerts .close {
  padding: 0;
  top: 10px;
  right: 10px;
}

.form-alerts .close span {
  border-radius: 100%;
  font-size: 20px;
}

.container-fluid {
  max-width: 1300px;
  padding: 0 4%;
}

@keyframes w70 {
  from {
    width: 0%;
  }
  to {
    width: 80px;
  }
}

.owl-prev:active, .owl-prev:focus,
.owl-next:active,
.owl-next:focus,
.owl-dot:active,
.owl-dot:focus {
  outline: none !important;
}

@media (max-width: 992px) {
  .modal-dialog {
    max-width: 700px !important;
    margin: 1.75rem auto;
  }
}

.quoteForm {
  padding: 30px;
}

@media (max-width: 576px) {
  .quoteForm {
    padding: 20px;
  }
}

.quoteForm .h1 {
  margin-bottom: 00px;
  padding-right: 20px;
  color: #454545;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.quoteForm .h1::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  bottom: -4px;
  left: 5px;
  animation: w70 1s ease forwards;
}

.quoteForm .form-row .form-group {
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
  margin-top: 1rem;
}

.quoteForm .form-row .form-group label:not(.custom-control-label) {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  color: #a8a5a5;
}

.quoteForm .form-row .form-group .form-control {
  background-color: #F2F2F2;
  border: none;
  height: calc(2.5em + .75rem + 2px);
}

.quoteForm .form-row .form-group .form-control:focus {
  box-shadow: 0 0 0 0.1rem #ff6f0062;
}

.quoteForm .form-row .form-group textarea {
  min-height: 200px;
}

.quoteForm .form-row .form-group .custom-control {
  margin: 0 15px 8px 0;
}

.quoteForm .form-row .form-group .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FF6F00;
  background-color: #FF6F00;
}

.quoteForm .form-row .form-group .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem #ff6f0062;
}

.quoteForm .form-row .select2-container--default .select2-selection--multiple {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background-color: #F2F2F2;
  border: none;
  min-height: calc(2.5em + .75rem + 2px);
}

.quoteForm .form-row .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #454545;
  border-radius: .25rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  margin-top: 8px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb .breadcrumb-item a {
  color: #454545;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb .breadcrumb-item.active {
  color: #FF6F00;
}

.main-nav {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: sticky;
  top: 0;
  z-index: 1020;
}

.main-nav .navbar-brand {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.main-nav .navbar-brand img {
  height: 80px;
  margin-right: 4px;
}

.main-nav .navbar-brand span {
  text-align: center;
  text-transform: uppercase;
}

.main-nav .navbar-brand span h1 {
  font-size: 45px;
  font-weight: 700;
  margin: -6px 0 0 0;
  font-weight: 600;
  color: #FF6F00;
}

.main-nav .navbar-brand span h6 {
  font-size: 18px;
  margin: -6px 0 0 0;
  color: #454545;
  font-weight: 600;
}

@media (max-width: 576px) {
  .main-nav .navbar-brand img {
    height: 40px;
    margin-right: 4px;
  }
  .main-nav .navbar-brand span {
    text-align: center;
  }
  .main-nav .navbar-brand span h1 {
    font-size: 25px;
  }
  .main-nav .navbar-brand span h6 {
    font-size: 10px;
  }
}

.main-nav .navbar-toggler {
  padding: 0;
  border: none;
  /* Minus */
  /* × and + */
}

.main-nav .navbar-toggler:focus {
  outline: none;
}

.main-nav .navbar-toggler .navicon-button {
  display: inline-block;
  position: relative;
  padding: 20px 10px;
  transition: 0.25s;
  cursor: pointer;
  user-select: none;
  opacity: .8;
}

.main-nav .navbar-toggler .navicon-button *,
.main-nav .navbar-toggler .navicon-button *:before,
.main-nav .navbar-toggler .navicon-button *:after {
  transform: translate3d(0, 0, 0);
}

.main-nav .navbar-toggler .navicon-button .navicon:before,
.main-nav .navbar-toggler .navicon-button .navicon:after {
  transition: 0.25s;
}

.main-nav .navbar-toggler .navicon-button:hover {
  transition: 0.5s;
  opacity: 1;
}

.main-nav .navbar-toggler .navicon-button:hover .navicon:before,
.main-nav .navbar-toggler .navicon-button:hover .navicon:after {
  transition: 0.25s;
}

.main-nav .navbar-toggler .navicon-button:hover .navicon:before {
  top: .825rem;
}

.main-nav .navbar-toggler .navicon-button:hover .navicon:after {
  top: -.825rem;
}

@media (max-width: 576px) {
  .main-nav .navbar-toggler .navicon-button:hover .navicon:before {
    top: .525rem;
  }
  .main-nav .navbar-toggler .navicon-button:hover .navicon:after {
    top: -.525rem;
  }
}

.main-nav .navbar-toggler .navicon {
  position: relative;
  width: 1.5em;
  height: .3125rem;
  background: #FF6F00;
  transition: 0.5s;
  border-radius: 2.5rem;
}

.main-nav .navbar-toggler .navicon:before, .main-nav .navbar-toggler .navicon:after {
  display: block;
  content: "";
  height: .3125rem;
  width: 1.9rem;
  background: #FF6F00;
  position: absolute;
  z-index: -1;
  transition: 0.5s 0.25s;
  border-radius: 1rem;
}

.main-nav .navbar-toggler .navicon:before {
  top: .625rem;
}

.main-nav .navbar-toggler .navicon:after {
  top: -.625rem;
}

.main-nav .navbar-toggler .open:not(.steps) .navicon:before,
.main-nav .navbar-toggler .open:not(.steps) .navicon:after {
  top: 0 !important;
}

.main-nav .navbar-toggler .open .navicon:before,
.main-nav .navbar-toggler .open .navicon:after {
  transition: 0.5s;
}

.main-nav .navbar-toggler .open {
  transform: scale(1.4);
}

.main-nav .navbar-toggler .open.x .navicon {
  background: transparent;
}

.main-nav .navbar-toggler .open.x .navicon:before {
  transform: rotate(-45deg);
  height: .2125rem;
}

.main-nav .navbar-toggler .open.x .navicon:after {
  transform: rotate(45deg);
  height: .2125rem;
}

.main-nav .navbar-collapse .navbar-nav {
  margin-left: auto;
}

@media (max-width: 992px) {
  .main-nav .navbar-collapse .navbar-nav * {
    text-align: right;
  }
}

.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 18px;
}

.main-nav .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #FF6F00;
}

.main-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  left: 15px;
  font-size: 15px;
  color: #212529;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-transform: uppercase;
  max-width: 300px;
  min-width: 250px;
}

@media (max-width: 991px) {
  .main-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    max-width: 100%;
  }
}

.main-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  white-space: normal;
}

.main-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #FF6F00;
}

.main-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item.active, .main-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f06800;
}

.main-nav .navbar-collapse .navbar-nav .nav-item .dropdown-menu hr {
  background-color: #FF6F00;
  display: inline-block;
  width: 60px;
  height: 5px;
  margin: 0;
}

.home-slider .owl-slide.cover {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 80vh;
  background-color: lightgray;
}

.home-slider .owl-slide.cover .container {
  position: relative;
}

.home-slider .owl-slide.cover .container .row [class*="col-"] {
  padding: 0;
}

.home-slider .owl-slide.cover .container .row [class*="col-"] .owl-slide-text {
  padding: 15px;
  background: linear-gradient(-30deg, transparent 40%, #bbbbbb96 40%, #bbbbbb1f 60%, transparent 60%);
  color: #fff;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.185);
}

@supports not (backdrop-filter: blur(1px)) {
  .home-slider .owl-slide.cover .container .row [class*="col-"] .owl-slide-text {
    background-color: #454545a3;
  }
}

.home-slider .owl-slide.cover .container .row [class*="col-"] .owl-slide-text .owl-slide-title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-word;
}

@media (max-width: 576px) {
  .home-slider .owl-slide.cover .container .row [class*="col-"] .owl-slide-text .owl-slide-title {
    font-size: 35px;
  }
}

.home-slider .owl-slide.cover .container .row [class*="col-"] .owl-slide-text .owl-slide-subtitle {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 576px) {
  .home-slider .owl-slide.cover .container .row [class*="col-"] .owl-slide-text .owl-slide-subtitle {
    display: none;
  }
}

.home-slider .owl-prev:active, .home-slider .owl-prev:focus,
.home-slider .owl-next:active,
.home-slider .owl-next:focus,
.home-slider .owl-dot:active,
.home-slider .owl-dot:focus {
  outline: none !important;
}

.home-slider .owl-nav {
  position: absolute;
  bottom: 10px;
  margin-left: 20px;
}

.home-slider .owl-nav .nbtn {
  letter-spacing: 1.5px;
  font-weight: 500;
  color: white;
  background-color: #FF6F00;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 7px #ff6f0028;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 5px 10px;
}

.home-slider .owl-nav .nbtn:hover {
  background-color: #f06800;
  box-shadow: 0 7px 10px #ff6f0028;
  color: #fff;
  outline: none;
}

.home-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 17px;
  margin-left: 120px;
  margin-right: 20px;
  text-align: right;
}

.home-slider .owl-dots .owl-dot span {
  background-color: #383838;
  margin: 5px 4px;
}

.home-slider .owl-dots .owl-dot.active span {
  background-color: #FF6F00;
  margin: 5px 6px;
  width: 13px;
  height: 13px;
  outline: none;
}

.home-about {
  margin-top: 80px;
}

.home-about .about-head .home-about-title h6 {
  font-size: 14px;
  color: #555555;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 5px 5px;
  font-weight: 700;
}

.home-about .about-head .home-about-subtitle h1 {
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
}

.home-about .about-head .home-about-subtitle h1::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  bottom: -8px;
  left: 1px;
  animation: w70 1s ease forwards;
}

.home-about .home-desc {
  margin-top: 20px;
}

.home-about .home-info .home-info-box {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.home-about .home-info .home-info-box i {
  margin: 0 5px 0 0;
  font-size: 20px;
}

.home-about .home-info .home-info-box span p {
  margin: -5px 0 00;
  font-size: 12px;
}

.home-about .home-btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .home-about .home-btn button {
    margin: 20px auto 0 auto;
    display: block;
  }
}

.home-about .home-img {
  width: auto;
  max-width: 100%;
  margin: 25px auto 0 auto;
  display: block;
  object-fit: contain;
  max-height: 400px;
}

@media (max-width: 767px) {
  .home-about .home-img {
    width: 100vw;
    margin: 40px auto 0 0;
    display: block;
    object-fit: cover;
  }
}

.home-services {
  margin-top: 80px;
  padding: 40px 0;
  background-color: #e8e8e8;
}

.home-services .row {
  margin: 0;
}

.home-services .row .services-head {
  text-align: center;
}

.home-services .row .services-head .home-services-title h6 {
  font-size: 14px;
  color: #555555;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 5px 5px;
  font-weight: 700;
}

.home-services .row .services-head .home-services-subtitle h1 {
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}

.home-services .row .services-head .home-services-subtitle h1::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  bottom: -10px;
  left: 0;
  animation: w70 1s ease forwards;
}

.home-services .row .services-head .home-services-subtitle h1::after {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 80px;
  height: 3px;
  top: -10px;
  right: 0;
  animation: w70 1s ease forwards;
}

.home-services .row .service-row {
  max-width: 75%;
  margin: auto;
  justify-content: center;
}

@media (max-width: 576px) {
  .home-services .row .service-row {
    max-width: 100% !important;
  }
}

.home-services .row .service-row .service-square {
  position: relative;
  width: 100%;
  --animate-duration: 2s;
  --animate-delay: 3s;
}

.home-services .row .service-row .service-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.home-services .row .service-row .service-square a {
  text-transform: unset;
  color: inherit;
}

.home-services .row .service-row .service-square .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}

.home-services .row .service-row .service-square .content svg {
  font-size: 50px;
  color: #FF6F00;
  width: 1em;
  height: 1em;
  fill: #FF6F00;
  stroke-width: 1;
}

.home-services .row .service-row .service-square .content i {
  font-size: 50px;
  color: #FF6F00;
}

.home-services .row .service-row .service-square .content h5 {
  margin-top: 10px;
  font-style: 20px;
  text-transform: uppercase;
}

.home-services .row .service-row .service-square .content:hover {
  border: none;
  box-shadow: 12px 10px 57px rgba(31, 54, 77, 0.287);
  z-index: 11;
}

.home-services .row .service-row .service-square .content:hover svg {
  fill: #FF6F00;
}

.home-services .row .service-row .service-square .content:hover h5 {
  color: #FF6F00;
}

@media (max-width: 600px) {
  .home-services .row .service-row .service-square .content {
    position: absolute;
    padding: 10px;
  }
  .home-services .row .service-row .service-square .content svg, .home-services .row .service-row .service-square .content i {
    font-size: 40px;
  }
  .home-services .row .service-row .service-square .content h5 {
    font-size: 14px;
  }
}

.home-project {
  margin-top: 80px;
}

.home-project .row .project-head {
  text-align: center;
}

.home-project .row .project-head .home-project-title h6 {
  font-size: 14px;
  color: #555555;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 5px 5px;
  font-weight: 700;
}

.home-project .row .project-head .home-project-subtitle h1 {
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}

.home-project .row .project-head .home-project-subtitle h1::after {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  bottom: -10px;
  right: 0;
  animation: w70 1s ease forwards;
}

.home-project .row .project-head .home-project-subtitle h1::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 80px;
  height: 3px;
  top: -10px;
  left: 0;
  animation: w70 1s ease forwards;
}

.home-project .row .project-slider {
  margin-top: 40px;
  color: #0f0f0f;
}

.home-project .row .project-slider .owl-prev,
.home-project .row .project-slider .owl-next {
  width: 33px;
  height: 100px;
  position: absolute;
  top: 30%;
  display: block !important;
  border: 0 solid black;
  background: #ff6f00cc;
}

.home-project .row .project-slider .owl-prev:hover,
.home-project .row .project-slider .owl-next:hover {
  background: #ff6f00;
}

.home-project .row .project-slider .owl-prev i,
.home-project .row .project-slider .owl-next i {
  color: white;
}

.home-project .row .project-slider .owl-prev {
  left: -15px;
}

.home-project .row .project-slider .owl-next {
  right: -15px;
}

.home-project .row .project-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: -35px;
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: center;
}

.home-project .row .project-slider .owl-dots .owl-dot span {
  background-color: #383838;
  margin: 5px 4px;
}

.home-project .row .project-slider .owl-dots .owl-dot.active span {
  background-color: #FF6F00;
  margin: 5px 6px;
  width: 13px;
  height: 13px;
  outline: none;
}

.home-project .row .project-slider .owl-slider {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

.home-project .row .project-slider .owl-slider a {
  text-decoration: none;
  color: inherit;
}

.home-project .row .project-slider .owl-slider img {
  height: 200px;
  display: block;
  margin: auto;
  object-fit: cover;
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.home-project .row .project-slider .owl-slider .project-info {
  padding: 10px;
  border-bottom: 5px solid #ff6f0000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.home-project .row .project-slider .owl-slider .project-info h5 {
  color: #8C8C8C;
  font-size: 13px;
  line-height: 15px;
}

.home-project .row .project-slider .owl-slider .project-info h4 {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 30px;
}

.home-project .row .project-slider .owl-slider .project-info h6 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.home-project .row .project-slider .owl-slider:hover img {
  transform: scale(1.05);
}

.home-project .row .project-slider .owl-slider:hover .project-info {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-bottom: 5px solid #FF6F00;
}

.footer-enquire {
  margin-top: 80px;
  padding: 80px 0;
  background: #FF6F00;
}

.footer-enquire .enquire-title {
  color: #555555;
  font-size: 23px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 27px;
  color: #fff;
}

.footer-enquire .enquire-title:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 66px;
  height: 3px;
  margin-left: -33px;
  background-color: #fff;
}

.footer-enquire .enquire-desc {
  font-size: 20px;
  max-width: 60%;
  margin: 40px auto 35px;
  text-align: center;
  line-height: 1;
  color: #fff;
}

@media (max-width: 576px) {
  .footer-enquire .enquire-title {
    font-size: 18px;
  }
  .footer-enquire .enquire-desc {
    font-size: 15px;
  }
}

.footer-enquire .enquire-button {
  display: flex;
  justify-content: center;
}

.footer-enquire .enquire-button a {
  background-color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  padding: 17px 26px;
  text-transform: uppercase;
  color: #454545;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

footer.page-footer .social-footer {
  background-color: #454545;
}

footer.page-footer .social-footer .social-icon {
  text-decoration: none;
  font-size: 25px;
  color: #fff;
}

footer.page-footer .social-footer .social-icon:hover i {
  color: #FF6F00;
  cursor: pointer;
}

footer.page-footer .footer-links .links-col {
  margin-bottom: 20px;
}

footer.page-footer .footer-links .links-col .links-head {
  font-weight: 600;
  text-transform: uppercase;
}

footer.page-footer .footer-links .links-col hr {
  background-color: #FF6F00;
  margin: 0 auto 20px auto;
  display: inline-block;
  width: 60px;
}

footer.page-footer .footer-links .links-col p {
  margin: 0 0 8px 0;
  line-height: 20px;
}

@media (min-width: 768px) {
  footer.page-footer .footer-links .links-col p {
    display: flex;
  }
}

footer.page-footer .footer-links .links-col p a {
  color: unset;
}

.services-mainpage div.image-wrapper {
  width: 100%;
  padding: 20px 0;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  position: relative;
}

.services-mainpage div.image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.services-mainpage div.image-wrapper h5.image-title {
  font-size: 2.5em;
  font-weight: 400;
  color: white;
  z-index: 2;
  position: relative;
}

.services-mainpage div.image-wrapper h5.image-title::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  top: -10px;
  left: 5px;
  animation: w70 1s ease forwards;
}

.services-mainpage div.image-wrapper h6.image-subtitle {
  color: white;
  z-index: 2;
  font-weight: 400;
  text-align: justify;
  word-break: break-all;
  position: relative;
  width: fit-content;
}

.services-mainpage div.image-wrapper h6.image-subtitle::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  bottom: 0;
  right: 5px;
  animation: w70 1s ease forwards;
}

.services-mainpage .container-fluid {
  margin-top: 60px;
}

.services-mainpage .container-fluid .row .col {
  margin-bottom: 40px;
}

.services-mainpage .container-fluid .row .col .card {
  height: 100%;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}

.services-mainpage .container-fluid .row .col .card img.card-img-top {
  height: 200px;
  object-fit: cover;
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.services-mainpage .container-fluid .row .col .card .card-body {
  background: rgba(231, 230, 230, 0.61);
  backdrop-filter: blur(8px);
  width: 90%;
  display: block;
  margin: auto;
  margin-top: -60px;
  z-index: 1;
}

@supports not (backdrop-filter: blur(8px)) {
  .services-mainpage .container-fluid .row .col .card .card-body {
    background-color: #ffffffd6;
  }
}

.services-mainpage .container-fluid .row .col .card .card-body .card-text {
  font-size: 13px;
  line-height: 15px;
}

.services-mainpage .container-fluid .row .col .card .card-footer {
  padding: 0 15px;
  border: 0;
  background: none;
  margin-top: 5px;
}

.services-mainpage .container-fluid .row .col .card .card-footer .btn {
  background: #454545;
}

.services-mainpage .container-fluid .row .col .card:hover img.card-img-top {
  transform: scale(1.05);
}

.services-mainpage .container-fluid .row .col .card:hover .card-body {
  backdrop-filter: blur(10px);
}

.services-mainpage .container-fluid .row .col .card:hover .card-footer {
  padding: 0 15px;
  border: 0;
}

.services-mainpage .container-fluid .row .col .card:hover .card-footer .btn {
  background: #555555;
  padding: 7px 50px;
}

.services-product-mainbox {
  margin-top: 50px;
}

@media (max-width: 576px) {
  .services-product-mainbox {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .services-product-mainbox {
    background: #fff;
  }
}

.services-product-mainbox .product-img-row .product-img {
  background: #f3f3f3;
  padding: 10px;
}

@media (max-width: 767px) {
  .services-product-mainbox .product-img-row .product-img {
    background: #fff;
  }
}

.services-product-mainbox .product-img-row .product-img img#main_image {
  box-shadow: none;
  display: block;
  width: 100% !important;
  object-fit: cover;
  margin: auto;
}

@media (max-width: 767px) {
  .services-product-mainbox .product-img-row .product-img img#main_image {
    width: auto !important;
    height: 100%;
    max-height: 400px;
  }
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs {
  padding: 0 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 0;
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs a img.xzoom-gallery {
  height: 100px;
  min-width: 100px;
  object-fit: contain;
  margin-bottom: 0;
  background: #f3f3f3;
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs a img.xzoom-gallery.xactive {
  box-shadow: 0 0 3px 0 #ff6f0078;
  border: 1px solid #FF6F00;
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-stage {
  display: flex;
  align-items: center;
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav {
  margin: 0;
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-prev {
  left: 2px;
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-next {
  right: 2px;
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-next,
.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-prev {
  position: absolute;
  top: 36%;
  display: block !important;
  margin: 0;
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-next:focus,
.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-prev:focus {
  outline: none;
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-next:hover,
.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-prev:hover {
  background: unset;
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-next i,
.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-prev i {
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  padding-top: 2px;
  width: 20px;
  height: 20px;
  color: #FF6F00;
  align-self: center;
}

.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-next i:hover,
.services-product-mainbox .product-img-row .product-img div.xzoom-thumbs .owl-nav .owl-prev i:hover {
  color: red;
  font-size: 15px;
}

.services-product-mainbox .product-desc .product-title {
  color: #454545;
  background: #f3f3f3;
  padding: 20px;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .services-product-mainbox .product-desc .product-title {
    background: #fff;
  }
}

.services-product-mainbox .product-desc .product-text {
  color: #454545;
  padding: 20px;
  background: #f3f3f3;
}

@media (max-width: 767px) {
  .services-product-mainbox .product-desc .product-text {
    background: #fff;
  }
}

.similar-section {
  background-color: #fff;
  margin-top: 80px;
}

.similar-section .owl-item {
  margin-bottom: 10px;
  margin-top: 10px;
}

.similar-section .similar-product-title {
  padding: 10px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  background: #f2f2f2;
  border-radius: 10px;
}

.similar-section .similar-product-title h5 {
  font-size: 20px;
  font-weight: 600;
  padding-right: 10px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.similar-section .similar-product-title .see-more {
  margin-left: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}

.similar-section .similar-product-title .see-more div {
  text-decoration: none;
  font-weight: 700;
  font-size: 11.5px;
  text-transform: uppercase;
  color: #FF6F00;
}

@media (max-width: 450px) {
  .similar-section .similar-product-title .see-more div {
    font-size: 0;
  }
}

.similar-section .similar-product-title .see-more i {
  height: 21px;
  width: 20px;
  font-size: 14px;
  padding: 3px 1.5px;
  color: #FF6F00;
}

@media (max-width: 450px) {
  .similar-section .similar-product-title .see-more i {
    font-size: 16px;
  }
}

.similar-section .similar-product-title .see-more:hover a {
  text-decoration: none;
}

.similar-section .similar-product-title .see-more:hover div {
  font-size: 12px;
  color: #f06800 !important;
}

.similar-section .similar-product-title .see-more:hover i {
  font-size: 14.5px;
  color: #f06800 !important;
}

.similar-section .slider-product-row {
  display: flex;
  margin-right: 0;
  margin-left: 0;
  padding: 0 5px;
}

.similar-section .slider-product-row .slider-product-card {
  background-color: #fff;
  max-width: 300px;
  cursor: pointer !important;
  margin-bottom: 10px;
  margin: auto;
  border: none;
  padding: 5px;
}

.similar-section .slider-product-row .slider-product-card:hover {
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.similar-section .slider-product-row .slider-product-card .card-body {
  height: 100%;
  padding: 10px;
}

.similar-section .slider-product-row .slider-product-card .card-body a {
  text-decoration: none;
  color: unset;
}

.similar-section .slider-product-row .slider-product-card .card-body .slider-product-img-top {
  text-indent: -9999px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.similar-section .slider-product-row .slider-product-card .card-body .product-title {
  display: -webkit-box;
  max-width: 100%;
  max-height: 25px;
  margin-top: 10px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px !important;
  margin-bottom: 4px;
  word-break: break-all;
  color: #454545;
  font-weight: 600;
  text-transform: capitalize;
}

.similar-section .slider-product-row .slider-product-card .card-body .product-category {
  display: -webkit-box;
  max-width: 100%;
  min-height: 30px;
  max-height: 30px;
  margin: 0 auto;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px !important;
  margin-bottom: 4px;
  color: #6d6969;
  text-transform: uppercase;
}

.similar-section .slider-product-row .owl-nav {
  margin: 0;
}

.similar-section .slider-product-row .owl-nav .owl-prev {
  left: -5px;
}

.similar-section .slider-product-row .owl-nav .owl-next {
  right: -5px;
}

.similar-section .slider-product-row .owl-nav .owl-next,
.similar-section .slider-product-row .owl-nav .owl-prev {
  position: absolute;
  top: 100px;
  display: block !important;
  margin: 0 0 0 0;
  border: 0 solid black;
  background: #ff6f00cc;
  color: #fff;
}

.similar-section .slider-product-row .owl-nav .owl-next i,
.similar-section .slider-product-row .owl-nav .owl-prev i {
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  padding-top: 25px;
  width: 30px;
  height: 70px;
  align-self: center;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.similar-section .slider-product-row .owl-nav .owl-next:focus, .similar-section .slider-product-row .owl-nav .owl-next:hover,
.similar-section .slider-product-row .owl-nav .owl-prev:focus,
.similar-section .slider-product-row .owl-nav .owl-prev:hover {
  outline: none;
  background: #ff6f00;
  color: #fff;
}

.aboutUs div.image-wrapper {
  width: 100%;
  padding: 20px 0;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  position: relative;
  height: 400px;
  z-index: -1;
  text-align: center;
}

.aboutUs div.image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.aboutUs div.image-wrapper h5.image-title {
  font-size: 3em;
  font-weight: 400;
  color: white;
  margin: 80px auto;
  z-index: 2;
  position: relative;
  display: inline-block;
}

.aboutUs div.image-wrapper h5.image-title::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  top: -9px;
  left: 5px;
  animation: w70 1s ease forwards;
}

.aboutUs div.image-wrapper h6.image-subtitle {
  color: white;
  z-index: 2;
  font-weight: 400;
  text-align: justify;
  word-break: break-all;
  position: relative;
}

.aboutUs div.image-wrapper h6.image-subtitle::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  bottom: -2px;
  right: 5px;
  animation: w70 1s ease forwards;
}

.aboutUs .container-fluid.text .row {
  min-height: 700px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.25);
  color: black;
  width: 95%;
  margin: -200px auto 0 auto;
  font-size: 18px !important;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  backdrop-filter: blur(10px);
}

@supports not (backdrop-filter: blur(10px)) {
  .aboutUs .container-fluid.text .row {
    background-color: #ffffffd6;
  }
}

@media (max-width: 576px) {
  .aboutUs .container-fluid.text .row {
    padding: 10px 0;
  }
}

.aboutUs .container-fluid.text .row .about-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.aboutUs .container-fluid.text .row .about-title img {
  height: 90px;
  margin-right: 4px;
}

.aboutUs .container-fluid.text .row .about-title span {
  text-align: center;
  text-transform: uppercase;
}

.aboutUs .container-fluid.text .row .about-title span h1 {
  font-size: 45px;
  font-weight: 700;
  margin: -6px 0 0 0;
  font-weight: 600;
  color: #FF6F00;
}

.aboutUs .container-fluid.text .row .about-title span h6 {
  font-size: 18px;
  margin: -6px 0 0 0;
  color: #080808;
  font-weight: 600;
}

.aboutUs .container-fluid.text .row .about-text {
  margin-top: 20px;
  position: relative;
  padding-bottom: 10px;
}

.aboutUs .container-fluid.text .row .about-text::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  bottom: -2px;
  right: 5px;
  animation: w70 1s ease forwards;
}

.aboutUs .container-fluid.text .row .about-info {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #f7f7f7;
  padding: 20px;
  margin-top: 30px;
  position: relative;
}

.aboutUs .container-fluid.text .row .about-info::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  bottom: -2px;
  right: 0;
  animation: w70 1s ease forwards;
}

.aboutUs .container-fluid.text .row .about-info .about-contact .d-flex {
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.aboutUs .container-fluid.text .row .about-info .about-contact .d-flex i {
  font-size: 40px;
  color: #ff6f0067;
}

.aboutUs .container-fluid.text .row .about-info .about-contact .d-flex span {
  left: 10px;
  position: absolute;
  line-height: 17px;
  font-weight: 500;
  word-break: break-all;
}

.aboutUs .container-fluid.text .row .about-info .about-social {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.aboutUs .container-fluid.text .row .about-info .about-social a {
  text-decoration: none;
  color: #454545;
  font-size: 30px;
  margin: 0 5px;
}

.aboutUs .container-fluid.text .row .about-info .about-social a:hover {
  color: #FF6F00;
}

.contactUs div.image-wrapper {
  width: 100%;
  padding: 20px 0;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  position: relative;
  height: 700px;
  z-index: -1;
}

.contactUs div.image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.contactUs div.image-wrapper h5.image-title {
  font-size: 3em;
  font-weight: 400;
  color: white;
  margin: 80px 20px;
  z-index: 2;
  position: relative;
  display: inline-block;
}

.contactUs div.image-wrapper h5.image-title::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  top: -9px;
  left: 5px;
  animation: w70 1s ease forwards;
}

.contactUs div.image-wrapper h6.image-subtitle {
  color: white;
  z-index: 2;
  font-weight: 400;
  text-align: justify;
  word-break: break-all;
  position: relative;
}

.contactUs div.image-wrapper h6.image-subtitle::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  bottom: -2px;
  right: 5px;
  animation: w70 1s ease forwards;
}

.contactUs .row.n-margin {
  min-height: 700px;
  z-index: 10;
  color: black;
  width: 95%;
  margin: -450px auto 0 auto;
  font-size: 18px !important;
  max-width: 1600px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 0;
}

@media (max-width: 576px) {
  .contactUs .row.n-margin {
    padding: 0;
  }
}

.contactUs .row.n-margin .contactform {
  padding: 60px;
  background-color: white;
  position: relative;
}

.contactUs .row.n-margin .contactform::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  top: 0;
  left: 0;
  animation: w70 1s ease forwards;
}

@media (max-width: 576px) {
  .contactUs .row.n-margin .contactform {
    padding: 20px;
  }
}

.contactUs .row.n-margin .contactform .h1 {
  color: #454545;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding-left: 10px;
}

.contactUs .row.n-margin .contactform .far {
  color: #FF6F00;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  padding-right: 5px;
}

.contactUs .row.n-margin .contactform .form-row {
  margin-top: 20px;
}

.contactUs .row.n-margin .contactform .form-row .form-group {
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
  margin-top: 0;
}

.contactUs .row.n-margin .contactform .form-row .form-group label:not(.custom-control-label) {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 12px;
  color: #454545;
}

.contactUs .row.n-margin .contactform .form-row .form-group .form-control {
  background-color: #F2F2F2;
  border: none;
  height: calc(2.5em + .75rem + 2px);
  border-radius: 10px;
}

.contactUs .row.n-margin .contactform .form-row .form-group .form-control:focus {
  box-shadow: 0 0 0 0.1rem #ff6f0062;
}

.contactUs .row.n-margin .contactform .form-row .form-group textarea {
  min-height: 200px;
}

.contactUs .row.n-margin .contactform .form-row .form-group .custom-control {
  margin: 0 15px 8px 0;
}

.contactUs .row.n-margin .contactform .form-row .form-group .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FF6F00;
  background-color: #FF6F00;
}

.contactUs .row.n-margin .contactform .form-row .form-group .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem #ff6f0062;
}

.contactUs .row.n-margin .col-md-4 .contact-info {
  background-color: #ff6f00b9;
  backdrop-filter: blur(90px);
  position: relative;
  text-align: center;
  padding: 60px;
  height: 100%;
}

.contactUs .row.n-margin .col-md-4 .contact-info::before {
  content: '';
  position: absolute;
  background-color: #454545;
  width: 50px;
  height: 3px;
  bottom: 0;
  right: 0;
  animation: w70 1s ease forwards;
}

@supports not (backdrop-filter: blur(90px)) {
  .contactUs .row.n-margin .col-md-4 .contact-info {
    background-color: #FF6F00 !important;
  }
}

.contactUs .row.n-margin .col-md-4 .contact-info .h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.contactUs .row.n-margin .col-md-4 .contact-info .contact-s {
  margin: auto;
  width: fit-content;
}

.contactUs .row.n-margin .col-md-4 .contact-info .contact-s .d-flex {
  margin-top: 40px;
}

.contactUs .row.n-margin .col-md-4 .contact-info .contact-s .d-flex i {
  font-size: 25px;
  color: #ffffffad;
  margin-right: 10px;
  margin-top: 2px;
}

.contactUs .row.n-margin .col-md-4 .contact-info .contact-s .d-flex span {
  color: #ffffff;
  line-height: 25px;
  font-size: 20px;
  font-weight: 400;
  word-break: break-all;
}

.contactUs .row.n-margin .col-md-4 .contact-info .contact-social {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contactUs .row.n-margin .col-md-4 .contact-info .contact-social a {
  text-decoration: none;
  color: unset;
  font-size: 35px;
  margin: 10px;
  color: #ffffff;
}

.contactUs .row.n-margin .col-md-4 .contact-info .contact-social a:hover {
  color: #454545;
}

.contactUs .row.n-margin .iframe iframe {
  width: 100%;
  margin-bottom: -8px;
}

.gallery-index div.image-wrapper {
  width: 100%;
  padding: 20px 0;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  position: relative;
}

.gallery-index div.image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery-index div.image-wrapper .container-fluid {
  margin-top: 80px;
  margin-bottom: 30px;
}

.gallery-index div.image-wrapper .container-fluid h5.image-title {
  font-size: 2.5em;
  font-weight: 400;
  color: white;
  z-index: 2;
  position: relative;
}

.gallery-index div.image-wrapper .container-fluid h5.image-title::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  top: -10px;
  left: 5px;
  animation: w70 1s ease forwards;
}

.gallery-index div.image-wrapper .container-fluid h6.image-subtitle {
  color: white;
  z-index: 2;
  font-weight: 400;
  text-align: justify;
  word-break: break-all;
  position: relative;
  width: fit-content;
}

.gallery-index div.image-wrapper .container-fluid h6.image-subtitle::before {
  content: '';
  position: absolute;
  background-color: #fea100;
  width: 50px;
  height: 3px;
  bottom: 0;
  right: 5px;
  animation: w70 1s ease forwards;
}

.gallery-index .g-row {
  margin-top: 80px;
}

.gallery-index .g-row .gallery-item2 a {
  color: unset;
  text-decoration: none;
}

.gallery-index .g-row .gallery-item2 div.gallery-album-card {
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.gallery-index .g-row .gallery-item2 div.gallery-album-card:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gallery-index .g-row .gallery-item2 div.gallery-album-card div.gallery-album {
  display: flex;
}

.gallery-index .g-row .gallery-item2 div.gallery-album-card div.gallery-album .gallery-album-div {
  transition: all .3s linear;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.gallery-index .g-row .gallery-item2 div.gallery-album-card div.gallery-album .gallery-album-div .gallery-album-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.gallery-index .g-row .gallery-item2 div.gallery-album-card div.gallery-album .gallery-album-div:hover {
  flex: 0 0 70%;
  max-width: 70%;
}

.gallery-index .g-row .gallery-item2 div.gallery-album-card div.gallery-album .gallery-album-div:hover .gallery-album-img {
  object-position: center;
  padding: 0 5px;
}

.gallery-index .g-row .gallery-item2 div.gallery-album-card div.card-body {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gallery-index .g-row .gallery-item2 div.gallery-album-card div.card-body h5.card-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.gallery-index .g-row .gallery-item2 div.gallery-album-card div.card-body span.badge {
  padding: 5px;
}

div.gallery-show div.card {
  border: 0px;
}

div.gallery-show div.card h5.gallery-title {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
}

div.gallery-show div.card div#lightgallery {
  margin-top: 20px;
  column-count: 2;
  column-gap: 10px;
  orphans: 1;
  widows: 1;
}

@media (min-width: 600px) {
  div.gallery-show div.card div#lightgallery {
    column-count: 3;
    column-gap: 810pxpx;
    orphans: 1;
    widows: 1;
  }
}

@media (min-width: 800px) {
  div.gallery-show div.card div#lightgallery {
    column-count: 4;
    column-gap: 10px;
    orphans: 1;
    widows: 1;
  }
}

div.gallery-show div.card div#lightgallery a.card {
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px 0 #ccc;
}

div.gallery-show div.card div#lightgallery a.card:hover {
  box-shadow: 2px 2px 6px 0 #b8b8b8;
}

div.gallery-show div.card div#lightgallery a.card img {
  object-fit: cover;
  max-height: 350px;
  width: 100%;
}
