* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  width: 100vw !important;
  overflow-x: hidden !important;
}

button:disabled {
  cursor: not-allowed !important;
}

@font-face {
  font-family: "CustomFont";
  src: url("./../font/MOD20.TTF") format("truetype");
}
a {
  font-family: "Roboto Flex", sans-serif !important;
}

.short-container {
  max-width: 992px;
  margin: 0 auto;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

h3, h2, h1, h4, h5, h6 {
  font-family: CustomFont;
}

.fs16 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fs16 {
    font-size: 14px;
  }
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs28 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .fs28 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .fs28 {
    font-size: 20px;
  }
}

.fw400 {
  font-weight: 400;
}

.fw600 {
  font-weight: 600;
}

.fw800 {
  font-weight: 800;
}

._Pwhite {
  color: #fff;
}

._Pblack {
  color: #000;
}

._bgColor {
  background-color: #000032 !important;
}

._bgGrey {
  background-color: #f6f6f6;
}

.view-more-global {
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0.5rem;
}
.view-more-global:hover {
  background-color: #fff;
  color: #C3A142;
}

h3 {
  font-size: 3rem;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #C3A142 !important;
}

.dropdown-menu li a {
  color: black !important;
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: normal !important;
}

.process-area {
  background-color: #fff;
  padding: 4rem 0;
  position: relative;
}
.process-area img {
  width: 100%;
}
.process-area h3 {
  color: #C3A142;
  margin-bottom: 1.5rem;
}
.process-area .process-headline {
  font-size: 18px;
  font-weight: 500;
}
.process-area .main-timeline {
  font-family: "Montserrat", sans-serif;
  margin: 5rem 0 0;
  position: relative;
}
.process-area .main-timeline::after, .process-area .main-timeline::before {
  width: 3px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0%;
  transition: height 0.3s ease, background-color 0.3s ease;
  content: "";
}
.process-area .main-timeline::after {
  background: #c8c8c8;
  height: 100%;
  z-index: 1;
}
.process-area .main-timeline:before {
  z-index: 2;
  height: var(--timeline-bar-height, 0%);
  background: #000;
}
.process-area .main-timeline .timeline-content {
  color: #999;
  background: #fff;
  font-size: 0;
  text-align: center;
  display: block;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.process-area .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.process-area .main-timeline .timeline-year {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 1rem 4rem;
  border-radius: 20px;
}
.process-area .main-timeline .timeline-icon {
  color: #C3A142;
  background: #000032;
  font-size: 32px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.process-area .main-timeline .timeline-icon i {
  line-height: inherit;
}
.process-area .main-timeline .timeline .inner-content {
  padding: 0 2rem 0rem 17rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.process-area .main-timeline .timeline .inner-content-alt {
  padding: 0 17rem 0rem 2rem !important;
}
.process-area .main-timeline .timeline .title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.process-area .main-timeline .timeline .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  color: #474050;
}
.process-area .main-timeline .timeline:nth-child(even) .timeline-content {
  padding-left: 0;
}
.process-area .main-timeline .timeline:nth-child(even) .timeline-year {
  left: auto;
  right: 20%;
}
@media screen and (max-width: 767px) {
  .process-area .main-timeline .timeline-content,
  .process-area .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 10px 20px 220px;
  }
  .process-area .main-timeline .timeline-year,
  .process-area .main-timeline .timeline:nth-child(even) .timeline-year {
    transform: translateX(-50%) translateY(0);
    top: calc(100% - 80px);
    left: 50%;
    right: auto;
    z-index: 1;
  }
  .process-area .main-timeline .timeline-icon {
    transform: translateX(-50%) translateY(0);
    top: calc(100% - 200px);
    left: 50%;
  }
  .process-area .main-timeline .inner-content {
    background-color: #fff;
    padding: 10px 0;
    border-radius: 20px;
    position: relative;
    z-index: 1;
  }
}

/* From Uiverse.io by cssbuttons-io */
.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.learn-more {
  width: 12rem;
  height: auto;
  position: relative;
}

.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(to right, #f2e877 0%, #c3a142 100%);
  border-radius: 1.625rem;
}

.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.learn-more .circle i {
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.28rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 2rem;
  color: #fff;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  font-family: "Unbounded", sans-serif !important;
}

.btn-txt {
  top: -15px !important;
  color: black !important;
}

.icon-arrow-black {
  filter: invert(0) brightness(0) !important;
}

.learn-more:hover .circle {
  width: 100%;
}

.learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
  color: #fff;
}

.tab-content-items .content-slide {
  transition: transform 0.3s ease-in-out;
}

.tab-content-items .owl-item {
  transform: scale(0.9);
}

.tab-content-items .owl-item.center {
  transform: scale(1.1);
}

@media screen and (max-width: 1060px) and (min-width: 992px) {
  .owl-theme .owl-nav {
    bottom: -11% !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-light .navbar-toggler-icon {
    filter: invert(1) brightness(1) !important;
  }
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.header {
  padding: 1rem 9em;
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 99;
  transition: all 0.35s linear;
}
@media screen and (max-width: 1399px) {
  .header {
    padding: 1rem 5em;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    padding: 1rem 7rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .header {
    padding: 1rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 1rem 4rem;
  }
}
@media screen and (max-width: 575px) {
  .header {
    padding: 1rem 2rem;
  }
}
.header.scrolled {
  background-color: #000032;
  position: fixed;
  top: 0;
  padding: 0.5rem 3em;
  z-index: 9;
  box-shadow: 0 1px 8px rgb(4, 0, 63);
}
@media screen and (max-width: 767px) {
  .header.scrolled {
    padding: 0.5rem 1em;
  }
}
@media screen and (max-width: 480px) {
  .header.scrolled {
    padding: 0.5rem 0;
  }
}
.header .header-navbar-center {
  background-color: rgba(0, 0, 50, 0.8);
  border-radius: 12px;
  padding-left: 1rem;
  transition: width 0.3s linear;
}
@media screen and (max-width: 575px) {
  .header .header-navbar-center {
    background-color: rgb(0, 0, 50);
  }
}
.header .header-navbar-center.scrolled {
  width: 100%;
}
.header .header-navbar-center .header-logo-image img {
  max-width: 100px;
  height: auto;
}
.header .header-navbar-center .header-navbar-list {
  list-style: none;
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 1199px) {
  .header .header-navbar-center .header-navbar-list {
    padding: 0.2rem 0 !important;
  }
}
.header .header-navbar-center .header-navbar-list a {
  font-size: 16px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  margin: 0 0.8rem;
  font-weight: 600;
}
.header .header-navbar-center .header-navbar-list a:focus {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .header .header-navbar-center .header-navbar-list a {
    margin: 0;
  }
}

.nav-link.active {
  color: #C3A142 !important;
}

.header-division-area {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-division-area::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.header-division-area .header-division-content {
  padding: 15rem 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .header-division-area .header-division-content {
    padding: 13rem 4rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .header-division-area .header-division-content {
    padding: 12rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  .header-division-area .header-division-content {
    padding: 9rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header-division-area .header-division-content {
    padding: 8rem 2rem 6rem 2rem;
  }
}
@media screen and (max-width: 480px) {
  .header-division-area .header-division-content {
    padding: 8rem 1rem 5rem 1rem;
  }
}
.header-division-area .header-division-content .header-content-heading p {
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  font-family: CustomFont !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .header-division-area .header-division-content .header-content-heading p {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header-division-area .header-division-content .header-content-heading p {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .header-division-area .header-division-content .header-content-heading p {
    font-size: 28px;
  }
}
.header-division-area .header-division-content .content-description p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .header-division-area .header-division-content .content-description p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .header-division-area .header-division-content .content-description p {
    font-size: 10px;
  }
}

.about-us-area {
  background-color: #fff;
  padding: 4rem;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .about-us-area {
    padding: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .about-us-area {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 480px) {
  .about-us-area {
    padding: 1rem 2rem 3rem 2rem;
  }
}
.about-us-area .aboutus-content {
  padding-right: 10rem;
}
@media screen and (max-width: 1199px) {
  .about-us-area .aboutus-content {
    padding-right: 7rem;
  }
}
@media screen and (max-width: 991px) {
  .about-us-area .aboutus-content {
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.about-us-area .aboutus-content p {
  font-size: 18px;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .about-us-area .aboutus-content p {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .about-us-area .aboutus-content p {
    font-size: 16px;
  }
}
.about-us-area .aboutus-content p:nth-child(1) {
  color: #C3A142 !important;
}
.about-us-area .aboutus-content span {
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .about-us-area .aboutus-content span {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .about-us-area .aboutus-content span {
    font-size: 36px;
  }
}
.about-us-area .aboutus-content .font-custom {
  font-family: CustomFont !important;
  color: #000032;
}
.about-us-area .aboutus-image {
  height: 100%;
}
.about-us-area .aboutus-image img {
  width: 100%;
  height: 100%;
}

.services-area .service-heading {
  padding: 3rem 5rem 0 5rem;
}
@media screen and (max-width: 991px) {
  .services-area .service-heading {
    padding: 3rem 2rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .services-area .service-heading {
    padding: 0rem 2rem 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .services-area .service-heading {
    padding: 0rem 1rem 0 1rem;
  }
}
.services-area .service-heading h3 {
  color: #C3A142;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .services-area .service-heading h3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .services-area .service-heading h3 {
    font-size: 36px;
    margin-bottom: 1rem;
  }
}
.services-area .service-heading span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto Flex", sans-serif;
}
@media screen and (max-width: 991px) {
  .services-area .service-heading span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .services-area .service-heading span {
    font-size: 16px;
  }
}
.services-area .service-heading p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
  color: #fff;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .services-area .service-heading p {
    font-size: 15px;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .services-area .service-heading p {
    font-size: 14px;
  }
}
.services-area .services-content-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 3rem 4rem 0rem 4rem;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .services-area .services-content-area {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  .services-area .services-content-area {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .services-area .services-content-area {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 2rem;
  }
}
.services-area .services-content-area .service-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.services-area .services-content-area .service-part .service-count {
  font-size: 82px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 2px gray;
  text-stroke: 2px black;
  text-shadow: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-left: 1rem;
  z-index: 1;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media screen and (max-width: 767px) {
  .services-area .services-content-area .service-part .service-count {
    font-size: 62px;
  }
}
.services-area .services-content-area .service-part .service-view {
  padding: 18rem 0 0rem 0;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .services-area .services-content-area .service-part .service-view {
    padding: 16rem 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  .services-area .services-content-area .service-part .service-view {
    padding: 8rem 0 0 0;
  }
}
.services-area .services-content-area .service-part .service-view h6 {
  color: black;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.3rem 0.5rem;
  width: 100%;
  font-family: "Unbounded", sans-serif !important;
}
@media screen and (max-width: 1199px) {
  .services-area .services-content-area .service-part .service-view h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .services-area .services-content-area .service-part .service-view h6 {
    font-size: 14px;
  }
}
.services-area .services-content-area .service-part .service-view button {
  visibility: hidden;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  display: none;
}
.services-area .services-content-area .service-part::after {
  content: "";
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.services-area .services-content-area .service-part:hover .service-count {
  -webkit-text-stroke: 2px white;
}
.services-area .services-content-area .service-part:hover .service-view h6 {
  transform: translateY(-300%);
  color: #fff;
  transition: all 0.3s linear;
  background-color: transparent;
}
@media screen and (max-width: 575px) {
  .services-area .services-content-area .service-part:hover .service-view h6 {
    transform: translateY(-200%);
  }
}
.services-area .services-content-area .service-part:hover::after {
  visibility: visible;
}

.projets-area {
  padding: 4rem 4rem 2rem 4rem;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .projets-area {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  .projets-area {
    padding: 2rem 2rem;
  }
}
.projets-area .projets-heading {
  padding: 0 6rem;
}
@media screen and (max-width: 991px) {
  .projets-area .projets-heading {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .projets-area .projets-heading {
    padding: 0 0;
  }
}
.projets-area .projets-heading h3 {
  color: #C3A142;
}
@media screen and (max-width: 991px) {
  .projets-area .projets-heading h3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .projets-area .projets-heading h3 {
    font-size: 36px;
  }
}
.projets-area .projets-heading p {
  color: #fff;
  margin: 1.5rem 0;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .projets-area .projets-heading p {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 991px) {
  .projets-area .projets-heading p {
    margin: 2rem 0;
  }
}
.projets-area .projects-tabs .tabs-container {
  margin: 0 auto;
}
.projets-area .projects-tabs .tabs-container .tabs-heading {
  text-align: center;
  margin-bottom: 20px;
}
.projets-area .projects-tabs .tabs-container .tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 10rem;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 1199px) {
  .projets-area .projects-tabs .tabs-container .tabs {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .projets-area .projects-tabs .tabs-container .tabs {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .projets-area .projects-tabs .tabs-container .tabs {
    padding: 0 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .projets-area .projects-tabs .tabs-container .tabs {
    overflow-x: auto;
  }
}
.projets-area .projects-tabs .tabs-container .tabs .tab {
  padding: 1rem 0;
  cursor: pointer;
  flex: 1;
  text-align: center;
  margin: 0 5px;
  transition: background-color 0.3s;
  color: #fff;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 767px) {
  .projets-area .projects-tabs .tabs-container .tabs .tab {
    white-space: nowrap;
    margin-right: 1.5rem;
  }
}
.projets-area .projects-tabs .tabs-container .tabs .tab.active {
  border-bottom: 3px solid #C3A142;
  margin-bottom: -2px;
  font-weight: bold;
  color: #C3A142;
}
@media screen and (max-width: 767px) {
  .projets-area .projects-tabs .tabs-container .tabs .tab.active {
    border-bottom: none;
  }
}
@media screen and (max-width: 575px) {
  .projets-area .projects-tabs .tabs-container .tabs .tab.active {
    color: #C3A142;
  }
}
.projets-area .projects-tabs .tabs-container .tab-content {
  padding: 20px;
  border-radius: 4px;
}
.projets-area .projects-tabs .tabs-container .tab-content .content {
  display: none;
}
.projets-area .projects-tabs .tabs-container .tab-content .content.active {
  display: block;
}
.projets-area .projects-tabs .tabs-container .tab-content .content .tab-content-items .content-slide {
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20rem 0 2rem 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .projets-area .projects-tabs .tabs-container .tab-content .content .tab-content-items .content-slide {
    padding: 10rem 0 2rem 0;
  }
}
.projets-area .projects-tabs .tabs-container .tab-content .content .tab-content-items .content-slide .tab-silde-heading {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.3rem 0.5rem;
}
@media screen and (max-width: 991px) {
  .projets-area .projects-tabs .tabs-container .tab-content .content .tab-content-items .content-slide .tab-silde-heading {
    font-size: 15px;
  }
}
.projets-area .projects-tabs .tabs-container .tab-content .content .tab-content-items .content-slide .tab-silde-heading p {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
}
@media screen and (max-width: 991px) {
  .projets-area .projects-tabs .tabs-container .tab-content .content .tab-content-items .content-slide .tab-silde-heading p {
    font-size: 20px;
  }
}

.how-we-work .timeline {
  width: 100%;
  height: 500px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  background: #0099FF;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.how-we-work .timieline-title {
  font-size: 1.5em;
  font-weight: bold;
}
.how-we-work .timeline-content {
  padding: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  background: #FFF;
  position: relative;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.how-we-work .timeline-content:before {
  position: absolute;
  width: calc(100% + 14px);
  height: 4px;
  top: calc(100% + 10px);
  background: #FFF;
  content: "";
  left: -7px;
  border-radius: 5px;
}
.how-we-work .timeline-content:after {
  position: absolute;
  width: 4px;
  height: 62px;
  top: 100%;
  left: calc(50% - 10px);
  background: #FFF;
  content: "";
}
.how-we-work .timeline-period {
  position: absolute;
  top: calc(100% + 60px);
  background: #FFF;
  padding: 5px 10px;
  text-align: center;
  border-radius: 50px;
  left: calc(50% - 23px);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.how-we-work .timeline-period:before {
  width: 15px;
  height: 15px;
  background: #FFF;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -61px;
  left: calc(50% - 5px);
  z-index: 2;
}
.how-we-work .timeline-content:nth-child(even) {
  align-self: flex-end;
}
.how-we-work .timeline-content:nth-child(even):before {
  top: -15px;
}
.how-we-work .timeline-content:nth-child(even):after {
  top: -25px;
}
.how-we-work .timeline-content:nth-child(even) .timeline-period {
  top: -60px;
}
.how-we-work .timeline-content:nth-child(even) .timeline-period:before {
  top: calc(100% + 2px);
}

@media screen and (max-width: 991px) {
  .aboutus-banner-resp {
    padding: 8rem 3rem 3rem 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-banner-resp {
    padding: 8rem 1rem 3rem 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .aboutus-banner-resp {
    padding: 8rem 1rem 1rem 1rem !important;
  }
}
@media screen and (max-width: 991px) {
  .aboutus-banner-resp h1 {
    font-size: 56px !important;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-banner-resp h1 {
    font-size: 52px !important;
  }
}
@media screen and (max-width: 575px) {
  .aboutus-banner-resp h1 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 480px) {
  .aboutus-banner-resp h1 {
    font-size: 30px !important;
  }
}

.aboutus-top-banner {
  text-align: center;
  align-content: center;
  padding: 10rem 10rem 6rem 10rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .aboutus-top-banner {
    padding: 10rem 7rem 6rem 7rem;
  }
}
@media screen and (max-width: 991px) {
  .aboutus-top-banner {
    padding: 8rem 3rem 6rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-top-banner {
    padding: 10rem 3rem 4rem 3rem;
  }
}
@media screen and (max-width: 575px) {
  .aboutus-top-banner {
    padding: 10rem 3rem 4rem 3rem;
  }
}
@media screen and (max-width: 480px) {
  .aboutus-top-banner {
    padding: 10rem 0rem 4rem 0rem;
  }
}
.aboutus-top-banner .aboutus-banner-content {
  position: relative;
  z-index: 1;
}
.aboutus-top-banner .aboutus-banner-content h1 {
  font-size: 64px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .aboutus-top-banner .aboutus-banner-content h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 575px) {
  .aboutus-top-banner .aboutus-banner-content h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 480px) {
  .aboutus-top-banner .aboutus-banner-content h1 {
    font-size: 42px;
  }
}
.aboutus-top-banner .aboutus-banner-content p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 1rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .aboutus-top-banner .aboutus-banner-content p {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .aboutus-top-banner .aboutus-banner-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .aboutus-top-banner .aboutus-banner-content p {
    font-size: 15px;
  }
}
.aboutus-top-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallary-area .gallary-area-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 100px);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .gallary-area .gallary-area-images {
    grid-template-rows: repeat(3, 80px);
  }
}
@media screen and (max-width: 480px) {
  .gallary-area .gallary-area-images {
    grid-template-rows: repeat(3, 50px);
  }
}
.gallary-area .gallary-area-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallary-area .gallary-area-images .gallary-item1 {
  grid-column: 1/2;
  grid-row: 1/4;
}
.gallary-area .gallary-area-images .gallary-item2 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.gallary-area .gallary-area-images .gallary-item3 {
  grid-column: 2/3;
  grid-row: 3/4;
}
.gallary-area .gallary-area-images .gallary-item4 {
  grid-column: 3/4;
  grid-row: 1/2;
}
.gallary-area .gallary-area-images .gallary-item5 {
  grid-column: 3/4;
  grid-row: 2/4;
}
.gallary-area .gallary-area-images .gallary-item6 {
  grid-column: 4/5;
  grid-row: 1/4;
}

.about-us-desp {
  padding: 3rem 0rem;
}
.about-us-desp .about-content-heading {
  padding: 0 7rem;
}
@media screen and (max-width: 991px) {
  .about-us-desp .about-content-heading {
    padding: 0 0rem;
  }
}
@media screen and (max-width: 767px) {
  .about-us-desp .about-content-heading {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 575px) {
  .about-us-desp .about-content-heading {
    padding: 0 0;
  }
}
.about-us-desp .about-content-heading h6 {
  font-size: 48px;
  margin-bottom: 1rem;
  color: #C3A142;
}
@media screen and (max-width: 1199px) {
  .about-us-desp .about-content-heading h6 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-desp .about-content-heading h6 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-desp .about-content-heading h6 {
    font-size: 32px;
  }
}
.about-us-desp .about-content-heading p {
  font-size: 18px;
  color: #fff;
}

.latest-project .latest-projects-slider .latest-slider-items {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.latest-project .latest-projects-slider .latest-slider-items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.latest-project .latest-projects-slider .latest-slider-items .latest-slider-content {
  position: relative;
  z-index: 2;
  display: flex;
}
.latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-text {
  padding: 12rem 4rem 6rem 0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-text {
    padding: 6rem 2rem 6rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-text {
    padding: 3rem 2rem 0rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-text {
    padding: 3rem 2rem 0rem 1rem;
  }
}
.latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-text h6 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 2rem;
  font-family: "Unbounded", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-text h6 {
    margin-bottom: 2rem;
  }
}
.latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-text h1 {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-text h1 {
    font-size: 36px;
  }
}
.latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-text p {
  font-size: 20px;
  font-weight: 400;
  padding: 1rem 5rem 3rem 0;
}
@media screen and (max-width: 991px) {
  .latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-text p {
    padding: 1rem 3rem 2rem 0;
  }
}
.latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-image {
  align-content: end;
  padding-bottom: 6rem;
}
.latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-image img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .latest-project .latest-projects-slider .latest-slider-items .latest-slider-content .latest-slider-image img {
    display: none;
  }
}

section.how-we-work {
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  section.how-we-work {
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.how-we-work {
    padding: 3em 0 0;
  }
}
@media screen and (max-width: 991px) {
  section.how-we-work .we-work-img {
    display: none;
  }
}
section.how-we-work .we-work-img img {
  max-width: 100%;
}
section.how-we-work h5 {
  text-align: center;
  color: #000032;
  font-size: 22px;
  letter-spacing: 7px;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  section.how-we-work h5 {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 991px) {
  section.how-we-work h5 {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  section.how-we-work h5 {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 480px) {
  section.how-we-work h5 {
    letter-spacing: 2px;
  }
}
section.how-we-work h5 span {
  color: #c3a142;
  font-size: 42px;
}
@media screen and (max-width: 480px) {
  section.how-we-work h5 span {
    font-size: 32px;
  }
}
section.how-we-work .we-work-steps {
  padding: 5em 2em 0;
}
@media screen and (max-width: 1366px) {
  section.how-we-work .we-work-steps {
    padding: 3em 1em 0;
  }
}
@media screen and (max-width: 991px) {
  section.how-we-work .we-work-steps {
    padding: 3em 0em 0;
  }
}
@media screen and (max-width: 480px) {
  section.how-we-work .we-work-steps {
    padding: 0;
  }
}
section.how-we-work .we-work-steps .swiper-slide-thumb-active .thumb-icon {
  background: #c3a142 !important;
}
section.how-we-work .we-work-steps .swiper-slide-thumb-active h6 {
  color: #c3a142 !important;
  font-family: "Unbounded", sans-serif !important;
}
@media screen and (max-width: 575px) {
  section.how-we-work .we-work-steps .swiper-slide-thumb-active h6 {
    display: block !important;
  }
}
section.how-we-work .we-work-steps .iconBar {
  position: relative;
}
@media screen and (max-width: 480px) {
  section.how-we-work .we-work-steps .iconBar {
    display: none;
  }
}
section.how-we-work .we-work-steps .iconBar::after {
  position: absolute;
  content: "";
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: repeating-linear-gradient(90deg, #6c6c6c, #6c6c6c 10px, transparent 10px, transparent 19px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  width: 92%;
  height: 1px;
}
@media screen and (max-width: 1366px) {
  section.how-we-work .we-work-steps .iconBar::after {
    width: 90%;
    top: 33%;
  }
}
section.how-we-work .we-work-steps .thumb-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  cursor: pointer;
  background: #000032;
}
@media screen and (max-width: 480px) {
  section.how-we-work .we-work-steps .thumb-icon {
    background: #c3a142;
  }
}
@media screen and (max-width: 1366px) {
  section.how-we-work .we-work-steps .thumb-icon {
    width: 80px;
    height: 80px;
  }
  section.how-we-work .we-work-steps .thumb-icon img {
    max-width: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.how-we-work .we-work-steps .thumb-icon {
    width: 60px;
    height: 60px;
  }
  section.how-we-work .we-work-steps .thumb-icon img {
    max-width: 40px;
  }
}
section.how-we-work .we-work-steps h6 {
  text-align: center;
  padding-top: 1em;
  font-family: "Unbounded", sans-serif !important;
}
@media screen and (max-width: 767px) {
  section.how-we-work .we-work-steps h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  section.how-we-work .we-work-steps h6 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  section.how-we-work .we-work-steps h6 {
    display: block;
    color: #c3a142;
  }
}
section.how-we-work .we-work-steps .content_weWork h6,
section.how-we-work .we-work-steps .content_weWork .thumb-icon {
  display: none;
}
@media screen and (max-width: 480px) {
  section.how-we-work .we-work-steps .content_weWork h6,
  section.how-we-work .we-work-steps .content_weWork .thumb-icon {
    display: grid;
  }
}
section.how-we-work .we-work-steps .content_weWork .swiper-slide {
  background-color: #fff;
  padding: 3em 0;
}
@media screen and (max-width: 480px) {
  section.how-we-work .we-work-steps .content_weWork .swiper-slide {
    font-size: 16px;
    padding: 0;
    letter-spacing: 4px;
  }
}
section.how-we-work .we-work-steps .content_weWork p {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  section.how-we-work .we-work-steps .content_weWork p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .services-area {
    padding: 2rem 0 0 0;
  }
}
.services-area .service-area-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .services-area .service-area-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-area .service-area-content .service-items {
  color: #fff;
}
.services-area .service-area-content .service-items img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-area .service-area-content .service-items h1 {
  font-size: 36px;
  font-weight: 500;
  padding: 1rem 0;
}
@media screen and (max-width: 991px) {
  .services-area .service-area-content .service-items h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .services-area .service-area-content .service-items h1 {
    font-size: 28px;
  }
}
.services-area .service-area-content .service-items p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .services-area .service-area-content .service-items p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .services-area .service-area-content .service-items {
    padding-top: 1rem;
  }
}
.services-area .service-area-content .service-items:nth-child(even) {
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .services-area .service-area-content .service-items:nth-child(even) {
    padding-top: 0rem;
  }
}

.services-padding {
  padding: 4rem 0 3rem 0;
}

.all-projects-area {
  background-color: #f6f6f6;
  padding: 3rem 0;
}
@media screen and (max-width: 480px) {
  .all-projects-area {
    padding: 2rem 0;
  }
}
.all-projects-area .project-area-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .all-projects-area .project-area-top {
    flex-direction: column;
  }
}
.all-projects-area .project-area-top .project-area-heading h6 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Unbounded", sans-serif !important;
  color: #000032;
}
.all-projects-area .project-area-top .project-area-tabs ul {
  display: flex;
}
.all-projects-area .project-area-top .project-area-tabs ul li {
  cursor: pointer;
  padding: 10px 15px;
  margin-right: 10px;
  font-weight: normal;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 575px) {
  .all-projects-area .project-area-top .project-area-tabs ul li {
    padding: 10px 5px;
    font-size: 15px;
  }
}
.all-projects-area .project-area-top .project-area-tabs ul li.active {
  font-weight: bold;
  color: #C3A142;
}
.all-projects-area .project-tab-content {
  padding: 3rem 0;
}
@media screen and (max-width: 991px) {
  .all-projects-area .project-tab-content {
    padding: 1rem 0;
  }
}
.all-projects-area .project-tab-content > div {
  display: none;
}
.all-projects-area .project-tab-content > div.active {
  display: block;
}
.all-projects-area .project-tab-content .project-tabs-content-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 500px);
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .all-projects-area .project-tab-content .project-tabs-content-area {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 450px);
  }
}
@media screen and (max-width: 767px) {
  .all-projects-area .project-tab-content .project-tabs-content-area {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(11, 450px);
  }
}
.all-projects-area .project-tab-content .project-tabs-content-area .project-resident-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.all-projects-area .project-tab-content .project-tabs-content-area .project-resident-item .project-item-details {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: 2rem 0;
  z-index: 1;
}
.all-projects-area .project-tab-content .project-tabs-content-area .project-resident-item .project-item-details h5 {
  font-size: 28px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.all-projects-area .project-tab-content .project-tabs-content-area .project-resident-item .project-item-details p {
  padding-top: 10rem;
  font-size: 16px;
  font-weight: 400;
}
.all-projects-area .project-tab-content .project-tabs-content-area .project-resident-item::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.all-projects-area .project-tab-content .project-tabs-content-area .project-resident-item:hover .project-item-details {
  visibility: visible;
}
.all-projects-area .project-tab-content .project-tabs-content-area .project-resident-item:hover::after {
  display: block;
}

@media screen and (max-width: 991px) {
  .top-modular-furniture h1 {
    font-size: 52px !important;
  }
}
@media screen and (max-width: 767px) {
  .top-modular-furniture h1 {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 575px) {
  .top-modular-furniture h1 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 480px) {
  .top-modular-furniture h1 {
    font-size: 36px !important;
  }
}

.modular-furniture-area {
  padding: 4rem 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 991px) {
  .modular-furniture-area {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .modular-furniture-area {
    padding: 2rem 0;
  }
}
.modular-furniture-area .modular-furniture-list {
  border-left: 1px solid #dbdbdb;
  position: sticky;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .modular-furniture-area .modular-furniture-list {
    border-left: none;
  }
}
.modular-furniture-area .modular-furniture-list ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .modular-furniture-area .modular-furniture-list ul {
    display: flex;
    overflow-x: auto !important;
    margin-bottom: 2rem;
  }
}
.modular-furniture-area .modular-furniture-list ul li {
  padding: 0.5rem 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  padding-left: 0.8rem;
}
@media screen and (max-width: 991px) {
  .modular-furniture-area .modular-furniture-list ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .modular-furniture-area .modular-furniture-list ul li {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .modular-furniture-area .modular-furniture-list ul li {
    margin: 0 1rem;
    white-space: nowrap;
    font-size: 16px;
  }
}
.modular-furniture-area .modular-furniture-list ul li.active {
  font-weight: bold;
  color: #000;
  border-left: 3px solid #C3A142;
}
@media screen and (max-width: 767px) {
  .modular-furniture-area .modular-furniture-list ul li.active {
    border-left: none;
  }
}
@media screen and (max-width: 575px) {
  .modular-furniture-area .modular-furniture-list ul li.active {
    display: block;
  }
}
.modular-furniture-area .modular-furniture-list ul li:hover {
  color: #000;
}
.modular-furniture-area .tab-content {
  display: none;
}
.modular-furniture-area .tab-content.active {
  display: block;
}
.modular-furniture-area .tab-content .modular-furniture-list-content img {
  width: 100%;
  margin-bottom: 2rem;
}
.modular-furniture-area .tab-content .modular-furniture-list-content p {
  font-size: 18px;
  font-weight: 500;
  padding: 0.5rem 0 1rem 0;
  display: none;
}

.howwe-work-image {
  background-color: #fff;
  text-align: center;
  padding: 2rem 0;
}
.howwe-work-image h1 {
  font-size: 48px;
  font-weight: 600;
}
.howwe-work-image .howwe-work-img {
  background-image: url("./../../assets/images/work.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
}

.policy-content {
  padding-top: 3rem;
  background-color: #fff;
}
.policy-content .policy-content p {
  font-size: 16px;
}
.policy-content .policy-content .policy-heading {
  font-size: 24px;
  font-weight: 600;
}
.policy-content .policy-content ul li {
  list-style: disc !important;
  margin-left: 2rem;
  padding: 0.5rem 0;
}

.testimonial-client {
  padding: 4rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .testimonial-client {
    padding: 2rem 0;
  }
}
.testimonial-client h6 {
  font-size: 48px;
  margin-bottom: 1.5rem;
  color: #C3A142;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .testimonial-client h6 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-client h6 {
    font-size: 32px;
  }
}
.testimonial-client .testimonial-client-reviews .testimonial-client-content .test-client {
  display: none;
  padding: 0 6rem;
}
@media screen and (max-width: 991px) {
  .testimonial-client .testimonial-client-reviews .testimonial-client-content .test-client {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-client .testimonial-client-reviews .testimonial-client-content .test-client {
    padding: 0 0;
  }
}
.testimonial-client .testimonial-client-reviews .testimonial-client-content .test-client p {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .testimonial-client .testimonial-client-reviews .testimonial-client-content .test-client p {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-client .testimonial-client-reviews .testimonial-client-content .test-client p {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-client .testimonial-client-reviews .testimonial-client-content .test-client p {
    font-size: 20px;
  }
}
.testimonial-client .testimonial-client-reviews .testimonial-client-content .test-client .client-info {
  margin-top: 1rem;
  font-size: 18px;
}
.testimonial-client .testimonial-client-reviews .testimonial-client-content .test-client .client-info .client-name {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
.testimonial-client .testimonial-client-reviews .testimonial-client-content .test-client .client-info .stars {
  font-size: 24px;
  color: gold;
}
.testimonial-client .testimonial-client-reviews .testimonial-client-content .active {
  display: block;
}
.testimonial-client .testimonial-client-reviews .testimonial-client-image {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .testimonial-client .testimonial-client-reviews .testimonial-client-image {
    padding-top: 1rem;
  }
}
.testimonial-client .testimonial-client-reviews .testimonial-client-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 5px;
  margin: 0 1rem;
  cursor: pointer;
  border: none;
}
.testimonial-client .testimonial-client-reviews .testimonial-client-image img.active {
  border: 1px solid #000;
}

.insta-posts {
  background-color: #f6f6f6;
  padding-top: 3rem;
}
.insta-posts .instagram-posts-content {
  align-content: center;
}
@media screen and (max-width: 767px) {
  .insta-posts .instagram-posts-content {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .insta-posts .instagram-posts-content {
    padding: 2rem 0 1rem 1rem;
  }
}
.insta-posts .instagram-posts-content .insta-content-desp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .insta-posts .instagram-posts-content .insta-content-desp {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .insta-posts .instagram-posts-content .insta-content-desp {
    padding: 0 0.7rem;
  }
}
.insta-posts .instagram-posts-content .insta-content-desp h1 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Unbounded", sans-serif !important;
}
@media screen and (max-width: 991px) {
  .insta-posts .instagram-posts-content .insta-content-desp h1 {
    font-size: 27px;
  }
}
.insta-posts .instagram-posts-content .insta-content-desp p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 3rem;
}
.insta-posts .instagram-posts-content .insta-content-desp p img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 991px) {
  .insta-posts .instagram-posts-content .insta-content-desp p {
    margin-top: 1.5rem;
  }
}
.insta-posts .instagram-posts-content .insta-content-desp img {
  width: 180px;
}
.insta-posts .instagram-posts-content .insta-content-desp a {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-left: 0.5rem;
}
@media screen and (max-width: 991px) {
  .insta-posts .instagram-posts-content .insta-content-desp a {
    font-size: 21px;
  }
}
.insta-posts .instagram-post-area ul {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 991px) {
  .insta-posts .instagram-post-area ul {
    gap: 1rem;
  }
}
.insta-posts .instagram-post-area ul img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contactus-form {
  background-color: #f6f6f6;
  padding: 4rem 0;
}
@media screen and (max-width: 575px) {
  .contactus-form {
    padding: 0 0 4rem 0;
  }
}
@media screen and (max-width: 480px) {
  .contactus-form {
    padding: 0 0 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .contactus-form .contact-info {
    padding-top: 2rem;
  }
}
.contactus-form .contact-info h6 {
  font-size: 16px;
  font-weight: 500;
  color: #C3A142;
  font-family: "Unbounded", sans-serif !important;
}
.contactus-form .contact-info h1 {
  font-size: 28px;
  font-weight: 500;
  padding: 1rem 0;
}
.contactus-form .contact-info p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .contactus-form .contact-info p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .contactus-form .contact-info p {
    font-size: 15px;
  }
}
.contactus-form .contact-info h4 {
  font-size: 24px;
  font-weight: 500;
}
.contactus-form .contact-info ul li {
  font-size: 16px;
  font-weight: 400;
  padding: 0.5rem 0;
}
@media screen and (max-width: 480px) {
  .contactus-form .contact-info ul li {
    font-size: 15px;
    display: inline-flex;
    padding-right: 2rem;
  }
}
.contactus-form .contact-info ul li a {
  color: #000;
}
.contactus-form .contact-info ul li i {
  margin-right: 1rem;
}
.contactus-form .contact-info ul li:nth-child(4) i {
  font-size: 20px !important;
  margin-right: 0.5rem !important;
}
.contactus-form .contact-form-fields {
  background-color: #000032;
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  .contactus-form .contact-form-fields {
    align-content: center;
  }
}
.contactus-form .contact-form-fields h2 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .contactus-form .contact-form-fields h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .contactus-form .contact-form-fields h2 {
    padding-bottom: 1rem;
  }
}
.contactus-form .contact-form-fields .form-group {
  position: relative;
}
.contactus-form .contact-form-fields label {
  color: #fff;
}
.contactus-form .contact-form-fields input,
.contactus-form .contact-form-fields textarea {
  background-color: #000032;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin: 2rem 0;
  color: #fff;
  padding: 0.5rem 0;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .contactus-form .contact-form-fields input,
  .contactus-form .contact-form-fields textarea {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .contactus-form .contact-form-fields input,
  .contactus-form .contact-form-fields textarea {
    margin: 2rem 0;
  }
}
.contactus-form .contact-form-fields input::-moz-placeholder, .contactus-form .contact-form-fields textarea::-moz-placeholder {
  color: white;
}
.contactus-form .contact-form-fields input::placeholder,
.contactus-form .contact-form-fields textarea::placeholder {
  color: white;
}
@media screen and (max-width: 991px) {
  .contactus-form .contact-form-fields input::-moz-placeholder, .contactus-form .contact-form-fields textarea::-moz-placeholder {
    font-size: 15px;
  }
  .contactus-form .contact-form-fields input::placeholder,
  .contactus-form .contact-form-fields textarea::placeholder {
    font-size: 15px;
  }
}
.contactus-form .contact-form-fields input:focus,
.contactus-form .contact-form-fields textarea:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid white !important;
}
.contactus-form .contact-form-fields .input_effect {
  border: 0;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}
.contactus-form .contact-form-fields .input_effect ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #C3A14D;
  transition: 0.4s;
}
.contactus-form .contact-form-fields .input_effect:focus ~ .focus-border,
.contactus-form .contact-form-fields .has-content.input_effect ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}
.contactus-form .contact-form-fields .input_effect ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 4px;
  color: #fff;
  transition: 0.3s;
  z-index: -1;
}
.contactus-form .contact-form-fields .input_effect:focus ~ label,
.contactus-form .contact-form-fields .has-content.input_effect ~ label {
  top: -16px;
  font-size: 12px;
  color: #C3A14D;
  transition: 0.3s;
}
.contactus-form .btn-submit {
  font-size: 16px;
  font-weight: 500;
  padding: 0.5rem 2rem;
  color: #fff;
  border-radius: 50px;
  background-color: #F2E877;
}
@media screen and (max-width: 767px) {
  .contactus-form .contact-us-info-content {
    flex-direction: column-reverse !important;
  }
}

.why-partner .why-partner-content {
  color: #fff;
  padding: 4rem 0;
}
@media screen and (max-width: 480px) {
  .why-partner .why-partner-content {
    padding: 2rem 0;
  }
}
.why-partner .why-partner-content img {
  width: 38px;
  height: 38px;
}
.why-partner .why-partner-content h1 {
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 2rem;
  color: #C3A142;
}
@media screen and (max-width: 991px) {
  .why-partner .why-partner-content h1 {
    font-size: 36px;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .why-partner .why-partner-content h1 {
    font-size: 32px;
  }
}
.why-partner .why-partner-content a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-left: 1rem;
}
@media screen and (max-width: 991px) {
  .why-partner .why-partner-content a {
    font-size: 18px;
  }
}
.why-partner .why-partner-content p {
  font-size: 16px;
  font-weight: 400;
  padding: 1rem 5rem 1rem 0;
}
@media screen and (max-width: 991px) {
  .why-partner .why-partner-content p {
    font-size: 15px;
    padding: 0.5rem 2rem 0.5rem 0;
  }
}
@media screen and (max-width: 480px) {
  .why-partner .why-partner-content p {
    padding: 0.5rem 2rem 0rem 0;
  }
}
.why-partner .partner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-hide-start {
  display: none !important;
}

.loader {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 50%;
  border-top: 3px solid transparent;
  animation: spin 1s linear infinite;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.result-message-box {
  position: fixed;
  top: 10%;
  right: 2%;
  background-color: white;
  color: #28a745;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold;
  z-index: 1000;
}
.result-message-box p {
  margin-bottom: 0 !important;
  padding: 0.5rem 2rem;
}

.result-message-box.error {
  color: #dc3545;
}
.result-message-box.error p {
  margin-bottom: 0 !important;
}

/* Toast Notification Starts */
.toast-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 5px;
  margin: 2em auto;
  padding: 1rem;
  border: none;
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
  min-width: 150px;
  font-size: 1rem;
  outline: none;
  background: #3498db;
  color: #fff;
}

.toast-btn:hover {
  filter: brightness(0.8);
}

button.success-toast {
  background-color: #27ae60;
}

button.danger-toast {
  background-color: #c0392b;
}

button.info-toast {
  background-color: #2980b9;
}

button.warning-toast {
  background-color: #f39c12;
}

.toasts {
  position: fixed;
  top: 5rem;
  right: 1rem;
  z-index: 9999;
}

.toast-notification {
  width: 350px;
  margin-bottom: 0.75rem;
  background: #f8f8ff;
  border-radius: 2px;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.hide-toast {
  display: none;
}

.toast-notification .toast-content {
  font-weight: 400;
  color: #353b48;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1rem;
}

.toast-notification .toast-icon {
  background-color: #27ae60;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.toast-notification .toast-icon i {
  font-size: 1.25rem;
}

.toast-notification .toast-progress {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.toast-notification .toast-progress-bar {
  background-color: #b7b7b7;
  height: 2px;
  animation: toastProgress 3s ease-in-out forwards;
}

.slide-in-slide-out {
  animation: slideInRight 0.3s ease-in-out forwards, slideOutRight 0.5s ease-in-out forwards 3s;
  transform: translateX(110%);
}

.slide-in-fade-out {
  animation: slideInRight 0.3s ease-in-out forwards, fadeOut 0.5s ease-in-out forwards 3s;
  transform: translateX(110%);
}

.wiggle-me {
  animation: wiggle 2s ease-in;
}

@keyframes slideInRight {
  0% {
    transform: translateX(110%);
  }
  75% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(110%);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes toastProgress {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-13deg);
  }
  20% {
    transform: rotateZ(9deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(7deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
/* Toast Notification Ends  */
.footer {
  padding: 10em 4em 1em 4em;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #000032;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .footer {
    padding: 7rem 2rem 1rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 7rem 1rem 1rem 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 7rem 2rem 1rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  .footer {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    margin-top: 0;
    padding: 7rem 1rem 1rem 1rem;
  }
}
.footer .footer-left {
  padding-right: 3rem;
}
.footer .footer-left img {
  width: 200px;
}
@media screen and (max-width: 991px) {
  .footer .footer-left img {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-left img {
    width: 150px;
  }
}
.footer .footer-left p {
  font-size: 20px;
  margin: 1rem 0;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media screen and (max-width: 1199px) {
  .footer .footer-left p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-left p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-left p {
    font-size: 18px;
  }
}
.footer .footer-left .footer-social {
  display: flex;
}
.footer .footer-left .footer-social li a {
  color: #C3A142;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid white;
  border-radius: 100%;
  margin: 0 5px;
  text-align: center;
  padding: 4px 6px;
}
.footer .footer-middle p {
  font-size: 20px;
  font-weight: 600;
  color: #C3A142;
}
@media screen and (max-width: 991px) {
  .footer .footer-middle p {
    font-size: 17px;
  }
}
.footer .footer-middle ul {
  list-style: none;
  margin-left: 0.5rem;
}
.footer .footer-middle ul li {
  margin: 0.5rem 0;
}
.footer .footer-middle ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .footer .footer-middle ul li a {
    font-size: 16px;
  }
}
.footer .footer-right p {
  font-size: 20px;
  font-weight: 600;
  color: #C3A142;
}
@media screen and (max-width: 991px) {
  .footer .footer-right p {
    font-size: 17px;
  }
}
.footer .footer-right ul {
  list-style: none;
  margin-left: 0.5rem;
}
.footer .footer-right ul li {
  margin: 0.5rem 0;
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .footer-right ul li {
    margin-right: 1rem;
  }
}
.footer .footer-right ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .footer .footer-right ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-right ul li a {
    font-size: 15px;
  }
}
.footer .footer-right ul li strong {
  color: #C3A142;
  font-size: 17px !important;
}
.footer .footer-right ul li i {
  color: #C3A142;
  margin-right: 0.5rem;
}
.footer .footer-right ul li:nth-child(3) {
  padding-right: 4rem;
}
.footer .footer-right ul li:nth-child(3) i {
  margin-top: 0.4rem;
}
@media screen and (max-width: 1199px) {
  .footer .footer-right ul li:nth-child(3) {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .footer .footer-right ul li:nth-child(3) {
    padding-right: 0;
  }
}
.footer .footer-right ul li:last-child iframe {
  width: 90%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .footer .footer-right ul li:last-child iframe {
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-right ul li:last-child iframe {
    height: 130px;
  }
}
.footer .sub-footer {
  border-top: 1px solid #fff;
  margin-top: 1rem;
  position: relative;
}
.footer .sub-footer::before {
  position: absolute;
  content: "";
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("./../../assets/icons/footer.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  color: #fff;
}
.footer .sub-footer ul {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer .sub-footer ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .footer .sub-footer ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .footer .sub-footer ul li {
    padding: 0.3rem 0;
  }
}
.footer .sub-footer ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-right: 1rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer .sub-footer ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .footer .sub-footer ul li a {
    font-size: 11px;
  }
}

.insta2 img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-connect-position {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 2rem;
  border-radius: 42px;
  position: relative;
  z-index: 8;
  transform: translateY(100px);
}
@media screen and (max-width: 991px) {
  .footer-connect-position {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  .footer-connect-position {
    padding: 2rem 2rem;
  }
}
.footer-connect-position .footer-connect-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .footer-connect-position .footer-connect-content {
    flex-direction: column;
    text-align: center;
  }
}
.footer-connect-position .footer-connect-content .footer-connect-middle {
  align-content: center;
}
.footer-connect-position .footer-connect-content .footer-connect-middle p {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-left: 23rem;
}
@media screen and (max-width: 1199px) {
  .footer-connect-position .footer-connect-content .footer-connect-middle p {
    margin-left: 20rem;
  }
}
@media screen and (max-width: 991px) {
  .footer-connect-position .footer-connect-content .footer-connect-middle p {
    font-size: 24px;
    margin-left: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-connect-position .footer-connect-content .footer-connect-middle p {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .footer-connect-position .footer-connect-content .footer-connect-middle p {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .footer-connect-position .footer-connect-content .footer-connect-middle p {
    margin-left: 0;
    font-size: 28px;
  }
}
.footer-connect-position .footer-connect-content .footer-connect-right {
  align-content: center;
}
.footer-connect-position::before {
  content: "";
  background-image: url("./../../assets/images/corporate.png");
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 280px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .footer-connect-position::before {
    left: -12px;
    width: 260px;
    height: 213px;
  }
}
@media screen and (max-width: 767px) {
  .footer-connect-position::before {
    display: none;
  }
}

.cta-section {
  background: linear-gradient(167deg, #000032 40%, #C4993E 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  padding: 60px 20px;
  text-align: center;
  position: relative;
  z-index: 8;
  border-radius: 8px;
  transform: translateY(100px);
}
@media screen and (max-width: 480px) {
  .cta-section {
    transform: translateY(70px);
    padding: 32px 10px;
  }
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Unbounded", sans-serif !important;
}
@media screen and (max-width: 991px) {
  .cta-section h2 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .cta-section h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .cta-section h2 {
    font-size: 1em;
  }
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .cta-section p {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .cta-section p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .cta-section p {
    font-size: 0.8em;
  }
}

.cta-btn {
  background-color: #C4993E;
  color: #000032;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .cta-btn {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .cta-btn {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  .cta-btn {
    font-size: 0.8em;
  }
}

.cta-btn:hover {
  background-color: #000032;
  color: #C4993E;
  border: 2px solid #C4993E;
}

.cta-image {
  max-width: 100%;
  border-radius: 10px;
  margin-top: 40px;
}

.contact-footer {
  padding: 4rem 4rem 1rem 4rem !important;
}
@media screen and (max-width: 991px) {
  .contact-footer {
    padding: 2rem 2rem 1rem 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-footer {
    padding: 2rem 1rem 1rem 1rem !important;
  }
}/*# sourceMappingURL=styles.css.map */