:root {
  --black: #000000;

  --primary: #E09655;

  --secondary: #121417;

  --bs-border-radius: 7px;

}


@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos.woff2') format('woff2'),
    url('../fonts/Aptos.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-SemiBold.woff2') format('woff2'),
    url('../fonts/Aptos-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.text-bg-primary {
  background-color: var(--primary) !important;
}

.font-light {
  font-weight: 300;
}

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




.bg-black {
  background: #000;
}

.bg-grey {
  background: #F6F3EC;
}


.underline {
  color: #000;
  text-decoration: underline;
}




.text-black {
  color: #332C37 !important;
}


.text-brown {
  color: var(--primary);
}

.text-grey {
  color: var(--secondary);
}





html {
  scroll-behavior: unset;
}


body,
html {
  width: 100%;
  height: 100%;
  color: #645978;

  font-size: 12.5px;
  line-height: 1.4rem;

  font-family: 'Aptos';
  font-weight: normal;
  font-style: normal;

}

main {
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.8rem;
}

/* section {
  overflow: hidden;
} */



hr {
  border-top: 1px solid #e2e2e2;
  opacity: 1;
}


a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #645978;
}

a:hover {
  color: #000;
}


h1.large {
  font-size: 10rem;
  line-height: 10rem;

  font-weight: 500;
  font-style: normal;
}


strong {
  font-weight: 600;
  font-style: normal;
}

.bold {
  font-weight: 600;
}

h1,
h2,
h3 {
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
}

.fonts-basic {
  font-weight: 400;
  font-style: normal;
}


.text-white h2 {
  color: #fff;
}

h2.large {
  font-size: 3.375rem;
  line-height: 3.75rem;
}

h2 {
  font-size: 4rem;
  line-height: 4.375rem;
}


h2.small {
  font-size: 3rem;
  line-height: 3.5rem;

}


h3 {
  font-size: 2.25rem;
  line-height: 2.625rem;

}

h3.small {
  font-size: 1.875rem;
  line-height: 2.125rem;


}



h4 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: normal;
}

h5 {
  font-size: 1.4375rem;
  line-height: 1.75rem;
}

h5.small {
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 2px;

}

h6 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}



div,
p,
ul li {
  font-size: 1.25rem;
  line-height: 2rem;
}

ul li {
  margin-bottom: 5px;
}

p.large {
  font-size: 1.875rem;
  line-height: 2.25rem;

}

/* .btn,
.form-control::placeholder {
  font-size: 1.1rem;
  line-height: 1.25rem;
} */



ul.content {
  padding-left: 20px;
}

ul.content li {
  margin-bottom: 15px;
}

ul.content strong {
  font-weight: 600;
}


figure {
  margin: 0px;
  overflow: hidden;
}




.round {
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}







.img-shadow figure,
.shadow {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
}

.btn-explore {
  font-weight: 300;
  padding: 0;
}

.btn-explore span {
  font-size: 9px;
  line-height: 10px;
}

.btn.active,
.btn.show {
  color: var(--primary);
  background-color: transparent;
  border-color: transparent;
}

.btn-check-label,
.btn-check+.btn:hover {
  padding: 9px 35px 9px 10px;
  border: 1px solid #dedede;

}

.btn-check:checked+.btn {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.check-button {
  position: relative;
}

.btn-check {
  position: absolute;
  clip: unset;
  pointer-events: auto;
  right: 10px;
  top: 12px;
}

.letter-spacing {
  letter-spacing: 2px;
}


.text-white p {
  font-weight: 400;
}

.text-white a {
  color: #fff;
}

hr.thick-line {
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}








.btn-primary,
.btn-white {

  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  padding: 14px 18px;
  color: #fff;
  border: 0px;
  z-index: 1;
  text-decoration: none;
  text-transform: uppercase;

  background: #A7641A;
  background: -webkit-linear-gradient(0deg, rgba(167, 100, 26, 1) 0%, rgba(211, 170, 97, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(167, 100, 26, 1) 0%, rgba(211, 170, 97, 1) 100%);
  background: linear-gradient(0deg, rgba(167, 100, 26, 1) 0%, rgba(211, 170, 97, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A7641A", endColorstr="#D3AA61", GradientType=0);

}

.btn-primary:hover,
.btn-white:hover {
  text-decoration: none;
  background: #D3AA61;
  background: -webkit-linear-gradient(0deg, rgba(211, 170, 97, 1) 0%, rgba(167, 100, 26, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(211, 170, 97, 1) 0%, rgba(167, 100, 26, 1) 100%);
  background: linear-gradient(0deg, rgba(211, 170, 97, 1) 0%, rgba(167, 100, 26, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D3AA61",
      endColorstr="#A7641A",
      GradientType=0);

}

.btn-primary:hover i.fa-arrow-right,
.btn-white:hover i.fa-arrow-right {
  transform: rotate(0deg);
}

.btn-primary i.fa-arrow-right,
.btn-white i.fa-arrow-right {
  transform: rotate(-45deg);
  margin-left: 6px;
}


.btn-white {
  background: #fff;
  color: var(--primary);
}

.btn-white:hover {
  background: #eee;
  color: var(--primary);
}

.btn-secondary {
  background: transparent;
  font-size: 1.25rem;
  line-height: 0.875rem;
  font-weight: 500;
  color: var(--secondary);
  border-radius: 0;
  z-index: 1;
  text-decoration: none;

  padding: 12px 0px;
  border: 0;
  border-bottom: 2px solid var(--primary);
  text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:active {
  background: none !important;
  color: var(--primary) !important;
}


.btn-secondary:hover i.fa-arrow-right {
  transform: rotate(0deg);
}

.btn-secondary i.fa-arrow-right {
  transform: rotate(-45deg);
  margin-left: 6px;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: none;
}


.input-group .btn {
  border: 0;
}


.preLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #666;
  z-index: 10;
  display: table;
}

.preLoaderContent {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}


.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 15px;
  height: 15px;
  border-radius: 1%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  border-radius: 50%;
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 28px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 48px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 46px;
  background-color: var(--primary);
  z-index: 5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 21px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

#scroll span {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #000;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}


/*----------------- Header -------------------*/

header {
  position: fixed;
  width: 100%;
  z-index: 6;
  padding: 10px 0 0px;

}

header.fixedTop {
  animation: smoothScroll 0.5s forwards;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  padding: 0px;
  -webkit-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  position: fixed;
}

.fixedTop .navbar-brand img {
  width: 120px;
}





.navbar-brand img {
  width: 180px;
}


.navbar-nav a {
  font-size: 1.125rem;
  margin: 0 6px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}



.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #fff;
  position: relative;
}


.navbar-nav .nav-link.show::before,
.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
  content: "";
  height: 4px;
  background: #fff;
  display: block;
  bottom: 0px;
  position: absolute;
  width: calc(100% - 12px);
  z-index: 3;
}





.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  background: rgba(240, 240, 240, 0.9);
  border-radius: 4px;
  border-color: var(--primary);
}

.navbar-collapse {
  max-height: calc(-82px + 100vh);
}

.navbar {
  align-items: start;
  padding-bottom: 0;
}


.banner-slider figure {
  height: 100vh;
}




.banner-slider aside {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 40px 0;
  color: #fff;

  background: #000000;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.45) 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.45) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}


.icon {
  position: relative;
}

.icon i {
  position: absolute;
  right: 22px;
  top: 13px;
  color: var(--primary);
}

.scroll-down {
  display: block;
  width: 60px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  position: absolute;
  left: 50%;
  bottom: 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  z-index: 3;
  margin-left: -30px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.scroll-down:hover{
  color: #fff;
}

.scroll-down img {
  -webkit-animation: action 0.7s infinite alternate;
  animation: action 0.7s infinite alternate;
  width: 22px;
  margin: 18px auto 12px auto;
  display: block;
}

@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}


.form-control:focus,
.form-select:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.slick-prev,
.slick-next {
  margin-top: -5px;
}


.slick-prev::before,
.slick-next::before {
  font-size: 2.2rem;
  color: #fff;
}


.slick-prev {
  left: 30px;
  z-index: 2;
}

.slick-next {
  right: 30px;
  z-index: 2;
}



.breadCrumbs {
  padding: 5px 0;
  text-transform: uppercase;
}



.breadCrumbs ul {
  padding: 0;
  font-size: 1.125rem;
  color: #666;
}

.breadCrumbs li {
  position: relative;
  padding-right: 1em;
  font-size: 1.125rem;
}

.breadCrumbs li:not(:last-child):after {
  content: "\f105";
  position: absolute;
  right: -2px;
  top: 0px;
  font-family: 'font awesome 5 free', fontawesome;
  text-transform: none
}

.breadCrumbs li a {
  text-decoration: none;
  color: #666;
  font-size: 1.125rem;
}

.breadCrumbs li:last-child {
  font-weight: 500;
  color: var(--primary);
}



.highlight {
  background: #E9E9E9;
  padding: 5px 10px;
  border-radius: var(--bs-border-radius);
  display: inline-block;
  margin-bottom: 10px;
}


.pagination .page-link {
  color: var(--primary);
  padding: 10px 14px;
}

.pagination .page-link.active {
  z-index: 3;
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  font-weight: 500;
}

.methodology {
  background: #F6F6F6;
  border: 1px solid #ddd;
  border-radius: var(--bs-border-radius);
  padding: 20px;
  height: 100%;
}

.methodology span {
  color: var(--primary);
  font-size: 2rem;
  margin: 15px 0;
  display: block;
}

.methodology h3 {
  font-size: 1.25rem;
}

.methodology i {
  color: var(--primary);
}



@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.text-justified {
  text-align: justify;
}


.slidePlaceholder {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.slidePlaceholder img {
  position: absolute;
  width: 50px;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}


.services-tabs .nav {
  align-items: start;
  position: relative;
}

.services-tabs .nav .nav-link {
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #878787;
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: left;
  padding: 20px 0 20px 38px;
  position: relative;
}

.services-tabs .nav .nav-link small {
  font-size: 1.6rem;
}

.services-tabs .nav .nav-link span {
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 11px;
}

.services-tabs .nav-link.active,
.services-tabs .nav-link:hover {
  color: var(--primary);
}

.icon-2x {
  font-size: 3.5rem;
  color: var(--primary);
}

.icon-3x {
  font-size: 4.5rem;
  color: var(--primary);
}

.width-icon {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.width-icon img {
  max-width: 45px;
}

hr.small {
  border-top: 3px solid var(--primary);
  width: 80px;
}




.projects-slider .slick-slide aside {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}


.projects-slider .highlight {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.projects-nav-container {
  position: absolute;
  bottom: 30px;
}

.projects-nav .slick-slide {
  margin: 0 4px;
}


.projects-nav .slick-slide img {
  aspect-ratio: 3.2/2;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.projects-nav .slick-slide.slick-current img {
  border: 2px solid #fff;
}

.projects-nav .slick-prev::before,
.projects-nav .slick-next::before {
  font-size: 1.8rem;
}

.projects-nav .slick-prev {
  left: 8px;
}

.projects-nav .slick-next {
  right: 8px;
}

.projects-nav-container {
  position: absolute;
  bottom: 30px;
}

.projects-nav {
  position: relative;
}

.projects-nav::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% + 500px);
  height: calc(100% + 10px);
  position: absolute;
  display: block;
  left: -10px;
  top: -8px;
  border-radius: 8px;
}

.chairman-msg {
  position: relative;
  padding-left: 110px;
}

.chairman-msg span {
  position: absolute;
  left: 0;
}






.img-label {
  position: relative;
}





.slick-dots li.slick-active button::before {
  background: var(--primary);

}




.rating-panel ul {
  list-style: none;
  padding: 0;
}

.rating-panel ul li {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.rating-panel ul li h2 {
  color: var(--primary);
  border-bottom: 1px solid #d9d9d9;
  margin: 40px 0 15px;
  padding-bottom: 15px;
}


.plus::after {
  content: "+";
  font-weight: 500;
  margin-left: 4px;
}






.blog-box {
  border-radius: var(--bs-border-radius) !important;
  overflow: hidden;
}

.blog-box figure img {
  aspect-ratio: 4/3;
  object-fit: cover;
}



.blog-box aside p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}


.text-limit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.blog-list {
  list-style: none;
  padding: 0;
}

.blog-list li {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.blog-list li:last-child {
  border-bottom: 0px;
}

.blog-list li a {
  display: flex;
  gap: 20px;
  text-decoration: none;
}

.blog-list h3 {
  font-size: 1.75rem;
  line-height: 2.125rem;

}

.blog-list h3,
.blog-list p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.blog-list li a figure {
  width: 220px;
  flex-shrink: 0;
}

.blog-list li figure img.news-thumb {
  width: 100%;
  aspect-ratio: 3/2.2;
  object-fit: cover;
  border-radius: var(--bs-border-radius) !important;
}



#scroll-container {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  /*pointer-events: none;  disables mouse/touch interaction */
  position: relative;
  scroll-behavior: smooth;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
  border-radius: 8px;
}



#scroll-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

#scroll-left,
#scroll-right {
  position: absolute;
  left: 50%;
  bottom: -10px;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

#scroll-left {
  margin-left: -40px;
}


#scroll-right {
  margin-right: -40px;
}



.timeline {
  display: flex;
  list-style: none;
  justify-content: space-around;
  position: relative;
  padding-top: 230px;
}

.timeline > li {
  position: relative;
  flex-basis: 25%;
  flex-shrink: 0;
  position: relative;
}

.timeline > li::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  display: block;
  top: 20px;
  position: absolute;
  z-index: -1;
  left: 0;
}

.timeline li:nth-child(2n) aside {
  position: absolute;
  bottom: 100%;
 
}

.timeline li aside {
   width: 300px;
  text-wrap: wrap;
}

.timeline li aside ul {
  list-style-type: disc;
}

.timeline li aside ul li {
  margin-bottom: 0;
}




/* ----------- */


.property-box {
  position: relative;
}

.property-box aside {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 9px 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.property-box aside i {
  background: var(--primary);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  font-size: 1rem;
}

.property-box aside h4 {
  margin: 0;
}

.property-box aside h4 small {
  display: block;
  font-size: .8em;
}

.icon-rounded {
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}


.highlight {
  background: #F6F3EC;
  padding: 5px 10px;
  font-size: 1.125rem;
  color: #E09655;
  text-transform: uppercase;
  border-radius: var(--bs-border-radius);
  font-weight: 600;
  letter-spacing: 2px;
}


.zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}




.shadow {
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
}




.clients-logos {
  padding: 0 0px;
}

.clients-logos .slick-prev {
  left: 0;
}

.clients-logos .slick-next {
  right: 0;
}


.clients-logos img {
  width: 100%;
}

.clients-logos .slick-track {
  display: flex;
  gap: 50px;
}

.clients-logos .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 0 0px;
}







.btn-info {
  border: 1px solid #ccc;
  background: transparent;
  padding: 10px 15px;
}

.btn-info:hover {
  background: transparent;
  border: 1px solid var(--primary);
}


.select2-container .select2-selection--multiple {
  min-height: 38px;
  padding-left: 4px;
  font-size: 1.1rem;
}

.select2-results__option,
.select2-selection__rendered li {
  font-size: 1.1rem;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #dedede;
  padding-bottom: 0;
  border-radius: var(--bs-border-radius);
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: 30px;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
}



.vline {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  border-right: 1px solid #e9e9e9;
}


.nav-tabs .nav-link {
  padding: 15px 25px;
  color: var(--primary);
  border: 0;
}

.nav-tabs .nav-item {
  margin: 0;
}

.nav-tabs .nav-link.active {
  background: var(--primary);
  color: #fff;
}

.login-panel {
  border: 1px solid #dedede;
  border-radius: var(--bs-border-radius);
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 30px;
  background: #fafafa;
}


.form-control,
.form-select {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  min-height: 40px;
}

.form-check-input {
  border: 1px solid #dedede;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
  border: 1px solid #cbcbcb;
  width: 1.1em;
  height: 1.1em;
}

.form-control::placeholder,
.form-select {
  color: var(--bs-secondary-color);
  opacity: 1;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

label {
  font-weight: 600;
  margin-bottom: 3px;
}


.ui-widget.ui-widget-content {
  border: 0;
  border-radius: var(--bs-border-radius);
  padding: 4px 4px;
  width: 250px;
  border: 1px solid #ddd;
  z-index: 4 !important;
}


.survey-overview {
  list-style: none;
  padding: 0;
}

.survey-overview li span {
  color: var(--primary);
  margin-right: 10px;
}

.survey-overview li {
  border-bottom: 1px solid #e0e0e0;
  padding: 3px 0 7px 0;
}


.content-img-right {
  float: right;
  width: 45%;
  margin: 0 0 30px 40px;
}


.career {
  border: 1px solid #e2e2e2;
  border-radius: var(--bs-border-radius);
}

.career ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
}

.career ul li {
  background: #EBEBEB;
  border-radius: var(--bs-border-radius);
  padding: 8px 15px;
}

.add-file {
  font-size: 2rem;
}



.img-container {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}

.img-container::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 50%;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 10%;
}

.masked-image {
  width: 100%;
  height: 100%;
  mask-image: url("data:image/svg+xml;utf8,<svg width='414' height='396' viewBox='0 0 414 396' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 344.104C0 372.655 23.145 395.8 51.6957 395.8H251.2C264.897 395.8 276 384.697 276 371C276 354.984 288.984 342 305 342H361.673C390.224 342 413.369 318.855 413.369 290.304V60C413.369 26.8631 386.506 0.0003 353.369 0H51.6957C23.145 0 0 23.145 0 51.6958V344.104Z' fill='%23C2C2C2'/></svg>");
  /* mask-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 100% 100%' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fillRule='evenodd' clipRule='evenodd' d='M0.928955 40.9769C0.928955 18.9149 18.7917 1.01844 40.8536 0.976903L289.97 0.507853C308.413 0.473128 323.521 15.1483 324.022 33.5845L324.886 65.4007C325.955 104.745 358.022 136.159 397.38 136.417L432.98 136.65C447.818 136.748 459.797 148.799 459.803 163.637L459.982 550.982C459.992 573.08 442.08 591 419.982 591H40.9289C18.8376 591 0.928955 573.091 0.928955 551V40.9769Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A"); */
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  position: relative;
}

.masked-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-container:hover img {
  transform: scale(1.1);
}

/* .mid-img-panel img {
  aspect-ratio: 8/2.6;
  object-fit: cover;
} */

.mid-img-panel,
.video-panel {
  position: relative;
}

.mid-img-panel figcaption,
.video-panel figcaption {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  color: #fff;
}

.video-panel figure {
  background-color: #000;
}

.video-panel figure img {
  opacity: 0.7;
  aspect-ratio: 8/3;
  object-fit: cover;
}


.text-gradient {
  background: #D3AA61;
  background: linear-gradient(to bottom, #D3AA61 26%, #A7641A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}


.testimonial figure img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .fa-star,
.testimonial .fa-star-half-stroke{
  color:#D6AF66;
}

/*------------ footer --------------*/

.footer-bg {
  background-image: url("../images/bg-footer.jpg");
  background-size: cover;
  background-position: center center;
  border-bottom: 6px solid var(--primary);
}

.newsletter .input-group {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.newsletter .btn-primary {
  padding: 18px 20px;
}

.newsletter .form-control {
  padding-left: 15px;
}


.footer {
  background-color: #000;
  border-radius: 12px;
  color: #eee;

  -webkit-box-shadow: 0px -3px 25px 5px rgba(51, 44, 55, 0.6);
  box-shadow: 0px -3px 25px 5px rgba(51, 44, 55, 0.6);
}

.footer h4 {
  color: #fff;
}

footer a {
  text-decoration: none;
  color: #eee;
}

footer a:hover {
  text-decoration: underline;
  color: #eee;
}


footer hr {
  border-top: 1px solid #ababab;
  opacity: 1;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 8px;
}

footer hr.small {
  border-color: #eee;
}



.social-media {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer i {
  font-size: 1.85rem;
  color: #eee;
}

.social-media a:hover i {
  transform: scale(1.1);
  color: var(--primary);
}




.bg-shadow {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}



/*----cookie---*/

#gdpr {
  padding: 20px;
  background: #161616;
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#gdpr p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
}

#gdpr_btn:hover {
  color: var(--primary);
}

#gdpr p a {
  color: #fff;
}




.zoom img,
.zoom:hover img,
.btn-secondary i,
.btn-primary,
.btn-primary:hover,
.btn-primary i,
.masked-image img,
.btn-white i.fa-arrow-right {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}