body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.bg-light {
  background-color: #F2F2F2;
}

.btn:focus,
.btn:hover {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #560A4A;
  border-color: #560A4A;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 2rem;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #fff !important;
  color: #560A4A !important;
  border-color: #560A4A !important;
}

.btn-primary-o {
  background-color: #fff;
  border-color: #560A4A;
  color: #560A4A;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 2rem;
}
.btn-primary-o:hover, .btn-primary-o:focus {
  background-color: #560A4A;
  color: #fff;
}

.btn-black {
  background-color: #282A2B;
  border-color: #282A2B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 2rem;
}
.btn-black:hover, .btn-black:focus {
  background-color: #fff;
  color: #282A2B;
}

.btn-black-o {
  background-color: #fff;
  border-color: #282A2B;
  color: #282A2B;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 2rem;
}
.btn-black-o:hover, .btn-black-o:focus {
  background-color: #282A2B;
  color: #fff;
}

.btn-white-o {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 2rem;
}
.btn-white-o:hover, .btn-white-o:focus {
  background-color: #fff;
  color: #560A4A;
}

.text-maroon {
  color: #560A4A;
}

.title {
  font-size: 40px;
  font-family: "Merriweather", serif;
  font-weight: 800;
  color: #282A2B;
  padding: 0;
  margin: 0 0 16px;
}

.hr-o {
  position: relative;
  text-align: center;
  margin: 1.5rem 0;
}
.hr-o span {
  display: inline-block;
  padding: 0 16px;
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.hr-o::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
}

.contact-nav {
  background-color: #282A2B;
  padding: 10px 0;
  font-size: 12px;
  color: #fff;
  transition: all 0.3s ease-in;
}
.contact-nav a {
  font-size: 12px;
  color: #fff;
  margin: 0 4px;
  vertical-align: middle;
  font-family: "Arial", sans-serif;
}
.contact-nav a:focus, .contact-nav a:hover {
  text-decoration: none;
}
.contact-nav a .svg-inline--fa {
  font-size: 20px;
}

/* contact-nav */
.navbar {
  background-color: transparent;
  top: 39px;
  transition: all 0.4s ease-in;
}

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}


.navbar .navbar-brand img {
  width: 130px;
}
.navbar .navbar-brand img:nth-child(2) {
  display: none;
}
.navbar .nav-link {
  position: relative;
  font-size: 15px;
  color: #282A2B;
  font-weight: 400;
  padding: 0.5rem 1rem !important;
}
.navbar .nav-link:hover {
  color: #560A4A;
}
.navbar .active {
  color: #560A4A;
}
.navbar .dropdown-menu {
  border: none;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
.navbar .dropdown-menu::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -9px;
  left: 10px;
}
.navbar .dropdown-menu a.active,
.navbar .dropdown-menu a:hover {
  color: #560A4A;
  background-color: #fff;
}
.navbar .navbar-toggler {
  background-color: #560A4A;
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 14px;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler[aria-expanded=false] span:last-child {
  display: none;
}
.navbar .navbar-toggler[aria-expanded=true] span:last-child {
  display: block;
}
.navbar .navbar-toggler[aria-expanded=true] span:first-child {
  display: none;
}

/* navbar */
.navbar.ft-nav {
  background-color: #282A2B;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 1rem;
  z-index: 1000;
}
.navbar.ft-nav .navbar-brand img:nth-child(1) {
  display: none;
}
.navbar.ft-nav .navbar-brand img:nth-child(2) {
  display: block;
  height: 56px;
}
.navbar.ft-nav .nav-link {
  color: #fff;
  font-size: 15px;
}
.navbar.ft-nav .nav-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
}

.carousel .carousel-caption {
  left: 8em;
  top: 82px;
  bottom: 0;
  right: auto;
  width: 30em;
  text-align: left;
  display: flex;
  align-items: center;
}
.carousel .carousel-caption h2 {
  font-size: 60px;
  font-family: "Merriweather", serif;
  color: #282A2B;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px;
}
.carousel .carousel-caption p {
  font-size: 16px;
  color: #282A2B;
  padding: 0;
  margin: 0 0 1.8rem;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  position: absolute;
  bottom: 30px;
  right: 8em;
  left: auto;
  top: auto;
  height: auto;
  opacity: 1;
  width: auto;
}
.carousel .carousel-control-prev span,
.carousel .carousel-control-next span {
  background: none;
  opacity: 1;
}
.carousel .carousel-control-prev .svg-inline--fa,
.carousel .carousel-control-next .svg-inline--fa {
  font-size: 25px;
}
.carousel .carousel-control-prev {
  right: 10em;
}

/* carousel */
.sideContact {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  width: auto;
  text-align: right;
}
.sideContact .btn-black {
  padding: 0.5rem;
  line-height: 1;
  margin: 5px 0;
}
.sideContact button.btn-black {
  transform: rotate(-90deg) translateX(40px) translateY(39px);
}

/* sideContact */
.form-group label {
  font-size: 14px;
  color: #282A2B;
  opacity: 0.8;
  margin: 0 0 4px;
}
.form-group label.error {
  color: #ff1d1d;
  display: block;
  padding: 10px 0 0;
}

.form-control,
.custom-select {
  border: 1px solid #ddd;
  height: 35px;
  border-radius: 0;
}
.form-control:hover, .form-control:focus,
.custom-select:hover,
.custom-select:focus {
  outline: none;
  box-shadow: none;
  border-color: #560A4A;
}

.form-control.error {
  border-color: #ff1d1d;
}

textarea.form-control {
  height: auto;
}

.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #560A4A;
  background-color: #560A4A;
  outline: none;
  box-shadow: none;
}

.custom-control-label {
  cursor: pointer;
}

.custom-file .custom-file-input:focus ~ .custom-file-label,
.custom-file .custom-file-input:hover ~ .custom-file-label {
  outline: none;
  box-shadow: none;
  border-color: #560A4A;
}

.form-group .custom-file-label {
  font-size: 16px;
  color: #282A2B;
}

.quick-enquiry {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  padding: 1rem 1.5rem;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  bottom: -100%;
  max-height: 80vh;
  overflow-y: auto;
  right: 3em;
  transition: all 0.4s ease-in;
}
.quick-enquiry h2 {
  font-size: 18px;
  font-family: "Merriweather", serif;
  color: #560A4A;
  padding: 0;
  margin: 0 0 16px;
  font-weight: 400;
}
.quick-enquiry .close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0.4rem;
  font-size: 14px;
}

.quick-enquiry.active {
  bottom: 0;
  transition: all 0.4s ease-out;
}

/* quick enquiry */
.counter-strip {
  background-color: #F2F2F2;
  padding: 30px 0;
}
.counter-strip img {
  width: 40px;
}
.counter-strip span {
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 48px;
  color: #282A2B;
  margin: 0 0 6px;
  line-height: 1;
  font-weight: bold;
}
.counter-strip label {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #979797;
}

section {
  padding: 60px 0;
}

p {
  font-size: 18px;
  color: #282A2B;
  margin: 0;
  font-weight: 400;
}

.how-we {
  position: relative;
  overflow: hidden;
}
.how-we .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 40vw;
}
.how-we .bg img {
  width: 100%;
}
.how-we h1 {
  font-size: 60px;
  font-family: "Merriweather", serif;
  color: #d5d5d5;
  font-weight: 800;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  transform: rotate(-90deg) translateX(-380px);
}
.how-we .card {
  border: none;
}
.how-we .card .card-header {
  padding: 0;
  border: none;
}
.how-we .card .card-header button {
  padding: 10px 30px 10px 16px;
  font-size: 20px;
  font-weight: 700;
  color: #818181;
  background-color: #fff;
  text-transform: uppercase;
}
.how-we .card .card-header button:focus, .how-we .card .card-header button:hover {
  text-decoration: none;
}
.how-we .card .card-header button::after {
  content: "\f0fe";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #818181;
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 8px;
  transition: all 0.4s ease-in;
}
.how-we .card .card-header button[aria-expanded=true] {
  color: #560A4A;
}
.how-we .card .card-header button[aria-expanded=true]::after {
  content: "\f146";
  color: #560A4A;
}
.how-we .card .card-body {
  padding: 1rem;
}
.how-we .card .card-body ol {
  padding-left: 1rem;
}
.how-we .card .card-body ol li {
  font-size: 18px;
  font-weight: 600;
  color: #282A2B;
  margin-bottom: 6px;
}
.how-we img[aria-expanded=true] {
  display: block;
}
.how-we img[aria-expanded=false] {
  display: none;
}

/* how-we */
.home-about h2 {
  font-size: 60px;
  font-family: "Merriweather", serif;
  font-weight: 800;
  color: #282A2B;
  padding: 0;
  margin: 0 0 16px;
}
.home-about p {
  margin: 0 0 30px;
}
.home-about img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* home-about */
.home-up-projects h2 {
  font-family: "Merriweather", serif;
  font-size: 50px;
  color: #282A2B;
  font-weight: 800;
  margin: 0 0 30px;
}
.home-up-projects .owl-carousel.owl-drag .owl-item {
  padding: 16px 0;
}
.home-up-projects .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  left: -16px;
  right: -16px;
  z-index: 0;
  top: 45%;
  display: flex;
  justify-content: space-between;
}
.home-up-projects .owl-theme .owl-nav [class*=owl-] {
  font-size: 20px;
  color: #999;
}
.home-up-projects .owl-theme .owl-nav [class*=owl-]:hover, .home-up-projects .owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #fff;
  outline: none;
}

/* home-up-projects */
.home-gallery {
  background-color: #F2F2F2;
}
.home-gallery img {
  display: block;
  margin-bottom: 30px;
}

/* home-gallery */
.testimonials img {
  display: block;
  width: 80%;
  margin: 0 auto 50px;
  position: relative;
  box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.testimonials .bg-box {
  display: block;
  width: 80%;
  height: calc(100% - 60px);
  position: absolute;
  top: 60px;
  left: 0;
  border: 15px solid #C8C8C8;
  opacity: 0.3;
  z-index: 0;
}
.testimonials .d-flex img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0;
  box-shadow: none;
}
.testimonials .d-flex h3 {
  flex: 1 0 auto;
  font-size: 20px;
  font-weight: 600;
  color: #282A2B;
  padding: 0 16px;
  margin: 0;
}
.testimonials .d-flex h3 small {
  text-transform: uppercase;
  display: block;
  color: #560A4A;
  font-weight: 400;
  margin-top: 2px;
}
.testimonials p {
  margin: 0;
  padding: 0 0 0 16px;
  border-left: 5px solid #560A4A;
}
.testimonials .carousel-indicators {
  right: auto;
}
.testimonials .carousel-indicators li {
  background-color: #C8C8C8;
}
.testimonials .carousel-indicators li.active {
  background-color: #560A4A;
}

/* testimonials */
footer {
  background-color: #282A2B;
  color: #fff;
  font-size: 14px;
  padding-top: 30px;
  border-bottom: 6px solid #560A4A;
}
footer p {
  font-size: 14px;
  color: #fff;
}
footer .logo {
  width: 180px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer li {
  margin-bottom: 5px;
}
footer a,
footer li {
  font-size: 14px;
  color: #fff;
}
footer a .icon,
footer li .icon {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 0px;
  overflow: hidden;
  text-align: left;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.3s ease-in;
}
footer a:hover,
footer li:hover {
  color: #fff;
}
footer a:hover .icon,
footer li:hover .icon {
  width: 15px;
}
footer .social a {
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
}
footer h2 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0;
  margin: 0 0 16px;
}
footer iframe {
  width: 100%;
  height: 250px;
  border: none;
  box-shadow: none;
}

/* footer */
.header-title {
  font-size: 50px !important;
  font-weight: 800 !important;
  font-family: "Merriweather", serif;
  color: #282A2B;
  padding: 0;
  margin: 0 0 30px;
}

.page-banner {
  position: relative;
}
.page-banner img {
  width: 100%;
}
.page-banner .caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8em;
  right: 8em;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.page-banner .caption h2 {
  font-size: 50px;
  font-weight: 800;
  font-family: "Merriweather", serif;
  color: #282A2B;
  padding: 0;
  margin: 0 0 6px;
}
.page-banner .caption P {
  font-size: 24px;
  color: #282A2B;
  margin: 0;
}

/* page-banner */
.about h1 {
  font-size: 60px;
  font-weight: 800;
  font-family: "Merriweather", serif;
  color: #282A2B;
  padding: 0;
  margin: 0 0 16px;
}
.about h2 {
  font-size: 24px;
  font-weight: 600;
  color: #282A2B;
  margin: 0 0 30px;
}

/* about */
.about-mv {
  background-color: #282A2B;
}
.about-mv h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Merriweather", serif;
  color: #fff;
  padding: 0;
  margin: 0 0 16px;
}
.about-mv h2 img {
  display: inline-block;
  width: 40px;
  margin-right: 16px;
  vertical-align: middle;
}
.about-mv P,
.about-mv li {
  color: #fff;
}

/* about-mv */
.core-value {
  background-image: url(../images/core-values-bg.png);
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
}
.core-value h2 {
  font-size: 60px;
  font-weight: 800;
  font-family: "Merriweather", serif;
  color: #282A2B;
  padding: 0;
  margin: 0;
  position: relative;
}
.core-value h2::after {
  content: "";
  display: block;
  width: 160px;
  height: 5px;
  background-color: #560A4A;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.core-value img {
  width: 64px;
}
.core-value h3 {
  font-size: 20px;
  font-family: "Merriweather", serif;
  font-weight: 800;
  color: #282A2B;
  padding: 0;
  margin: 16px 0 6px;
}

/* core-value */
.team {
  background-color: #F2F2F2;
}
.team h2 {
  font-size: 60px;
  font-weight: 800;
  font-family: "Merriweather", serif;
  color: #282A2B;
  padding: 0;
  margin: 0 0 30px;
}
.team h3 {
  font-size: 22px;
  font-weight: 600;
  color: #282A2B;
  padding: 0;
  margin: 0 0 16px;
}
.team h3 small {
  display: block;
  color: rgba(0, 0, 0, 0.8);
}
.team img {
  width: 100%;
}
.team .card {
  border-radius: 4px;
  border: none;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0;
  justify-content: space-evenly;
  transition: all 0.4s ease-in;
}
.team .card:hover {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.team .card img {
  height: 116px;
  object-fit: contain;
  /* object-position: center top; */
  margin: 30px 0 auto;
  padding: 0px 16px;
  display: flex;
  justify-content: center;
}
.team .card label {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 16px;
  margin: 0 0;
  color: #282A2B;
}
.team .card label small {
  display: block;
  margin: 0 0;
  font-weight: 400;
  color: #282A2B;
}
.team .card .sc {
  border-top: 1px solid #ddd;
  padding: 6px;
  text-align: center;
}
.team .card .sc a {
  display: inline-block;
  font-size: 20px;
  color: #282A2B;
  margin: 0 4px;
}
.team .owl-carousel.owl-drag .owl-item {
  padding: 16px 0;
}
.team .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  left: -16px;
  right: -16px;
  z-index: 0;
  top: 45%;
  display: flex;
  justify-content: space-between;
}
.team .owl-theme .owl-nav [class*=owl-] {
  font-size: 20px;
  color: #999;
}
.team .owl-theme .owl-nav [class*=owl-]:hover, .team .owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #fff;
  outline: none;
}

/* team */
.on-projects h2 {
  font-size: 42px;
  font-weight: 800;
  font-family: "Merriweather", serif;
  color: #282A2B;
  margin: 0 0 30px;
  padding: 0;
}
.on-projects .card {
  border: none;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 4px;
  padding: 1rem;
}
.on-projects .card .img {
  position: relative;
}
.on-projects .card .img img {
  width: 100%;
}
.on-projects .card .img .tr {
  position: absolute;
  bottom: -4px;
  left: -16px;
  right: -16px;
}
.on-projects .card .img .thumbnail-pic {
  height: 250px !important;
  object-fit: contain !important;
}
.on-projects .card h3 {
  font-size: 24px;
  font-weight: 800;
  font-family: "Merriweather", serif;
  color: #282A2B;
  padding: 0;
  margin: 16px 0 6px;
  text-align: center;
}
.on-projects .card p {
  margin: 0 0 16px;
  text-align: center;
}
.on-projects .card .btn-black-o {
  padding: 0.5rem 1rem;
}

.past-project {
  background-color: #F2F2F2;
}
.past-project h2 {
  font-size: 42px;
  font-weight: 800;
  font-family: "Merriweather", serif;
  color: #282A2B;
  margin: 0 0 30px;
  padding: 0;
}
.past-project .card {
  border: none;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 4px;
  padding: 1rem;
  overflow: hidden;
}
.past-project .card .img {
  position: relative;
  margin: -16px -16px 0;
}
.past-project .card .img img {
  width: 100%;
  aspect-ratio: 29/20;
}
.past-project .card .img label {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 16px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #560A4A;
}
.past-project .card .img label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid #560A4A;
  border-top: 16.5px solid transparent;
  border-bottom: 16.5px solid transparent;
  position: absolute;
  right: -16px;
  top: 0;
}
.past-project .card h3 {
  font-size: 24px;
  font-weight: 800;
  font-family: "Merriweather", serif;
  color: #282A2B;
  padding: 0;
  margin: 16px 0 6px;
}
.past-project .card p {
  margin: 0 0 16px;
  height: 52px;
}
.past-project .card .info span {
  font-weight: 300;
}

/* past-project */
.modal .modal-title {
  font-family: "Merriweather", serif;
  color: #560A4A;
}

/* modal */
.project-dt-about {
  background-color: #F2F2F2;
}
.project-dt-about .navbar {
  position: relative;
  top: 0;
  background-color: #F2F2F2;
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding: 0;
}
.project-dt-about .navbar .nav-link {
  color: #560A4A;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.project-dt-ame {
  background-color: #212529;
}
.project-dt-ame .title {
  color: #fff;
}
.project-dt-ame img {
  display: block;
  width: 70px;
  margin: 0 auto 0;
}
.project-dt-ame h4 {
  font-size: 18px;
  color: #fff;
  padding: 0;
  margin: 16px 0 0;
  text-align: center;
}
.project-dt-ame li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.project-dt-ame .fa-li {
  top: 0.3em;
}

/* ame */
.project-dt-flp .card {
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  border: none;
  margin-top: 60px;
}
.project-dt-flp h4 {
  font-size: 22px;
  font-weight: 600;
  color: #282A2B;
}
.project-dt-flp li {
  margin-bottom: 5px;
}
.project-dt-flp .svg-inline--fa {
  color: #560A4A;
}
.project-dt-flp .fa-li {
  top: 0.3em;
}

/* project-dt-flp */
.project-dt-loc {
  padding: 0;
  background-color: #F2F2F2;
}
.project-dt-loc iframe {
  width: 100%;
  height: 400px;
  border: none;
  box-shadow: none;
}
.project-dt-loc li {
  margin-bottom: 5px;
}
.project-dt-loc .svg-inline--fa {
  color: #560A4A;
}
.project-dt-loc .fa-li {
  top: 0.3em;
}

/* project-dt-loc */
.project-dt-ft {
  background-image: url(../images/projects-bottom-banner.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}
.project-dt-ft .title,
.project-dt-ft p {
  color: #fff;
}

/* project-dt-ft */
.let-work .card {
  padding: 1.5rem;
  margin: 30px 0 0;
  border: none;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.let-work h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #282A2B;
  padding: 0;
  margin: 30px 0 16px;
}
.let-work h3 span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px 0 0;
  z-index: 10;
}
.let-work h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  z-index: 0;
}

/* let's work */
.channel-partner {
  background-image: url(../images/core-values-bg.png);
  background-size: 40vw;
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.channel-partner h2 {
  position: relative;
  font-size: 40px;
  color: #282A2B;
  font-family: "Merriweather", serif;
  padding: 0;
  margin: 0;
  font-weight: 800;
  display: inline-block;
}
.channel-partner h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #560A4A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
.channel-partner .card {
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: #560A4A;
  padding: 2rem 1rem;
  font-size: 16px;
  color: #fff;
  border: none;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}
.channel-partner .card::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
}
.channel-partner .card img {
  width: 50px;
  margin: 0 auto 16px;
}
.channel-partner section .card {
  background-color: #fff;
  display: block;
  text-align: left;
}
.channel-partner section .card::after {
  display: none;
}
.channel-partner h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #282A2B;
  padding: 0;
  margin: 30px 0 16px;
}
.channel-partner h4 span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px 0 0;
  z-index: 10;
}
.channel-partner h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  z-index: 0;
}

/* channel-partner */
.redevelopment .card {
  border: none;
  display: block;
  border-radius: 4px;
  border: none;
  padding: 1rem;
  height: 100%;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}
.redevelopment .card img {
  display: block;
  width: 60px;
  margin: 0 auto 16px;
}
.redevelopment .card h4 {
  font-size: 16px;
  color: #282A2B;
  padding: 0;
  margin: 0 0 6px;
  text-align: center;
  font-weight: 600;
}
.redevelopment .card p {
  font-size: 16px;
  color: #282A2B;
  text-align: center;
  padding: 0;
  margin: 0;
}
.redevelopment ul li {
  font-size: 18px;
  margin: 4px 0;
}
.redevelopment h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #282A2B;
  padding: 0;
  margin: 30px 0 16px;
}
.redevelopment h3 span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px 0 0;
  z-index: 10;
}
.redevelopment h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  z-index: 0;
}

/* redevelopment */
.contact {
  padding-bottom: 0;
}
.contact iframe {
  position: relative;
  border: none;
  width: 100%;
  margin-top: 100px;
  height: 350px;
  z-index: 10;
}
.contact .bg {
  width: 80%;
  height: 50%;
  border: 15px solid #560A4A;
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 0;
}
.contact .card {
  border: none;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.contact .card .d-flex {
  align-items: flex-start;
}
.contact .card img {
  display: block;
  width: 40px;
}
.contact .card h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 6px;
  color: #ffffff;
}
.contact .card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.contact .card p a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.contact .info-card {
  background-color: #560A4A;
  position: absolute;
  left: -60px;
  width: 40%;
  top: 30px;
  bottom: 30px;
  padding: 3rem 2rem;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

/* contact */
@media only screen and (max-width: 425px) {
  .team .card img {
    height: auto;
  }
}
/* media query */
@media only screen and (max-width: 767px) {
  .team .card img {
    height: auto;
  }
  .navbar .dropdown-menu::after {
    top: 32px;
  }
  .navbar.fixed-top {
    position: relative;
    top: 0;
    background-color: #282A2B;
  }
  .navbar.fixed-top .navbar-brand img:nth-child(1) {
    display: none;
  }
  .navbar.fixed-top .navbar-brand img:nth-child(2) {
    display: block;
    height: 40px;
  }
  .navbar.fixed-top .active {
    color: #fff;
  }
  .navbar.fixed-top .nav-link {
    position: relative;
    color: #fff;
  }
  .navbar.fixed-top .nav-link.active::after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    left: -10px;
    bottom: 0;
    top: 0;
  }
  .navbar.navbar.ft-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .navbar.navbar.ft-nav .nav-link.active::after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    left: -10px;
    bottom: 0;
    top: 0;
  }
  .contact-nav {
    padding: 4px 0;
  }
  .contact-nav .svg-inline--fa {
    margin-top: 4px;
  }
  .carousel img {
    object-fit: cover;
    min-height: 200px;
  }
  .carousel .carousel-caption {
    top: 0;
    left: 1rem;
    right: 2rem;
    width: auto;
  }
  .carousel .carousel-caption h2 {
    font-size: 16px;
  }
  .carousel .carousel-caption p {
    font-size: 14px;
    margin: 0;
  }
  .carousel .carousel-control-next {
    right: 2rem;
    bottom: 10px;
  }
  .carousel .carousel-control-prev {
    right: 4rem;
    bottom: 10px;
  }
  .quick-enquiry {
    width: 100%;
    right: 0;
  }
  .counter-strip span {
    font-size: 30px;
  }
  .how-we h1 {
    transform: none;
    font-size: 40px;
  }
  .home-about h2 {
    font-size: 40px;
  }
  .home-up-projects h2 {
    font-size: 40px;
  }
  .home-up-projects .owl-theme .owl-nav {
    left: 0;
    right: 0;
    top: auto;
    display: block;
  }
  .testimonials img {
    margin-top: 30px;
  }
  .testimonials .bg-box {
    top: 0;
    left: auto;
    right: 16px;
  }
  .testimonials .d-flex img {
    min-height: auto;
  }
  .page-banner .caption {
    left: 1rem;
    right: 1rem;
  }
  .page-banner .caption h2 {
    font-size: 30px;
  }
  .page-banner .caption p {
    display: none;
  }
  .about h1 {
    font-size: 40px;
  }
  .core-value h2 {
    font-size: 40px;
  }
  .core-value img {
    margin-top: 30px;
  }
  .team h2 {
    font-size: 40px;
  }
  .team .owl-theme .owl-nav {
    left: 0;
    right: 0;
    top: auto;
    display: block;
  }
  .on-projects h2 {
    font-size: 40px;
  }
  .on-projects .card .img .tr {
    bottom: -5px;
  }
  .channel-partner h2 {
    margin-bottom: 30px;
  }
  .channel-partner .title {
    font-size: 30px;
  }
  .let-work .title {
    font-size: 30px;
  }
  .redevelopment .title {
    font-size: 30px;
  }
  .contact .info-card {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    top: 16px;
    bottom: 0;
  }
  .contact .title {
    font-size: 30px;
    margin: 60px 0 30px;
  }
}
/* max-767 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar .dropdown-menu::after {
    top: 32px;
  }
  .navbar .navbar-nav {
    background-color: #282A2B;
  }
  .navbar .active {
    color: #fff;
  }
  .navbar .nav-link {
    position: relative;
    color: #fff;
  }
  .navbar .nav-link.active::after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 0;
  }
  .navbar.navbar.ft-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .navbar.navbar.ft-nav .nav-link.active::after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    left: -10px;
    bottom: 0;
    top: 0;
  }
  .carousel .carousel-caption h2 {
    font-size: 40px;
  }
  .counter-strip span {
    font-size: 24px;
  }
  .home-about h2 {
    font-size: 40px;
  }
  .home-up-projects h2 {
    font-size: 40px;
  }
  footer li {
    word-break: break-all;
  }
  .page-banner .caption {
    left: 1rem;
    right: 1rem;
  }
  .page-banner .caption h2 {
    font-size: 30px;
  }
  .about h1 {
    font-size: 50px;
  }
  .core-value h2 {
    font-size: 40px;
  }
  .core-value h3 {
    font-size: 18px;
  }
  .team h2 {
    font-size: 40px;
  }
  .channel-partner .title {
    font-size: 30px;
  }
  .let-work .title {
    font-size: 30px;
  }
  .contact .info-card {
    left: -26px;
  }
  .project-dt-about .navbar-nav {
    background-color: #F2F2F2;
  }
  .project-dt-about .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }
}
/* tab */
@media only screen and (min-width: 990px) {
  .contact .info-card {
    left: -60px;
  }
}

/*# sourceMappingURL=style.css.map */



.custom-404 {
  height: 80vh;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5f7fa, #e4ecf7);
  text-align: center;
  padding: 20px;
}

.custom-404 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-404 .content {
  max-width: 600px;
}

.error-code {
  font-size: 120px;
  font-weight: 800;
  color: #2c3e50;
  margin: 0;
}

.title {
  font-size: 28px;
  margin: 10px 0;
  color: #34495e;
}

.ty-title {
  font-size: 48px;
  margin: 10px 0;
  font-weight: 800;
  color: #34495e;
}

.description {
  font-size: 16px;
  color: #7f8c8d;
  margin-bottom: 30px;
}

.ty-description {
  font-size: 19px;
  color: #7f8c8d;
  margin-bottom: 30px;
  font-weight: 500;
}

.actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.c-btn-primary,
.c-btn-secondary {
  padding: 8px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.c-btn-primary {
  background: #d19c3b;
  color: #fff;
}

.c-btn-primary:hover {
  background: #c38a20;
}

.c-btn-secondary {
  border: 1px solid #d19c3b;
  color: #d19c3b;
  background: #c38a2000;
}

.c-btn-secondary:hover {
  background: #d19c3b;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .error-code {
    font-size: 80px;
  }

  .title {
    font-size: 22px;
  }
}

.error {
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

input.error-border {
    border: 1px solid red;
}