@font-face {
  font-family: "Visuelt";
  src: url("../webfonts/Visuelt-Italic.eot");
  src: url("../webfonts/Visuelt-Italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/Visuelt-Italic.woff2") format("woff2"), url("../webfonts/Visuelt-Italic.woff") format("woff"), url("../webfonts/Visuelt-Italic.ttf") format("truetype"), url("../webfonts/Visuelt-Italic.svg#Visuelt-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Visuelt";
  src: url("../webfonts/Visuelt-LightItalic.eot");
  src: url("../webfonts/Visuelt-LightItalic.eot?#iefix") format("embedded-opentype"), url("../webfonts/Visuelt-LightItalic.woff2") format("woff2"), url("../webfonts/Visuelt-LightItalic.woff") format("woff"), url("../webfonts/Visuelt-LightItalic.ttf") format("truetype"), url("../webfonts/Visuelt-LightItalic.svg#Visuelt-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Visuelt";
  src: url("../webfonts/Visuelt-MediumItalic.eot");
  src: url("../webfonts/Visuelt-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../webfonts/Visuelt-MediumItalic.woff2") format("woff2"), url("../webfonts/Visuelt-MediumItalic.woff") format("woff"), url("../webfonts/Visuelt-MediumItalic.ttf") format("truetype"), url("../webfonts/Visuelt-MediumItalic.svg#Visuelt-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
} 

@font-face {
  font-family: "Visuelt";
  src: url("../webfonts/Visuelt-Light.eot");
  src: url("../webfonts/Visuelt-Light.eot?#iefix") format("embedded-opentype"), url("../webfonts/Visuelt-Light.woff2") format("woff2"), url("../webfonts/Visuelt-Light.woff") format("woff"), url("../webfonts/Visuelt-Light.ttf") format("truetype"), url("../webfonts/Visuelt-Light.svg#Visuelt-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Visuelt";
  src: url("../webfonts/Visuelt-Regular.eot");
  src: url("../webfonts/Visuelt-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/Visuelt-Regular.woff2") format("woff2"), url("../webfonts/Visuelt-Regular.woff") format("woff"), url("../webfonts/Visuelt-Regular.ttf") format("truetype"), url("../webfonts/Visuelt-Regular.svg#Visuelt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Visuelt";
  src: url("../webfonts/Visuelt-Medium.eot");
  src: url("../webfonts/Visuelt-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/Visuelt-Medium.woff2") format("woff2"), url("../webfonts/Visuelt-Medium.woff") format("woff"), url("../webfonts/Visuelt-Medium.ttf") format("truetype"), url("../webfonts/Visuelt-Medium.svg#Visuelt-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html.lenis {
  scroll-behavior: unset !important;
}

body {
  font-family: "Visuelt" !important;
  font-style: normal;
  font-weight: normal;
  font-size: var(--font14);
  color: var(--dark-color);
  margin: 0;
  padding: 0;
  background-color: var(--gray-color);
  line-height: 100%;


  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media only screen and (min-width: 768px) {
  body {
    padding-bottom: 340px;
  }
}

@media only screen and (min-width: 930px) {
  body {
    padding-bottom: 324px;
  }
}

@media only screen and (min-width: 1920px) {
  body {
    padding-bottom: 362px;
  }
  .navbar .navbar-brand svg{    width: 290px;    height: auto;}
}




:root {
  --orange-color: #C16A4E;
  --light-color: #B9B7B3;
  --dark-color: #232024;
  --gray-color: #F9F7F0;
  --gray-color1: #EEEBE3;
  --font34: 34px;
  --font30: 30px;
  --font27: 27px;
  --font24: 24px;
  --font20: 20px;
  --font18: 18px;
  --font16: 16px;
  --font15: 15px;
  --font14: 14px;
  --font13: 13px;
  --plyr-video-background: #232024;
}

@media (min-width: 1920px) {
  :root {
    --font34: calc(34px * 1.25);
    --font30: calc(30px * 1.25);
    --font27: calc(27px * 1.25);
    --font24: calc(24px * 1.25);
    --font20: calc(20px * 1.25);
    --font18: calc(18px * 1.25);
    --font16: calc(16px * 1.25);
    --font15: calc(15px * 1.25);
    --font14: calc(14px * 1.25);
    --font13: calc(13px * 1.25);
  }
}

.body-section {
  background-color: var(--gray-color);
  z-index: 11;
  position: relative;
}

.badge-outline {
  color: var(--secondary-color);
  font-size: var(--font13);
  font-weight: 300;
  border: var(--secondary-color) solid 1px;
  border-radius: 3px;
  padding: 2px 6px;
}

.heading1 {
  font-size: var(--font30);
  margin: 0;
  font-weight: 300;
  letter-spacing: -0.5px;
}


@media only screen and (max-width: 1024px) {
  .heading1 {
    font-size: var(--font24);
  }
}

@media only screen and (max-width: 375px) {
  .heading1 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 320px) {
  .heading1 {
    font-size: 18px;
  }
}

.heading2 {
  font-size: var(--font27);
  margin: 0;
  color: var(--dark-color);
  font-weight: normal;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .heading2 {
    font-size: 19px;
    line-height: 24px;
  }
}

.heading3 {
  font-size: var(--font14);
  margin: 0;
  color: var(--dark-color);
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .heading3 {
    font-size: var(--font13);
  }
}

.heading4 {
  font-size: var(--font15);
  margin: 0;
}

.heading4 a {
  color: var(--orange-color);
  font-weight: 500;
  text-decoration: none;
}

.heading4 a:hover {
  color: var(--dark-color);
}

.heading5 {
  font-size: var(--font14);
  margin: 0;
}

.subtitle {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 100%;
  color: var(--orange-color);
  font-size: var(--font14);
}

.navbar {
  padding: 1rem 0;
  background-color: var(--gray-color);
  z-index: 111;
  /*transition: all 0.3s ease-in 0s;*/
   
}



@media (min-width: 768px) {

.navbar {
   transform: translateY(0);
    transition: 0.4s transform;
    will-change: transform;
    position: sticky;
   position: -webkit-sticky;
   top: 0;
}

.navbar.site-header.scrolled{
  transform: translateY(-100%);
}
.navbar.home-page.gray-header {
  background-color: transparent
}
.touched-top .navbar.home-page{
  background-color: var(--gray-color);
}

.navbar.home-page{
  z-index: 111;
}


}



.navbar .nav-item.news-mobile {
  display: none;
}

@media (max-width: 767px) {
  .navbar .nav-item.news-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar .nav-item.news-desktop {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .navbar {
    padding: 12px 0px;
  }
}

.navbar.orange-header {
  background-color: var(--orange-color);
}

.navbar.orange-header .navbar-nav>li>a:hover {
  color: var(--gray-color);
}

.navbar.dark-header {
  background-color: var(--dark-color);
}

.navbar.dark-header .navbar-nav>li>a {
  color: var(--gray-color);
}

.navbar.dark-header .navbar-brand svg path {
  fill: var(--gray-color);
}

.navbar.dark-header .navbar-toggler svg path {
  fill: var(--gray-color);
}

.navbar.dark-header.sticky-top1 .navbar-nav>li>a:hover {
  color: var(--dark-color);
}

.navbar.gray-header {
  background-color: var(--gray-color);
}
@media only screen and (max-width: 768px) {

 .navbar.gray-header {
  background-color: transparent;
} 
}

.navbar .container-xxl {
  position: relative;
  align-items: flex-start;
}

/* .navbar.home-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 11;
} */


/* @media only screen and (min-width: 768px) { */
  body:not(.touched-top) .navbar.home-page .navbar-brand svg path {
    fill: #fff;
  }
  body:not(.touched-top) .navbar.home-page .navbar-nav>li>a {
    color: #fff;
  }
/* } */

.navbar.home-page .navbar-nav>li>a:hover {
  color: #fff;
  opacity: 0.5;
}

.navbar.home-page.sticky-top1 .navbar-toggler img {
  filter: none;
}

.navbar.home-page .navbar-toggler svg path {
  fill: #fff;
}

.navbar .navbar-nav {
  gap: 5px;
  margin-top: -2px;
}

@media only screen and (max-width: 767px) {
  .navbar .navbar-nav {
    width: 100%;
    padding: 58px 12px 0 12px;
    margin: 0;
    gap: 0;
  }
}

.navbar .navbar-nav>li>a {
  color: var(--dark-color);
  transition: all 0.3s ease-in-out 0s;
  font-size: var(--font14);
  line-height: 100%;
  padding: 0 6px !important;
}

@media only screen and (max-width: 767px) {
  .navbar .navbar-nav>li>a {
    color: var(--gray-color);
    padding: 5.5px 0px !important;
    border-bottom: rgba(249, 247, 240, 0.1) solid 1px;
    font-size: var(--font13);
  }
}

.navbar .navbar-nav>li>a:hover {
  color: var(--orange-color);
}

@media only screen and (min-width: 768px) {
  .navbar .navbar-nav>li.contact {
    position: absolute;
    right: 6px;
    top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .navbar .offcanvas {
    width: 50% !important;
    flex-grow: inherit;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .offcanvas {
    background-color: var(--dark-color);
  }
}

@media only screen and (max-width: 767px) {
  .navbar .offcanvas .btn-close {
    filter: brightness(0) invert(1);
    right: 12px;
    margin: 0;
    width: 15px;
    height: 16px;
    background-size: 15px;
    background-position: top;
    padding: 0;
    margin: 0;
    opacity: 1;
    border-radius: 0;
    outline: none;
    box-shadow: none;
  }
}

.navbar .offcanvas .mobile-social {
  padding: 12px;
  display: flex;
  gap: 15px;
}

.navbar .offcanvas .mobile-social li a {
  font-size: var(--font13);
  color: var(--gray-color);
  text-decoration: none;
}

.navbar .offcanvas .mobile-social li a:hover {
  opacity: 0.5;
}

.navbar .offcanvas .offcanvas-header {
  position: relative;
  padding: 12px;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .navbar .offcanvas .offcanvas-header {
    justify-content: space-between;
  }
}

.navbar .offcanvas .offcanvas-header .offcanvas-title {
  line-height: 100%;
}

.navbar .offcanvas .offcanvas-header .navbar-brand svg path {
  fill: var(--gray-color);
}

@media only screen and (max-width: 767px) {
  .navbar .offcanvas .offcanvas-header .navbar-brand img {
    filter: none;
  }
}

.navbar .navbar-toggler {
  opacity: 1;
  width: 20px;
  height: 8px;
  padding: 0;
  font-size: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .navbar .navbar-brand svg {
    width: 202px;
    height: 24px;
  }
}

/*Animated*/
.el-animate {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s 0.2s, opacity 1s 0.2s;
}

.el-animate.animated {
  transform: translateY(0);
  opacity: 1;
}

.el-animate.fade-in {
  transform: none;
  transition: opacity 1s 0.5s;
}

.el-animate.scale-up {
  transform: translateY(40px) scale(0.9);
}

.el-animate.scale-up.animated {
  transform: translateY(0) scale(1);
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    /* max-width: 1432px; */
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;

  }
}

.top-titles {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.des-text {
  font-size: var(--font13);
  font-weight: 300;
}

.news-sec {
  padding: 2rem 0 3rem 0;
  z-index: 1;
  background-color: var(--gray-color);
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .news-sec {
    padding: 1.5rem 0px 2.2rem 0px;
  }
}

.news-sec .heading4 {
  margin-bottom: 4px;
}

.news-sec .swiper .swiper-pagination .swiper-pagination-bullet {
  border-color: var(--gray-color);
}

.news-sec .swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--orange-color);
  border-color: var(--orange-color);
}

.news-sec .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--orange-color);
  border-color: var(--orange-color);
}

.news-sec .media-information {
  margin-bottom: 0;
  overflow: hidden;
}

.news-sec .media-information video {
  aspect-ratio: auto;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

.news-sec .media-information .img-wrapper img {
  aspect-ratio: auto;
}

.news-sec .media-information:hover video {
  transform: scale(1.1);
}

.news-sec .media-information:hover .img-wrapper img {
  transform: scale(1.1);
}

.news-sec .media-information:hover .img-wrapper::before {
  opacity: 0.3;
  visibility: visible;
}

.orange-color {
  color: var(--orange-color);
}

.btn-outline {
  color: var(--dark-color);
  font-size: var(--font14);
  font-weight: 300;
  border: var(--dark-color) solid 1px;
  border-radius: 50px;
  padding: 0px 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  gap: 8px;
}

.btn-outline.light {
  border-color: var(--light-color);
  color: var(--light-color);
}

.btn-outline.light:hover {
  color: var(--secondary-color);
}

.btn-outline:hover {
  border-radius: 0;
}

.btn-outline-white {
  color: var(--light-color);
  font-size: var(--font13);
  font-weight: 300;
  border: var(--light-color) solid 1px;
  border-radius: 3px;
  padding: 6px 17px;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  overflow: hidden;
  line-height: normal;
  text-align: center;
}

.btn-outline-white::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--light-color);
  transition: all 0.3s;
}

.btn-outline-white span {
  z-index: 1;
  position: relative;
}

.btn-outline-white:hover {
  color: var(--secondary-color);
}

.btn-outline-white:hover::before {
  width: 100%;
}

.btn-solid {
  color: var(--dark-color);
  font-size: var(--font14);
  font-weight: 300;
  border: var(--orange-color) solid 1px;
  border-radius: 50px;
  padding: 0px 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  overflow: hidden;
  background: var(--orange-color);
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  min-height: 31px;
}

.btn-solid span {
  z-index: 1;
  position: relative;
}

.btn-solid:hover {
  border-radius: 0;
}

.group-btns {
  gap: 12px;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: var(--font15);
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  line-height: normal;
}

.btn-arrow:hover {
  color: var(--orange-color);
}

.btn-arrow::after {
  background: url(../image/down-arrow.svg) center center no-repeat;
  content: "";
  width: 10px;
  height: 16px;
  transform: rotate(-90deg);
}

.btn-link {
  color: var(--light-color);
  font-size: var(--font14);
  gap: 8px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 100%;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  .btn-link {
    font-size: var(--font13);
  }
}

.btn-link img {
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}

.btn-link::after {
  content: "";
  background: url(../image/black-arrow.svg) center center no-repeat;
  width: 10px;
  height: 10px;
  background-size: 10px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}

.btn-link:hover {
  color: var(--dark-color);
}

.btn-link:hover::after {
  opacity: 1;
}

.media-information {
  width: 100%;
}

.media-information img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.7s ease-in-out 0s;
  height: auto;
}

.media-information video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: all 0.7s ease-in-out 0s;
}

.media-information iframe {
  height: 100%;
  aspect-ratio: 16/8.6;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.7s ease-in-out 0s;
}

.news-card {
  color: inherit;
  text-decoration: none;
  outline: none !important;
}

.news-card .img-wrapper {
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}

.news-card .img-wrapper img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  display: block;
}

.news-card .img-wrapper::before {
  background-color: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  z-index: 1;
}

.news-card .img-wrapper:hover::before {
  opacity: 0.3;
  visibility: visible;
}

.news-card .heading3 {
  margin-bottom: 12px;
  line-height: 100%;
  outline: none;
}

.news-card .ti-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
  font-size: 12px;
  line-height: normal;
  justify-content: space-between;
  outline: none;
}

.news-card .ti-date span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--light-color);
  line-height: 100%;
}

.news-card .ti-date span.author {
  color: var(--orange-color);
}

.news-card p {
  margin: 0;
  font-size: var(--font14);
  line-height: 16px;
  color: var(--light-color);
}

@media only screen and (max-width: 767px) {
  .news-card p {
    font-size: var(--font13);
  }
}

.news-card:hover .img-wrapper img {
  transform: scale(1.1);
}

.feature-box {
  color: inherit;
  text-decoration: none;
}

.feature-box .img-wrapper {
  margin-bottom: 8px;
  overflow: hidden;
}

.feature-box .img-wrapper img {
  width: 100%;
  transition: all 0.7s ease-in-out 0s;
  height: auto;
}

.feature-box .ti-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.2rem;
  font-size: 13px;
  line-height: normal;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .feature-box .ti-date {
    margin-bottom: 0.15rem;
  }
}

@media only screen and (min-width: 768px) {
  .feature-box .ti-date {
    display: none;
  }
}

.feature-box .ti-date span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--light-color);
  line-height: 100%;
}

.feature-box .heading3 {
  font-size: var(--font13);
}

@media only screen and (min-width: 768px) {
  .feature-box .heading3 {
    display: none;
  }
}

.featured-project {
  padding: 4.5rem 0 4rem 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .featured-project {
    padding: 1.5rem 0 2rem 0;
  }
}

.featured-project .img-wrapper {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .featured-project .img-wrapper {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {

  .featured-project .two-col .feature-box .hover-caption,
  .featured-project .one-col .feature-box .hover-caption,
  .featured-project .three-col .feature-box .hover-caption {
    flex-direction: column-reverse !important;
  }

  .featured-project .two-col .feature-box .hover-caption .caption-row-two,
  .featured-project .one-col .feature-box .hover-caption .caption-row-two {
    flex-direction: row-reverse;
  }

  .featured-project .two-col .feature-box .hover-caption .caption-row-two .col-6:first-child,
  .featured-project .one-col .feature-box .hover-caption .caption-row-two .col-6:first-child {
    text-align: end;
  }

  .featured-project .one-col .feature-box .hover-caption .caption-row-one .col-6:first-child,
  .featured-project .three-col .feature-box .hover-caption .caption-row-one .col-6:first-child {
    display: none !important;
  }

  .featured-project .two-col-half .feature-box .hover-caption .caption-row-one {
    display: none;
  }

  .featured-project .two-col-half .feature-box .hover-caption .caption-row-two {
    height: 100%;
  }

  .featured-project .two-col-half .feature-box .hover-caption .caption-row-two .verticle-text {
    writing-mode: unset;
    flex-direction: row-reverse;
    width: 100%;
  }

  .featured-project .two-col-half .feature-box .hover-caption .caption-row-two .verticle-text .col-6:first-child {
    text-align: end;
  }

  .featured-project .two-col-half .feature-box .hover-caption .caption-row-two .small-col {
    margin-top: auto;
    margin-left: 0;
  }

  .featured-project .three-col .feature-box .hover-caption .caption-row-two {
    height: 100%;
  }

  .featured-project .three-col .feature-box .hover-caption .verticle-text {
    writing-mode: unset;
    flex-direction: row-reverse;
    width: 100%;
  }

  .featured-project .three-col .feature-box .hover-caption .verticle-text .col-6:first-child {
    text-align: end;
  }

  .featured-project .three-col .feature-box .hover-caption .small-col {
    margin-left: 0;
    margin-top: auto;
  }

  .featured-project .three-col .col-md-6 .feature-box .hover-caption .caption-row-two {
    flex-direction: row-reverse;
  }

  .featured-project .three-col .col-md-6 .feature-box .hover-caption .caption-row-two .col-6:nth-child(2) {
    align-items: flex-start !important;
  }

  .featured-project .three-col .col-md-6 .feature-box .hover-caption .caption-row-two .col-6:nth-child(1) {
    text-align: end;
  }
}

.featured-project .feature-box {
  position: relative;
  display: block;
}

.featured-project .feature-box video {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .featured-project .feature-box video {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .featured-project .feature-box .mob-heading {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .featured-project .feature-box .ti-date {
    display: none;
  }
}

.featured-project .feature-box .hover-caption {
  position: absolute;
  left: 0;
  background-color: var(--gray-color1);
  padding: 12px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

.featured-project .feature-box .hover-caption .img-wrapper {
  margin-bottom: 0;
}

.featured-project .feature-box .hover-caption .verticle-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  position: absolute;
  left: 0;
  width: -moz-max-content;
  width: max-content;
}

.featured-project .feature-box .hover-caption .row {
  margin-bottom: 0;
  --bs-gutter-y: 0;
}

.featured-project .feature-box .hover-caption .small-col {
  max-width: 72.7%;
  margin-left: auto;
}

.featured-project .feature-box .hover-caption.orange {
  background-color: var(--orange-color);
}

.featured-project .feature-box .hover-caption.dark {
  background-color: var(--dark-color);
}

.featured-project .feature-box .hover-caption.dark .heading3 {
  color: var(--gray-color);
}

.featured-project .feature-box .hover-caption.dark .date {
  color: var(--gray-color);
}

.featured-project .feature-box .hover-caption.dark .btn-link {
  color: var(--gray-color);
  /* opacity: 0.5; */
}

.featured-project .feature-box .hover-caption.dark .btn-link::after {
  filter: brightness(0) invert(1);
}

.featured-project .feature-box .hover-caption .heading3 {
  color: var(--dark-color);
  display: block;
  font-size: var(--font14);
  line-height: 100%;
}

.featured-project .feature-box .hover-caption .date {
  font-size: var(--font14);
  line-height: 100%;
}

.featured-project .feature-box .hover-caption .btn-link {
  color: var(--dark-color);
  /* opacity: 0.3; */
}

.featured-project .feature-box .hover-caption .btn-link::after {
  opacity: 1;
}

.featured-project .feature-box .hover-caption .btn-link:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .featured-project .feature-box .hover-caption .btn-link {
    display: none;
  }
}

.featured-project .feature-box:hover .hover-caption {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.featured-project .media-information a {
  color: inherit;
  text-decoration: none;
}

.featured-project .media-information .captions .heading5 {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: normal;
}

.featured-project .media-information .captions .heading5::before {
  background-color: var(--orange-color);
  width: 11px;
  height: 11px;
  content: "";
  min-width: 11px;
  align-self: flex-start;
}

.featured-project .media-information video {
  aspect-ratio: auto;
}

.featured-project .media-information iframe {
  aspect-ratio: auto;
}

.featured-project .media-information img {
  aspect-ratio: auto;
}

.featured-project .row {
  --bs-gutter-x: 12px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .featured-project .row {
    margin-bottom: 1.65rem;
    --bs-gutter-y: 1.65rem;
  }
}

.featured-project .row:last-child {
  margin-bottom: 0;
  position: relative;
}

.featured-project .heading2 {
  font-size: var(--font14);
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .featured-project .top-titles {
    margin-bottom: 14px;
  }
}

.featured-project.inner-area .project-listing .media-information .ti-date{margin-top: 8px;     line-height: 1;}
.featured-project.inner-area .project-listing .media-information .ti-date .author{color: #232024;     display: none;}

.featured-project.inner-area {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .featured-project.inner-area {
    padding-top: 2.8rem;
    padding-bottom: 1.2rem;
  }
}

.featured-project.inner-area .project-listing {
  --bs-gutter-y: 45px;
  margin-bottom: 0;
}

.featured-project.inner-area .swiper {
  padding-bottom: 1rem;
}

.featured-project.inner-area .swiper .swiper-pagination {
  left: 0;
  right: auto;
  bottom: 0;
}

.featured-project.inner-area .swiper .swiper-pagination .swiper-pagination-bullet {
  border-color: var(--dark-color);
}

.featured-project.inner-area .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--orange-color);
  background-color: var(--orange-color);
}

.featured-project.inner-area .nav {
  gap: 5px;
  position: absolute;
  right: 12px;
  top: 1px;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  .featured-project.inner-area .nav {
    top: 5.65rem;
  }
}

.featured-project.inner-area .nav .nav-link {
  padding: 0;
  color: var(--dark-color);
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  .featured-project.inner-area .nav .nav-link {
    font-size: var(--font13);
  }
}

.featured-project.inner-area .nav .nav-link:hover {
  opacity: 1;
}

.featured-project.inner-area .nav .nav-link.active {
  opacity: 1;
}

.featured-project.inner-area .top-titles {
  margin-bottom: 0.9rem !important;
}

.featured-project.inner-area .top-titles .heading3 {
  color: var(--orange-color);
}

@media only screen and (max-width: 767px) {
  .featured-project.inner-area .top-titles .heading3 {
    margin-bottom: 1.65rem;
  }
}

.featured-project.inner-area .top-titles .left {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media only screen and (max-width: 767px) {
  .featured-project.inner-area .top-titles .left {
    font-size: var(--font13);
    width: 73%;
    flex-wrap: wrap;
  }
}

.featured-project.inner-area .top-titles .left label {
  color: var(--dark-color);
}

.featured-project.inner-area .top-titles .left a {
  color: var(--dark-color);
  text-decoration: none;
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}

.featured-project.inner-area .top-titles .left a:hover,
.featured-project.inner-area .top-titles .left a.active {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .featured-project.inner-area .row {
    --bs-gutter-y: 1.5rem;
  }
}

.featured-project.inner-area .feature-box .img-wrapper {
  margin-bottom: 8px;
}

.featured-project.inner-area .feature-box .ti-date {
  display: flex;
  align-items: start;
}

@media only screen and (min-width: 768px) {
  .featured-project.inner-area .feature-box .ti-date {
    font-size: var(--font14);
  }
}

.featured-project.inner-area .feature-box .ti-date .title span {
  margin-bottom: 3px;
}

.featured-project.inner-area .feature-box .heading5 {
  font-weight: 400;
}

.featured-project.inner-area .feature-box .heading3 {
  display: block;
}

@media only screen and (min-width: 768px) {
  .featured-project.inner-area .feature-box .heading3 {
    font-size: var(--font14);
  }
}

.swiper .swiper-pagination {
  line-height: 100%;
  bottom: 20px;
  top: auto;
  width: -moz-max-content;
  width: max-content;
  right: 20px;
  left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  width: 8px;
  border: #fff solid 1px;
  height: 8px;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  margin: 0;
}

.swiper .swiper-pagination .swiper-pagination-bullet:hover {
  border-radius: 0;
  background-color: #fff;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 0;
  background-color: #fff;
}

.page-template-home .banner-sec {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}

.page-template-home .body-section {
  margin-top: 100vh;
}

.page-template-home.touched-top .footer {
  z-index: 1;
}

.banner-sec {
  position: relative;
  height: 100%;
}

.banner-sec .swiper-slide {
  height: 100%;
}

.banner-sec .media-information {
  position: relative;
  height: 100%;
}

.banner-sec .media-information img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
}

.banner-sec .media-information video {
  height: 100vh;
}

.banner-sec .media-information iframe {
  height: 100vh;
}

.banner-sec .swiper .swiper-pagination {
  right: auto;
  bottom: auto;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .banner-sec .swiper .swiper-pagination {
    position: absolute;
    right: 1rem;
    bottom: 0;
  }
}

.banner-sec .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border: 0;
}

.banner-sec .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--orange-color);
}

.banner-sec .down-arrowcls {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .banner-sec .down-arrowcls {
    display: none;
  }
}

.banner-sec .bottom-caption {
  position: absolute;
  bottom: 0.8rem;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .banner-sec .bottom-caption {
    bottom: 0.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .banner-sec .bottom-caption .col.d-flex {
    flex-direction: column-reverse;
    gap: 3px;
  }
}

.banner-sec .bottom-caption .row {
  width: 100%;
  gap: 51px;
}

.banner-sec .bottom-caption .last {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .banner-sec .bottom-caption .last {
    gap: 34px;
    width: auto;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .banner-sec .bottom-caption .last span {
    font-size: var(--font14);
  }
}

.banner-sec .bottom-caption .heading3 {
  font-size: var(--font14);
  line-height: 100%;
  color: var(--gray-color);
}

@media only screen and (max-width: 767px) {
  .banner-sec .bottom-caption .heading3 {
    font-size: var(--font13);
  }
}

.banner-sec .bottom-caption span {
  font-size: var(--font14);
  color: var(--gray-color);
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .banner-sec .bottom-caption span {
    font-size: var(--font13);
  }
}

.banner-sec .bottom-caption .btn-link {
  color: var(--gray-color);
}

@media only screen and (max-width: 767px) {
  .banner-sec .bottom-caption .btn-link {
    font-size: var(--font13);
  }
}

.banner-sec .bottom-caption .btn-link::after {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.banner-sec .bottom-caption .btn-link:hover {
  opacity: 0.5;
}

.news-list {
  background-color: var(--secondary-color);
  padding: 1.6rem 0 0rem 0;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .news-list {
    padding: 1.5rem 4px 0rem 4px;
  }
}

.news-list .filter-btns {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 112px;
}

@media only screen and (max-width: 1199px) {
  .news-list .filter-btns {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .news-list::before {
    background-color: var(--orange-color);
    width: 1px;
    content: "";
    height: calc(100% - 94px);
    left: 50%;
    transform: translateX(-50%);
    top: 26px;
    position: absolute;
  }
}

.news-list .container {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
}

.news-list .container .row .col-md-6:last-child .news-card {
  margin-left: auto;
}

.news-list .mediaslider {
  max-width: 447px;
  margin-left: 0;
  padding-bottom: 1.2rem;
  margin-bottom: 7.5rem;
}

@media only screen and (max-width: 1199px) {
  .news-list .mediaslider {
    margin-bottom: 3.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .news-list .mediaslider {
    margin-bottom: 44px;
    max-width: 100%;
  }
}

.news-list .mediaslider .news-card {
  max-width: 100%;
  margin-bottom: 0;
}

.news-list .mediaslider .swiper-pagination {
  bottom: 0;
  right: auto;
}

.news-list .col-12 .news-card {
  max-width: 100%;
  z-index: 1;
  position: relative;
}

.news-list .col-12 .news-card p {
  max-width: 447px;
}

.news-list .news-card {
  max-width: 447px;
  margin-bottom: 7.5rem;
}

@media only screen and (max-width: 1199px) {
  .news-list .news-card {
    margin-bottom: 3.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .news-list .news-card {
    margin-bottom: 44px;
    max-width: 100%;
  }
}

.news-list .news-card .heading4 a:hover {
  color: var(--light-color);
}

.news-list .news-card .img-wrapper img {
  aspect-ratio: auto;
}

.news-list .news-card .badge-groups .badge-outline {
  color: var(--light-color);
  border-color: var(--light-color);
}

.news-list .news-card p {
  color: var(--light-color);
}

.common-padding {
  padding: 1.8rem 0;
}

@media only screen and (max-width: 767px) {
  .common-padding {
    padding: 12px 0px;
  }
}

.about-sec {
  padding: 2.2rem 0 2.65rem 0;
}

@media only screen and (max-width: 767px) {
  .about-sec {
    padding: 1.3rem 0px 1.3rem 0px;
  }
}

.about-sec .subtitle {
  float: left;
  margin: 15px 28px 0 0;
}

@media only screen and (max-width: 767px) {
  .about-sec .subtitle {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}

.about-sec .btn-link {
  font-size: var(--font27);
}

@media only screen and (max-width: 767px) {
  .about-sec .btn-link {
    font-size: 19px;
  }
}

.about-sec .btn-link::after {
  content: none;
}

.offcanvas-backdrop {
  transition: opacity 0.8s ease-in-out;
}

.offcanvas-backdrop.show {
  opacity: 0.2;
}

.full-slider .mediaslider .media-information iframe {
  aspect-ratio: 16/8.1;
}

.centerslider .media-information {
  overflow: hidden;
  border-radius: 3px;
}

.centerslider .media-information:hover img {
  transform: scale(1.1);
}

.centerslider .media-information img {
  aspect-ratio: auto;
  transition: all 0.7s ease-in-out 0s;
}

.centerslider .media-information video {
  aspect-ratio: auto;
}

.centerslider .media-information iframe {
  aspect-ratio: auto;
}

.contact-form {
  margin-top: 5.1rem;
  --bs-gutter-x: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .contact-form {
    margin-top: 2rem;
  }
}

.contact-form p {
  margin: 0;
}

.contact-form .required {
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 11px;
  opacity: 0.2;
}

.contact-form .col-md-6 {
  position: relative;
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 50px;
  font-size: var(--font14);
  font-weight: 300;
  color: var(--orange-color);
  border: 0;
  padding: 5px 1rem;
  -moz-appearance: textfield;
  background-color: rgba(33, 58, 49, 0.73);
  box-shadow: none;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  color: var(--light-color);
}

.contact-form .form-control::-webkit-outer-spin-button,
.contact-form .form-control::-webkit-inner-spin-button,
.contact-form .form-select::-webkit-outer-spin-button,
.contact-form .form-select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder {
  color: var(--orange-color);
  opacity: 1;
}

.contact-form .form-control::placeholder,
.contact-form .form-select::placeholder {
  color: var(--orange-color);
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder,
.contact-form .form-select::-ms-input-placeholder {
  color: var(--orange-color);
}

.contact-form .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2351DBB2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
}

.contact-form textarea.form-control {
  border-radius: 10px;
}

.contact-form .wpcf7-submit {
  color: var(--orange-color);
  font-size: var(--font14);
  border: var(--orange-color) solid 1px;
  border-radius: 50px;
  padding: 6px 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  overflow: hidden;
  line-height: normal;
  background-color: transparent;
}

.contact-form .wpcf7-submit:hover {
  background-color: var(--orange-color);
  color: var(--dark-color);
}

.footer {
  padding: 1rem 0;
  background-color: var(--orange-color);
  color: var(--dark-color);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
}

.footer.show {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .footer {
    position: relative;
    font-size: var(--font13);
  }
}

.footer.dark-footer {
  color: var(--gray-color);
  background-color: var(--dark-color);
}

.footer.dark-footer .logo-area svg path {
  fill: var(--gray-color);
}

.footer.dark-footer .small-logo svg path,
.footer.dark-footer .small-logo svg rect {
  fill: var(--gray-color);
}

.footer.dark-footer .powerby {
  color: var(--gray-color);
}

.footer.dark-footer .powerby:hover {
  opacity: 0.5;
}

.footer.dark-footer .nav li a {
  color: var(--gray-color);
}

.footer.dark-footer .nav li a:hover {
  opacity: 0.5;
}

.footer.gray-footer {
  background-color: var(--gray-color);
}

.footer.gray-footer .powerby:hover {
  color: var(--orange-color);
}

.footer.gray-footer .nav li a:hover {
  color: var(--orange-color);
}

@media only screen and (min-width: 768px) {
  .footer .slogan {
    display: none;
  }
}

.footer .accordion {
  font-size: var(--font14);
  line-height: 100%;
  margin-bottom: 10px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .footer .accordion {
    font-size: var(--font13);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .footer .accordion::after {
    background: url(../image/black-arrow.svg) 0 0 no-repeat;
    content: "";
    transform: rotate(90deg);
    width: 10px;
    height: 10px;
    transition: all 0.3s ease-in-out 0s;
  }
}

.footer .accordion.active::after {
  transform: rotate(-90deg);
}

.footer .description {
  max-width: 317px;
  line-height: 16px;
  margin: 0 0 1.5rem 0;
}

@media only screen and (max-width: 767px) {
  .footer .description {
    max-width: 100%;
    margin: 0 0 1.1rem 0;
  }
}

.footer .bottom {
  margin-top: 43px;
}

@media only screen and (max-width: 767px) {
  .footer .bottom {
    margin-top: 50px;
  }
}

.footer .inner {
  --bs-gutter-y: 29px;
}

@media only screen and (max-width: 767px) {
  .footer .inner {
    --bs-gutter-y: 0;
    margin: 1rem 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .inner .col-md-6 {
    border-bottom: rgba(35, 32, 36, 0.1) solid 1px;
    padding: 9.5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .inner .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
}

@media only screen and (max-width: 767px) {
  .footer .inner .panel .nav {
    margin-top: 0.5rem;
  }
}

.footer .contact-cls .nav li:not(:last-child) {
  margin-bottom: 8px;
}

.footer .nav {
  line-height: 16px;
}

.footer .nav li a {
  color: var(--dark-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  word-break: break-word;
}

.footer .nav li a:hover {
  color: var(--gray-color);
}

.footer a {
  color: var(--dark-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

.footer a:hover {
  color: var(--gray-color);
}

.article_text {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out 0s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  .article_text {
    -webkit-line-clamp: 4;
  }
}

.article_text.opencls {
  text-overflow: unset;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
  -webkit-line-clamp: unset;
  transition: max-height 0.5s ease-in-out 0s;
}

.article_text .content-full p {
  margin-bottom: 1rem !important;
}

.moreless-button {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}

.offcanvas {
  transition: all 0.8s ease-in-out;
}

@media (max-width: 767px) {
  .offcanvas.offcanvas-start {
    width: 100% !important;
    background-clip: border-box;
  }
}

.offcanvas.conact-slide {
  border: 0;
  padding: 1rem 0;
  background-color: var(--orange-color);
  color: var(--dark-color);
  height: auto;
  min-height: 218px;
  border: 0 !important;
}

@media only screen and (min-width: 768px) {
  .offcanvas.conact-slide {
    right: 0;
    left: 0;
    max-height: 100%;
    transform: translateY(100%);
    top: auto;
    width: 100%;
    transition: all 0.6s ease-in-out;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas.conact-slide {
    padding: 12px 0;
    font-size: var(--font13);
    overflow-y: auto;
  }
}

.offcanvas.conact-slide .logo-area .desktop-logo {
  width: 152.79px;
  height: 27.2px;
}

.offcanvas.conact-slide .container-xxl {
  gap: 47px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .offcanvas.conact-slide .container-xxl {
    justify-content: space-between;
    height: 100%;
  }
}

.offcanvas.conact-slide .container-xxl>.row {
  position: relative;
}

.offcanvas.conact-slide .btn-close {
  position: absolute;
  right: 7px;
  padding: 0;
  opacity: 1;
  outline: none;
  box-shadow: none;
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.296875 9.24573L9.35253 0.190063L10.2893 1.12686L1.23366 10.1825L0.296875 9.24573Z" fill="%23232024"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1.22586 0.192871L10.2815 9.24853L9.34473 10.1853L0.289062 1.12966L1.22586 0.192871Z" fill="%23232024"/></svg>');
  background-size: 10px;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  .offcanvas.conact-slide .btn-close {
    width: 15px;
    height: 16px;
    background-size: 15px;
    background-position: top;
    padding: 0;
    margin: 0;
    opacity: 1;
    border-radius: 0;
  }
}

.offcanvas.conact-slide .btn-close:hover {
  filter: brightness(0) invert(1);
}

.offcanvas.conact-slide .socials {
  gap: 17px;
}

.offcanvas.conact-slide .socials li a {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  line-height: 100%;
}

.offcanvas.conact-slide .socials li a::after {
  content: "";
  background: url(../image/black-arrow.svg) center center no-repeat;
  width: 10px;
  height: 10px;
  min-width: 10px;
  transform: rotate(-50deg);
  transition: all 0.3s ease-in-out 0s;
  background-size: 10px;
}

.offcanvas.conact-slide .socials li a:hover::after {
  filter: brightness(0) invert(1);
}

@media only screen and (min-width: 768px) {
  .offcanvas.conact-slide .slogan {
    display: none;
  }
}

.offcanvas.conact-slide .title {
  font-size: var(--font14);
  line-height: 100%;
  margin-bottom: 7px;
  font-weight: 500;
}

.offcanvas.conact-slide .description {
  max-width: 317px;
  line-height: 16px;
  margin: 0 0 1.5rem 0;
}

.offcanvas.conact-slide .inner {
  --bs-gutter-y: 24px;
}

@media only screen and (max-width: 767px) {
  .offcanvas.conact-slide .logo-area {
    margin-bottom: 4.3rem;
  }
}

.offcanvas.conact-slide .contact-cls .nav li:not(:last-child) {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .offcanvas.conact-slide .contact-cls .nav li:not(:last-child) {
    margin-bottom: 9.5px;
  }
}

.offcanvas.conact-slide .nav {
  line-height: 16px;
}

.offcanvas.conact-slide .nav li a {
  color: var(--dark-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  word-break: break-word;
}

.offcanvas.conact-slide .nav li a:hover {
  color: var(--gray-color);
}

.offcanvas.conact-slide a {
  color: var(--dark-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

.offcanvas.conact-slide a:hover {
  color: var(--gray-color);
}

.offcanvas.news-detail {
  background-color: var(--orange-color);
  max-width: 375px;
  border: 0 !important;
}

.offcanvas.news-detail .offcanvas-header {
  margin-bottom: 100px;
  justify-content: space-between;
}

.offcanvas.news-detail .offcanvas-header .offcanvas-title {
  font-size: 12px;
  font-weight: normal;
  line-height: 100%;
}

.offcanvas.news-detail .offcanvas-header .offcanvas-title strong {
  font-weight: normal;
  margin-left: 1rem;
}

.offcanvas.news-detail .offcanvas-header .btn-close {
  right: 1rem;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  width: 10px;
  height: 10px;
  background-size: 10px;
}

.offcanvas.news-detail .swiper .swiper-pagination {
  bottom: 8px;
  right: 8px;
}

.offcanvas.news-detail .heading2 {
  font-size: var(--font20);
  line-height: 24px;
}

.offcanvas.news-detail .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  /* width */
  /* Track */
  /* Handle */
}

.offcanvas.news-detail .offcanvas-body::-webkit-scrollbar {
  width: 4px;
}

.offcanvas.news-detail .offcanvas-body::-webkit-scrollbar-track {
  background: var(--gray-color);
}

.offcanvas.news-detail .offcanvas-body::-webkit-scrollbar-thumb {
  background: var(--dark-color);
}

.offcanvas.news-detail .offcanvas-body .media-information .img-wrapper {
  margin: 0;
}

.offcanvas.news-detail .offcanvas-body .media-information .img-wrapper img {
  aspect-ratio: auto;
  height: auto;
}

.offcanvas.news-detail .offcanvas-body .media-information:hover .img-wrapper {
  margin: 0;
}

.offcanvas.news-detail .offcanvas-body .media-information:hover .img-wrapper img {
  transform: scale(1.1);
}

.offcanvas.news-detail .offcanvas-body .row {
  --bs-gutter-x: 0.8rem;
}

.offcanvas.news-detail .offcanvas-body .paragraph {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offcanvas.news-detail .offcanvas-body .paragraph p {
  margin: 0;
  line-height: 16px;
}

.offcanvas.news-detail .offcanvas-body .list-links {
  margin: 0;
  padding: 0;
  border-bottom: var(--dark-color) solid 1px;
}

.offcanvas.news-detail .offcanvas-body .list-links .list-group-item {
  list-style: none;
  border-top: var(--dark-color) solid 1px;
}

.offcanvas.news-detail .offcanvas-body .list-links .list-group-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6.75px 0;
  line-height: 100%;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
  color: inherit;
}

.offcanvas.news-detail .offcanvas-body .list-links .list-group-item a .heading3 {
  transition: all 0.3s ease-in-out 0s;
}

.offcanvas.news-detail .offcanvas-body .list-links .list-group-item a:hover .heading3 {
  color: var(--gray-color);
}

.offcanvas.news-detail .offcanvas-body .list-links .list-group-item a:hover::after {
  filter: brightness(0) invert(1);
}

.offcanvas.news-detail .offcanvas-body .list-links .list-group-item a::after {
  content: "";
  background: url(../image/black-arrow.svg) center center no-repeat;
  width: 13px;
  height: 14px;
  min-width: 13px;
  background-size: 13px;
  transition: all 0.3s ease-in-out 0s;
}

.offcanvas.news-detail .img-wrapper {
  margin-bottom: 0;
}

.offcanvas.news-detail .img-wrapper img {
  height: auto;
  max-width: 100%;
}

.load-more {
  border-top: rgba(35, 32, 36, 0.1) solid 1px;
  padding: 12px 0;
  line-height: 100%;
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
  .load-more {
    margin-top: 2rem;
  }
}

.load-more .row {
  margin: 0 !important;
  --bs-gutter-y: 0rem !important;
  --bs-gutter-x: 0;
}

.load-more a {
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

.load-more a:hover {
  opacity: 0.5;
}

.load-more .heading3 {
  line-height: 100%;
}

.load-more img {
  transform: rotate(90deg);
}

.inner-newslist {
  background-color: var(--dark-color);
}

.inner-newslist .news-sec {
  background-color: transparent;
  padding-top: 9.4rem;
}

@media only screen and (max-width: 767px) {
  .inner-newslist .news-sec {
    padding-top: 2.8rem;
    padding-bottom: 1.2rem;
  }
}

.inner-newslist .news-sec .row {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 3rem;
}

@media only screen and (max-width: 767px) {
  .inner-newslist .news-sec .row {
    --bs-gutter-y: 1.8rem;
  }
}

.inner-newslist .news-sec .news-card .heading3 {
  color: var(--gray-color);
}

.inner-newslist .news-sec .news-card p {
  color: var(--gray-color);
  opacity: 0.5;
}

.inner-newslist .news-sec .top-titles .heading3 {
  color: var(--orange-color);
  line-height: 100%;
}

.inner-newslist .news-sec .top-titles .left {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media only screen and (max-width: 767px) {
  .inner-newslist .news-sec .top-titles .left {
    font-size: var(--font13);
  }
}

.inner-newslist .news-sec .top-titles .left label {
  color: var(--gray-color);
}

.inner-newslist .news-sec .top-titles .left a {
  color: var(--gray-color);
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.3s ease-in-out 0s;
}

.inner-newslist .news-sec .top-titles .left a:hover,
.inner-newslist .news-sec .top-titles .left a.active {
  opacity: 1;
}

.inner-newslist .news-sec .load-more {
  border-top: rgba(249, 247, 240, 0.1) solid 1px;
  margin-top: 3rem;
}

.inner-newslist .news-sec .load-more .row {
  --bs-gutter-x: 0rem;
}

.inner-newslist .news-sec .load-more .heading3 {
  color: var(--gray-color);
}

.inner-newslist .news-sec .load-more img {
  filter: brightness(0) invert(1);
}

.main-list {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .main-list {
    padding-left: 21%;
  }
}

.main-list .top-heading {
  margin: 0 0 7px 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .main-list .top-heading {
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
  }
}

.main-list .top-heading .col-first {
  width: 37.2%;
}

.main-list .top-heading .col-second {
  display: flex;
  /* gap: 91px; */
  width: 62.8%;
}

@media only screen and (max-width: 767px) {
  .main-list .top-heading .col-second {
    display: none;
  }
}

.main-list .list-view .item {
  color: var(--dark-color);
  opacity: 0.3;
  text-decoration: none;
  margin: 0;
  border-bottom: rgba(35, 32, 36, 0.3) solid 1px;
  padding: 9.5px 0;
  transition: all 0.3s ease-in-out 0s;
  position: unset;
  display: flex;
  align-items: center;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .main-list .list-view .item {
    font-size: var(--font13);
  }
}

@media only screen and (min-width: 768px) {
  .main-list .list-view .item:first-child {
    opacity: 1;
    color: var(--orange-color);
    border-bottom: var(--orange-color) solid 1px;
  }
}

.main-list .list-view .item:first-child .img-wrapper {
  opacity: 1;
  visibility: visible;
}

.main-list .list-view .item:first-child .col-second::after {
  background-image: url(../image/orange-arrow.svg);
}

.main-list .list-view .item:hover {
  opacity: 1;
  color: var(--orange-color);
  border-bottom: var(--orange-color) solid 1px;
}

.main-list .list-view .item:hover .col-second::after {
  background-image: url(../image/orange-arrow.svg);
}

.main-list .list-view .item:hover .img-wrapper {
  opacity: 1;
  visibility: visible;
}

.main-list .list-view .item:hover .img-wrapper img {
  width: 100%;
  display: block;
}

.main-list .list-view .item .col-first {
  width: 37.2%;
}

@media only screen and (max-width: 767px) {
  .main-list .list-view .item .col-first {
    width: 55%;
  }
}

.main-list .list-view .item .col-second {
  position: relative;
  /* gap: 85px; */
  display: flex;
  align-items: center;
  width: 62.8%;
  /* padding-right: 1rem; */
}

.main-list .col-second .project-type {
  width: 52%;
}
.main-list .col-second .project-desc{
  width: 48%;
}


@media only screen and (max-width: 767px) {
  .main-list .list-view .item .col-second {
    gap: 23px;
    padding: 0;
    width: 45%;
  }

  .main-list .col-second .project-type {
    width: 100%;
  }
  .main-list .col-second .project-desc{
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main-list .list-view .item .col-second::after {
    content: "";
    background: url(../image/black-arrow.svg) center center no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.main-list .list-view .item .img-wrapper {
  position: absolute;
  left: 0px;
  opacity: 0;
  top: 0;
  visibility: hidden;
  width: 19.85%;
}

.main-list .list-view .item .img-wrapper img {
  aspect-ratio: 4/4.8;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .main-list .list-view .item .img-wrapper {
    display: none;
  }
}

.projet-details {
  padding-top: 1.5rem;
}

/* @media only screen and (max-width: 767px) {
  .projet-details {
    padding-top: 2.8rem;
  }
} */

.projet-details .top-titles {
  --bs-gutter-x: 12px;
  align-items: center;
  margin-bottom: 0;
  padding: 16px 0;
}

.projet-details .top-titles .heading3 {
  color: var(--orange-color);
}

.projet-details .top-titles .left {
  display: flex;
  align-items: center;
  width: 100%;
}

.projet-details .top-titles .left .area-type {
  width: 34%;
}

@media (max-width: 767px) {
  .projet-details .top-titles .left .area-type {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .projet-details .top-titles .left {
    gap: 0;
    /* margin-top: 3.2rem; */
    width: 100%;
    margin-right: 30px;
  }
}

.projet-details .top-titles .down-arrow {
  transform: rotate(90deg);
}

.projet-details .top-titles .down-arrow.up-arrow {
  transform: rotate(270deg);
}

@media only screen and (max-width: 767px) {
  .projet-details .top-titles .down-arrow {
    display: none;
  }
}

.projet-details .top-titles .view-gallery {
  color: var(--dark-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

.projet-details .top-titles .view-gallery:hover {
  color: var(--orange-color);
}

.projet-details .news-sec {
  background-color: transparent;
  padding: 4rem 0 3rem 0;
}

@media only screen and (max-width: 767px) {
  .projet-details .news-sec {
    padding-top: 3rem;
  }
}

.projet-details .news-sec .top-titles {
  border-top: rgba(35, 32, 36, 0.1) solid 1px;
  padding-top: 10px;
}

.projet-details .news-sec .news-card .img-wrapper {
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .projet-details .news-sec .news-card .img-wrapper {
    margin-bottom: 6px;
  }
}

.projet-details .news-sec .news-card .ti-date {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .projet-details .news-sec .news-card .ti-date {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 3px;
  }
}

.projet-details .news-sec .news-card .ti-date .heading3 {
  margin: 0;
  line-height: normal;
}

.projet-details .news-sec .news-card .ti-date span {
  font-size: var(--font14);
}

.projet-details .news-sec .featured-project {
  padding: 0;
}

.projet-details .team-name {
  margin-bottom: 3rem !important;
}

@media only screen and (max-width: 767px) {
  .projet-details .team-name {
    margin-bottom: 2rem !important;
  }
}

.projet-details .team-name .heading3 {
  color: var(--orange-color);
}

@media only screen and (max-width: 767px) {
  .projet-details .team-name .heading3 {
    margin-bottom: 0px;
  }
}

.projet-details .team-name .row {
  border-bottom: rgba(35, 32, 36, 0.1) solid 1px;  
  --bs-gutter-x: 0.75rem;
  color: var(--dark-color);
  padding: 9px 0;
}

@media only screen and (max-width: 767px) {
  .projet-details .team-name .row {
    font-size: var(--font13);    
  }
}

.projet-details .team-name .row:first-child {
  padding-top: 0;
}

.projet-details .team-name .row span.heading3 {
  opacity: 1;
  color: var(--dark-color);
}

.projet-details .team-name .row span {
  color: rgba(0, 0, 0, 0.37);
}

.projet-details .team-name .project-team ul {
  margin: 0;
  padding: 0;
}

.projet-details .team-name .project-team ul li {
  list-style: none;
  border-bottom: rgba(35, 32, 36, 0.1) solid 1px;
  color: #BDBDBE;
  padding: 8px 0;
  /* opacity: 0.3; */
  display: flex;
  align-items: center;
  line-height: 100%;
}

.projet-details .team-name .project-team ul li:first-child {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .projet-details .team-name .project-team ul li {
    font-size: var(--font13);
  }
}

.projet-details .team-name .project-team ul li strong {
  width: 33.6%;
  color: var(--dark-color);
  opacity: 1;
  font-weight: normal;
}

@media (max-width: 767px) {
  .projet-details .team-name .project-team ul li strong {
    width: 50%;
  }
}

.projet-details .paragraph-content {
  padding: 2.2rem 0 3rem 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .projet-details .paragraph-content {
    padding: 1.2rem 0 2rem 0;
    --bs-gutter-y: 0px !important;
  }
}

.projet-details .paragraph-content .heading3 {
  color: var(--orange-color);
}

@media only screen and (max-width: 767px) {
  .projet-details .paragraph-content .heading3 {
    margin-bottom: 8px;
  }
}

.projet-details .paragraph-content .article_text {
  -webkit-line-clamp: 6;
}

.projet-details .paragraph-content .article_text.opencls {
  -webkit-line-clamp: unset;
}

.projet-details .paragraph-content .moreless-button {
  margin-top: 0.6rem;
}

.projet-details .paragraph-content p {
  /* margin: 0; */
  font-size: var(--font14);
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .projet-details .paragraph-content p {
    font-size: var(--font13);
  }
}

.projet-details .middle-sec {
  width: 100%;
  padding-top: 13px;
}

@media only screen and (max-width: 767px) {
  .projet-details .middle-sec {
    padding-top: 0;
  }
}

.projet-details .middle-sec .container-xxl .row {
  --bs-gutter-x: 12px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .projet-details .middle-sec .container-xxl .row {
    --bs-gutter-y: 12px;
  }
}

.projet-details .middle-sec .media-information img {
  aspect-ratio: auto;
}

.projet-details .middle-sec .media-information video {
  aspect-ratio: auto;
}

.projet-details .middle-sec .full-width-container,
.projet-details .middle-sec .fluid-container {
  max-width: 100%;
}

.projet-details .middle-sec .full-width-container .row,
.projet-details .middle-sec .fluid-container .row {
  --bs-gutter-x: 1.5rem;
}

.projet-details .middle-sec .full-width-container .col-12,
.projet-details .middle-sec .fluid-container .col-12 {
  padding: 0;
}

.projet-details .duble-columnslide .container-xxl .row {
  --bs-gutter-x: 12px;
}

.content-page {
  /*padding-top: 8.85rem;*/
  padding-top: 7rem;
}

@media only screen and (max-width: 767px) {
  .content-page {
    padding-top: 100px;
  }
}

.content-page .award-sec .main-list .list-view .item {
  transition: unset;
}

@media only screen and (min-width: 768px) {
  .content-page .award-sec {
    min-height: 455px;
  }
}

.content-page .news-sec {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .content-page .news-sec {
    padding-bottom: 1.5rem;
    padding-top: 12px;
  }
}

.content-page .about-sec.top-part {
  padding-top: 0 !important;
  padding-bottom: 0.8rem !important;
}

.content-page .common-padding .paragraph-content {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .content-page .common-padding .paragraph-content {
    border-top: rgba(35, 32, 36, 0.1) solid 1px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .content-page .common-padding .paragraph-content {
    padding-top: 0;
  }
}

.content-page .hero-slider {
  padding-bottom: 1rem;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .content-page .hero-slider {
    padding-bottom: 12px !important;
  }
}

.content-page .hero-slider .full-width-container {
  max-width: 100%;
}

.content-page .hero-slider .full-width-container .col-12 {
  padding: 0;
}

.content-page .textwith-thumbnail .heading3 {
  margin-bottom: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .content-page .textwith-thumbnail .heading3 {
    margin-bottom: 0.8rem;
  }
}

.content-page .textwith-thumbnail .row {
  --bs-gutter-x: 0.75rem;
}

.content-page .content-des {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.content-page .content-des p {
  margin: 0;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .content-page .content-des p {
    font-size: var(--font13);
  }
}

.content-page .border-head {
  color: var(--orange-color);
}

@media only screen and (min-width: 768px) {
  .content-page .border-head {
    border-top: rgba(35, 32, 36, 0.1) solid 1px;
    padding-top: 10px;
    margin-bottom: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .content-page .border-head {
    margin-bottom: 0.7rem;
  }
}

.content-page .main-list .top-heading {
  gap: 145px;
}

@media only screen and (max-width: 767px) {
  .content-page .main-list .top-heading {
    display: none;
  }
}

.content-page .main-list .top-heading .col-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  gap: 20px;
  padding-right: 7px;
}

.content-page .main-list .top-heading .col-second {
  width: 52%;
}

.content-page .main-list .list-view .item {
  gap: 145px;
}

@media only screen and (max-width: 767px) {
  .content-page .main-list .list-view .item {
    opacity: 1;
    gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    padding: 7px 0;
    border-bottom: rgba(35, 32, 36, 0.1) solid 1px;
  }
}

.content-page .main-list .list-view .item .col-first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .content-page .main-list .list-view .item .col-first {
    width: 100%;
    justify-content: flex-start;
    gap: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .content-page .main-list .list-view .item .col-first span:last-child {
    opacity: 0.3;
  }
}

.content-page .main-list .list-view .item .col-second {
  padding-right: 0;
  width: 52%;
}

@media only screen and (max-width: 767px) {
  .content-page .main-list .list-view .item .col-second {
    width: 100%;
    opacity: 0.3;
    line-height: normal;
  }
}

.content-page .main-list .list-view .item .col-second::after {
  content: none;
}

.content-page .media-information img {
  aspect-ratio: auto;
}

.content-page .duble-columnslide .ti-date {
  margin-bottom: 0;
}

.content-page .duble-columnslide .ti-date .heading3 {
  margin: 0;
}

.content-page .out-peoplestaff {
  background-color: var(--gray-color);
  padding: 30px 0;
  margin: 2rem 0;
}

@media only screen and (max-width: 767px) {
  .content-page .out-peoplestaff {
    margin: 12px 0;
    padding: 24px 0;
  }
}

@media only screen and (min-width: 768px) {
  .content-page .out-peoplestaff .our-people {
    border-top: rgba(35, 32, 36, 0.1) solid 1px;
    padding-top: 10px;
  }
}

.content-page .out-peoplestaff .our-people .heading3 {
  color: var(--orange-color);
}

@media only screen and (max-width: 767px) {
  .content-page .out-peoplestaff .our-people .heading3 {
    margin-bottom: 0.8rem;
  }
}

.content-page .out-peoplestaff .our-people .content {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .content-page .out-peoplestaff .our-people .content {
    margin-bottom: 1.9rem;
  }
}

.content-page .out-peoplestaff .our-people .content p {
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .content-page .out-peoplestaff .our-people .content p {
    font-size: var(--font13);
  }
}

.content-page .out-peoplestaff .our-people .content .moreless-button {
  margin-top: 0.2rem;
}

.content-page .out-peoplestaff .our-people .ti-date {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  gap: 2px;
}

.content-page .out-peoplestaff .our-people .ti-date .heading3 {
  margin: 0;
  color: var(--orange-color);
}

.content-page .out-peoplestaff .our-people .ti-date span {
  font-size: var(--font14);
}

.content-page .out-peoplestaff .our-people .row {
  --bs-gutter-x: 0.75rem;
}

.out-peoplestaff .our-people .img-wrapper-hover .img-hover {
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.out-peoplestaff .our-people .img-wrapper-hover .img-default {
    opacity: 1;
    z-index: 1;
}

.out-peoplestaff .our-people .img-wrapper-hover .img-hover {
    opacity: 0;
    z-index: 2;
}

.out-peoplestaff .our-people .news-card:hover .img-wrapper-hover .img-default {
  opacity: 0;
  transform: scale(1);
}

.out-peoplestaff .our-people .news-card:hover .img-wrapper-hover .img-hover {
    opacity: 1;
    transform: scale(1);
}


.content-page .out-peoplestaff .team-name {
  margin-bottom: 0 !important;
  margin-top: 4.7rem;
}

@media only screen and (min-width: 768px) {
  .content-page .out-peoplestaff .team-name {
    border-top: rgba(35, 32, 36, 0.1) solid 1px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .content-page .out-peoplestaff .team-name {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .content-page .out-peoplestaff .team-name h3.heading3 {
    margin-bottom: 0.5rem;
  }
}

.content-page .out-peoplestaff .team-name>.row {
  border: 0;
  padding: 0;
}

.content-page .out-peoplestaff .team-name a.row {
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  --bs-gutter-x: 12px !important;
}

@media only screen and (max-width: 767px) {
  .content-page .out-peoplestaff .team-name a.row .col-6:first-child {
    padding-left: 0;
  }
}

.content-page .out-peoplestaff .team-name a.row:hover {
  color: var(--orange-color);
  opacity: 1;
  border-bottom: var(--orange-color) solid 1px;
}

.content-page .out-peoplestaff .team-name a.row:hover .heading3 {
  color: var(--orange-color);
}

.content-page .out-peoplestaff .team-name a.row:hover span {
  color: var(--orange-color);
  transition: all 0.3s ease-in-out 0s;
}

.content-page .out-peoplestaff .team-name a.row:hover::after {
  opacity: 1;
  background-image: url(../image/orange-arrow.svg);
}

.content-page .out-peoplestaff .team-name a.row::after {
  content: "";
  background: url(../image/black-arrow.svg) center center no-repeat;
  width: 10px;
  height: 10px;
  background-size: 10px;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.3;
}

.content-page.orange-theme {
  background-color: var(--orange-color);
}

.content-page.orange-theme .about-sec .subtitle {
  color: var(--dark-color);
}

.content-page.orange-theme .paragraph-content .heading3 {
  color: var(--dark-color);
}

.content-page.orange-theme .paragraph-content .moreless-button {
  color: var(--dark-color);
  opacity: 0.4;
}

.content-page.orange-theme .out-peoplestaff {
  background-color: var(--orange-color);
}

.content-page.orange-theme .out-peoplestaff .our-people .heading3 {
  color: var(--dark-color);
}

.content-page.orange-theme .out-peoplestaff .our-people .content .moreless-button {
  color: var(--dark-color);
  opacity: 0.4;
}

.content-page.orange-theme .out-peoplestaff .our-people .ti-date span {
  color: var(--dark-color);
  opacity: 0.4;
}

.content-page.orange-theme .out-peoplestaff .team-name a.row:hover {
  color: var(--gray-color);
}

.content-page.orange-theme .out-peoplestaff .team-name a.row:hover span.heading3 {
  color: var(--gray-color);
}

.content-page.orange-theme .out-peoplestaff .team-name a.row:hover span {
  color: var(--gray-color);
}

.content-page.orange-theme .out-peoplestaff .team-name a.row:hover::after {
  filter: brightness(0) invert(1);
}

.content-page.orange-theme .out-peoplestaff .team-name .heading3 {
  color: var(--dark-color);
}

.content-page.orange-theme .textwith-thumbnail .heading3 {
  color: var(--dark-color);
}

.content-page.orange-theme .border-head {
  color: var(--dark-color);
}

.content-page.orange-theme .main-list .list-view .item {
  opacity: 0.4;
}

.content-page.orange-theme .main-list .list-view .item:first-child {
  opacity: 1;
  color: var(--dark-color);
}

.content-page.orange-theme .main-list .list-view .item .col-first span:last-child {
  opacity: 1;
}

.content-page.orange-theme .main-list .list-view .item:hover {
  opacity: 1;
  color: var(--dark-color);
}

.content-page.orange-theme .top-titles .heading3 {
  color: var(--dark-color);
}

.content-page.orange-theme .news-card .ti-date span {
  color: var(--dark-color);
  opacity: 0.4;
}

.content-page.orange-theme .news-sec .top-titles .btn-link {
  color: var(--dark-color);
  opacity: 0.3;
}

.content-page.orange-theme .news-sec .top-titles .btn-link:hover {
  opacity: 1;
}

.offcanvas.staff-side {
  background-color: var(--orange-color);
  max-width: 433px;
  border: 0 !important;
}

@media only screen and (max-width: 767px) {
  .offcanvas.staff-side {
    max-width: 100%;
  }
}

.offcanvas.staff-side .offcanvas-header {
  align-items: flex-start;
  margin-bottom: 1rem;
}

.offcanvas.staff-side .offcanvas-header .offcanvas-title {
  font-size: var(--font14);
  color: #F9F7F0;
  flex-direction: column;
  display: flex;
  line-height: 100%;
  font-weight: normal;
}

.offcanvas.staff-side .offcanvas-header .offcanvas-title strong {
  font-weight: normal;
  color: var(--dark-color);
}

.offcanvas.staff-side .offcanvas-header .btn-close {
  margin: 0 0 0 auto;
  padding: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  width: 10px;
  height: 10px;
  background-size: 10px;
  transition: all 0.3s ease-in-out 0s;
}

.offcanvas.staff-side .bottom-part {
  padding: 1rem;
  color: var(--dark-color);
}

.offcanvas.staff-side .bottom-part .row {
  border-top: rgba(35, 32, 36, 0.1) solid 1px;
  padding-top: 10px;
}

.offcanvas.staff-side .bottom-part .row label {
  display: block;
  margin-bottom: 0.2rem;
  color: #F9F7F0;
}

.offcanvas.staff-side .bottom-part .row span {
  line-height: 100%;
}

.offcanvas.staff-side .offcanvas-body {
  /* width */
  /* Track */
  /* Handle */
}

.offcanvas.staff-side .offcanvas-body .img-wrapper {
  margin-top: 20px;
  margin-bottom: 8px;
}

.offcanvas.staff-side .offcanvas-body .img-wrapper img {
  width: 100%;
}

.offcanvas.staff-side .offcanvas-body .btn-link {
  color: var(--dark-color);
  gap: 6px;
}

.offcanvas.staff-side .offcanvas-body .btn-link:hover {
  color: var(--gray-color);
}

.offcanvas.staff-side .offcanvas-body .btn-link:hover::after {
  filter: brightness(0) invert(1);
}

.offcanvas.staff-side .offcanvas-body .btn-link::after {
  opacity: 1;
}

.offcanvas.staff-side .offcanvas-body .paragraph {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offcanvas.staff-side .offcanvas-body .paragraph p {
  line-height: 16px;
  margin: 0;
}

.offcanvas.staff-side .offcanvas-body::-webkit-scrollbar {
  width: 4px;
}

.offcanvas.staff-side .offcanvas-body::-webkit-scrollbar-track {
  background: var(--gray-color);
}

.offcanvas.staff-side .offcanvas-body::-webkit-scrollbar-thumb {
  background: var(--dark-color);
}

.offcanvas.staff-side.dark-theme {
  background-color: var(--dark-color);
  color: var(--gray-color);
}

.offcanvas.staff-side.dark-theme .offcanvas-header .offcanvas-title {
  color: var(--gray-color);
}

.offcanvas.staff-side.dark-theme .offcanvas-header .offcanvas-title strong {
  opacity: 0.5;
  color: var(--gray-color);
}

.offcanvas.staff-side.dark-theme .offcanvas-header .btn-close {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.offcanvas.staff-side.dark-theme .bottom-part {
  color: var(--gray-color);
}

.offcanvas.staff-side.dark-theme .bottom-part span {
  opacity: 0.5;
}

.offcanvas.staff-side.dark-theme .btn-link {
  color: var(--gray-color);
}

.offcanvas.staff-side.dark-theme .btn-link:hover {
  opacity: 0.5;
}

.offcanvas.staff-side.dark-theme .btn-link::after {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  top: auto;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 100%;
  bottom: 12px;
  color: var(--gray-color);
  font-size: 12px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}

.offcanvas.news-widget {
  left: auto;
  right: 0.7rem;
  top: 0rem;
  max-width: 343px;
  width: 100%;
  height: auto;
  border: 0;
  max-height: -moz-max-content;
  max-height: max-content;
  background-color: transparent;
}

@media only screen and (max-width: 360px) {
  .offcanvas.news-widget {
    max-width: 290px;
  }
}

.offcanvas.news-widget .offcanvas-body {
  padding: 6px;
  overflow: visible;
  background-color: var(--orange-color);
  margin-top: 1rem;
}

.offcanvas.news-widget .offcanvas-body .img-wrapper {
  margin-bottom: 0;     height: 100%;
  max-width: 80px;
}

.offcanvas.news-widget .offcanvas-body .media-information{
  height: 100%;
}
.offcanvas.news-widget .offcanvas-body .img-wrapper img {
  /* max-height: 87px; */
  display: block;     
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 87 / 87;
  max-width: 100%;
}

.offcanvas.news-widget .offcanvas-body .heading3 {
  font-size: var(--font14);
  line-height: 16px;
  max-width: 170px;
}

.offcanvas.news-widget .offcanvas-body .btn-link {
  font-size: 12px;
  color: var(--dark-color);
}

.offcanvas.news-widget .offcanvas-body .btn-link::after {
  content: none;
}

.offcanvas.news-widget .offcanvas-body .btn-link:hover {
  color: var(--gray-color);
}

.offcanvas.news-widget .offcanvas-body .top {
  display: flex;
  gap: 16px;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 0.8rem;
}

.offcanvas.news-widget.gray-theme .offcanvas-body {
  background-color: var(--gray-color);
}

.offcanvas.news-widget.gray-theme .btn-link:hover {
  color: var(--orange-color);
}

.offcanvas.news-widget.dark-theme .offcanvas-body {
  background-color: var(--dark-color);
  color: var(--gray-color);
}

.offcanvas.news-widget.dark-theme .heading3 {
  color: var(--gray-color);
}

.offcanvas.news-widget.dark-theme .btn-link {
  color: var(--gray-color);
}

.offcanvas.news-widget.dark-theme .btn-link:hover {
  color: var(--orange-color);
}

.button-hide {
  display: none;
}

.site-loader {
  display: none;
  background: rgba(0, 0, 0, 0.37);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  align-items: center;
  justify-content: center;
}

.site-loader img {
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .site-loader img {
    width: 70px;
    height: 70px;
  }
}

.site-loader.show {
  display: flex;
}

.loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
}

.loader:before,
.loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.loader:after {
  color: #c16a4e;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes spin {

  0%,
  100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }

  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }

  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }

  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }

  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }

  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }

  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }

  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}

.page-not-found {
  padding: 5rem 0;
  text-align: center;
}

.page-not-found .not-found-title {
  color: var(--orange-color);
}

.page-not-found .not-found-description {
  max-width: 450px;
  margin: 0 auto;
  line-height: normal;
}

.single-project .projet-details .sticky-top {
  /* background-color: #fff; */
  background-color: var(--gray-color);
}

@media only screen and (max-width: 767px) {
  .single-project .projet-details .sticky-top {
    position: relative;
  }
}

.single-project .gslider .plyr__controls {
  display: none;
}

.single-project .gslider .gslide-video {
  background-color: #232024 !important;
}

.single-project .gslider .gslide-video .plyr__video-wrapper--fixed-ratio video {
  background-color: #232024 !important;
}

.single-project .mediaslider .media-information .glightbox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-template-content .media-information .news-card .img-wrapper img {
  transform: none;
}

.page-template-content .media-information .news-card .img-wrapper::before {
  display: none;
}

.page-template-content .paragraph-content .inline-btn {
  margin-top: 10px;
}

.page-template-content .paragraph-content .inline-btn::after {
  display: none;
}

.page-template-project-lisiting .main-list .list-view .item {
  transition: unset;
}

/*glightbox css start */
.glightbox-open .glightbox-container {
  transform: translateY(0%);
  transition: all 1s ease-in-out 0s;
}

.glightbox-container {
  transform: translateY(-100%);
  transition: all 1s ease-in-out 0s;
}

.glightbox-container .goverlay {
  background-color: #232024;
  transition: opacity 1s ease-in-out;
}

.glightbox-container .gclose {
  background-color: transparent !important;
  color: #fff;
  padding: 0 !important;
  height: auto !important;
  width: auto !important;
  opacity: 1 !important;
}

.glightbox-container .gclose svg {
  display: none;
}

.glightbox-container .gclose::before {
  content: "Close";
}

.glightbox-container .gprev,
.glightbox-container .gnext {
  background-color: transparent !important;
  color: #fff;
  bottom: 1rem;
  top: auto !important;
  height: auto !important;
  width: auto !important;
  left: 1rem !important;
  padding: 0 !important;
}

.glightbox-container .gprev svg,
.glightbox-container .gnext svg {
  display: none;
}

.glightbox-container .gprev::before,
.glightbox-container .gnext::before {
  content: "Prev";
}

.glightbox-container .gprev:hover,
.glightbox-container .gnext:hover {
  color: var(--orange-color);
}

.glightbox-container .gnext {
  right: 1rem !important;
  left: auto !important;
}

.glightbox-container .gnext svg {
  display: none;
}

.glightbox-container .gnext::before {
  content: "Next";
}

.glightbox-container .gslide-inner-content .gslide-description {
  position: fixed;
  padding: 0;
  top: 1rem;
  display: block;
  left: 1rem;
  background: transparent;
  color: #fff;
}

.glightbox-container .gslide-inner-content .gslide-description .gdesc-inner {
  padding: 0;
}

.glightbox-container .gslide-inner-content .gslide-description .gdesc-inner .gslide-title {
  color: #ffffff;
  font-family: "Visuelt" !important;
  margin: 0;
  font-size: 14px;
  line-height: 100%;
}

.glightbox-container .gclose {
  z-index: 99999999;
}

.glightbox-container .gslide {
  height: 100%;
}

.glightbox-clean .gslide-media {
  box-shadow: none;
}

.glightbox-container .gprev,
.glightbox-container .gnext {
  height: 100% !important;
  left: 0 !important;
  padding-left: 1rem !important;
  display: flex;
  align-items: flex-start;
  width: 20% !important;
  justify-content: flex-end;
}

.glightbox-container .gnext {
  left: auto !important;
  right: 0rem !important;
  padding-right: 1rem !important;
  align-items: flex-end;
}

@media (min-width: 769px) {
  .gslide-image img {
    max-height: 77vh !important;
  }

  .glightbox-container .ginner-container {
    height: 100vh;
  }
}

.glightbox-container {
  animation: slide-in 1s ease forwards;
}

@keyframes slide-in {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}

.glightbox-container.glightbox-closing,
.glightbox-container.slide-out {
  animation: slide-out 1s ease forwards;
}

@keyframes slide-out {
  from {
    transform: translateY(0%);
  }

  to {
    transform: translateY(-100%);
  }
}
/*large screen size  css start */
@media only screen and (min-width: 1920px) {
  .heading2 {
    line-height: calc(32px * 1.25);
  }
  .news-card p,
  .footer .description,
  .footer .nav,
  .offcanvas.news-detail .offcanvas-body .paragraph p,
  .offcanvas.conact-slide .description,
  .offcanvas.conact-slide .nav,
  .offcanvas.staff-side .offcanvas-body .paragraph p,
  .offcanvas.news-widget .offcanvas-body .heading3{
    line-height: calc(16px * 1.25);
  }
  .offcanvas.news-detail .heading2{
    line-height: calc(24px * 1.25);
  }
  .projet-details .paragraph-content p,
  .content-page .content-des p,
  .content-page .out-peoplestaff .our-people .content p {
    line-height: calc(18px * 1.25);
  }
  .footer .desktop-logo{
    width: 190px;
    height: auto;
  }
  .footer .small-logo svg{
    width: 75px;
    height: auto;
  }

}