@font-face {
  font-family: 'IowanOldSt Blk BT';
  src: url('../fonts/IowanOldStyleBT-Black.woff2') format('woff2'),
    url('../fonts/IowanOldStyleBT-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IowanOldSt Blk BT';
  src: url('../fonts/IowanOldStyleBT-BlackItalic.woff2') format('woff2'),
    url('../fonts/IowanOldStyleBT-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IowanOldSt BT';
  src: url('../fonts/IowanOldStyleBT-BoldItalic.woff2') format('woff2'),
    url('../fonts/IowanOldStyleBT-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IowanOldSt BT';
  src: url('../fonts/IowanOldStyleBT-Bold.woff2') format('woff2'),
    url('../fonts/IowanOldStyleBT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IowanOldSt BT';
  src: url('../fonts/IowanOldStyleBT-Italic.woff2') format('woff2'),
    url('../fonts/IowanOldStyleBT-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IowanOldSt BT';
  src: url('../fonts/IowanOldStyleBT-Roman.woff2') format('woff2'),
    url('../fonts/IowanOldStyleBT-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Trajan Pro';
  src: url('../fonts/TrajanPro-Bold.woff2') format('woff2'),
    url('../fonts/TrajanPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trajan Pro';
  src: url('../fonts/TrajanPro-Regular.woff2') format('woff2'),
    url('../fonts/TrajanPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root {


  --gold-color: #D6AD60;
  --darkgold-color: #80683A;
  --gold-tint-color: #EBD6B0;
  --gold-tint2color: #E2C690;
  --gold-tint4-color: #E6CEA0;


  --green-color: #002F2F;
  --green-titn2-color: #335959;


  --gray-tint-color: #3D3D3D;
  --gray-tint2-color: #525252;
  --gray-tint3-color: #E9E9E9;
  --gray-tint4-color: #BEBEBE;
  --gray-tint5-color: #686868;

  --ivory-color: #FFFFF0;

}


.font-IowanOldSt-BT {
  font-family: 'IowanOldSt BT' !important;
}

.font-bold {
  font-weight: bold !important;
}

.font-normal {
  font-weight: normal !important;
}

.font-italic {
  font-style: italic !important;
}

.text-gold {
  color: var(--gold-color) !important;
}

.bg-gold {
  background-color: var(--gold-color) !important;
}

.text-darkgold {
  color: var(--darkgold-color) !important;
}

.bg-darkgold {
  background-color: var(--darkgold-color) !important;
}

.text-gold-tint {
  color: var(--gold-tint-color) !important;
}

.bg-gold-tint {
  background-color: var(--gold-tint-color) !important;
}
.text-gold-tint2color{
color: var(--gold-tint2color)!important
}

.text-gold-tint2 {
  color: var(--gold-tint2-color) !important;
}

.bg-gold-tint2 {
  background-color: var(--gold-tint2-color) !important;
}


.text-gold-tint4 {
  color: var(--gold-tint4-color) !important;
}

.bg-gold-tint4 {
  background-color: var(--gold-tint4-color) !important;
}


.text-green {
  color: var(--green-color) !important;
}

.bg-green {
  background-color: var(--green-color) !important;
}

.text-green-titn2 {
  color: var(--green-titn2-color) !important;
}

.bg-green-titn2 {
  background-color: var(--green-titn2-color) !important;
}

.text-gray-tint {
  color: var(--gray-tint-color) !important;
}

.bg-gray-tint {
  background-color: var(--gray-tint-color) !important;
}

.text-gray-tint2 {
  color: var(--gray-tint2-color);
}

.bg-gray-tint2 {
  background-color: var(--gray-tint2-color) !important;
}

.text-gray-tint3 {
  color: var(--gray-tint3-color) !important;
}

.bg-gray-tint3 {
  background-color: var(--gray-tint3-color) !important;
}

.text-gray-tint4 {
  color: var(--gray-tint4-color) !important;
}

.bg-gray-tint4 {
  background-color: var(--gray-tint4-color) !important;
}

.text-ivory {
  color: var(--ivory-color) !important;
}

.bg-ivory {
  background-color: var(--ivory-color) !important;
}
.close-button {
    border: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background-image: url(../images/icon/yellow-close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    outline: none;
}

/*
iowan old style  - Menu

trajan pro font
*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000000;
  font-family: 'IowanOldSt BT';
  font-weight: normal;
  font-style: normal;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Trajan Pro';
}

p {}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

.object-cover {
  object-fit: cover;
}


.green-border-cta {
  display: inline-flex;
  color: var(--green-color);
  border: 1px solid var(--green-color);
  background-color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  border-radius: 12px;
  padding: 10px 15px;
  text-decoration: none;
}

.download-icon-cta {
  display: inline-flex;
  color: #ffffff;
  background-color: var(--green-color);
  font-size: 16px;
  line-height: 22px;
  border-radius: 12px;
  padding: 10px 15px;
  text-decoration: none;
  gap: 10px;
  align-items: center;
}

.download-icon-cta:before {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon/download-icon.svg);
}

.golden-tint-cta {
  text-decoration: none;
  border: 1px solid var(--gold-tint4-color);
  background-color: var(--gold-tint4-color);
  border-radius: 12px;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.3s;
  padding: 8px 15px;
  outline: none !important;
}

.default-arrow-cta {
  border: 0;
  text-decoration: none;
  font-size: 22px;
  line-height: 26px;
  border-radius: 15px;
  display: inline-flex;
  gap: 10px;
  padding: 15px 25px;
  font-family: 'Trajan Pro';
  font-weight: bold;
  align-items: center;
}


.default-arrow-cta:after {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

.white-arrow:after {
  background-image: url(../images/icon/cta-white-right-arrow.svg);
}

.green-arrow:after {
  background-image: url(../images/icon/cta-green-right-arrow.svg);
}

.goldtint-arrow:after {
  background-image: url(../images/icon/cta-goldtint-right-arrow.svg);
}
.homebanner .owl-nav {
    position: static;
}
.homebanner .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.homebanner .owl-nav button.owl-next{
   right: 24px;
}
.homebanner .owl-nav button.owl-prev {
    left: 24px;
}
.homeslider-image {
    width: 100%;
    height: calc(100vh - 70px);
    position: relative;
}

.modal-content {
    flex-direction: initial;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

/*header css start*/
.navbar-toggler {
    border: 0;
    padding: 0;
    flex-shrink: 0;
    width: 40px;
    height: 28px;
    align-content: space-between;
    outline: none!important;
    box-shadow: none!important;
}
.navline {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition: all 0.3s;
}
.arrow-link {
  width: 60px;
  display: flex;
  height: 60px;
  transition: all 0.3s;
  position: absolute;
  border: 1px solid var(--ivory-color);
  z-index: 2;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  text-decoration: none;
  background: rgb(0 0 0 / 50%);
  color: #ffffff;
  bottom: 40px;
}

.arrow-icon-column {
  display: grid;
  gap: 0px;
}

.arrow-icon-column i {
  font-size: 20px;
  line-height: 10px;
  background-image: url(../images/page-arrow-down.svg);
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.inner-arrow-link {
    background-color: #ffffff;
    bottom: initial;
    top: calc(100% + 15px);
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 16%);
}
.inner-arrow-link i {
    background-image: url(../images/green-down-arrow.svg);
    height: 48px;
    width: 48px;
}



@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }

  25% {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: translateY(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}

.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animatearrow.primera.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animatearrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animatearrow.primera {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #002626;
  background-image: url(../images/nav-bg.png);
  background-repeat: repeat-x;
  background-position: center left;
}

.navbar-container {
  padding: 0px 35px;
}


.navbar-brand {
  top: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar-brand img {
  max-height: 56px;
}

.navbar-nav {
  padding: 0px 0px;
  min-height: 70px;
  align-items: center;
  gap: 15px;
}

.navbar-nav>li>a {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 400;
  transition: all 0.3s;
}

.navbar-nav>li>a:hover {
  color: var(--gold-tint-color);
  font-weight: bold;
}

.navbar-nav>li>a.active {
  color: var(--gold-tint-color);
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.contact-cta {
  display: inline-flex;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: var(--ivory-color);
  color: var(--green-color);
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
}


/*header css end*/


.logo-pattern-bg {
  background-image: url(../images/logo-pattern-bg.png);
}

.logo-lightpattern-bg {
  background-image: url(../images/logo-lightpattern-bg.png);
}

.section {
  padding: 200px 0px;
}


.section-button-group {
  margin-top: 80px;
}


.section-heading-container {
  margin-bottom: 100px;
}
.section-heading-wrapper {
    width: 100%;
    max-width: 890px;
}
.greenbg-title {
  background: #006969;
  color: var(--ivory-color);
  font-size: 12px;
  line-height: 16px;
  display: inline-flex;
  font-weight: normal;
  padding: 4px 18px;
  border-radius: 18px;
  margin-bottom: 30px;
}

.main-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  margin: 0
}
.h1-heading {
    font-size: 54px;
    line-height: 68px;
    font-weight: bold;
    margin: 0;
    font-family: 'IowanOldSt Blk BT';
}

.main-subtitle {
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  margin-top: 30px;
  font-family: 'IowanOldSt BT';
  font-weight: 400;
}

.title-desc {
    margin: 0;
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'IowanOldSt BT';
}

.section-heading-right-column {
    width: 660px;
}




.logo-heading-container {
  display: grid;
  gap: 60px;
  margin-bottom: 15px;
}

.logo-section-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  margin: 0;
}

.title-logo-icon img {
  display: inline-block;
  max-width: 150px;
}


.palette-container {
  gap: 20px;
}

.palette-grid-row {
  gap: 20px;
}

.palette-grid-img {
  height: 335px;
  width: 100%;
  overflow: hidden;
}
.palette-grid-img img{
  transition: all 0.5s;
}


.palette-grid-img:hover img{
transform: scale(1.2);
}

.palette-grid-img:last-child {
  border-radius: 0px 100px 0px 0px;
  width: 430px;
  flex-shrink: 0;
}

.palette-grid-row:nth-child(even) {
  flex-direction: row-reverse;
}

.palette-grid-row:nth-child(even) .palette-grid-img:last-child {
  border-radius: 0px 0px 0px 100px;
}


.excellence-discover-cover {
  overflow: hidden;
}


.excellence-slider-image {
    display: flex;
}
.excellence-slider-image figure {
    width: calc(100%/3);
    height: 660px;
    border-radius: 40px 15px 0px 0px;
    overflow: hidden;
    display: flex;
}

.excellence-slider .owl-nav {
    position: static;
    margin-top: 60px;
    gap: 300px;
}
.excellence-slider .owl-dots {
    bottom: 20px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}
.excellence-slider .owl-dots button.active {
    background-color: var(--gold-color) !important;
}



.palette-cardbanner-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0px!important;
}
.palette-cardbanner-section .section-heading-container {
    border-radius: 20px;
    background: rgb(56,37,0);
    background: linear-gradient(0deg, rgba(56,37,0,0.9) 0%, rgba(66,43,0,0.8) 100%);
    padding: 80px;
    margin: 0;
}




.our-versatility-section .main-title {
    font-size: 24px;
    line-height: 33px;
    /* font-weight: normal!important; */
}


.dottitle-slider-item  .owl-stage {
    display: flex;
}
.dottitle-slider-item .owl-stage .owl-item {
    width: max-content!important;
    gap:55px;
}

.dottitle {
    display: flex;
    font-size: 84px;
    line-height: 110px;
    color: var(--darkgold-color);
    align-items: center;
    flex-shrink: 0;
    gap: 15px;
    width: inherit;
}

.dottitle:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: var(--darkgold-color);
  border-radius: 100%;
  flex-shrink: 0;
}



.designview-gallery-tab-section .main-title {
    font-size: 24px;
    line-height: 33px;
    /* font-weight: normal!important; */
}


.vital-partnership-container {
    justify-content: space-between;
    gap: 30px;
}
.vital-partnership-conent {
    width: 100%;
    max-width: 510px;
}
.partnership-slider-column {
    width: 100%;
    max-width: 640px;
}
.vital-partnership-item {
  display: grid;
  gap: 30px;
}

.vital-partnership-row {
  gap: 20px;
}
.vital-partnership-row:nth-child(odd) {
    flex-direction: row-reverse;
}
.vital-partnership-row:nth-child(odd) .vital-partnership-content {
   border-radius: 0px 70px 0px 70px;
}


.vital-partnership-row figure {
  width: 235px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--green-color);
  border-radius: 0px 70px 0px 70px;
  background-color: #ffffff;
}

.vital-partnership-content {
  border-radius: 70px 0px 70px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 40px;
  background-color: var(--green-color);
}

.vital-partnership-slider .owl-stage .owl-item:nth-child(even) .vital-partnership-content{
background-color: var(--darkgold-color);
}
.vital-partnership-content p {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}

.vital-partnership-slider .owl-nav {
  position: static;
  width: 100%;
  max-width: 520px;
  justify-content: space-between;
  margin: auto;
  margin-top: 50px;
}

.vital-partnership-slider .owl-dots {
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}


.happy-family-section {
  position: relative;
  background-image: url(../images/happy-family-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.happy-family-section:before {
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgb(18 18 18 / 88%);
  position: absolute;
}

.happy-family-container {
  position: relative;
  z-index: 2;
  gap: 70px;
}

.happy-family-details {
  width: 370px;
  flex-shrink: 0;
}

.happy-family-details figure {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--gold-color);
}

.happy-family-details h3 {
  font-size: 48px;
  line-height: 58px;
  margin-top: 15px;
}


.happy-family-details p {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  margin-top: 15px;
}


.happy-family-story {
  position: relative;
  padding-top: 80px;
}

.happy-family-story:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon/quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.happy-family-story-detail {
    width: calc(100% - 370px);
    overflow: hidden;
}
.happy-family-story p {
  font-size: 20px;
  line-height: 32px;
}
.happy-family-story {
  margin-top: 45px;
}
.happy-family-story figure {
  border: 5px solid var(--gold-color);
  overflow: hidden;
  height: 330px;
  border-radius: 20px;
  margin-top: 45px;
}

.happy-family-banner span {
  right: 25px;
  bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}




.happy-family-banner .owl-dots {
    counter-reset: pattern;
    position: static;
    margin-top: 20px;
    justify-content: flex-end;
}
.happy-family-banner .owl-dots button {
    width: auto;
    background-color: transparent!important;
    color: #BEBEBE;
    height: auto;
}
.happy-family-banner .owl-dots button:before {
    counter-increment: pattern;
    content: "P" counter(pattern) "";
    font-size: 16px;
}
.happy-family-banner .owl-dots button.active {
    color: var(--gold-color) !important;
    background-color: transparent!important;
    width: auto;
}
.proven-process-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}

.proven-process-image {
  border-radius: 0px 150px 0px 150px;
  overflow: hidden;
}

.proven-process-column {
  padding: 0px 60px;
}

.card {
  background-color: transparent;
  border: 0px !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.card-header {
  border-radius: 0px !important;
  background-color: transparent !important;
  border: 0px !important;
  padding: 0 !important;
}

.card-body {
  border: 0px !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.card-body p {
    font-size: 16px;
    line-height: 24px;
}

.card-body p:last-child {
  margin: 0;
}

.card-header a,
.card-header button {
  border: 0;
  padding: 0;
  background-color: transparent;
  text-decoration: none;
}

.accordion-btn {
  display: flex;
  gap: 30px;
  align-items: center;
}

.accordion-title {
  font-size: 32px;
  line-height: 38px;
  font-family: 'Trajan Pro';
 /* font-weight: bold;*/
  width: 100%;
  margin: 0;
  color: var(--green-titn2-color)
}
.card-header a[aria-expanded="true"] .accordion-title, .card-header button[aria-expanded="true"] .accordion-title {
    font-weight: bold;
}

.accordion-title span {
  display: block;
  font-family: 'IowanOldSt BT';
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 10px;
  color: var(--green-color) !important;
}

.accordion-angle {
  width: 26px;
  height: 26px;
  position: relative;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.accordion-angle:before, .accordion-angle:after {
    content: "";
    position: absolute;
    background-color: #668282;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    transition: all 0.3s;
}

.accordion-angle:before {
  width: 2px;
  height: 100%;
}

.accordion-angle:after {
  width: 100%;
  height: 2px;
}

.card-header a[aria-expanded="true"] .accordion-angle:before {
  transform: rotate(90deg);
  opacity: 0;
  visibility: hidden;
}


.proven-process-column .card {
  padding: 30px 0px !important;
  border-top: 1px solid var(--green-color) !important;
}

.proven-process-column .card:first-child {
  border-top: 0px !important;
  padding-top: 0px !important;
}

.proven-process-column .card:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 20%) !important;
}

.proven-process-column .card-body {
  padding: 30px 0px !important;
}

.design-stylepalette-section {
  background-image: url(../images/palette-background-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.design-stylepalette-section .section-heading-container {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 21.7%, rgba(0, 0, 0, 0) 121.96%);
  border-radius: 20px;
  padding: 50px 20px;
}


.segment-tabs-container {
  margin-bottom: 95px;
}

.segment-tabs-container .nav-tabs {
  border: 1px solid var(--green-color);
  border-radius: 30px;
  overflow: hidden;
}

.design-segment-tabs-wrapper .nav-tabs li a {
  text-decoration: none;
  color: var(--green-color);
  background-color: #ffffff;
  font-size: 32px;
  line-height: 48px;
  padding: 16px 60px;
  display: flex;
}

.design-segment-tabs-wrapper .nav-tabs li:first-child a {
  border-radius: 0px 30px 30px 0px;
}

.design-segment-tabs-wrapper .nav-tabs li:last-child a {
  border-radius: 30px 0px 0px 30px;
}

.design-segment-tabs-wrapper .nav-tabs li a.active {
  color: #ffffff;
  background-color: var(--green-color);
}


.design-segment-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.design-segment-column {
  overflow: hidden;
}

.design-segment-column:nth-child(odd) {
  border-radius: 0px 100px 0px 100px;

}

.design-segment-column:nth-child(even) {
  border-radius: 100px 0px 100px 0px;
}

.design-segment-column figure {
    width: 100%;
    display: flex;
    height: 690px;
    overflow: hidden;
    border-radius: 0px 0px 100px 0px;
}
.design-segment-column figure img{
  transition: all 0.5s;
}
.design-segment-column figure:hover img{
  transform: scale(1.2);
}
.design-segment-content {
    width: 100%;
    padding: 50px;
    text-align: center;
}
.design-segment-column:nth-child(even) figure {
    border-radius: 0px 0px 0px 100px;
}

.design-segment-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}

.design-segment-content p {
  font-size: 20px;
  line-height: 30px;
}




.commercial-sigment-column {
    border-radius: 0px 0px 100px 100px!important;
}
.commercial-sigment-column figure {
    border-radius: 0px 0px 100px 100px;
}

.homeblog-grid-section {
  padding-top: 80px;
  background-image: url(../images/section-home-blog-greenbg-logo.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.homeblog-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.homeblog-grid-column figure {
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  height: 280px;
}

.homeblog-grid-content {
  padding-top: 20px;
}

.homeblog-title {
    font-size: 24px;
    line-height: 36px;
    font-family: 'IowanOldSt BT';
    font-weight: bold;
    margin-bottom: 15px;
}

.homeblog-grid-content p {
  font-size: 16px;
  line-height: 22px;
}

.homeblog-readmore {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 20px;
  display: inline-flex;
  transition: all 0.3s;
}


.faqAccordion {
  display: grid;
  gap: 15px;
}

.faqAccordion .card {
  background-color: #022727;
  border-radius: 15px !important;
  padding: 18px 22px !important;
}

.faqAccordion .accordion-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
}

.faqAccordion .card-header a,
.faqAccordion .card-header button {
  flex-direction: row-reverse;
  gap: 24px;
}

.faqAccordion .accordion-angle {
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
}


.faqAccordion .accordion-angle:before,
.faqAccordion .accordion-angle:after {
  background-color: #ffffff !important;
}

.faqAccordion .accordion-angle:before {
  width: 1px;
  height: calc(100% - 10px);
}

.faqAccordion .accordion-angle:after {


  height: 1px;
  width: calc(100% - 10px);
}


.faqAccordion .card-body {
  background-color: #022C2C !important;
  padding: 18px 25px !important;
  margin-top: 15px;
  border-radius: 0px 0px 15px 15px;
}

.faqAccordion .card-body p {
  font-size: 16px;
  line-height: 22px;
  color: var(--gray-tint4-color) !important;
}
.faqAccordion .card-body ul li,.faqAccordion .card-body ol li {
  font-size: 16px;
  color: var(--gray-tint4-color) !important;
}


.faqAccordion .card-header a[aria-expanded="true"] .accordion-title {
  font-weight: bold;
}


.default-nav-tabs {
  display: flex;
  align-items: center;
  border: 1px solid #1A4444;
  padding: 8px 15px;
  border-radius: 54px;
  gap: 0px;
  flex-wrap: nowrap;
}

.default-nav-tabs li {
  display: flex;
  flex-shrink: 0;
}


.default-nav-tabs li a {
  color: var(--gray-tint4-color);
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 20px;
  border-radius: 30px;
}

.default-nav-tabs li a.active {
  background-color: var(--gold-color);
  color: var(--green-color);
}

.designview-gallery-tab-section {
    padding-bottom: 350px;
}
.designview-gallery-tab-section .section-heading-container {
    margin-bottom: 30px;
}
.navbar-tabs-link {
  border: 0;
  gap: 25px;
}

.navbar-tabs-link li {
  display: flex;
}

.navbar-tabs-link li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;

  color: var(--green-color);
}

.navbar-tabs-link li a.active {
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  color: var(--green-titn2-color);
}

.client-ownwords-testimonial {
    justify-content: space-between;
    gap: 30px;
}
.client-ownwords-content {
    width: 540px;
}
.client-testimonial-slider {
    width: 640px;
    flex-shrink: 0;
}

.testimonial-figure {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    border-radius: 100px 0px 100px 0px;
    overflow: hidden;
}
.testimonial-figure figure {
    display: flex;
    height: 208px;
}

.default-bordernav-tabs {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  border: 0;
  margin-bottom: 50px;
}

.default-bordernav-tabs li {
  display: flex;
}


.default-bordernav-tabs li a {
  color: var(--green-color);
  background-color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  line-height: 32px;
  padding: 10px 24px;
  border-radius: 10px;
  border: 1px solid var(--green-color);
}

.default-bordernav-tabs li a.active {
  background-color: var(--green-color);
  color: #ffffff;
}



.owl-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  left: 0;
  gap: 30px;
}

.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    background-color: rgb(115 115 115 / 64%) !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 21px !important;
    font-size: 0px !important;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    background-position: center center !important;
    transition: all 0.3s;
}
.owl-carousel .owl-nav button:hover{
  opacity: 0.8;
}

.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/icon/prev-sliderwhite-arrow.svg);
}

.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/icon/next-sliderwhite-arrow.svg);
}


.owl-dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute;
  width: 100%;
}

.owl-dots button {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background-color: #D9D9D9 !important;
  transition: all 0.1s;
}

.owl-dots button.active {
  width: 60px;
  background-color: var(--gold-color) !important;
  transition: all 0.5s;
}


.owl-thumbs {
    display: flex;
    width: 108px;
    gap: 30px;
    position: absolute;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: space-between;
}
.owl-thumbs button {
  padding: 0;
  border: 0;
  background-color: transparent;
  display: flex;
  height: 160px;
  border-radius: 0px 30px 0px 30px;
  overflow: hidden;
}


.owl-thumbs button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-carousel .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
}






.goldcontrol-carousel .owl-dots button {
  background-color: var(--green-titn2-color) !important;
}

.goldcontrol-carousel .owl-dots button.active {
  background-color: var(--gold-color) !important;
}
.goldcontrol-carousel .owl-nav button{
   background-color: var(--gold-color) !important;
}
.goldcontrol-carousel .owl-nav button:hover{
     background-color: var(--green-color) !important;
}
.interior-design-slider-container {
  gap: 130px;
}

.interior-designstyle-slider-container {
  padding-left: 125px;
  gap: 45px;
  align-items: flex-end;
}

.interior-designstyle-slider-container figure {
  height: 550px;
  border-radius: 100px 0px 100px 0px;
  overflow: hidden;
  border-top: 5px solid var(--gold-color);
}

.interior-designstyle-slider-content {
  width: 490px;
  flex-shrink: 0;
  padding-bottom: 100px;
}

.interior-designstyle-slider-content .main-title {
  font-size: 32px;
  line-height: 38px;
}
.interior-designstyle-slider-content .title-desc {
    margin-top: 30px;
}

.interior-designstyle-slider .owl-dots {
    max-width: 490px;
    right: 0;
    left: initial;
    bottom: 23px;
    z-index: 1;
}

.interior-designstyle-slider .owl-nav {
    max-width: 490px;
    right: 0;
    left: initial;
    gap: 280px;
}



.interior-designstyle-slider .owl-nav button.owl-prev {
  left: 0px;
}

.interior-designstyle-slider .owl-nav button.owl-next {
  right: 0px;
}

.modern-designstyle-slider .interior-designstyle-slider-container {
  padding: 0;
  padding-right: 130px;
  flex-direction: row-reverse;
  text-align: right;
}

.modern-designstyle-slider .owl-thumbs {
  left: initial;
  right: 0;
}

.modern-designstyle-slider .owl-dots {
  right: initial;
  left: 0;
}

.modern-designstyle-slider .owl-nav {
  right: inherit;
  left: 0;
}

.modern-designstyle-slider figure {
  border-radius: 0px 100px 0px 100px;
}

.modern-designstyle-slider .owl-thumbs button {
  border-radius: 30px 0px 30px 0px;
}




/*contact us css start*/
.contact-main-section {
  background-image: url(../images/contact-logo-background.png);
}

.herobanner-logo {
  left: 55px;
  width: 100%;
  z-index: 2;
  top: 25px;
  max-width: 83px;
}

.herobanner-image {
    height: calc(100vh - 150px);
    display: flex;
    border-radius: 0px 0px 100px 100px;
    overflow: hidden;
    position: relative;
}

.herobanner-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 0%));
}


.herobanner-content-section {
  left: 0;
  bottom: 75px;
  z-index: 2;
  text-align: center;
}

.herobanner-title {
  font-size: 84px;
  line-height: 84px;
  font-family: 'Trajan Pro';
  font-weight: bold;
  margin: 0;
}

.herobanner-subtitle {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  margin-top: 30px;
}

.herobanner-subtitle{
  margin:0;
  margin-bottom: 30px;
}

.get-touch-container {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  background-color: #022727;
  border-radius: 40px;
  overflow: hidden;
}

.connect-with-column {
  padding: 35px;
}

.connect-touch-title {
  margin: 0;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 32px;
  font-family: 'Trajan Pro';
}

.connect-grid-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.connect-grid-column {
  background-color: var(--green-color);
  border-radius: 20px;
  padding: 20px;
}


.get-touch-container iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: #022727;
}

.connect-grid-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #022727;
  width: 45px;
  height: 45px;
  margin-bottom: 25px;
  border: 1px solid rgb(233 233 233 / 12%);
  border-radius: 5px;
}

.connect-grid-tile {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: var(--gray-tint3-color);
    font-family: 'IowanOldSt BT';
}

.connect-grid-column p {
  font-size: 16px;
  line-height: 21px;
}

.connect-grid-column a {
  word-break: break-word;

}

.book-project-heading-container {
  margin-bottom: 60px;
}

.book-project-title {
  font-size: 20px;
  line-height: 30px;
  color: var(--gray-tint3-color);
  margin: 0;
}

.book-project-heading-container p {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  margin-top: 15px;
  font-weight: normal;
}

.book-project-container {
  background-image: url(../images/project-form-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px -1px 5px -3px #FAFAFA;
}


.book-project-container .section-heading-container {
  background: #022727;
  padding:30px;
}

.book-consulation-container {
  padding: 35px;
}

.book-consulation-form-column {
  max-width: 1000px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}

.book-consulation-form-column figure {
  width: 340px;
  flex-shrink: 0;
}

.book-consulation-form {
  width: 100%;
  background: #022727;
  padding: 50px 40px;
  position: relative;
}

.book-consulation-form .main-title {
    font-size: 32px!important;
    line-height: 38px!important;
    font-weight: normal;
    margin-bottom: 40px;
}

.form-control {
  background-color: var(--green-color) !important;
  outline: none;
  border: 1px solid #1A4444 !important;
  height: 45px;
  box-shadow: none !important;
  padding-left: 12px;
  color: #ffffff;
}

.form-control:focus {
  color: #ffffff !important;
}

select.form-control {
  position: relative;
  content: "";
  background-image: url(../images/icon/select-arrow.svg);
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 14px;
  line-height: 21px;
  color: #668282;
  font-weight: normal;
  font-style: italic;

}

.date-form-group input,
.time-form-group input {
  background-image: url(../images/icon/select-arrow.svg);
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.input-form-container {
  display: grid;
  gap: 30px;
}

.input-field-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}


.form-group {
  width: 100%;
  display: grid;
  gap: 10px;
}

.form-group-label {
  width: 100%;
  color: var(--gray-tint4-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}


.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  line-height: 21px;
  color: #668282;
  font-weight: normal;
  font-style: italic;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  line-height: 21px;
  color: #668282;
  font-weight: normal;
  font-style: italic;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  line-height: 21px;
  color: #668282;
  font-weight: normal;
  font-style: italic;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  line-height: 21px;
  color: #668282;
  font-weight: normal;
  font-style: italic;
}

.form-button {
  margin-top: 20px;
}

.submit-button {
  border: 0;
  font-size: 16px;
  line-height: 22px;
  border-radius: 10px;
  padding: 10px 15px;
}


.book-consulation-form .close-button {

    position: absolute;
    right: 15px;
    top: 15px;
   
}

/*contact us css end*/


/*blogs css start*/


.blog-main-section {
  background-color: var(--ivory-color);
}

.blog-tab-section .main-title.text-green {
    margin-top: 120px;
}
.blogtabs-container {
  margin-bottom: 120px;
}

.blogtabs-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  border: 0;
}

.blogtabs-nav li {
  flex: 1;
  display: flex;
}

.blogtabs-nav li a {
  background-color: #ffffff;
  text-decoration: none;
  font-size: 32px;
  line-height: 42px;
  color: var(--green-color);
  border-radius: 30px;
  border: 1px solid var(--green-color);
  padding: 28px 32px;
  padding-right: 65px!important;
  position: relative;
}

.blogtabs-nav li a p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  margin-top: 6px;
}

.blogtabs-nav li a.active {
  color: #ffffff;
  background-color: var(--green-color);
}

.blogtabs-nav li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  right: 35px;
  top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.blogtab-link:after {
  background-image: url(../images/icon/blog-tab-green-icon.svg);
}

.resourcetab-link:after {
  background-image: url(../images/icon/resource-tab-green-icon.svg);
}


.blogtab-link:after {
  background-image: url(../images/icon/blog-tab-green-icon.svg);
}

.resourcetab-link:after {
  background-image: url(../images/icon/resource-tab-green-icon.svg);
}

a.blogtab-link.active:after {
  background-image: url(../images/icon/blog-tab-white-icon.svg);
}

a.resourcetab-link.active:after {
  background-image: url(../images/icon/resource-tab-white-icon.svg);
}

.bloglist-tab-container {
  display: grid;
  gap: 150px;

}

.blog-tablist-container {
    border: 1px solid var(--gold-tint-color);
    overflow: hidden;
    padding-bottom: 60px;
    background-color: #ffffff;
    border-radius: 100px;
    border-top: 0;
}


.blog-tab-banner {
 /* margin-bottom: 50px;*/
}


.blog-tab-banner figure {
    height: 200px;
    display: flex;
    overflow: hidden;
    position: relative;
      border-radius: 100px 100px 0px 0px;
}

.blog-tab-banner figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 73.68% at 50% 50%, rgba(21, 14, 0, 0.8) 0%, rgba(21, 14, 0, 0.1) 100%);
  left: 0;
  top: 0;
}

.blog-tab-banner a {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: normal;
}

.blog-banner-tab-title {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  z-index: 2;
}

.blogs-listing-container {
  display: grid;
  gap: 55px;
  padding: 45px 30px;
  padding-bottom: 0;
}

.blog-item {
  flex-direction: row-reverse;
  gap: 20px;
  background-color: #ffffff;
}

.blog-content-column {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  gap: 20px;
}

.blog-item-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}


.blog-item-image {
  width: 100%;
  max-width: 460px;
  display: flex;
  height: 205px;
  border-radius: 20px;
  overflow: hidden;
}

.blog-grid-content p {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-tint5-color);
}


.blog-gridview-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}


.blog-gridview-container .blog-item-image {
  max-width: 100%;
  height: 300px;
  border-radius: 20px;
}

.blog-gridview-container .blog-item {
    flex-wrap: wrap;
    gap: 0px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #CECECE;
    border-radius: 20px;
}

.blog-gridview-container .blog-content-column {
  padding: 40px 30px 25px 30px;
}

.blog-tablist-container .blog-gridview-container .blog-item {
    background: rgb(235 214 176 / 10%);
    border: 1px solid var(--gold-tint-color);
    border-radius: 20px;
}
.resourse-tab-section {
  margin-bottom: 50px;
}

.resourse-tab-container .main-title {
  margin: 0;
  font-size: 32px;
  line-height: 38px;
}


.resourse-tab-container {
  padding: 22px 0px;
}
.page-navigation {
    margin-top: 35px;
}

/*blogs css end*/


.page-navigation {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  gap: 30px;
}

.pagination {
  margin: 0;
  display: flex;
  gap: 5px;
}

.pagination li {
  margin: 0;
}

.pagination li a {
  margin: 0;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: var(--darkgold-color);
  text-decoration: none;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid transparent;
}

.pagination li a.active {
  background-color: var(--darkgold-color);
  color: #ffffff;
  border: 1px solid var(--darkgold-color);
}

.pagination li a.previous-pagination {
  background-image: url(../images/icon/prevpage-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent !important;
}

.pagination li a.next-pagination {
  background-image: url(../images/icon/nextpage-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent !important;
}


.green-pagination .pagination li a {
  color: #ffffff;
}

.green-pagination .pagination li a.active {
  color: #ffffff;
  background-color: #022727;
}


/*career css start*/


.happyemployee-card-container {
  gap: 60px;
}

.happyemployee-card-content {
  width: 100%;
  max-width: 620px;
}


.happyemployee-card-banner {
  width: 100%;
  max-width: 490px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.happyemployee-card-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  left: 0;
  bottom: 0;
  background-color: #022727;
  border-radius: 0px 100px 0px 100px;
}

.happyemployee-card-banner:after {
  content: "";
  position: absolute;
  background-image: url(../images/career-colomn-logo.svg);
  width: 437px;
  height: 437px;
  background-size: cover;
  bottom: 16px;
  background-repeat: no-repeat;
}


.happyemployee-card-banner figure {
  position: relative;
  z-index: 1;
}

.happyemployee-card-content .main-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 15px;
}

.happyemployee-card-content .main-subtitle {
    font-size: 16px;
    line-height: 24px;  
    margin-top: 15px;    
}

.happyemployee-card-content .main-subtitle a {
    text-decoration: underline;
    color: var(--gold-color);
    display: inline-block;
}

.collage-dreamcard-content {
  position: relative;
  background-image: url(../images/career-collage-banner.jpg);
  padding: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}

.collage-dreamcard-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
}

.collage-dreamcard-title {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.collage-dreamcard-content p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 22px;
}


.collage-dream-card {
  border-radius: 20px;
  overflow: hidden;
}

.collage-dream-file-column {
  background-color: var(--darkgold-color);
  width: 100%;
  max-width: 392px;
  flex-shrink: 0;
  padding: 17px 20px;
  padding-right: 130px;
}

.careerfile-upload-file-row {
  gap: 20px;
}

.careerfile-upload-input {
  position: relative;
}

.careerfile-upload-input input {
  position: absolute;
  opacity: 0;
  left: 0;
  visibility: hidden;
}

.careerfile-upload-input label {
  display: flex;
  background-color: var(--gold-tint4-color);
  color: var(--darkgold-color);
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  border-radius: 15px;
  cursor: pointer;
}

.collage-dream-file-column .form-group-label {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}
.ollage-dream-file-content{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
}

.collage-dream-file-description {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}

.collage-dream-file-description p {
  color: var(--gray-tint3-color);
  margin: 0;
  font-size: 10px;
  line-height: 13px;
}

.collage-card-student {
  z-index: 2;
  bottom: 0;
  right: 0;
  max-width: 123px;
}

.property-latestpost-title-container .section-heading-container {
  max-width: 50%;
}

.property-latestpost-tabs p {
  color: var(--gray-tint4-color);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  margin-top: 10px;
}

.property-latestpost-title-container {
  margin-bottom: 45px;
}


.latestpost-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}

.latestpost-grid-item {
  background-color: #022727;
  padding: 25px 30px;
  border-radius: 50px 0px 50px 0px;
}

.latestpost-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.latestpost-grid-title {
  margin: 0;
}

.latestpost-header a {
  color: var(--gold-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.latest-post-time {
  margin: 0;
  color: var(--gray-tint3-color);
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  margin-top: 5px;
}

.latestpost-Badge {
  border-radius: 6px;
  background-color: #006969;
  color: var(--ivory-color);
  font-size: 10px;
  line-height: 14px;
  padding: 5px 10px;
  flex-shrink: 0;
}

.latestpost-description {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-tint4-color);
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latestpost-fulltime-list p {
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--ivory-color);
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
  gap: 5px;
}

.latestpost-fulltime-list p span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.latestpost-fulltime-list p span:before {
  content: "";
  background-color: var(--gold-color);
  width: 3px;
  height: 3px;
  border-radius: 100%;
}

.latestpost-pagination p {
  margin: 0;
  color: var(--gray-tint4-color);
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}


.careerteam-group-section .section-heading-container {
  position: relative;
}

.careerteam-group-grid-container {
  margin-top: -110px;
}

.careerteam-grid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  gap: 80px;
}

.careerteam-grid-title {
  font-size: 20px;
  line-height: 30px;
  font-family: 'IowanOldSt BT';
}

.careerteam-grid-column p {
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-tint-color);
}


.mosaic-layout-container {
  position: relative;
}

.mosaic-grid {
  width: calc(40% - 20px);
  display: grid;
  flex-shrink: 0;
  align-content: flex-end;
  gap: 20px;
  position: relative;
}

.mosaic-grid:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(128, 104, 58, 0) 50.17%, #FFFFF0 100%);
}

.mosaic-grid-2 {
  width: calc(20% + 40px);
  padding: 0px 20px;
}

.mosaic-grid-1 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mosaic-layout-column {
  gap: 20px;
  align-content: flex-end;
  align-items: flex-end;
}

.mosaic-image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}


.mosaic-image-1 {
  height: 275px;
}

.mosaic-image-2 {
  height: 300px;
}

.mosaic-image-3 {
  height: 500px;
}

.mosaic-image-4 {
  height: 360px;
}

.mosaic-image-5 {
  height: 185px;
}

.mosaic-image-6 {
  height: 275px;
}


.mosaic-image-7 {
  height: 300px;
}


/*career css end*/


/*about css start*/
.belive-me-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
}
.belive-me-container:before {
    content: "Value";
    font-size: 32px;
    line-height: 42px;
    position: absolute;
    color: var(--gold-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.belive-me-item {
    padding: 40px 70px;
    background-color: #022727;
    border-radius: 100px 0px 100px 0px;
    /* transition: all 0.1s; */
}


.belive-me-item:nth-child(even) {
  text-align: right;
}

.belive-meitem-content {
/*    padding-bottom: 60px;*/
}
.belive-me-item figure {
  width: 100%;
  display: flex;
  height: 130px;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 35px;
  transition: all 0.5s;
}

.belive-me-title {
    font-size: 32px;
    line-height: 44px;
    color: var(--ivory-color);
    transition: all 0.5s;
    font-family: 'IowanOldSt BT';
    margin: 0;
    margin-bottom: 12px;
}

.belive-me-item p {
    margin: 0;
    color: var(--gray-tint4-color);
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
   /* position: absolute;*/
    left: 0;
    bottom: 0;
    transition: all 0.2s;
}

.belive-me-item:nth-child(2),
.belive-me-item:nth-child(3) {
  border-radius: 0px 100px 0px 100px;
}







.belive-me-summery {
  margin-top: 40px;
}

.belive-me-summery p {
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-tint3-color);
    margin: 0;
}


.premium-service-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}

.premium-service-column {
  padding: 50px;
  padding-bottom: 80px;
  border-radius: 0px 100px 100px 100px;
}
.premium-service-column:nth-child(2n+1) {
    border-radius: 100px 100px 100px 0px;
}
.premium-service-column:nth-child(2n+2) {
    border-radius: 100px 100px 0px 100px;
}


.premium-service-header {
  gap: 30px;
  margin-bottom: 40px;
}

.premium-service-header figure {
  width: 140px;
  height: 140px;
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.premium-service-title {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}


.premium-service-column p {
  font-size: 20px;
  line-height: 30px;
  color: var(--gray-tint3-color);
}

.our-professionals-section .section-heading-container:first-child {
    margin-bottom: 60px;
}
.our-professionals-section .section-heading-container:nth-child(2) .main-title{
font-size: 24px;
line-height: 30px;
}
.our-professionals-grid-row,
.our-professionals-gallery-container {
  gap: 30px;
}

.our-professionals-grid-row figure {
    border-radius: 30px;
    overflow: hidden;
    height: 335px;
    width: 100%;
    position: relative;
}
.our-professionals-grid-row figure:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgb(0 0 0), rgb(255 255 255 / 0%));
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 1;
}
.our-professionals-grid-row figure p {
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    color: #fff;
    left: 0;
    bottom: 0;
    text-align: center;
    font-family: 'Trajan Pro';
    font-size: 28px;
    text-transform: uppercase;
    padding: 25px 20px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    padding-top: 0;
}

.our-professionals-grid-row figure img{
  transition: all 0.5s;
}

.our-professionals-grid-row figure:hover img{
transform: scale(1.2);
}
.our-professionals-grid-row figure:hover:before{
/*  opacity: 1;*/
/*visibility: visible;*/
}
.our-professionals-grid-row figure:hover p{
/*opacity: 1;*/
/*visibility: visible;*/
}

.more-professional-link {
  width: 385px;
  flex-shrink: 0;
}

.our-professionals-grid-row:nth-child(1) figure:first-child{
  width:388px;
  flex-shrink: 0;
}
.our-professionals-grid-row:nth-child(2) figure:last-child{
width: 478px;
flex-shrink: 0;
}

.more-professional-link {
  border-radius: 30px;
  font-size: 32px;
  line-height: 38px;
  font-weight: normal;
  font-family: 'Trajan Pro';
  color: var(--ivory-color);
  text-decoration: none;
  text-align: center;
}


.founder-video-section {

  background-image: url(../images/about-videosection-bg.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center center;
}

.founder-video-section .section-heading-wrapper {
  
    max-width: 1180px;
}


.founder-video-column {
  width: 100%;
  max-width: 90%;
  overflow: hidden;
  border-radius: 40px;
}

.founder-video-column .video_player video {
  width: 100%;
  height: 700px;
  border-radius: 40px;
  overflow: hidden;
  object-fit: cover;
}

.founder-video-column .default_video_controls {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.founder-video-column .default_video_controls .progress-progress-container,
.founder-video-column .default_video_controls .fullscreen,
.founder-video-column .default_video_controls .volume {
  display: none;
}



.founder-video-column .default_video_controls button.toggle {
  margin: 0;
  width: 84px;
  height: 84px;
  align-items: center;
  justify-content: center;
  background-color: var(--green-color);
  border-radius: 50%;
  color: #ddd;
  font-size: 42px;
  margin:0;
}

.founder-video-column .is-playing .default_video_controls {
  opacity: 0;
  visibility: hidden;
}

.founder-video-column .is-playing .default_video_controls:hover {
  opacity: 1 !important;
  visibility: visible !important;
}


.milestone-grid-column {
  border-radius: 0px 100px 0px 0px;
  padding: 30px;
  height: 100%;
}

.milestone-grid-header {
  gap: 40px;
  margin-bottom: 20px;
}

.milestone-grid-header figure {
  width: 140px;
  height: 140px;
  border: 1px solid #745C2E;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
  background: #796133;
  justify-content: center;
}

.milestone-grid-header figure img {
  max-height: 70%;
}

.milestone-grid-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
}

.milestone-grid-column p {
  margin: 0;
  color: var(--gray-tint3-color);
  font-size: 20px;
  line-height: 27px;
}

.milestone-grid-content p {
  margin: 0;
  display: flex;
  font-size: 64px;
  line-height: 86px;
  align-items: self-end;
  gap: 15px;
  flex-wrap: wrap;
  color: var(--gold-tint2-color);
}


.milestone-grid-content p span {
  font-size: 32px;
  line-height: 70px;
}


.milestone-slider-section .owl-stage,
.milestone-slider-section .owl-stage-outer {
  display: flex;
}

.milestone-slider-section .owl-stage .owl-item,
.milestone-slider-section .owl-stage .owl-item .item {
  height: 100%;
}

.milestone-slider-section .owl-stage .owl-item:nth-child(even) .milestone-grid-column {
  border-radius: 100px 0px 0px 0px;
}

.milestone-slider-section .owl-stage .owl-item:nth-child(even) .milestone-grid-header {
  flex-direction: row-reverse;
  text-align: right;
}

.milestone-slider-section .owl-stage .owl-item:nth-child(even) .milestone-grid-column p {
  text-align: right;
}

.milestone-slider-section .owl-stage .owl-item:nth-child(even) .milestone-grid-content p {
  flex-direction: row-reverse;
}

.milestone-slider .owl-dots {
  position: static;
  margin-top: 30px;
}


.milestone-slider .owl-dots button {
  background-color: var(--gold-color) !important;
}

.milestone-slider .owl-dots button.active {
  background-color: var(--darkgold-color) !important;
}


.ourhistory-grid-section {
  overflow: hidden;
}

.ourhistory-heroimage {
    flex-shrink: 0;
    width: 360px;
}
.ourhistory-child-heroimage {
    flex-shrink: 0;
    width: 380px;
    position: relative;
}
.ourhistory-child-heroimage:after {
    content: "";
    position: absolute;
    background-image: url(../images/about-image-bottom.png);
    width: 100%;
    height: 96px;
    background-size: contain;
    left: 0;
    top: 100%;
    z-index: 3;
    background-repeat: no-repeat;
}

.whoweare-section-heading-container {
    padding-left: 60px;
}

.ourhistory-child-description {
    font-style: italic;
    color: var(--gray-tint2-color);
    font-size: 17px;
    margin: 0;
    margin-top: 30px;
}
.ourhistory-child-container {
    gap: 30px;
}

.ourhistory-grid-row {
    align-items: center;
    gap: 0px 40px;
    background-color: #1A4444;
    display: flex;
    flex-wrap: wrap;
}
.ourhistory-grid-row:before {
  content: "";
  position: absolute;
  width: 400%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1A4444;
  background-image: url(../images/logo-lightpattern-bg.png);
  background-repeat: repeat;
}

.ourhistory-grid-banner {
    display: flex;
    position: relative;
    z-index: 2;
    width: 618px;
    flex-shrink: 0;
}




.ourhistory-grid-banner figure {
    width: 510px;
}
.ourhistory-grid-title {
    flex-shrink: 0;
    word-break: break-all;
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    font-family: 'Trajan Pro';
    position: absolute;
    margin: 0;
    font-weight: bold;
    right: 85px;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: right;
    bottom: 103px;
    width: max-content;
}

.ourhistory-grid-item:nth-child(even) .ourhistory-grid-title {
    right: initial;
    left: 0px;
    transform: rotate(90deg) translateY(437px);
}
.ourhistory-grid-item:nth-child(even) .ourhistory-grid-banner {
    justify-content: flex-end;
}
.ourhistory-grid-item:nth-child(even) .ourhistory-grid-banner figure{
  
}


.ourhistory-grid-content-column {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 30px 0px;
    padding-left: 40px;
    align-items: center;
}

.ourhistory-grid-content {
  border-radius: 0px 75px 0px 75px;
  padding: 65px;
  padding-bottom: 0px;

}

.ourhistory-grid-content p {
  font-size: 16px;
  line-height: 24px;
  color: var(--green-color);
}

.ourhistory-grid-content figure {
  display: flex;
  justify-content: center;
}
.ourhistory-grid-content figure img{
    position: relative;
  top: 12px;
}
.aboutstory-grid-summery {
    margin-top: 85px;
}
.aboutstory-grid-summery p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}
.about-cardbanner-content p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  padding: 70px 0px;
}

.aboutstory-grid-column {
  gap: 30px;
  align-content: space-between;
}

.aboutstory-grid-title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
  color: var(--darkgold-color);
  font-family: 'Trajan Pro';
  font-weight: bold;
}

.aboutstory-grid-content p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: var(--gray-tint-color);
}

.aboutstory-grid-column figure {
  border-radius: 10px;
  overflow: hidden;
  height: 340px;
}
.aboutstory-grid-column figure img{
  object-position: center top;
}


/*about css end*/


/* design style css start */

.designview-tabslider-container {
  gap: 20px;
  margin-top: 40px;
}


.designview-slider {
  width: calc(100% - 380px);
}

.designview-slider-image-content {
  width: 100%;
  max-width: 360px;
  flex-shrink: 0;
  padding: 50px 45px;
  border-radius: 40px;
}

.designview-slider-image-content p {
  font-size: 20px;
  line-height: 30px;
  color: var(--gray-tint3-color);
}


.designview-slider .owl-thumbs {
    width: 100%;
    top: calc(100% + 15px);
    height: auto;
    bottom: initial;
}

.designview-slider .owl-thumbs button {
    height: 105px;
    border-radius: 0px 30px 0px 30px;
    width: 160px;
    flex-shrink: 0;
}

.designview-image {
  width: 100%;
  height: 450px;
  border-radius: 100px 0px 100px 0px;
  overflow: hidden;
}

.star-budge {
  font-size: 12px;
  line-height: 18px;
  gap: 3px;
  padding: 3px 7px;
  border-radius: 5px;
}

.star-budge:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/whitestar-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}


/* design style css end */


/*portfolio css start*/

.protfolio-project-heading-contaner {
    gap: 100px;
}
.protfolio-project-heading-logo-column {
    flex-shrink: 0;
}
.protfolio-project-heading-logo-column .title-logo-icon {
    margin-bottom: 40px;
}
.protfolio-project-logo-title {
    font-size: 32px;
    margin: 0;
    line-height: 44px;
    font-weight: bold;
    font-family: 'IowanOldSt BT';
    margin-bottom: 70px;
}
.portfolio-design-banner-title {
    margin: 0;
    z-index: 1;
    background: rgb(0 0 0 / 20%);
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    padding: 24px;
    border-radius: 50px 0px 50px 0px;

}
.portfolio-design-banner-title h3 {
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    text-align: center;
    width: max-content;
}

.portfolio-design-banner-cta {
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    text-decoration: none;
    color: #fff;
    line-height: 32px;
    gap: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.portfolio-design-banner-cta:after {
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgb(0 0 0 / 50%);
    flex-shrink: 0;
    background-image: url(../images/icon/design-banner-cta-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
}



.bhkconfiguration-slider-container {
  gap: 120px;
}


.bhkconfiguration-tab-title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: 'IowanOldSt BT';
}

.bhkconfiguration-slider-image figure {
  width: calc(100% - 255px);
  border-radius: 50px 0px 50px 0px;
  overflow: hidden;
  height: 765px;
  display: flex;
}

.bhkconfiguration-slider .owl-thumbs {
  overflow: initial;
  left: initial;
  right: 0;
  width: 230px;
  gap: 15px;
}

.bhkconfiguration-slider .owl-thumbs button {
  width: 100%;
  height: 120px;
  border-radius: 20px;
}

.bhkconfiguration-slider-image p {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  font-family: 'IowanOldSt BT';
}

.bhkconfiguration-slider .owl-nav {
  display: grid;
  width: max-content;
  left: initial;
  right: 0px;
  top: 0px;
  height: 100%;
}

.bhkconfiguration-slider .owl-nav button {
  position: absolute;
  transform: rotate(90deg);
  right: 85px;
}

.bhkconfiguration-slider .owl-nav button.owl-prev {}


.bhkconfiguration-slider .owl-nav button.owl-next {
  bottom: 40px;
}
.intiriordesign-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}
.location-intiriordesign-image {
    height: 500px;
    display: flex;
}

.location-intiriordesign-image figure {
  width: 100%;
  position: relative;

}
.location-intiriordesign-slider .owl-thumbs {
    display: none;
}
.location-intiriordesign-image figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.4%, rgba(0, 0, 0, 0.7) 100%);
}

.location-intiriordesign-title {
  padding: 0px 15px;
  left: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  bottom: 30px;
}

.location-intiriordesign-title span {
  font-size: 16px;
  line-height: 20px;
  color: #C5C5C5;
  margin-top: 12px;
}

.location-intiriordesign-slider .owl-stage {
  padding: 0px !important;
}

.location-intiriordesign-slider .owl-nav {
  position: static;
  margin-top: 50px;
  gap: 250px;
}


.location-intiriordesign-slider .owl-dots {
  bottom: 23px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}



.location-intiriordesign-slider-heading-container {
    gap: 100px;
}

.location-intiriordesign-title-column {
    width: 500px;
    flex-shrink: 0;
}









.video-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    border-radius: 100px;
    overflow: hidden;
}
.video-grid-item {
    position: relative;
}
.video-grid-item figure {
    width: 100%;
    display: flex;
    height: 405px;
    overflow: hidden;
}

.video-grid-content {
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.4) 100%);
    padding: 24px;
    width: max-content;
}
.video-grid-content p {
    margin: 0;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Trajan Pro';
    font-size: 16px;
    margin-bottom: 15px;
}

.videoModal-body iframe {
    width: 100%;
    height: 80vh;
}


.videoModal-header {
    display: flex;
    background-color: #000;
    padding: 15px;
    justify-content: space-between;
}
.videoModal-header .videoModal-title {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.videoModal-header .btn-close {
    background-color: #fff;
    opacity: 1;
}
.videomodal-slider .owl-nav {
    position: static;
    margin-top: 75px;
    gap: 245px;
}



.videomodal-slider .owl-dots {
    bottom: 20px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}












.portfolio-grid-item{
  position: relative;
}



.portfolio-banner {
    position: relative;
    width: 100%;
    transition: all 0.3s;
    background-size: cover;

}


.portfolio-banner-detail {
    padding: 65px 40px 40px 40px;
    background-color: #002F2F;
    transition: width 0.3s;
    position: relative;
    flex-shrink: 0;
    width: 675px;
    width: 0px;
    padding: 0;
    overflow: hidden;
    height: 0
}

.portfolio-banner-heading {
    margin-bottom: 22px;
}

.portfolio-banner-content {
    padding: 45px 25px;
    background-color: #022727;
    border-radius: 0px 50px 0px 50px;
}

.portfolio-banner-content p {
    color: #BEBEBE;
    font-size: 16px;
    line-height: 24px;
}

.portfolio-banner-title {
    font-size: 28px;
    margin: 0;
    line-height: 38px;
    margin-bottom: 5px;
    font-family: 'IowanOldSt BT';
    text-transform: uppercase;
}

.portfolio-banner-heading p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}
.portfolio-banner-heading p span {
    background-image: url(../images/icon/distance.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 28px;
}




.portfolio-banner-detail .close-button {
    position: absolute;
    right: 15px;
    top: 15px;
}




.casestudies-button {
    text-decoration: none;
    font-size: 24px;
    color: #668282;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 50px;
}
.casestudies-button span {
    width: 68px;
    height: 48px;
    border-radius: 10px;
    background-color: var(--gold-color) !important;
    background-image: url(../images/icon/cta-goldtint-right-arrow.svg);
    background-size: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.portfolio-banner-detail .button-group {
    margin-top: 30px;
}



.portfolio-grid-item.active .portfolio-banner-detail {
    padding: 65px 40px 40px 40px;
    width: 675px;
    height: auto;

}
.portfolio-grid-item.active .portfolio-banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.portfolio-grid-item.active .portfolio-banner{
  height: 100%
}
.portfolio-grid-item.active .portfolio-design-banner-title{
  display: none;
}
.portfolio-grid-item.active .portfolio-design-banner-cta{
  display: none;
}

.our-success-grid {
    gap: 65px;
}
.our-success-card {
    border-radius: 100px 20px 20px 0px;
    overflow: hidden;
}

.success-story-figure {
    width: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

.success-story-banner {
    display: flex;
    width: 100%;
}
.success-story-banner figure {
    display: flex;
    height: 240px;
    width: 100%;
}
.success-story-banner:nth-child(even) {
    flex-direction: row-reverse;
}
.success-story-banner figure:first-child {
    width: 234px;
    flex-shrink: 0;
}

.success-story-content {
    width: 50%;
    background-color: #002F2F;
    text-align: center;
    padding: 60px 30px;
    display: flex;
    align-items: center;
}
.success-story-title {
    font-size: 36px;
    margin: 0;
    line-height: 42px;
    color: #FFFFF0;
    font-weight: bold;
}

.success-story-subtitle {
    font-size: 24px;
    line-height: 33px;
    margin: 0;
    color: #fff;
    font-family: 'IowanOldSt BT';
    font-weight: 400;
    margin-top: 40px;
}

.success-story-content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.our-success-milestone {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}
.our-success-milestone p {
    margin: 0;
    color: var(--gold-color) !important;
    font-size: 78px;
    line-height: 80px;
    display: flex;
    justify-content: center;
    align-items: self-end;
    gap: 10px;
    flex-wrap: wrap;
}
.our-success-milestone p span{
  font-size: 24px;
  line-height: 32px;
}


.our-success-card:nth-child(even) {
    flex-direction: row-reverse;
    border-radius: 20px 100px 0px 20px;
}

.career-withus-content {
    padding-top: 30px;
}
.career-withus-container {
    gap: 55px;
}
.career-withus-container figure {
    width: 615px;
    flex-shrink: 0;
    border-radius: 0px 70px 0px 70px;
    overflow: hidden;
}

.career-attachedcv-section {
    background-color: #001A1A;
    padding-top: 115px;
    padding-bottom: 105px;
}

.mailhr a {
    display: inline-block;
    background-color: rgb(230 206 160 / 40%);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 20px;
    padding: 7px 50px;
}




















.contact-seeall-location a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
}






.vital-partnership-slider .owl-nav button{
background-color: var(--green-color)!important;
}


.vital-partnership-slider .owl-dots button{
background-color: var(--gold-color) !important;
}
.vital-partnership-slider .owl-dots button.active{
background-color: var(--green-color)!important;
}
/*portfolio css end*/

.footer {
    background-color: #001A1A;
    position: relative;
        padding-top: 190px;
}

.footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 22px;
    left: 0;
    z-index: 1;
    background: rgb(0,26,26);
    background: linear-gradient(90deg, rgba(0,26,26,1) 0%, rgba(128,104,58,1) 100%);
    bottom: 100%;
    border-radius: 20px 20px 0px 0px;
}




.footer:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 83px;
    background-image: url(../images/footer-yello-circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    top: 60px;
}
.footer-top-section {
position: relative;
}
.footer-top-section:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 148px;
    background-image: url(../images/footer-logo-large-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    top: 0;
}
.footer-menu-container {
    position: relative;
}
.footer-menu-column {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    flex-shrink: 0;
}
.footer-menu-title {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.footer-menu {
    display: grid;
    gap: 15px;
    align-content: flex-start;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
}
.locateus-menu ul {
    grid-template-columns: repeat(2, 1fr);
}
.footer-menu ul li {
    list-style: none;
}
.footer-menu ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: var(--gold-color);
}
.footer-menu-content {
    flex: 1;
}
.footer-menu-content p {
    margin: 0;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    color: #668282;
    text-transform: uppercase;
    font-family: 'Trajan Pro';
}
.footer-menu-content  h4 {
    margin: 0;
    font-size: 40px;
    line-height: 48px;
    width: 100%;
    color: #BEBEBE;
    margin-top: 10px;
}
.footer-menu-content h4 span {
    display: block;
    font-weight: 700;
    color: #668282;
}
.footer-cta-row {
    margin-top: 18px;
}
.footer-cta-row .default-arrow-cta {
    font-size: 16px;
    line-height: 18px;
    padding: 5px 15px;
}
.footer-slider {
    margin-top: 72px;
    margin-bottom: 95px;
}

.footer-slider  .owl-stage {
    display: flex;
}
.footer-slider .owl-stage .owl-item {
    width: max-content!important;
}
.footer-logo-item {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 54px;
    line-height: 74px;
    color: rgb(255 255 255 / 30%);
    width: max-content;
    text-wrap: nowrap;
}
.footer-logo-item:before {
    content: "";
    width: 98px;
    height: 98px;
    background-image: url(../images/footer-slider-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.copyright-section {
    background-color: #002F2F;
    padding: 22px 0px;
}
.copyright-container p {
    margin: 0px;
    color: #B7B7B7;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Trajan Pro';
}
.footer-social-row {
    justify-content: flex-end;
    gap: 15px;

}
.mailto-menu span {
    text-decoration: underline;
}