* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
ol,
ul {
  padding-left: 0px;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}
body {
  background: #ffffff;
}
@font-face {
  font-family: "Montserrat-Thin";
  src: url(../font/Montserrat-Thin.ttf);
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(../font/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(../font/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(../font/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(../font/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat-Black";
  src: url(../font/Montserrat-Black.ttf);
}
.my-100 {
  margin-top: 100px;
}
.my-75 {
  margin-top: 75px;
}
.my-50 {
  margin-top: 50px;
}
.my-25 {
  margin-top: 25px;
}
.py-100 {
  margin-top: 100px;
}
.py-75 {
  margin-top: 75px;
}
.py-50 {
  margin-top: 50px;
}
.py-25 {
  margin-top: 25px;
}
.pxy-100 {
  padding: 100px 0px;
}
.pad-20 {
  padding: 20px 20px 0px 20px;
}
.pad-21 {
  padding: 10px 20px 20px 20px;
}
.pxy-75 {
  margin-bottom: 75px;
}
.light-bg {
  background: #f1f1f1;
}
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.bracket_box {
  position: relative;
  background: #404243;
  width: 100%;
  padding: 13px 0px;
}
.top-header-text {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: normal;
  color: #fff;
}
.social-icon {
  margin-right: 10px;
}
.navbar {
  width: 100%;
  background: #fff;
  box-shadow: none;
}
.navbar .navbar-brand img {
  width: 140px;
}
.navbar-nav .nav-item a {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 22px;
  align-items: center;
  color: #404243;
  padding: 0px;
  margin-bottom: 7px;
  cursor: pointer;
}
.navbar-nav .nav-item {
  position: relative;
}
.nav-item.active::after {
  position: absolute;
  content: " ";
  border-bottom: 2px solid #d7b499;
  cursor: pointer;
  display: block;
  width: 100%;
}
.navbar-nav .nav-item a {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.req-quote-btn {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, #404243 0%, #c7a082 100%);
  padding: 13px 25px;
  border: none;
  margin-left: 25px;
  display: block;
  border-radius: 50px;
}
.req-quote-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #404243 0%, #c7a082 100%);
}
.dropdown-menu {
  position: absolute;
  background: #404243;
  border-radius: 0;
  border: 0;
}
.dropdown-menu a {
  color: #fff !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #404243 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #fff;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.main-part {
  padding-top: 150px;
}
.main-hero {
  position: relative;
  background: url(../banner-slide-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.main-hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}
.img-box {
  position: relative;
  width: 100%;
}
.banner-content {
  position: relative;
  padding: 100px 0px;
}
.banner-title {
  position: relative;
  font-family: "Montserrat-Bold";
  font-size: 56px;
  line-height: 72px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.bannere_p {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin: 30px 0px;
}
.contact_t_btn {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #fff;
  background: #c7a082;
  padding: 10px 20px;
  border: 1px solid #c7a082;
  display: inline-block;
  border-radius: 50px;
}
.contact_t_btn:hover {
  color: #c7a082;
  background: transparent;
}
.banner-request-box .index-input {
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #d7b499;
}
.banner-request-box p {
  font-size: 14px;
  color: #ff0000;
  margin-bottom: 10px;
}
/* .carousel-control-prev,
.carousel-control-next {
  top: 50%;
  width: 40px;
  opacity: unset;
  background: #d7b499;
  height: 40px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.5rem;
  height: 2.5rem;
}
.carousel-control-prev {
  left: 2%;
}
.carousel-control-next {
  right: 2%;
} */
.about-img {
  position: relative;
  width: 90%;
}
h6 {
  position: relative;
  font-family: "Montserrat-Semibold";
  font-size: 16px;
  line-height: 20px;
  color: #404243;
  background: #fddeda;
  padding: 10px 25px;
  border: none;
  border-bottom: 2px solid #404243;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 30px;
}
h2 {
  position: relative;
  font-family: "Montserrat-Bold";
  font-size: 40px;
  line-height: normal;
  color: #404243;
  margin-bottom: 20px;
}
p {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 30px;
  color: #404243;
}
.key-box {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  color: #404243;
  padding: 15px 25px;
  border: 2px solid #d7b499;
  border-radius: 50px;
  margin: 15px 0px;
  text-align: center;
}
h5 {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: 20px;
  color: #404243;
  background: #fbeeec;
  padding: 25px;
  border: none;
  border-left: 4px solid #d7b499;
  border-radius: 0;
  display: inline-block;
  margin-top: 20px;
}
.read-btn {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #fff;
  background: #c7a082;
  padding: 13px 25px;
  border: none;
  margin-top: 25px;
  display: inline-block;
  border-radius: 50px;
}
.read-btn:hover {
  color: #fff;
  background: #c7a082;
}
h3 {
  position: relative;
  font-family: "Montserrat-SemiBold";
  font-size: 26px;
  line-height: normal;
  color: #404243;
  margin-bottom: 20px;
}
.services-box {
  position: relative;
  border: 1px solid #f6f6f6;
  padding: 40px 30px 0px 30px;
  background: #fff;
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  width: 100%;
  margin-top: 30px;
  height: 100%;
}
.services-icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  padding: 20px;
  background: #c7a082;
  margin: auto;
  margin-bottom: 20px;
}
h4 {
  position: relative;
  font-family: "Montserrat-SemiBold";
  font-size: 24px;
  line-height: normal;
  color: #404243;
  margin-bottom: 20px;
}
.footer-box {
  position: relative;
  background: url(../footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px 0px 0px;
}
.footer-logo {
  position: relative;
  max-width: 140px;
}
.footer-p {
  color: #fff;
  font-size: 16px;
}
.footer-title {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 22px;
  line-height: normal;
  color: #fff;
  text-decoration: underline;
}
.footer-ul li {
  position: relative;
  padding-top: 20px;
}
.footer-ul li a {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.footer-ul li {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.newsletter_input {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #fff;
  background: transparent;
  padding: 13px 25px;
  border: 1px solid #fff;
  border-radius: 0;
}
.newsletter_input:focus {
  outline: 0;
  box-shadow: none;
}
.divider-line {
  position: relative;
  margin: 30px 0px;
  border-bottom: 1px solid #fff;
}
.social-media {
  position: relative;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px 8px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin-right: 10px;
}
.inner-banner {
  position: relative;
  background: url(../footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.m-v-box {
  position: relative;
  background: #fbeeec;
  padding: 25px;
  border: none;
  border-left: 4px solid #d7b499;
  border-radius: 0;
  height: 100%;
}
.m-v-icon {
  position: relative;
  font-size: 36px;
  color: #404243;
  margin-bottom: 25px;
}
.contact-box {
  position: relative;
  background: #fbeeec;
  padding: 25px;
  border: none;
  border-top: 4px solid #d7b499;
  border-radius: 0;
}
.quote-box {
  position: relative;
  border: 1px solid #404243;
  border-radius: 0;
}
.quote-title {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
  background: #d7b499;
  padding: 13px 20px;
}
.quote-input {
  height: 14px;
  width: 14px;
  position: relative;
}
.radio-box {
  width: 100%;
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  color: #404243;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
.form-select {
  width: 100%;
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  color: #404243;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
textarea {
  width: 100%;
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  color: #404243;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
input:focus {
  outline: 0;
  border-color: #404243;
}
textarea:focus {
  outline: 0;
  border-color: #404243;
}
.form-select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #404243;
}
.form-label {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  color: #404243;
}
.next-btn {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #fff;
  background: linear-gradient(135deg, #404243 0%, #c7a082 100%);
  padding: 13px 25px;
  border: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
}
.next-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #404243 0%, #c7a082 100%);
}
.previous-btn {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #fff;
  background: linear-gradient(135deg, #404243 0%, #c7a082 100%);
  padding: 13px 25px;
  border: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
}
.previous-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #404243 0%, #c7a082 100%);
}
.services-p {
  font-size: 18px;
  line-height: 28px;
  color: #404243;
}
.service-de-title {
  font-size: 22px;
  color: #c7a082;
}
.challenge-box li {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 30px;
  color: #404243;
  margin-bottom: 15px;
}
.challenge-box li span {
  font-family: "Montserrat-SemiBold";
  color: #404243;
}
.form-control {
  width: 100%;
  position: relative;
  font-family: "Montserrat-Medium";
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #404243;
}
.partner-logo {
  max-width: 335px;
  margin-bottom: 15px;
  width: 100%;
}
#cphMain_projectaddress input {
  width: 100%;
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
#cphMain_projectaddress .form-label {
  width: 100%;
}
#cphMain_projectaddress span {
  font-size: 18px;
  color: #cc2c38;
}
.services-subtitle {
  position: relative;
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
  line-height: normal;
  color: #404243;
  margin-bottom: 10px;
}
.services-inner-box {
  position: relative;
  padding: 20px;
  line-height: normal;
  border: 1px solid #c7a082;
  border-radius: 10px;
  height: 100%;
}
.upload-box {
  width: 100%;
  border: 2px dashed #d7b499;
  border-radius: 10px;
  padding: 40px 20px;
  background-color: #f9f9f9;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.upload-box i {
  font-size: 76px;
  color: #d7b499;
}
.upload-instruction {
  font-size: 20px;
  color: #404243;
  margin-bottom: 15px;
}
.upload-button {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #fff;
  background: #c7a082;
  padding: 13px 25px;
  border: none;
  display: inline-block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  display: none;
  animation: fadeIn 0.6s ease;
}

.slide.active {
  display: block;
}
.banner-request-box {
  position: relative;
  width: 100%;
  max-width: 750px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  animation: fadeIn 0.7s ease;
  margin: auto;
}
.banner-request-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #404243;
  font-weight: 600;
  line-height: 28px;
}
.banner-request-box .upload-area {
  border: 2px dashed #c7a082;
  border-radius: 15px;
  padding: 30px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9f6f3;
}
.banner-request-box .upload-area:hover {
  border-color: #404243;
  background: #f2ede8;
  transform: scale(1.02);
}
.banner-request-box .upload-area img {
  width: 75px;
  margin-bottom: 12px;
  opacity: 0.8;
}
.banner-request-box .upload-area span {
  color: 404243;
  font-size: 18px;
  font-family: "Montserrat-Regular";
}
.banner-request-box .upload-area a {
  color: #c7a082;
  font-weight: 500;
  text-decoration: none;
}
.banner-request-box .upload-area a:hover {
  text-decoration: underline;
  color: #404243;
}
.banner-request-box .or-divider {
  margin: 15px 0;
  color: #888;
  font-size: 16px;
  position: relative;
   font-family: "Montserrat-Regular";
}
.banner-request-box .or-divider::before,
.banner-request-box .or-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #ddd;
}

.banner-request-box .or-divider::before {
  left: 0;
}

.banner-request-box .or-divider::after {
  right: 0;
}

.banner-request-box .input-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.banner-request-box .input-box input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 30px;
  outline: none;
  font-size: 16px;
  transition: all 0.3s ease;
  font-family: "Montserrat-Regular";
}

.banner-request-box .input-box input:focus {
  border-color: #c7a082;
  box-shadow: 0 0 5px rgba(199,160,130,0.4);
}

.banner-request-box .input-box button, .banner-request-box .continue-btn, .banner-request-box .submit-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #c7a082 0%, #404243 100%);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  font-family: "Montserrat-Regular";
  font-size: 16px;
}

.banner-request-box .input-box button, .banner-request-box .continue-btn, .banner-request-box .submit-btn:hover {
  background: linear-gradient(135deg, #404243 0%, #c7a082 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(64,66,67,0.4);
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}