@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*--------------------------------------------------------------
## color
--------------------------------------------------------------*/
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  min-height: 100vh;
  color: #1C1C1C;
  padding-top: 60px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

* {
  font-family: "Manrope", sans-serif;
}

img {
  max-width: 100%;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

div[class^=col] {
  padding-left: 5px;
  padding-right: 5px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

p {
  color: #1C1C1C;
}

a:hover {
  opacity: 0.6;
}

button:focus {
  outline: none;
}

h1,
h2, h3,
h4,
h5 {
  color: #000;
  font-weight: bold;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.btn {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 6px 20px;
}
.btn.btn-primary {
  background: #A47864;
  border-color: #A47864;
  background: linear-gradient(90deg, rgb(182, 142, 124) 0%, rgb(164, 120, 100) 100%);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: linear-gradient(90deg, rgb(164, 120, 100) 0%, rgb(182, 142, 124) 100%);
  opacity: 1;
}
.btn.btn-primary.btn-primary-box-shadow {
  box-shadow: 1px 8px 15.9px 0 rgba(0, 0, 0, 0.25);
}
.btn.btn-light {
  background: #fff;
  border: 1px solid #fff;
  color: #A47864;
  transition: all ease-in-out 0.2s;
}
.btn.btn-light:hover {
  background: #A47864;
  border-color: #A47864;
  color: #fff;
}
.btn.btn-primary-outline {
  border: 1px solid #A47864;
  color: #A47864;
}

.form-control {
  background-color: rgba(164, 120, 100, 0.1);
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 13px;
  color: #7F7F7F;
  border: none;
}

.f-field.no-margin {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  margin-right: 0;
}

.active-menu {
  color: #A47864 !important;
}

.site-header:not(.dark-bg-header) .dropdown-toggle.active-menu::after {
  background-image: url(../images/anglebrown.svg) !important;
}

.dark-bg-header .active-menu:not(.dropdown-item) {
  color: #1c1c1c !important;
}
.dark-bg-header .active-menu:not(.dropdown-item):after {
  background-image: url(../images/angle.svg) !important;
}
.dark-bg-header .dropdown-item.active-menu {
  color: #A47864 !important;
}

.site-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 111;
  background-color: #fff;
  box-shadow: 2px 4px 55px 0px rgba(167, 124, 105, 0.2);
}
.site-header.sticky-header {
  position: fixed;
  padding: 0;
  background: #fff;
  box-shadow: 2px 4px 55px 0px rgba(167, 124, 105, 0.2);
}
.site-header .btn-primary {
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
  border-radius: 6px;
}
.site-header a {
  padding-inline: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #C0C0C0;
}
.site-header .navbar-toggler {
  padding: 3px 7px;
  border: 1px solid #fff;
  box-shadow: none;
  background-color: #fff;
}
.site-header .navbar-toggler--nomenu {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .site-header .navbar-toggler--nomenu {
    display: none;
  }
}
.site-header .dropdown-toggle::after {
  border: none;
  width: 18px;
  height: 18px;
  background: url(../images/angle.svg);
  position: absolute;
  top: 12px;
  margin-left: -2px;
  right: -2px;
  background-size: cover;
}
.site-header li.nav-item.dropdown {
  margin-right: 10px;
}
.site-header li.nav-item.dropdown .nav-link {
  color: #1C1C1C;
}
.site-header .nav-link {
  width: 100%;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #1C1C1C;
  margin: 0 5px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-header .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.site-header .dropdown-item {
  font-weight: 600;
  color: #1C1C1C;
}
.site-header .dropdown-item.active, .site-header .dropdown-item:active {
  background: transparent !important;
  color: #1C1C1C;
}
.site-header .user-item img {
  background: rgba(255, 255, 255, 0.53);
  width: 45px;
  height: 45px;
  padding: 0 7px 0 0;
  margin-right: 5px;
}
.site-header .user-item a:after {
  display: none;
}
.site-header .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 10px;
  right: 0;
  left: auto;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-header .dropdown-menu {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
}
.site-header .dropdown-menu a {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: left;
}
.site-header .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.site-header .dropdown-menu .nav-link:hover,
.site-header .dropdown-menu .nav-link:focus,
.site-header .dropdown-menu .nav-link:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header.dark-bg-header.sticky-header {
  background-color: rgba(164, 120, 100, 0.9);
}
.site-header.dark-bg-header {
  background: transparent;
}
.site-header.dark-bg-header a,
.site-header.dark-bg-header li.nav-item.dropdown .nav-link {
  color: #fff;
}
.site-header.dark-bg-header .dropdown .dropdown-item {
  color: #1C1C1C;
}
.site-header.dark-bg-header {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .site-header.dark-bg-header .navbar-collapse {
    background: #8a5d49;
    border-radius: 5px;
  }
}
.site-header.dark-bg-header .dropdown-toggle:after {
  background-image: url(../images/angle-white.svg);
}
.site-header.dark-bg-header .btn.btn-primary {
  background: #fff;
  color: #A47864;
  border-color: #fff;
  transition: all ease-in-out 0.4s;
}
.site-header.dark-bg-header .btn.btn-primary:hover {
  background-color: #A47864;
  color: #fff;
  border-color: #A47864;
}
.site-header.dark-bg-header + .inner-main-banner {
  margin-top: -60px;
  padding-top: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-header.dark-bg-header + .inner-main-banner {
    padding-top: 80px;
  }
}

@media (min-width: 1920px) {
  .top-footer {
    margin-top: -5%;
    pointer-events: none;
  }
}
.top-footer img {
  width: 100%;
}

.contain-footer {
  margin-bottom: 10px;
  font-size: 14px;
}

.bottom-footer {
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
}

.site-footer {
  background: url(../images/footer.jpg) repeat-y;
  background-size: 100% auto;
  background-position: top center;
  padding-top: 40px;
  color: #fff;
  padding-top: 50px;
}
.site-footer h3 {
  color: #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-footer h3 {
    margin-top: 20px;
  }
}
.site-footer li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-footer li p {
  padding: 0;
}
.site-footer ul {
  margin-left: 0;
  padding-left: 0;
}
.site-footer p {
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer iframe {
  max-width: 100%;
}
.site-footer .social-media {
  padding: 10px;
}
.site-footer .social-media a {
  background: #fff;
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 10px;
  color: #ba9784;
}

.info-list li {
  font-size: 14px;
}

.info-icon {
  padding-right: 10px;
  display: inline-block;
  min-width: 30px;
}

.nepal-office {
  min-height: 140px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .nepal-office {
    min-height: auto;
  }
}

@media (min-width: 1368px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: calc(100% - 20px);
  }
}

.row.flex {
  display: flex;
}
.row.flex.items-center {
  align-items: center;
}

.section {
  padding: 70px 0;
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .section {
    padding: 50px 0;
  }
}
.section {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}
.section .container {
  position: relative;
}
.section {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section {
    padding-block: 35px;
  }
}

.section-no-min-height {
  min-height: auto;
  padding: 70px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section-no-min-height {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main-banner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
  min-height: 350px;
}
@media (min-width: 1992px) {
  .main-banner {
    min-height: 500px;
  }
}
.main-banner .inner-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-banner .uppercase {
  text-transform: uppercase;
}
.main-banner .left-banner {
  width: 65%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .main-banner .left-banner {
    width: 100%;
  }
}
.main-banner .left-banner .lower-simple {
  text-transform: inherit;
  letter-spacing: normal;
}
.main-banner .left-banner .secondary-color-text {
  color: #1C1C1C;
}
.main-banner .left-banner h3 {
  font-size: 45px;
}
.main-banner .left-banner h3 .primary-color-text {
  color: #A47864;
}
.main-banner .left-banner h3 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .main-banner .left-banner h3 {
    font-size: 35px;
  }
}
.main-banner .left-banner h1 {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 600;
  color: #A47864;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .main-banner .left-banner h1 {
    font-size: 55px;
  }
}
.main-banner .left-banner h1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .main-banner .left-banner h1 {
    font-size: 38px;
  }
}
.main-banner .left-banner p {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5px;
  max-width: 620px;
  color: #333;
  font-weight: 500;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .main-banner .left-banner p {
    font-size: 14px;
  }
}
.main-banner .right-banner {
  display: flex;
  width: 35%;
  justify-content: flex-end;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .main-banner .right-banner {
    align-items: center;
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }
}

.inner-banner.spiralogics-banner {
  align-items: center;
}
.inner-banner.spiralogics-banner .left-banner h3 {
  font-size: 25px;
  text-transform: uppercase;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .inner-banner.spiralogics-banner .left-banner h3 {
    font-size: 18px;
  }
}
.inner-banner.spiralogics-banner .left-banner h3 span {
  color: #1c1c1c;
}
.inner-banner.spiralogics-banner .left-banner h1 {
  font-size: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .inner-banner.spiralogics-banner .left-banner h1 {
    font-size: 25px;
  }
}
.inner-banner.spiralogics-banner .left-banner p {
  letter-spacing: 0;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
}

.background-bulb {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .background-bulb {
    background: none;
  }
}

.section-header {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  align-items: center;
  text-align: center;
  flex-direction: column;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section-header {
    margin-bottom: 1rem;
  }
}
.section-header h2:after {
  display: block;
  content: "";
  clear: both;
  width: 115px;
  height: 3.5px;
  background-color: #A47864;
  margin: 10px auto;
}
.section-header.short-line h2:after {
  width: 50px;
}
.section-header .first-word {
  color: #A47864;
}
.section-header p {
  text-align: center;
}

.inner-main-banner {
  background: url(../images/background.jpg) no-repeat;
  min-height: 500px;
  text-align: center;
  display: flex;
  align-items: center;
  background-size: cover;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .inner-main-banner {
    min-height: 300px;
  }
}
.inner-main-banner p {
  max-width: 700px;
  margin: 0 auto 20px;
}
.inner-main-banner p,
.inner-main-banner h2,
.inner-main-banner h1,
.inner-main-banner h3,
.inner-main-banner h4,
.inner-main-banner h5,
.inner-main-banner span {
  color: #fff;
}
.inner-main-banner h1 {
  font-size: 50px;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .inner-main-banner h1 {
    font-size: 40px;
  }
}
.inner-main-banner .search-field {
  margin-bottom: 30px;
}

.banner-img {
  position: absolute;
  width: 100%;
  pointer-events: none;
  height: auto;
  z-index: -1;
}
.banner-img img {
  width: 100%;
}

.circle-icon {
  background: #A47864;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-icon.shadow {
  box-shadow: 2px 4px 3.9px 9px rgba(0, 0, 0, 0.25);
}
.circle-icon.medium-size {
  width: 72px;
  height: 72px;
  padding: 0;
}

.circle-icon-gradient {
  background: linear-gradient(to right, rgb(216, 194, 178), rgb(164, 120, 100));
}
.circle-icon-gradient.shadow {
  box-shadow: 2px 4px 3.9px 9px rgba(0, 0, 0, 0.25);
}

.border-curve {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #C0C0C0;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.image-frame {
  background: linear-gradient(90deg, #c79e8b 0%, #a47864 100%);
  padding: 20px;
  border-radius: 25px;
  width: 350px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .image-frame {
    max-width: 100%;
  }
}
.image-frame {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .image-frame {
    margin-inline: auto;
    margin-bottom: 20px;
    width: 100%;
  }
  .image-frame .image-frame-inner {
    text-align: center;
  }
}
.image-frame img {
  border-radius: 20px;
}

@media (min-width: 1199px) {
  .about-banner .left-banner {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .about-banner .left-banner h1 {
    font-size: 60px;
  }
}
@media (min-width: 1199px) {
  .about-banner .right-banner {
    width: 30%;
  }
}

.about-us-content {
  display: flex;
  gap: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .about-us-content {
    flex-direction: column;
  }
}
.about-us-content .content-left {
  width: 40%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .about-us-content .content-left {
    height: 330px;
    width: 100%;
  }
}
.about-us-content .content-right {
  width: 60%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .about-us-content .content-right {
    width: 100%;
    text-align: justify;
  }
}

.img-frame {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #c79e8b, #a47864);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.img-frame .inner-frame {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-frame .inner-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.innovation .title-paragraph {
  margin-bottom: 50px;
  text-align: center;
}

.innovation-content-wrapper {
  padding-inline: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .innovation-content-wrapper {
    padding-inline: 0;
  }
}
.innovation-content-wrapper {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .innovation-content-wrapper {
    row-gap: 20px;
  }
}

.innovation-card {
  background: #fff;
  padding: 50px 20px 20px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: rgba(0, 0, 0, 0.17) 4px 6px 10px 0;
  border-radius: 5px;
}
.innovation-card .card-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.innovation-card .card-title h3 {
  font-size: 20px;
  font-weight: 600;
}

.our-team .team-col {
  padding-inline: 55px;
}
.our-team .team-hr {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #A47864;
  opacity: 1;
}
.our-team .ai-experts-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-card {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.team-card .card-top-back {
  position: absolute;
  top: 0px;
  right: 0;
  width: 170px;
  height: 170px;
  background-color: #c7a897;
  border-radius: 8px 35px 8px;
  z-index: 1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 479px) {
  .team-card .card-top-back {
    width: 100px;
    height: 100px;
  }
}
.team-card .card-front {
  position: relative;
  width: calc(100% - 20px);
  border: 6px solid #c7a897;
  height: 330px;
  background-color: #fff;
  border-radius: 35px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 479px) {
  .team-card .card-front {
    height: 200px;
  }
}
.team-card .card-front .img-frame {
  padding: 12px;
}
.team-card .card-front .img-frame .inner-frame {
  background-color: #fff;
}
.team-card .card-bottom-back {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 170px;
  height: 170px;
  background-color: #c7a897;
  border-radius: 8px 35px 8px;
  z-index: 1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 479px) {
  .team-card .card-bottom-back {
    width: 100px;
    height: 100px;
  }
}

.team-card-content {
  text-align: center;
}

.team-name {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #A47864;
}
.team-name--alt {
  color: #000;
  font-weight: bold;
  margin-top: 0;
}

.team-role {
  margin-top: 5px;
  font-size: 16px;
  color: #1C1C1C;
}

.team-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 479px) {
  .team-card-wrapper {
    gap: 30px;
  }
}
@media (max-width: 398px) {
  .team-card-wrapper {
    gap: 0;
  }
}

.team-card-diamond {
  position: relative;
  width: 90%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 262px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .team-card-diamond {
    height: 330px;
  }
}
.team-card-diamond {
  /* Large Devices, Wide Screens */
}
@media (max-width: 479px) {
  .team-card-diamond {
    height: 230px;
  }
}

.card-front-diamond {
  position: relative;
  width: 70%;
  height: 68%;
  background-color: #fff;
  border: 10px solid #A47864;
  border-radius: 25px;
  z-index: 2;
  transform: rotate(45deg);
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .card-front-diamond {
    height: 54%;
  }
}
.card-front-diamond {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .card-front-diamond {
    width: 58%;
    height: 68%;
  }
}
.card-front-diamond {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .card-front-diamond {
    width: 48%;
    height: 66%;
  }
}
.card-front-diamond {
  /* Large Devices, Wide Screens */
}
@media (max-width: 567px) {
  .card-front-diamond {
    width: 40vw;
    aspect-ratio: 1/1;
    height: auto;
  }
}

.card-right-back {
  position: absolute;
  top: 76px;
  right: 14px;
  width: 108px;
  height: 108px;
  background-color: #a47864;
  border-radius: 8px 30px 8px;
  z-index: 1;
  transform: rotate(45deg);
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .card-right-back {
    right: 42px;
  }
}
.card-right-back {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .card-right-back {
    right: 94px;
    width: 138px;
    height: 138px;
    top: 94px;
  }
}
.card-right-back {
  /* Large Devices, Wide Screens */
}
@media (max-width: 567px) {
  .card-right-back {
    right: 16vw;
    width: 100px;
    height: 100px;
    top: 38vh;
  }
}
.card-right-back {
  /* Large Devices, Wide Screens */
}
@media (max-width: 479px) {
  .card-right-back {
    top: 21vh;
  }
}

.card-left-back {
  position: absolute;
  top: 76px;
  left: 14px;
  width: 108px;
  height: 108px;
  background-color: #a47864;
  border-radius: 8px 30px 8px;
  z-index: 1;
  transform: rotate(45deg);
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .card-left-back {
    left: 42px;
  }
}
.card-left-back {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .card-left-back {
    left: 94px;
    width: 138px;
    height: 138px;
    top: 94px;
  }
}
.card-left-back {
  /* Large Devices, Wide Screens */
}
@media (max-width: 567px) {
  .card-left-back {
    left: 16vw;
    width: 100px;
    height: 100px;
    top: 38vh;
  }
}
.card-left-back {
  /* Large Devices, Wide Screens */
}
@media (max-width: 479px) {
  .card-left-back {
    top: 21vh;
  }
}

.primary-color-text {
  color: #A47864;
}

.join-section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 0;
  min-height: auto;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .join-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.join-section .join-title {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 0;
}
.join-section .join-sub-title {
  font-size: 20px;
  letter-spacing: 17px;
}
.join-section .join-button {
  margin-top: 50px;
}

.solution-banner .left-banner {
  padding-top: 50px;
}
.solution-banner .left-banner p {
  text-transform: none;
  letter-spacing: 0;
}

.section.ai-solution-frame {
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .section.ai-solution-frame {
    padding-bottom: 20px;
  }
}

.section-no-min-height.ai-solution-frame {
  padding-bottom: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .section-no-min-height.ai-solution-frame {
    padding-bottom: 20px;
  }
}
.section-no-min-height.ai-solution-frame {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section-no-min-height.ai-solution-frame {
    padding-bottom: 10px;
  }
}

.ai-solution-frame .automachine-cover {
  display: flex;
}
.ai-solution-frame .section-header {
  margin-bottom: 0;
}
.ai-solution-frame .choose-grp {
  display: block;
}
.ai-solution-frame .choose-grp .choose-grp__item {
  width: 100%;
  padding: 50px 15px 20px 30px;
  display: block;
  transition: all ease-in-out 0.4s;
}
.ai-solution-frame .choose-grp .choose-grp__item:before {
  display: none;
}
.ai-solution-frame .choose-grp .choose-grp__item {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .ai-solution-frame .choose-grp .choose-grp__item {
    margin-bottom: 20px;
  }
}
.ai-solution-frame .choose-grp .choose-grp__item:hover {
  background-color: #A47864;
}
.ai-solution-frame .choose-grp .choose-grp__item:hover p,
.ai-solution-frame .choose-grp .choose-grp__item:hover h3 {
  color: #fff;
}
.ai-solution-frame .choose-grp .choose-grp__item .top-line {
  display: block;
  width: 70%;
  text-align: left;
}
.ai-solution-frame .choose-grp .choose-grp__item .top-image {
  text-align: right;
  display: block;
  text-align: right;
  margin-bottom: -50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .ai-solution-frame .choose-grp .choose-grp__item .top-image {
    margin-bottom: 0;
  }
}
.ai-solution-frame .choose-grp .choose-grp__item .top-image img {
  margin-bottom: 0;
}
.ai-solution-frame .choose-grp .choose-grap--item {
  padding: 30px 15px 20px 30px;
  margin-bottom: 20px;
}
.ai-solution-frame .choose-grp .choose-grap--item h3 {
  margin-bottom: 0;
}
.ai-solution-frame .col-lg-4 .choose-grp .choose-grp__item .top-image {
  margin-bottom: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .ai-solution-frame .col-lg-4 .choose-grp .choose-grp__item .top-image {
    margin-top: 0;
  }
}

.engagement .choose-grp {
  position: relative;
  flex-wrap: nowrap;
  gap: 60px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .engagement .choose-grp {
    flex-wrap: wrap;
  }
}
.engagement .choose-grp .choose-grp__item {
  flex-direction: row;
  width: 50%;
  text-align: left;
  gap: 30px;
  padding: 20px 15px 15px;
  transition: all ease-in 0.3s;
}
.engagement .choose-grp .choose-grp__item .circle-icon img {
  margin-bottom: 0;
}
.engagement .choose-grp .choose-grp__item::before {
  display: none;
}
.engagement .choose-grp .choose-grp__item:hover {
  background: #a47864;
}
.engagement .choose-grp .choose-grp__item:hover .en-text,
.engagement .choose-grp .choose-grp__item:hover h3 {
  color: #fff;
}
.engagement .choose-grp .choose-grp__item:hover .en-text p,
.engagement .choose-grp .choose-grp__item:hover h3 p {
  color: #fff;
}
.engagement .choose-grp .choose-grp__item h3 {
  margin-bottom: 0;
}
.engagement .choose-grp .choose-grp__item {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .engagement .choose-grp .choose-grp__item {
    flex-wrap: wrap;
    width: 100%;
  }
}
.engagement .choose-grp .choose-grp__item:nth-child(odd) {
  margin-top: 0;
}
.engagement .choose-grp .choose-grp__item .circle-icon {
  position: absolute;
  left: -20px;
}
.engagement .choose-grp .choose-grp__item .en-text {
  width: calc(100% - 100px);
}

.risk h3 {
  color: #A47864;
}
.risk .vision-block {
  min-height: 272px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .risk .vision-block {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.risk .vision-block .circle-icon {
  margin: 0 auto 10px;
}
.risk .vision-block p {
  margin-top: 10px;
}

.vision-block-img {
  text-align: center;
}

.eneble h3 {
  color: #a47864;
}
.eneble .vision-block {
  text-align: left;
  min-height: 440px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .eneble .vision-block {
    margin-inline: 0;
  }
}
.eneble .vision-block .risk-image {
  text-align: center;
}
.eneble p {
  margin-top: 0;
}

.section-no-min-height.product-tool {
  padding: 55px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .section-no-min-height.product-tool {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.section-no-min-height.product-tool {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section-no-min-height.product-tool {
    padding-top: 35px;
  }
}

.section-no-min-height.risk {
  padding-top: 20px;
  padding-bottom: 25px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .section-no-min-height.risk {
    padding-bottom: 10px;
  }
}
.section-no-min-height.risk .row {
  max-width: 800px;
  margin: 0 auto;
}

.workplace .vision-block-slider {
  text-align: center;
  margin-right: 20px;
  box-shadow: 2px 5px 15px #a47864;
}
.workplace .vision-block-slider:hover {
  box-shadow: 1px 0px 17px #a47864;
  background: #f4efea;
  zoom: 1.5;
  margin-right: 0;
}
.workplace .vision-block-slider h3 {
  padding-top: 20px;
}

.solution-real-wrapper.real-wrapper {
  margin-top: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .solution-real-wrapper.real-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.solution-real-wrapper.real-wrapper {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .solution-real-wrapper.real-wrapper {
    padding-bottom: 35px;
  }
}
.solution-real-wrapper.real-wrapper h2 {
  font-size: 18px;
  margin-block: 10px;
}

.emerging {
  padding-top: 20px;
  padding-left: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .emerging {
    padding-top: 10px;
  }
}
.emerging .container {
  max-width: 700px;
}

.main-banner.solution-banner {
  margin-bottom: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .main-banner.solution-banner {
    margin-bottom: -10px;
  }
}
.main-banner.main-banner-last {
  padding-top: 0;
}
.main-banner.main-banner-last .left-banner h1 {
  font-size: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .main-banner.main-banner-last .left-banner h1 {
    font-size: 38px;
  }
}
.main-banner.main-banner-last .left-banner h1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .main-banner.main-banner-last .left-banner h1 {
    font-size: 25px;
  }
}
.main-banner.main-banner-last .left-banner h3 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .main-banner.main-banner-last .left-banner h3 {
    font-size: 18px;
  }
}
.main-banner.main-banner-last .left-banner .button-grp {
  margin-top: 30px;
}

.innovation {
  padding-top: 30px;
}

.section-no-min-height {
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .section-no-min-height {
    padding: 50px 0;
  }
}
.section-no-min-height {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section-no-min-height {
    padding: 35px 0;
  }
}

.mt-ml0ps {
  margin-top: -20px;
}

.mt-aiaas {
  margin-top: -40px;
}

.sam-section.ai-sam-solutions {
  padding-top: 80px;
  padding-bottom: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .sam-section.ai-sam-solutions {
    padding: 30px 0 0;
  }
}

.button-grp {
  display: flex;
  gap: 15px;
}

.right-bulb {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
.right-bulb.full-width {
  width: 100%;
}
.right-bulb img {
  width: 100%;
}

.left-bulb {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

.home-banner .left-banner p {
  margin: 10px 0 20px;
}

.offer {
  margin-bottom: -25px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .offer {
    margin-bottom: -10px;
  }
}

.offer-outer {
  background-color: #000;
  padding: 1rem;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(182, 142, 124, 0) 0%, rgba(164, 120, 100, 0) 100%);
  transition: all ease-in-out 0.8ms;
}
.offer-outer:hover {
  background: linear-gradient(90deg, #b68e7c 0%, #a47864 100%);
}

.offer-item,
.box-item {
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 40px;
  background-color: #fff;
}
.offer-item h3,
.box-item h3 {
  color: #A47864;
  font-size: 25px;
  margin-bottom: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .offer-item h3,
  .box-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.offer-item h3,
.box-item h3 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .offer-item h3,
  .box-item h3 {
    font-size: 20px;
  }
}
.offer-item p,
.box-item p {
  font-size: 16px;
  max-width: 380px;
}
.offer-item .offer-item__img,
.box-item .offer-item__img {
  text-align: right;
  margin-top: -40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .offer-item .offer-item__img,
  .box-item .offer-item__img {
    margin-top: -10px;
  }
}

.choose-grp {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.choose-grp .choose-grp__item {
  width: calc(20% - 10px);
  box-shadow: 4px 6px 12.5px 0 rgba(0, 0, 0, 0.18);
  border-radius: 30px;
  padding: 60px 15px 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background: #fff;
}
.choose-grp .choose-grp__item:before {
  width: 100px;
  height: 10px;
  background-color: #A47864;
  display: block;
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  transition: all ease-in-out 0.5s;
  opacity: 0;
}
.choose-grp .choose-grp__item .choose-img {
  transition: all ease-in-out 0.6s;
  position: relative;
  top: 0;
  margin-bottom: 10px;
}
.choose-grp .choose-grp__item:hover .choose-img {
  top: 5px;
}
.choose-grp .choose-grp__item:hover::before {
  opacity: 1;
}
.choose-grp .choose-grp__item:nth-child(odd) {
  margin-top: 3rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .choose-grp .choose-grp__item:nth-child(odd) {
    margin-top: 0;
  }
}
.choose-grp .choose-grp__item img {
  margin-bottom: 20px;
}
.choose-grp .choose-grp__item h3 {
  margin-bottom: 20px;
  color: #A47864;
  font-weight: bold;
}
.choose-grp .choose-grp__item {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .choose-grp .choose-grp__item {
    width: 100%;
    padding-top: 40px;
  }
}

.why-choose:not(.ai-solution-frame) .choose-grp {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .why-choose:not(.ai-solution-frame) .choose-grp {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .why-choose:not(.ai-solution-frame) .choose-grp .choose-grp__item {
    width: 40%;
  }
  .why-choose:not(.ai-solution-frame) .choose-grp .choose-grp__item:nth-child(even) {
    margin-top: 0;
    margin-inline: 20px;
  }
}

.sam-section {
  padding-bottom: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .sam-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sam-section h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .sam-section h1 {
    font-size: 30px;
  }
}
.sam-section .sam-left h3 {
  color: #A47864;
  text-transform: uppercase;
  font-size: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .sam-section .sam-left h3 {
    font-size: 40px;
  }
}
.sam-section p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.sam-section .sam-inner {
  display: flex;
  flex-wrap: wrap;
}
.sam-section .sam-left {
  width: 55%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .sam-section .sam-left {
    width: 100%;
  }
}
.sam-section .sam-right {
  width: 45%;
  margin-top: -100px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .sam-section .sam-right {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.sam-section.home-sam-section {
  padding-bottom: 0;
  padding-top: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .sam-section.home-sam-section {
    padding-bottom: 100px;
  }
}
.sam-section.home-sam-section {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .sam-section.home-sam-section {
    padding-bottom: 20px;
  }
}

.vision {
  max-width: 810px;
  margin: 0 auto 60px;
  padding: 0 15px;
}

.vision-block {
  border-radius: 20px;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 40px 10px;
  margin: 0 20px 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .vision-block {
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.15);
  }
}
.vision-block p {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
.vision-block .circle-icon {
  margin: 0 auto;
}

.vision-header {
  margin-bottom: 40px;
}
.vision-header h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.testimonial-slider {
  max-height: 350px;
}

.testimonial-wrapper {
  width: 130%;
  margin-left: -15%;
  margin-top: 30px;
  overflow: hidden;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .testimonial-wrapper {
    width: 80%;
    margin-inline: auto;
    max-width: auto;
  }
}
.testimonial-wrapper .slick-prev {
  left: 200px !important;
  top: calc(50% - 60px) !important;
}
.testimonial-wrapper .slick-next {
  right: 200px !important;
  top: calc(50% - 60px) !important;
}

.testimonial-section {
  text-align: center;
  position: relative;
  padding: 40px 0 70px;
  overflow-x: hidden;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .testimonial-section {
    padding-top: 0;
  }
}
.testimonial-section .testimonial {
  margin: 0 -10px;
}
.testimonial-section .section-header {
  margin-bottom: 0;
  padding-bottom: 0;
}
.testimonial-section .testimonial-content {
  background: #f5f1ee;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
}
.testimonial-section .testimonial-content p {
  color: #333;
  font-size: 13px;
}
.testimonial-section .testimonial-content h4 {
  font-size: 15px;
  line-height: 1;
}
.testimonial-section .testimonial-content::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #f5f1ee transparent transparent transparent;
}

.bottom-testimonial {
  margin-top: 30px;
}
.bottom-testimonial h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bottom-testimonial span {
  font-size: 10px;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f5f1ee;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}
.testimonial-avatar img {
  max-width: 80%;
  position: relative;
  left: 2px;
}
.testimonial-avatar.active {
  background: #8a5d49;
}

.testimonial-arrow {
  width: 20px;
  height: 20px;
  background: #f4efea;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}

.testimonial-section .slick-slide {
  transform: scale(0.9);
  transition: all 0.3s ease;
  margin: 0;
}

.testimonial-section .slick-center {
  opacity: 1;
  transform: scale(1);
  box-sizing: border-box;
  position: relative;
  z-index: 111;
}
.testimonial-section .slick-center .testimonial-arrow {
  background: #8a5d49 !important;
}
.testimonial-section .slick-center .testimonial-content {
  background: #8a5d49;
  color: #fff;
  display: flex;
  align-items: center;
}
.testimonial-section .slick-center .testimonial-content h4,
.testimonial-section .slick-center .testimonial-content p {
  color: #fff;
  font-size: 14px;
}
.testimonial-section .slick-center .testimonial-content::after {
  border-color: #8a5d49 transparent transparent transparent;
}

.testimonial-section .slick-center .testimonial-avatar {
  background: #8a5d49;
  color: #fff;
}

.our-impact {
  padding-top: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .our-impact {
    padding-top: 40px;
  }
}
.our-impact .left-bulb {
  width: 100%;
  bottom: 0;
}
.our-impact .left-bulb img {
  width: 100%;
}

.inner-our-impact {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}
.inner-our-impact .left-our-impact,
.inner-our-impact .right-our-impact {
  width: 50%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .inner-our-impact .left-our-impact,
  .inner-our-impact .right-our-impact {
    width: 100%;
  }
}

.right-our-impact span img {
  transition: transform 0.6s ease, opacity 0.3s ease;
  transform-origin: center;
  opacity: 0;
  transform: rotate(-20deg) scale(0.95);
}
.right-our-impact span.active-image img {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.impact-info {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  padding-top: 70px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .impact-info {
    padding-top: 30px;
  }
}
.impact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: rgb(127, 127, 127);
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.impact-info li svg,
.impact-info li path {
  fill: #7F7F7F;
}
.impact-info li.active .impact-info-icon {
  background: #A47864;
}
.impact-info li.active .impact-info-icon svg,
.impact-info li.active .impact-info-icon path {
  fill: #fff;
}
.impact-info li.active .impact-info-detail {
  color: #A47864;
  width: calc(100% - 70px);
}
.impact-info .impact-info-icon {
  margin-top: 10px;
}
.impact-info .impact-info-detail {
  padding-left: 10px;
}

.impact-info-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.17);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.impact-info-detail {
  font-size: 22px;
}
.impact-info-detail b {
  font-size: 45px;
  font-weight: bold;
}

.trusted-by {
  background: url(../images/background.jpg) no-repeat center center;
  padding: 70px 0;
  background-size: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .trusted-by {
    background-size: cover;
  }
}
.trusted-by img {
  filter: brightness(0) invert(1);
}
.trusted-by .section-header {
  margin-bottom: 10px;
}
.trusted-by .section-header h2:after {
  display: none;
}
.trusted-by .section-header li {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .trusted-by .section-header li {
    margin-bottom: 20px;
  }
  .trusted-by .section-header li:last-child {
    margin-bottom: 0;
  }
}
.trusted-by h2 {
  color: #fff;
}
.trusted-by ul {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  align-items: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .trusted-by ul {
    gap: 20px;
  }
}
.trusted-by ul {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .trusted-by ul {
    gap: 20px;
  }
}
.trusted-by ul li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.faq-section {
  padding-bottom: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .faq-section {
    padding: 30px 0;
  }
}

.accordion-button {
  background-color: #fff;
  font-weight: 500;
  color: #3d2c26;
  border: none;
  box-shadow: none;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: flex-start;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 20px;
}
.accordion-button::after {
  background: url(../images/down-arrow.svg);
  width: 40px;
  height: 40px;
  content: "";
  clear: both;
  background-size: 100%;
}
.accordion-button:not(.collapsed)::after {
  background: url(../images/down-arrow.svg) !important;
  transform: rotate(180deg);
  background-size: 100% !important;
}
.accordion-button .accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #A47864;
  padding-bottom: 0;
  box-shadow: 0, 4, 4, 0, rgb(0, 0, 0);
}
.accordion-button:not(.collapsed) h2 {
  color: #A47864;
}

.accordion-item {
  border: none;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
}
.accordion-item h2 {
  font-size: 18px;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 20px;
}

.accordion-body {
  color: #333;
  padding-top: 0;
  background: #fff;
  border-radius: 10px;
}

.accordion-item:has(.accordion-button:not(.collapsed)) {
  border: 2px solid #A47864;
  border-radius: 10px;
}

/* Large Devices, Wide Screens */
@media (max-width: 567px) {
  .trusted-by ul li img {
    max-width: 60%;
    margin: 0 auto;
  }
}
.why-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.why-item-wrapper:before, .why-item-wrapper:after {
  position: absolute;
  content: "";
  clear: both;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .why-item-wrapper:before, .why-item-wrapper:after {
    display: none;
  }
}
.why-item-wrapper:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  background: linear-gradient(90deg, rgba(164, 120, 100, 0) 0%, rgb(164, 120, 100) 50%, rgba(164, 120, 100, 0) 100%);
}
.why-item-wrapper:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
  background: linear-gradient(45deg, rgba(164, 120, 100, 0) 0%, rgb(164, 120, 100) 50%, rgba(164, 120, 100, 0) 100%);
}

.why-us {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .why-us {
    padding-top: 30px;
  }
}

.why-item {
  display: flex;
  padding: 40px 20px 30px;
  width: 50%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .why-item {
    width: 100%;
    padding-top: 0;
  }
  .why-item:first-child {
    padding-top: 0;
  }
}
.why-item .why-item__icon {
  width: 70px;
}
.why-item .why-item__detail {
  width: calc(100% - 90px);
}
.why-item .why-item__detail h4 {
  margin-bottom: 20px;
}

.our-previous-work {
  width: 900px;
  margin: 0 auto;
  max-width: 90%;
}
.our-previous-work .box-item {
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.aside-contact {
  width: 40%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .aside-contact {
    width: 100%;
  }
}

.aside-form {
  box-shadow: 4px -3px 18px 0 rgba(0, 0, 0, 0.2);
  font-size: 12px;
  width: calc(60% - 30px);
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .aside-form {
    width: 100%;
  }
}

.f-field {
  margin-bottom: 10px;
}
.f-field label {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .f-field label {
    font-size: 13px;
  }
}
.f-field textarea.form-control {
  min-height: 150px;
}

.aside-widget {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .aside-widget {
    width: 100%;
    margin-bottom: 10px;
  }
}
.aside-widget ul {
  padding-left: 0;
}
.aside-widget .aside-widget-title {
  color: #A47864;
  margin-bottom: 15px;
}
.aside-widget .aside-widget-title h3 {
  color: #A47864;
  font-size: 18px;
}
.aside-widget .aside-widget-title:after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background: #A47864;
  margin-top: -5px;
}
.aside-widget li {
  list-style: none;
  background: #fff;
  padding: 10px;
  border-radius: 22px;
  margin-bottom: 5px;
  font-size: 14px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.09);
}
.aside-widget li .icon-list {
  background: linear-gradient(to right, rgb(216, 194, 178) 0%, rgb(164, 120, 100) 100%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside-widget li .icon-list-detail {
  width: calc(100% - 60px);
}
.aside-widget li .contact-list-grp {
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact-section {
  background: url(../images/contact-bg-left.png) no-repeat bottom left, url(../images/contact-bg-right.png) no-repeat top right;
}

.search-field {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.search-field .form-control {
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  padding-left: 60px;
}
.search-field .search-icon {
  position: absolute;
  top: 7px;
  left: 10px;
}

.serach-banner {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .serach-banner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.readmore-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.btn.btn-white {
  background: #fff;
  color: #A47864;
  border-color: #fff;
  transition: all ease-in-out 0.4s;
}
.btn.btn-white:hover {
  background-color: #A47864;
  color: #fff;
  border-color: #A47864;
}

.knowledge-banner {
  padding-bottom: 100px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .knowledge-banner {
    padding-bottom: 70px;
  }
}
.knowledge-banner {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .knowledge-banner {
    padding-bottom: 60px;
  }
}
.knowledge-banner .left-banner {
  padding-top: 70px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .knowledge-banner .left-banner {
    padding-top: 20px;
  }
}

.knowledge-img {
  top: 0;
}
.knowledge-img img {
  width: auto;
}

.demenstion {
  text-align: center;
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .demenstion {
    margin-bottom: 1rem;
  }
}
.demenstion {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .demenstion {
    margin-bottom: 10px;
  }
}
.demenstion .primary-color-text {
  color: #a47864;
}
.demenstion h2 {
  text-transform: uppercase;
  padding-bottom: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .demenstion h2 {
    padding-bottom: 20px;
  }
}

.practice-new {
  padding: 55px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .practice-new {
    padding: 45px 0;
  }
}
.practice-new {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .practice-new {
    padding: 35px 0;
  }
}
.practice-new .choose-grp {
  justify-content: center;
}
.practice-new .choose-grp .choose-grp__item {
  width: calc(25% - 10px);
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .practice-new .choose-grp .choose-grp__item {
    width: calc(33.33% - 10px);
  }
}
.practice-new .choose-grp .choose-grp__item {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .practice-new .choose-grp .choose-grp__item {
    width: calc(100% - 10px);
  }
}
.practice-new .choose-grp .choose-grp__item:nth-child(odd) {
  margin-top: 0;
}
.practice-new .choose-grp .choose-grp__item:nth-child(even) {
  margin-top: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .practice-new .choose-grp .choose-grp__item:nth-child(even) {
    margin-top: 0;
  }
}

.strength ul {
  padding-left: 0;
}
.strength li {
  list-style: none;
  padding-bottom: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .strength li {
    padding-bottom: 0;
  }
}
.strength .list-image {
  display: flex;
  gap: 20px;
}
.strength .list-image .list-strength {
  width: calc(100% - 70px);
}
.strength .list-image h2 {
  color: #A47864;
  margin-bottom: 0;
}
.strength .list-image p {
  font-weight: 500;
}

.knw-img {
  margin-top: -100px;
  display: flex;
  justify-content: flex-end;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .knw-img {
    margin-top: -20px;
    justify-content: center;
  }
}

.looking-img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .looking-img .looking-img {
    text-align: center;
  }
}

.process {
  padding-bottom: 40px;
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .process {
    padding-bottom: 10px;
  }
}
.process {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .process {
    padding-top: 40px;
  }
}
.process .date-cover {
  display: flex;
  gap: 60px;
  position: relative;
  margin-top: 50px;
  flex-wrap: wrap;
}
.process .date-cover:before, .process .date-cover:after {
  position: absolute;
  content: "";
  clear: both;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .process .date-cover:before, .process .date-cover:after {
    display: none;
  }
}
.process .date-cover:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  background: linear-gradient(90deg, rgba(164, 120, 100, 0) 0%, rgb(164, 120, 100) 50%, rgba(164, 120, 100, 0) 100%);
}
.process .date-cover:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
  background: linear-gradient(45deg, rgba(164, 120, 100, 0) 0%, rgb(164, 120, 100) 50%, rgba(164, 120, 100, 0) 100%);
}
.process .date-cover {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .process .date-cover {
    flex-wrap: wrap;
    gap: 0;
  }
}
.process .date-cover .right-data {
  text-align: right;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .process .date-cover .right-data {
    text-align: center;
  }
}
.process .data-block {
  padding: 20px 0;
  width: calc(50% - 30px);
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .process .data-block {
    text-align: center;
    width: 100%;
    padding: 0;
  }
}
.process .data-block img {
  margin: 20px 0;
}
.process .data-block:nth-child(1), .process .data-block:nth-child(3) {
  text-align: right;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .process .data-block:nth-child(1), .process .data-block:nth-child(3) {
    text-align: center;
  }
}
.process .data-block:nth-child(1) p, .process .data-block:nth-child(3) p {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .process .data-block:nth-child(1) p, .process .data-block:nth-child(3) p {
    text-align: center;
  }
}

.generative-ai {
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .generative-ai {
    padding-bottom: 15px;
  }
}
.generative-ai {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .generative-ai {
    padding-bottom: 5px;
  }
}
.generative-ai .genrative-top {
  text-align: center;
}
.generative-ai .auto-wrap {
  background: #F4EFEA;
  margin-block: 40px 60px;
  border-radius: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .generative-ai .auto-wrap {
    margin-block: 40px;
  }
}
.generative-ai .auto-complex {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px;
  border-radius: 10px;
  justify-content: space-around;
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .generative-ai .auto-complex {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.generative-ai h4 {
  color: #A47864;
}
.generative-ai ul {
  padding-left: 0;
}

.auto-generative {
  width: 70%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .auto-generative {
    width: 100%;
  }
}
.auto-generative ul {
  padding-left: 15px;
}
.auto-generative li {
  margin-bottom: 10px;
}

.auto-matching {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 30%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .auto-matching {
    width: 100%;
  }
}
.auto-matching h4 {
  width: calc(100% - 50px);
}

.auto-icon {
  width: 34px;
  margin-right: 15px;
}

.real-world {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .real-world {
    padding-bottom: 30px;
  }
}

.Technology {
  margin-top: 120px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .Technology {
    margin-top: 84px;
  }
}
.Technology {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .Technology {
    margin-top: 60px;
  }
}

.real-wrapper {
  padding: 40px 0;
  overflow-x: hidden;
  margin-top: -50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .real-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.real-slider {
  padding: 20px 70px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .real-slider {
    padding-inline: 20px;
  }
}
.real-slider {
  overflow-x: hidden;
}
.real-slider .slick-list {
  overflow: visible !important;
  margin: 0 -30px !important;
}
.real-slider .slick-slide {
  transition: all 0.5s ease;
  transform: scale(0.9);
  opacity: 0.4;
  filter: blur(1.1px);
  opacity: 0;
}
.real-slider .slick-slide.slick-active {
  opacity: 1;
}
.real-slider .slick-center {
  transform: scale(1.1) !important;
  opacity: 1 !important;
  filter: none !important;
  z-index: 1111;
  position: relative;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  top: calc(50% - 20px);
  font-size: 0;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 7px 13px 0 rgba(162, 151, 151, 0.25);
  background: #fff;
  width: 40px;
  height: 40px;
}
.slick-slider .slick-prev:after,
.slick-slider .slick-next:after {
  content: "";
  background: url(../images/left-arrow.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}
.slick-slider .slick-next:after {
  content: "";
  background: url(../images/right-arrow.svg) center no-repeat;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  z-index: 5;
}
.slick-slider .slick-next {
  right: 15px;
}
.slick-slider .slick-prev {
  left: 15px;
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  color: #000;
  font-size: 26px;
}

.real-slide-img {
  max-height: 56px;
  overflow: hidden;
  margin-bottom: 10px;
}
.real-slide-img img {
  max-height: 100%;
  width: 56px;
}

.business-block {
  box-shadow: 0 0px 8px 0px rgb(188, 139, 116);
  border-radius: 12px;
  padding: 10px 20px;
  margin: 10px;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .business-block {
    text-align: center;
    height: auto;
    padding-bottom: 30px;
  }
}
.business-block h4 {
  color: #A47864;
  margin-top: 15px;
  margin-bottom: 10px;
}
.business-block p {
  font-size: 14px;
  margin-bottom: 0;
}

.practice-response {
  background: #a47864;
  padding-bottom: 30px;
  margin-top: 125px;
}
.practice-response .practice-block {
  min-height: 300px;
  background: #fff;
  margin-top: -90px;
  border-top: 5px solid #A47864;
  border-radius: 0;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 120px;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.07);
}
.practice-response .practice-block h3 {
  padding-top: 20px;
  color: #1C1C1C;
  margin-bottom: 20px;
}

.seft-toward {
  padding-bottom: 0;
  text-align: center;
  position: relative;
  padding-top: 60px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .seft-toward {
    padding-top: 40px;
  }
}
.seft-toward {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .seft-toward {
    padding-top: 30px;
  }
}

.video-frame {
  position: relative;
  width: auto;
  height: 890px;
  overflow: hidden;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .video-frame {
    height: 700px;
  }
}
.video-frame {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .video-frame {
    height: 550px;
  }
}
.video-frame {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .video-frame {
    height: 400px;
  }
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 120px 150px;
  box-sizing: border-box;
  z-index: 1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .video-container {
    padding: 10%;
  }
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.frame-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.circle-icon.circle-icon-knowledge {
  width: 42px;
  height: 42px;
}
.circle-icon.circle-icon-knowledge img {
  width: 50%;
}

.looking.last-looking {
  padding-top: 30px;
  margin-bottom: -16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .looking.last-looking {
    margin-top: -20px;
  }
}
.looking.last-looking {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .looking.last-looking {
    margin-bottom: 0px;
  }
}

.looking {
  margin-bottom: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .looking {
    margin-bottom: 20px;
    margin-top: -35px;
  }
}
.looking {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .looking {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

.section.practice {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section.practice {
    padding-top: 25px;
  }
}

.main-banner.sam-banner {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .main-banner.sam-banner {
    padding-bottom: 0;
  }
}
.main-banner.sam-banner .left-banner h1 {
  font-weight: bold;
  font-size: 45px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .main-banner.sam-banner .left-banner h1 {
    font-size: 34px;
  }
}
.main-banner.sam-banner .left-banner p {
  text-transform: none;
  letter-spacing: 0;
}
.main-banner.sam-banner .left-banner p b {
  font-size: 18px;
  font-weight: bold;
}

.vision-sam {
  max-width: 960px;
}
.vision-sam .vision-block {
  min-height: 244px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .vision-sam .vision-block {
    min-height: auto;
  }
}

.why-item-group {
  padding: 0 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .why-item-group {
    padding: 0;
  }
}

.why-choose-item {
  display: flex;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 10px 50px;
  padding-top: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .why-choose-item {
    width: calc(100% - 50px);
    margin-left: 30px;
  }
}
.why-choose-item {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .why-choose-item {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
.why-choose-item .why-item__left {
  position: absolute;
  left: -35px;
}
.why-choose-item .why-item__right h4 {
  color: #A47864;
  font-weight: bold;
}

.vision-block-slider {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.25);
  margin: 20px 0;
  padding: 40px 20px;
}
.vision-block-slider h4 {
  text-align: center;
  font-size: 20px;
  color: #A47864;
  font-weight: bold;
}
.vision-block-slider h5 {
  font-size: 18px;
}
.vision-block-slider p {
  font-size: 14px;
}
.vision-block-slider.slick-center {
  background-color: #f4efea !important;
}
.vision-block-slider img {
  margin: 0 auto;
}

.why-sam {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .why-sam {
    padding-top: 0;
  }
}

.why-sam-left span {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  position: relative;
  top: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .why-sam-left span {
    font-size: 35px;
    top: 20px;
  }
}
.why-sam-left h2 {
  font-size: 132px;
  color: #A47864;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .why-sam-left h2 {
    font-size: 90px;
  }
}

.sam-bottom-text {
  text-align: center;
  margin-top: 30px;
}

.sam-section {
  padding-top: 50px;
  padding-bottom: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .sam-section {
    padding-bottom: 0;
  }
}
.sam-section h2 {
  font-size: 34px;
}
.sam-section h2:after {
  width: 75px;
}
.sam-section p {
  font-size: 18px;
  font-weight: normal;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .sam-section p {
    font-size: 14px;
  }
}

.ai-info-box {
  background: linear-gradient(90deg, rgba(216, 194, 178, 0.2) 0%, rgb(255, 255, 255) 100%);
  border-radius: 20px;
  padding: 20px;
}

.main-banner .left-banner.whitepaper-left-banner p {
  text-transform: none;
  margin-top: 30px;
  letter-spacing: normal;
  max-width: fit-content;
}

.ai-model-section {
  margin-top: 70px;
}

.ai-model.section {
  display: contents;
}

.background-bulb {
  top: 0;
}

.grid-item {
  width: 48.5%;
  margin-bottom: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .grid-item {
    width: 100%;
  }
  .grid-item img {
    width: 100%;
  }
}
.grid-item:nth-child(1) {
  margin-top: 30px;
}
.grid-item .blog-img {
  margin-bottom: 20px;
}
.grid-item h3 {
  margin-top: 15px;
}
.grid-item .blog-img img {
  border-radius: 10px;
}
.grid-item .dot {
  width: 4px;
  height: 4px;
  background-color: #7F7F7F;
  border-radius: 4px;
  display: inline-block;
}

.entry-meta {
  color: #7F7F7F;
  font-size: 14px;
  align-items: center;
  gap: 15px;
}
.entry-meta i {
  padding-right: 5px;
}

.post-block-meta {
  margin-bottom: 10px;
  font-size: 14px;
  color: #A47864;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-block-meta .tag-btn {
  border-radius: 20px;
  border: 1px solid #d8c2b2;
  padding: 2px 20px;
  font-size: 13px;
  color: #d8c2b2;
  cursor: pointer;
}

.post-wrap {
  margin-left: -25px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .post-wrap {
    margin-left: 0;
  }
}
.post-wrap h3 {
  margin-bottom: 15px;
}
.post-wrap i {
  font-size: 12px;
}
.post-wrap .post-date {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8c2b2;
}
.post-wrap .post-block {
  padding: 20px 0;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.post-wrap .post-block:last-child {
  border-bottom: 0;
}

.vertical-title-design h2 {
  color: #a47864;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
}
.vertical-title-design h6 {
  font-size: 14px;
  color: #A47864;
}

.latest-blog {
  position: relative;
}
.latest-blog .left-bulb {
  left: -100px;
}
.latest-blog .right-bulb {
  right: -10%;
}

.blog-content {
  text-align: center;
  margin-top: 30px;
}

.blog-detail .blog-section-header h2 {
  font-size: 26px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .blog-detail .blog-section-header h2 {
    font-size: 22px;
  }
}
.blog-detail .blog-section-header hr {
  margin: 2rem 0;
  color: #929292;
}
.blog-detail .blog-section-header .blog-detail-content {
  text-align: left;
}
.blog-detail .blog-section-header .blog-detail-content p {
  text-align: left;
}
.blog-detail h3 {
  font-size: 18px;
  font-weight: 700;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .blog-detail h3 {
    font-size: 16px;
  }
}

.blog-list-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-list-content .blog-list-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.blog-list-content .blog-list-item .num {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #8a5d49;
  color: #fff;
  font-size: 20px;
}
.blog-list-content .blog-list-item h3 {
  margin: 0 0 6px 0;
}
.blog-list-content .blog-list-item p {
  margin: 0;
}

.blog-first-row {
  height: 300px;
  width: 450px;
}
.blog-first-row img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  padding: 10px;
}

.blog-box-wrapper .offer-outer:hover {
  background: none;
}

.blog-section h3 {
  margin-right: 20px;
}
.blog-section h3 a {
  color: #000;
}

.cyber-section-img {
  height: 100%;
}
.cyber-section-img img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .cyber-section-img img {
    object-position: center;
  }
}
.cyber-section-img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .cyber-section-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    height: auto;
  }
}

.blog-middle-description {
  text-align: center;
  padding: 50px 150px;
  background: #f4efea;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .blog-middle-description {
    padding: 50px 20px;
  }
}

.benefit-impact-section {
  display: flex;
  justify-content: space-evenly;
  padding: 50px 0;
  background: linear-gradient(to right, #f4efea 50%, #fff 50%);
  /* Large Devices, Wide Screens */
}
@media (max-width: 567px) {
  .benefit-impact-section {
    display: block;
    background: #f4efea;
  }
}
.benefit-impact-section .benefit-impact-list h3 {
  text-align: center;
}
.benefit-impact-section .benefit-impact-list h3::after {
  display: block;
  content: "";
  clear: both;
  width: 35px;
  height: 3.5px;
  background-color: #a47864;
  margin: 10px auto;
}

.one-line-pg {
  text-align: center;
}

.blog-detail .section {
  padding-bottom: 0;
}
.blog-detail .section-no-min-height {
  padding-bottom: 0;
}

.state-art-section {
  max-width: 900px;
  margin: 0 auto;
}
.state-art-section .section-header {
  margin-bottom: 0;
}

.quotes p {
  font-size: 22px;
  font-weight: bold;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .quotes p {
    font-size: 18px;
  }
}

.mt-50 {
  margin-top: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .mt-50 {
    margin-top: 20px;
  }
}

.main-banner--cyber {
  flex-direction: column;
}
.main-banner--cyber .left-banner {
  text-align: center;
  margin: 0 auto;
}

.blog-cover {
  height: 540px;
  width: 100%;
  margin-top: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .blog-cover {
    height: 250px;
  }
}
.blog-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-list-line {
  display: flex;
  gap: 20px;
}
.blog-list-line h3 {
  color: #A47864;
  width: 20%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .blog-list-line h3 {
    width: 50%;
  }
}

.inner-banner.spiralogics-banner .case-banner-inner p {
  letter-spacing: 0;
  text-transform: none;
}
.inner-banner.spiralogics-banner .case-banner-inner h1 {
  font-size: 65px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .inner-banner.spiralogics-banner .case-banner-inner h1 {
    font-size: 40px;
  }
}

.project-hot-content {
  padding-left: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .project-hot-content {
    padding-left: 0;
    padding-top: 55px;
    text-align: center;
  }
  .project-hot-content .line {
    margin-inline: auto;
  }
  .project-hot-content .project-title {
    margin-bottom: 20px;
  }
}
.project-hot-content p {
  font-size: 28px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .project-hot-content p {
    font-size: 20px;
  }
}

.project-title {
  margin-top: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .project-title {
    margin-top: 0;
  }
}
.project-title h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #A47864;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .project-title h3 {
    font-size: 24px;
  }
}
.project-title .line {
  width: 115px;
  height: 3px;
  background-color: #A47864;
  display: block;
}

.case-card {
  padding-top: 70px;
  position: relative;
  max-width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .case-card {
    padding-top: 50px;
  }
}
.case-card {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .case-card {
    padding-top: 65px;
    margin-bottom: 35px;
  }
}
.case-card .left-bulb {
  top: -60%;
}
.case-card .container {
  max-width: 960px;
}
.case-card .circle-icon {
  margin: 0 auto;
}
.case-card h2:after {
  width: 70px;
}
.case-card .vision-block {
  margin-inline: 15px;
  min-height: 200px;
  background: #fff;
  margin-top: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .case-card .vision-block {
    min-height: auto;
  }
}

.eneble .vision-block {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .eneble .vision-block {
    min-height: auto;
  }
}

.challenge-section {
  padding-top: 50px;
  padding-bottom: 65px;
}

.impact-card {
  padding-top: 55px;
  padding-bottom: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .impact-card {
    padding-bottom: 0px;
    padding-top: 40px;
  }
}
.impact-card {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .impact-card {
    padding-top: 0;
  }
}
.impact-card .container {
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .impact-card .col-xl-3 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .impact-card .vision-block {
    margin-inline: 5px;
  }
}
.impact-card h4 {
  color: #A47864;
  font-size: 16px;
  margin-top: 15px;
}
.impact-card .vision-block {
  padding-block: 15px;
  min-height: 250px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .impact-card .vision-block {
    min-height: auto;
    padding-bottom: 50px;
  }
}
.impact-card p {
  margin-top: 0;
}

.sam-short-txt {
  margin-top: 40px;
  text-align: center;
}

.solution-section {
  margin: 60px 0;
  background: #F4EFEA;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .solution-section {
    margin: 35px 0;
  }
}
.solution-section {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .solution-section {
    margin: 0;
  }
}
.solution-section p {
  text-align: center;
}

.section-no-min-height.problem-section {
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .section-no-min-height.problem-section {
    padding: 15px 0 35px;
  }
}
.section-no-min-height.problem-section {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section-no-min-height.problem-section {
    padding: 10px 0;
  }
}

.problem-section {
  text-align: center;
}
@media (min-width: 1199px) {
  .problem-section {
    padding-top: 50px;
  }
}
.problem-section {
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .problem-section {
    padding: 35px 0;
  }
}
.problem-section {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .problem-section {
    padding: 10px 0;
  }
}
.problem-section p:last-child {
  margin-bottom: 0;
}

.image-frame-inner {
  padding: 30px 0;
  background-color: #fff;
  border-radius: 10px;
}

.teck-top {
  padding-top: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .teck-top {
    padding-top: 5px;
  }
}

@media (min-width: 1200px) {
  .teck-section .container {
    max-width: 1050px;
  }
}
.teck-section .image-frame {
  margin-left: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .teck-section .image-frame {
    margin-left: 0;
    margin-top: 40px;
  }
}
.teck-section .accordion-button.collapsed h2 {
  color: #1C1C1C;
}

.challenges-wrap {
  padding-top: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .challenges-wrap {
    padding-top: 0;
  }
}

.challenge .image-frame-inner {
  padding: 25px 10px;
  background-color: #fff;
  border-radius: 15px;
}

.callenge-item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
}
.callenge-item p {
  margin-bottom: 0;
}
.callenge-item .callenge-icon {
  margin-right: 20px;
}
.callenge-item .callenge-icon img {
  width: 40px;
  height: 40px;
}
.callenge-item .callenge-detail {
  width: calc(100% - 70px);
}

.callenge-item-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.project-title .secondary-color-text {
  color: #1C1C1C;
}

.core-section {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .core-section {
    padding: 66px 0 50px;
  }
}

.blog-container .blog-post {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-container .blog-post h3 {
  line-height: 1.4;
  margin-top: 5px;
  color: #A47864;
}
.blog-container .blog-post__content.ai-info-box {
  background: linear-gradient(90deg, rgba(189, 155, 131, 0.2) 0%, rgb(255, 255, 255) 100%);
}
.blog-container .blog-post__image {
  position: relative;
  overflow: hidden;
  height: 302px;
  border-radius: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .blog-container .blog-post__image {
    height: 100%;
  }
}
.blog-container .blog-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.dot {
  width: 4px;
  height: 4px;
  background-color: #7f7f7f;
  border-radius: 4px;
  display: inline-block;
}

.blog-post--small .blog-post__image {
  height: 312px;
  margin-bottom: 10px;
}
.blog-post--small .blog-post__image img {
  height: 100%;
  object-fit: cover;
}
.blog-post--small .blog-post__info {
  max-height: 10ch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=style.css.map */


.navbar-toggler{
    display: none !important;
}