html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font: 400 1rem/1.6 "Plus Jakarta Sans", sans-serif;
  color: #333333;
}

a {
  text-decoration: none;
  color: var(--bs-dark);
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #161616;
}

h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #161616;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #171E45;
}
h2 span {
  color: #FF6900;
}

h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #161616;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #161616;
}

h5 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #161616;
}

h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #161616;
  color: #FF6900;
  margin-bottom: 5px;
}

p {
  font: 400 1rem/1.8 "Plus Jakarta Sans", sans-serif;
  margin-bottom: 1.5625rem;
  color: #646464;
}

.btn {
  font: 600 16px/1.6 "Plus Jakarta Sans", sans-serif;
  border-radius: 4px;
  min-width: 180px;
  text-transform: capitalize;
  background: url(../images/btn-bg.webp) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 5px;
  color: #F8F8F8;
  padding: 8px 35px;
  position: relative;
}

.btn:hover {
  text-decoration: none;
}

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

.btn-primary {
  background-color: #161616;
  border-color: #161616;
  color: #fff;
}

.btn-primary:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #fff;
  border-color: #161616;
  color: #161616;
  text-decoration: none;
}

.btn-secondary {
  background-color: #161616;
  color: #fff;
  border-color: #161616;
}

.btn-secondary:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  background-color: #fff;
  border-color: #161616;
  color: #161616;
  text-decoration: none;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #161616;
}

.btn-white:active + .btn-white, .btn-check:checked + .btn-white, .btn-white.active, .btn-white:active, .show > .btn-white.dropdown-toggle, .btn-white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

.fullwidth {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
}

ul.list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

ul.list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
  font-size: 16px;
}

ul.list li:before {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-padding-top {
  padding-top: 5rem;
}

.section-padding-bottom {
  padding-bottom: 5rem;
}

.primary-color {
  color: #FF6900;
}

img.border-radius {
  border-radius: 15px;
  overflow: hidden;
}

.card {
  margin: 0;
  padding: 0;
}
.card .card-header, .card .card-body {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.form-control {
  height: 48px;
  border: 0;
}

select.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
}

/* Owl Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  outline: none !important;
  margin: 0;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next {
  right: -1%;
  background: url(../images/next.webp) center center no-repeat rgba(0, 0, 0, 0.5) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -1%;
  background: url(../images/prev.webp) center center no-repeat rgba(0, 0, 0, 0.5) !important;
}

.owl-carousel .owl-nav button:hover {
  background-color: #FF6900 !important;
}

h2.heading {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.heading-part {
  text-align: center;
  margin-bottom: 50px;
}
.heading-part h2 {
  font-size: 4rem;
  line-height: 1.12;
  color: #161616;
  margin-bottom: 20px;
}
.heading-part h4 {
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.heading-part h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  height: 1px;
  background-color: #CFCFCF;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
.heading-part h4 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 50px;
  position: relative;
  z-index: 2;
}
.heading-part p {
  margin: 0;
}

/*	------ HEADER PART ------  */
.banner-wrapper {
  background: url(../images/Banner.webp) center center no-repeat;
  background-size: cover;
}

.header {
  background: transparent;
  padding: 0px 0;
}

.banner-section {
  padding: 4rem 0 6rem;
}
.banner-section h6 {
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
}
.banner-section h6 span {
  color: #783A15;
  font-weight: 600;
}
.banner-section h1 {
  color: #fff;
  margin: 20px 0;
}
.banner-section p {
  color: #fff;
}
.banner-section .list-area {
  padding: 15px 0 0;
}
.banner-section .list-area ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.banner-section .list-area ul li {
  display: inline-flex;
  justify-content: start;
  flex-wrap: wrap;
}
.banner-section .list-area ul li h4 {
  flex: 0 0 100%;
  color: #fff;
  margin: 10px 0 0;
}
.banner-section .list-area ul li p {
  flex: 0 0 100%;
  color: #fff;
  margin: 0;
}
.banner-section .form-area {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
}
.banner-section .form-area .form-control {
  background: #F1F1F1;
  margin-bottom: 15px;
  font-size: 13px;
}
.banner-section .form-area h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 5px;
}
.banner-section .form-area p {
  text-align: center;
  color: #4D4D4D;
  font-size: 14px;
}
.banner-section .form-area .btn-submit {
  background-color: #161616;
  color: #fff;
  width: 100%;
}

.bg-area {
  background: url(../images/bg-c.jpg) center center no-repeat;
  background-size: cover;
}

.bg-area2 {
  background: url(../images/pw-bg.png) left center no-repeat;
  background-size: cover;
}

.info-section {
  padding: 4rem 0 2rem;
}

.info-card {
  padding: 30px 40px;
  border: 1px solid #9c9c9c;
  border-radius: 0;
  height: 100%;
}
.info-card .card-body {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  text-align: center;
  height: 100%;
}
.info-card .card-body img {
  margin-bottom: 15px;
}
.info-card .card-body p {
  font-size: 16px;
  line-height: 1.4;
  color: #161616;
  margin: 0;
}

.client-section {
  padding-top: 2rem;
}
.client-section .client-slider-main {
  padding: 20px 0 10px;
}

.award-slider .item {
  padding: 5px;
}
.award-slider .item > a {
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
}

.about-section {
  position: relative;
}
.about-section > * {
  z-index: 1;
  position: relative;
}
.about-section .image-area {
  position: relative;
}
.about-section .image-area .e-icon {
  position: absolute;
  top: -60px;
  right: -60px;
  z-index: 1;
  width: 145px;
  height: 145px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  padding: 15px;
}
.about-section .image-area .e-icon h5 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: center;
}
.about-section .image-area .e-icon p {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}
.about-section .content-area {
  padding: 0px 0%;
}
.about-section .content-area h2 {
  margin-bottom: 30px;
}
.about-section .content-area p:nth-last-child(1) {
  margin-bottom: 0;
}
.about-section .about-carousel .owl-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.about-section .about-carousel .owl-nav button {
  background-color: rgb(255, 255, 255) !important;
  background-size: 10px !important;
  border: 0px solid #858585;
}
.about-section .about-carousel .owl-nav button.owl-prev {
  left: -4%;
}
.about-section .about-carousel .owl-nav button.owl-next {
  right: -4%;
}

.Achievements-section {
  background: url(../images/award-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 0;
}
.Achievements-section .client-slider-main {
  padding-top: 25px;
}

.solution-section .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.solution-section .item {
  padding: 5px;
  height: 100%;
}
.solution-section .info-card {
  padding: 30px 20px;
}
.solution-section .info-card img {
  width: auto !important;
  margin: 0 auto 25px;
}

.service-card {
  background: #fff;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  border: 0;
  overflow: hidden;
  height: 100%;
}
.service-card .card-header {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.service-card .card-body {
  margin: -50px 0 0;
  padding: auto;
  padding: 0 20px 20px;
  text-align: center;
}
.service-card .card-body .icon-area {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-card .card-body .icon-area img {
  width: auto !important;
  max-width: 100% !important;
}
.service-card .card-body h3 {
  font-size: 20px;
  margin: 0px 0 12px;
  color: #000;
  text-transform: uppercase;
}
.service-card .card-body p {
  color: #4D4D4D;
  margin: 0;
  font-size: 13px;
  color: #4D4D4D;
}

.services-main {
  padding-top: 20px;
}
.services-main .owl-stage {
  height: 100%;
  display: flex;
}
.services-main .owl-stage .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.services-main .owl-stage .owl-item .item {
  height: 100%;
  padding: 0 5px 20px;
}
.services-main .owl-carousel .owl-nav button.owl-next, .services-main .owl-carousel .owl-nav button.owl-prev {
  background-color: transparent !important;
  opacity: 0.7;
}
.services-main .owl-carousel .owl-nav button:hover {
  opacity: 1;
}
.services-main .owl-nav {
  position: absolute;
  top: -85px;
  right: 0;
}
.services-main .owl-nav button.owl-prev {
  left: inherit;
  right: 65px;
}
.services-main .owl-nav button.owl-next {
  left: inherit;
  right: 0;
}

.contact-section {
  background: url(../images/cnt-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 5rem 0;
  color: #fff;
  position: relative;
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 75%, rgba(255, 225, 241, 0) 100%);
}
.contact-section > * {
  position: relative;
  z-index: 1;
}
.contact-section h6 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 15px;
}
.contact-section h5 a {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.contact-section h5 a img {
  margin-right: 10px;
}
.contact-section p {
  color: #fff;
}
.contact-section .phno-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-section .phno-area a {
  color: #fff;
}
.contact-section .phno-area .rt {
  font-size: 18px;
  font-weight: 600;
}
.contact-section .mid-div {
  text-align: center;
  position: relative;
}
.contact-section .last-div {
  text-align: right;
}

.project-work-section .project-work-area > *:nth-last-child(2) .work-card::before {
  display: none;
}
.project-work-section .work-card {
  text-align: center;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  position: relative;
}
.project-work-section .work-card::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateY(-50%);
  border-bottom: 3px dashed #B0B0B0;
}
.project-work-section .work-card .card-body {
  position: relative;
  z-index: 2;
}
.project-work-section .work-card .card-body .image-area {
  width: 140px;
  height: 140px;
  margin: auto;
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-color: #fff;
}
.project-work-section .work-card .card-body .image-area img {
  filter: brightness(1) invert(1);
  transition: 0.3s;
}
.project-work-section .work-card .card-body h4 {
  font-size: 1rem;
  font-weight: 400;
  margin: 20px 0 0;
}
.project-work-section .work-card .card-body:hover .image-area {
  background-color: #783A15;
  border-color: #783A15;
  transition: 0.3s;
}
.project-work-section .work-card .card-body:hover .image-area img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.process-section {
  background: rgba(250, 246, 243, 0.95);
  padding-top: 5rem 0;
}
.process-section .process-tab {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 100px;
       column-gap: 100px;
  border: 0;
  position: relative;
  z-index: 2;
  position: relative;
}
.process-section .process-tab::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 50px);
  height: 1px;
  border-top: 2px dashed #a3a3a3;
}
.process-section .process-tab li {
  position: relative;
}
.process-section .process-tab li .nav-link {
  color: #000;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #D3D3D3 !important;
  border-radius: 50%;
  position: relative;
  top: 0;
  transition: 0.4s;
}
.process-section .process-tab li .nav-link.active {
  border: 0;
  background: #ffdede;
  border-color: #161616 !important;
  transition: 0.4s;
}
.process-section .process-tab li span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: -10px;
  right: -8px;
  border: 2px solid #fff;
}
.process-section .tab-content {
  margin-top: 50px;
  text-align: left;
}
.process-section .tab-content .content-area {
  padding: 20px;
}
.process-section .multi-step-bar {
  margin: -85px 0 0;
  padding: 0;
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  justify-content: center;
  z-index: 1;
  position: relative;
  display: none;
}
.process-section .multi-step-bar li {
  display: inline-block;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.process-section .multi-step-bar li.active {
  color: #FF6900;
}
.process-section .multi-step-bar li span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
}
.process-section .multi-step-bar li::before {
  content: "";
  width: 160px;
  height: 4px;
  top: 55%;
  transform: translateY(-50%);
  left: -130px;
  background-color: transparent;
  position: absolute;
  border-top: 2px dashed #a3a3a3;
}
.process-section .multi-step-bar li:nth-child(1):before {
  display: none;
}

.explore-section .explore-slider {
  position: relative;
  width: 960px;
  height: 510px;
  border: 8px solid white;
  margin: auto;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.explore-section .explore-slider .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 960px 100%;
}
.explore-section .explore-slider .background-img {
  background-image: url("../images/explore-after.webp");
}
.explore-section .explore-slider .foreground-img {
  background-image: url("../images/explore-before.webp");
  width: 50%;
}
.explore-section .explore-slider .slider {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore-section .explore-slider .slider:hover {
  background: rgba(242, 242, 242, 0);
}
.explore-section .explore-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 500px;
  background: white;
  cursor: pointer;
}
.explore-section .explore-slider .slider::-moz-range-thumb {
  width: 6px;
  height: 500px;
  background: white;
  cursor: pointer;
}
.explore-section .explore-slider .slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore-section .explore-slider .slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.explore-section .explore-slider .slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

.project-section {
  background: url(../images/project-bg.webp) center center no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
.project-section .project-main {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.project-section .project-list {
  display: flex;
  flex-wrap: wrap;
}
.project-section .project-list li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}
.project-section .project-list li button {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none !important;
  color: transparent !important;
  border: 0;
  box-shadow: none;
  top: 0;
  left: 0;
  z-index: 2;
  border: 4px solid transparent;
  border-radius: 0;
  transition: 0.2s;
}
.project-section .project-list li .inner-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.project-section .project-list li .inner-item > img {
  position: relative;
  filter: grayscale(100%);
  transition: 0.15s;
}
.project-section .project-list li .inner-item > .bg-img {
  position: absolute;
  z-index: 2;
}
.project-section .project-list li .inner-item > .text {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.project-section .project-list li .inner-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.project-section .project-list li button.active {
  border: 4px solid #fff;
  transition: 0.2s;
}
.project-section .project-list li button.active + .inner-item img {
  filter: grayscale(0);
  transition: 0.15s;
}
.project-section .project-list li button:hover + .inner-item .bg-img {
  animation: zoom 0.4s alternate ease-in-out;
}
.project-section .project-details {
  padding: 20px 25px;
  height: 100%;
  background-color: #fff;
}
.project-section .project-details h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #161616;
  margin-bottom: 3px;
}
.project-section .project-details h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #4d4d4d;
  margin-bottom: 15px;
}
.project-section .project-tab-content {
  height: 100%;
}
.project-section .project-tab-content .tab-pane {
  height: 100%;
}

.pulse {
  animation: pulse-animation 1.5s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.25);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes zoom {
  0% {
    transform: scale(8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.faq-section {
  background: url(../images/pw-bg.png) center center no-repeat;
  background-size: cover;
}
.faq-section iframe {
  padding: 0 !important;
  border: 0 !important;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.faq-section h2 {
  color: #161616;
}
.faq-section .faq-area {
  padding: 0px 0 0;
}
.faq-section .faq-area .accordion-item {
  background: none;
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
}
.faq-section .faq-area .accordion-item h2.accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 600;
  background: none;
  color: #000;
}
.faq-section .faq-area .accordion-item h2.accordion-header .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.faq-section .faq-area .accordion-item:nth-last-child(1) {
  border-bottom: 0px;
}

.contact-list-area {
  margin: 0 0 30px;
  text-align: center;
}
.contact-list-area .contact-list {
  text-align: center;
}
.contact-list-area .contact-list i {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.contact-list-area .contact-list h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.contact-list-area .contact-list h5 a {
  color: #fff;
}
.contact-list-area .contact-list h5 a:hover {
  color: #FF6900;
}

.portfolio-section {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background-color: #F8F8F8;
}
.portfolio-section .heading-part h4 span {
  background-color: #F8F8F8;
}
.portfolio-section .p-gal-area {
  position: relative;
}
.portfolio-section .p-gal-area h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4rem;
  margin: 0;
}
.portfolio-section .p-gal-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-section .bed-div {
  height: 400px;
  margin-bottom: 20px;
}
.portfolio-section .liv-div {
  height: 400px;
}
.portfolio-section .kit-div {
  height: 400px;
}
.portfolio-section .din-div {
  height: 820px;
}

footer {
  background-color: #161616;
  padding: 0rem 0 1.5rem;
  border-top: 6px solid #783A15;
}
footer p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
footer .footer-logo {
  margin-bottom: 20px;
}
footer .footer-logo + p {
  margin-bottom: 30px;
}
footer .copyright-div {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(208, 208, 208, 0.2470588235);
}
footer .copyright-div p {
  margin: 0;
}
footer .copyright-div .row > .col-md-4:nth-child(1) {
  text-align: left;
}
footer .copyright-div .row > .col-md-4:nth-child(2) {
  text-align: center;
}
footer .copyright-div .row > .col-md-4:nth-child(3) {
  text-align: right;
}

.floting-icon {
  position: fixed;
  bottom: 30px;
  right: 5px;
  z-index: 9999;
}
.floting-icon a {
  display: inline-block;
  border-radius: 50%;
}

/* ---  POPUP -----*/
.contact-modal .btn-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background-size: 12px;
  opacity: 1;
}
.contact-modal .modal-body {
  padding: 2rem 1.5rem 2.5rem;
  background: #f3faff;
}
.contact-modal h3 {
  margin-bottom: 2rem;
  text-align: center;
}
.contact-modal .form-control {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.7);
}
.contact-modal .form-control.textarea-form-control {
  height: 100px;
}

/* ---  ThankYou -----*/
.thankyou-section {
  position: relative;
}
.thankyou-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  z-index: 1;
}
.thankyou-section > * {
  position: relative;
  z-index: 2;
}
.thankyou-section .banner-section {
  padding: 13rem 0 17rem;
}
.thankyou-section a.btn-one {
  color: #fff;
}
.thankyou-section a.btn-one:hover {
  color: #FF6900;
}

.interior-contact-section .container {
  background: url(../images/in-cnt-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 3rem;
  border-radius: 10px;
}
.interior-contact-section h2 {
  color: #fff;
  font-weight: 600;
}
.interior-contact-section .interior-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.interior-contact-section .interior-cnt .rt {
  text-align: left;
}
.interior-contact-section .interior-cnt .rt h5 {
  margin: 0 0 5px;
}
.interior-contact-section .interior-cnt .rt p {
  margin: 0;
}
.interior-contact-section .interior-cnt .rt a {
  color: #fff;
}

/* ============ RESPONSIVE CSS ============ */
@media only screen and (min-width: 1200px) {
  body, p {
    font-size: 15px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
  .explore-section .explore-slider {
    width: 1300px;
    height: 600px;
  }
  .explore-section .explore-slider .foreground-img {
    width: calc(50% - 5px);
  }
  .explore-section .explore-slider .slider-button {
    left: calc(50% - 20px);
  }
  .explore-section .explore-slider .img {
    background-size: 1300px 100%;
  }
  .explore-section .explore-slider .slider::-webkit-slider-thumb {
    height: 590px;
  }
  .explore-section .explore-slider .slider::-moz-range-thumb {
    height: 590px;
  }
}
@media only screen and (min-width: 1500px) {
  .banner-section .list-area ul {
    gap: 10px 50px;
  }
  .banner-section .list-area ul li {
    width: auto;
    display: inline-block;
  }
  .banner-section .list-area ul li:nth-last-child(1) {
    flex: 1 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  body, p {
    font-size: 16px;
  }
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1700px) {
  .explore-section .explore-slider {
    width: 1500px;
    height: 700px;
  }
  .explore-section .explore-slider .img {
    background-size: 1500px 100%;
  }
  .explore-section .explore-slider .slider::-webkit-slider-thumb {
    height: 680px;
  }
  .explore-section .explore-slider .slider::-moz-range-thumb {
    height: 680px;
  }
}
@media only screen and (min-width: 1800px) {
  .service-card .card-body p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1900px) {
  .explore-section .explore-slider {
    width: 1700px;
    height: 800px;
  }
  .explore-section .explore-slider .img {
    background-size: 1700px 100%;
  }
  .explore-section .explore-slider .slider::-webkit-slider-thumb {
    height: 780px;
  }
  .explore-section .explore-slider .slider::-moz-range-thumb {
    height: 780px;
  }
  .explore-section .explore-slider .slider-button {
    left: calc(50% - 23px);
  }
}
/* =========== MAX WIDTH =============== */
@media only screen and (max-width: 1399px) {
  .banner-section {
    padding: 3rem 0 3rem;
  }
  .banner-section h1 {
    margin-top: 0;
    line-height: 1.2;
  }
  .banner-section .form-area .form-control {
    margin-bottom: 12px;
    height: 44px;
  }
  .info-section {
    padding: 3rem 0 0rem;
  }
  .info-card {
    padding: 20px 40px;
  }
  .heading-part {
    margin-bottom: 40px;
  }
  .heading-part h2 {
    font-size: 2.8rem;
  }
  .banner-section .list-area ul {
    gap: 30px;
  }
  .banner-section .list-area ul li {
    display: inline-block;
  }
  .client-section {
    padding-top: 0.5rem;
  }
  .client-section .client-slider-main {
    padding: 0px 0 0px;
  }
  .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section-padding-top {
    padding-top: 4rem;
  }
  .section-padding-bottom {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-section h1 {
    font-size: 2.5rem;
  }
  .banner-section .list-area ul {
    gap: 30px;
  }
  .banner-section .list-area ul li {
    display: inline-block;
  }
  .about-section .image-area .e-icon {
    width: 125px;
    height: 125px;
    top: -50px;
    right: -40px;
  }
  .about-section .image-area .e-icon h5 {
    font-size: 30px;
    line-height: 1;
  }
  .about-section .image-area .e-icon p {
    font-size: 14px;
  }
  .process-section .process-tab {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-section .project-list li .inner-item > .bg-img {
    max-width: 150px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 1.65rem;
  }
  .contact-section .container {
    max-width: 100%;
  }
  .explore-section .explore-slider {
    width: 740px;
    height: 400px;
  }
  .explore-section .explore-slider .img {
    background-size: 740px 100%;
  }
  .explore-section .explore-slider .slider::-webkit-slider-thumb {
    height: 380px;
  }
  .explore-section .explore-slider .slider::-moz-range-thumb {
    height: 380px;
  }
  footer .copyright-div .row > .col-md-4:nth-child(1), footer .copyright-div .row > .col-md-4:nth-child(2), footer .copyright-div .row > .col-md-4:nth-child(3) {
    text-align: center;
  }
  .about-section .content-area {
    padding: 40px 10px;
  }
}
@media all and (max-width: 767px) {
  .heading-part {
    margin-bottom: 30px;
  }
  .heading-part h2 {
    font-size: 2.5rem;
  }
  .banner-wrapper {
    position: relative;
  }
  .banner-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .banner-wrapper > * {
    position: relative;
    z-index: 1;
  }
  .banner-section .form-area {
    margin-top: 40px;
    padding: 40px 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-section .form-area h3 {
    font-size: 22px;
  }
  .about-section .image-area .e-icon {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-section .content-area {
    padding: 30px 10px;
  }
  .contact-section {
    text-align: center;
  }
  .contact-section .last-div {
    text-align: center;
    margin: 40px 0 0;
  }
  .contact-section .mid-div {
    margin: 30px 0 0;
  }
  .contact-section .mid-div::before {
    display: none;
  }
  .process-section .multi-step-bar li::before {
    display: none;
  }
  .process-section .multi-step-bar li span {
    display: none;
  }
  .process-section .process-tab {
    row-gap: 30px;
  }
  .explore-section .explore-slider {
    width: 540px;
    height: 350px;
  }
  .explore-section .explore-slider .img {
    background-size: 540px 100%;
  }
  .explore-section .explore-slider .slider::-webkit-slider-thumb {
    height: 340px;
  }
  .explore-section .explore-slider .slider::-moz-range-thumb {
    height: 340px;
  }
  .project-section .project-list li .inner-item > .bg-img {
    max-width: 100px;
  }
  .project-section .project-list li .inner-item > .text {
    padding: 0 20px;
    line-height: 1.2;
  }
  .copyright-div {
    text-align: center;
  }
  .portfolio-section .p-gal-area {
    margin-bottom: 20px;
  }
  .info-section {
    padding-bottom: 0;
  }
  .info-section .container .row > * {
    margin-bottom: 15px;
  }
  .info-card {
    padding: 30px 25px;
  }
  .client-section {
    padding-top: 0;
  }
  .project-work-section .work-card::before {
    display: none;
  }
  .project-work-section .work-card {
    margin-bottom: 25px;
  }
  .portfolio-section .p-gal-area {
    height: auto !important;
  }
  .faq-section iframe {
    margin-bottom: 40px;
    height: 300px;
  }
  .faq-section .faq-area .accordion-item h2.accordion-header .accordion-button {
    font-size: 16px;
  }
  .contact-section h6 br {
    display: none;
  }
  .interior-contact-section {
    text-align: center;
  }
  .interior-contact-section .interior-cnt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  .heading-part {
    margin-bottom: 30px;
  }
  .heading-part h2 {
    font-size: 1.8rem;
  }
  .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .explore-section .explore-slider {
    width: 450px;
    height: 300px;
  }
  .explore-section .explore-slider .img {
    background-size: 450px 100%;
  }
  .explore-section .explore-slider .slider::-webkit-slider-thumb {
    height: 290px;
  }
  .explore-section .explore-slider .slider::-moz-range-thumb {
    height: 290px;
  }
  .services-slider .owl-stage {
    display: flex;
  }
  .services-slider .owl-stage .item {
    height: 100%;
  }
  .project-section .project-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .project-section .project-list li .inner-item > img {
    width: 100%;
  }
  .project-section .project-list li .inner-item > .bg-img {
    max-width: none;
  }
  .services-slider .owl-item .item {
    padding: 0 10px;
  }
  .project-section {
    padding: 4.5rem 0;
  }
}
@media only screen and (max-width: 480px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .project-section {
    padding: 3rem 0;
  }
  h2 {
    font-size: 1.8rem;
  }
  body, p {
    font-size: 14px;
  }
  .banner-section h1 {
    font-size: 2rem;
  }
  .banner-section .list-area ul li:nth-last-child(1) {
    flex: 1 0 0;
  }
  .banner-section .list-area ul li p {
    line-height: 1.2;
  }
  .explore-section .explore-slider {
    width: 325px;
    height: 200px;
  }
  .explore-section .explore-slider .img {
    background-size: 325px 100%;
  }
  .explore-section .explore-slider .slider::-webkit-slider-thumb {
    height: 200px;
  }
  .explore-section .explore-slider .slider::-moz-range-thumb {
    height: 200px;
  }
}
@media only screen and (max-width: 420px) {
  .banner-section h6 {
    font-size: 14px;
    padding: 8px 10px;
  }
}/*# sourceMappingURL=style.css.map */