@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap);

.primary-color {
  color: #c51f30
}

.secondary-color {
  color: var(--secondary-color)
}

.primary-light-purple {
  color: var(--light-purple);
  font-weight: 500
}

.primary-bg {
  background-color: #faf8f8
}

.bg-green {
  background-color: var(--color-green)
}

.bg-gray,
.modern-enterprise-cards {
  background-color: var(--primary-background)
}

.random span,
.text-white {
  color: #fff
}

.color-gray {
  color: #d2d2d2
}

.border-radius,
.headless-solution-img {
  border-radius: 10px !important
}

.text-bold {
  font-weight: 600
}

.ml-18 {
  margin-left: 18px
}

.ml-30 {
  margin-left: 30px
}

.ml-20 {
  margin-left: 20px
}

.ml-50 {
  margin-left: 50px
}

.article-title,
.mt-10 {
  margin-top: 10px
}

.mt-50 {
  margin-top: 50px
}

.mb-5px {
  margin-bottom: 5px
}

.mb-50 {
  margin-bottom: 50px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-15 {
  margin-bottom: 15px
}

.mb-30 {
  margin-bottom: 30px
}

.mt-20,
.solutioms-enterprise-content ul .btn {
  margin-top: 20px
}

.mb-80 {
  margin-bottom: 80px
}

.pt-20 {
  padding-top: 20px
}

.pt-30 {
  padding-top: 30px
}

.page-tutorial .tutorial-title,
.pt-10 {
  padding-top: 10px
}

.megamenu-cdesign .col-megamenu,
.pb-10 {
  padding-bottom: 10px
}

.pb-50,
.solutioms-enterprise-wrapper {
  padding-bottom: 50px
}

.pt-50 {
  padding-top: 50px
}

.logo-site-slick,
.logo-site-slick-second {
  padding-top: 50px;
  padding-bottom: 50px
}

.line-height-25 {
  line-height: 25px
}

:root {
  --primary-color: #c51f30;
  --primary-color-500: #f17171;
  --secondary-color: #282c3a;
  --light-purple: #523c4e;
  --primary-background: #faf8f8;
  --color-white: #ffffff;
  --color-gray: #cacaca;
  --color-green: #0b6d0b;
  --dark-light-red: #f41011;
  --dark-light-black: #271700;
  --size-14: 14px;
  --size-16: 16px;
  --size-40: 40px;
  --size-42: 42px;
  --size-18: 18px;
  --size-24: 24px;
  --size-36: 36px;
  --size-48: 48px;
  --font-Quicksand: "Quicksand", sans-serif
}

p {
  margin-bottom: 0
}

.border-bottom-black {
  border-bottom: 2px solid #292c2f;
  padding-bottom: 5px;
  display: inline-block
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color)
}

.font-Quicksand-m-small {
  font-size: var(--size-14);
  font-weight: 600
}

.font-Quicksand-m-large {
  font-size: var(--size-16);
  font-weight: 600
}

.font-Quicksand-regular-18 {
  font-size: var(--size-18);
  font-weight: 400
}

.font-Quicksand-regular-24 {
  font-size: 20px;
  font-weight: 400
}

.home-link,
.list-property {
  font-size: var(--size-14);
  font-weight: 600
}

body {
  background: #fff;
  font-family: Quicksand, sans-serif;
  overflow-x: hidden
}

a {
  text-decoration: none
}

li {
  list-style: none
}

.menu-items {
  width: 100%;
  justify-content: end;
  align-items: center;
}

.list-property {
  margin-left: 20px;
  color: var(--secondary-color);
  position: static
}

.home-link {
  color: var(--primary-color)
}

.navbar-toggler:focus {
  box-shadow: unset
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: unset
}

header .nav-link {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important
}

header .btn {
  border-radius: 0.5rem;
  height: 32px;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.dropdown-menu {
  box-shadow: rgb(0 0 0 / 45%) 0 25px 20px -20px;
  border: none;
  top: 45px
}

.megamenu-cdesign {
  max-width: 85%;
  margin: 15px auto
}

.ul-list-flex ul {
  display: flex;
  flex-wrap: wrap
}

.ul-list-flex ul li {
  width: 25%
}

.ul-list-flex.col3-size ul li {
  width: 33.33%
}

.dropdown-toggle::after {
  all: unset
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: var(--primary-color) !important
}

.breadcrumbs-inner .current-page,
.megamenu-cdesign .col-megamenu a:hover,
.megamenu-cdesign h6.title {
  color: var(--primary-color)
}

.megamenu-cdesign h6.title {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px
}

header .nav-link.show:before,
header .nav-link:hover:before,
header .navbar-megamenu .open .nav-link:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: var(--primary-color);
  bottom: 0
}

@media only screen and (min-width:992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0
  }
}

@media only screen and (max-width:992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll
  }
}

@media only screen and (min-width:992px) and (max-width:1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap
  }
}

.hero-title {
  font-size: var(--size-42);
  font-weight: 500
}

.hero-txt {
  height: 300px
}

.hero-wrapper {
  height: 500px;
  width: auto
}

.hero-txt>div:last-child {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.arc-hero-bg {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: -9;
  overflow: hidden
}

#main_roatate,
.cards-wrapper,
.control-icon-one,
.control-icon-two {
  position: relative
}

.arc-hero-bg img {
  scale: 1.8
}

.text-animation span[data-val="@"] {
  display: block;
  width: 100%;
  opacity: 0;
  font-size: 0px
}

.carousel-control-prev .prev-next-icon {
  width: 12px;
  color: #fff;
  position: absolute;
  top: -328px;
  left: -91px;
  border-radius: 100px
}

.carousel-control-next .prev-next-icon {
  width: 10px;
  color: #fff;
  position: absolute;
  border-radius: 100px
}

.Testimonials-wrapper .slick-next,
.Testimonials-wrapper .slick-prev {
  height: 84px;
  width: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.Testimonials-wrapper .slick-slider {
  position: static
}

.Testimonials-wrapper .slick-current.slick-active+.slick-active,
.Testimonials-wrapper .slick-slide-content.slick-slide.slick-current.slick-active.slick-center,
.Testimonials-wrapper-second .slick-initialized .slick-slide-content,
.Testimonials-wrapper-second .slick-slide-content.slick-slide.slick-current.slick-active.slick-center {
  opacity: 1
}

.Testimonials-wrapper .slick-prev {
  background-image: url("/images/2023/sidebutton-01.svg");
  left: 0;
  z-index: 1
}

.Testimonials-wrapper .slick-next {
  background-image: url("/images/2023/sidebutton-02.svg");
  right: 0
}

.Testimonials-wrapper .slick-next:before,
.Testimonials-wrapper .slick-prev:before {
  content: '';
  display: none
}

.Testimonials-wrapper .slick-next .slick-arrow {
  z-index: 99999;
  background-color: #c51f30
}

.Testimonials-wrapper .slick-initialized .slick-slide-content {
  opacity: .5
}

.contact-us-description {
  margin: 0 64px 20px
}

.Testimonials-wrapper .slick-wrapper .slick-slide img {
  box-shadow: 0 19px 38px rgba(0, 0, 0, .1), 0 15px 12px rgba(0, 0, 0, .02);
  border-radius: 20px;
  margin-bottom: 20px
}

.Testimonials-wrapper .slick-wrapper .slick-slide:first-child,
.Testimonials-wrapper-second .slick-wrapper2 .slick-slide:first-child {
  margin-left: 0
}

.Testimonials-wrapper .slick-wrapper .slick-slide {
  margin-left: 100px
}

.Testimonials-wrapper .slick-wrapper .slick-slide-content {
  max-width: 300px
}

.logo-section-stick {
  width: auto
}

.logo-site-inner .site-inner-img {
  margin: auto;
  height: 75px;
  width: 110px;
  object-fit: contain
}

.logo-site-inner {
  width: 172px;
  margin-left: 20px;
  margin-right: 20px
}

.enterprise-text-heading {
  font-size: 18px !important;
  font-weight: 700
}

.enterprise-content .text-title,
.modern-enterprise-title .text-title,
.solutioms-enterprise-title .text-title {
  font-size: var(--size-36);
  font-weight: 400
}

.Testimonials-wrapper {
  background: url(/images/2023/h13.jpg) center/cover no-repeat;
  width: 100%
}

.testimonials-content h1.text-title,
.testimonials-content h3 {
  font-size: 36px;
  color: var(--secondary-color);
  font-weight: 400
}

.discover-btn .btn-danger,
.hero-content-btn .btn-danger {
  font-size: 18px;
  background-color: #c51f30;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: .6rem
}

.discover-btn .btn-danger::hover {
  opacity: .5
}

.enterprise-wrapper {
  background: url(/images/2023/enterprise-background-img1.jpg) center/cover no-repeat;
  width: 100%
}

.enterprise-card .card-title {
  font-size: var(--size-48);
  font-weight: 600;
  color: var(--primary-color)
}

.Testimonials-wrapper-second .slick-wrapper2 .slick-slide img,
.enterprise-card {
  border-radius: 20px
}

.enterprise-card-body {
  padding: 33px 10px
}

.enterprise-brand-wrapper {
  margin: 0 80px
}

.header-border {
  height: 2px !important;
  width: 90%;
  color: #fff;
  margin: auto
}

.header-border-gray {
  height: 2px !important;
  color: #d2d2d2 !important;
  margin: auto
}

.card-transparent {
  opacity: 95%
}

.solutioms-enterprise-content ul li {
  margin-bottom: 5px;
  font-size: 16px;
  display: flex;
  align-items: baseline
}

.info-list li::before,
.solutioms-enterprise-content ul li::before {
  content: '';
  display: inline-block;
  background: 0 0;
  width: 10px;
  height: 10px;
  border: 1px solid red;
  border-radius: 3px;
  padding: 5px;
  transform: rotate(45deg);
  margin-right: 10px
}

.solutioms-enterprise-content ul {
  padding-left: 10px
}

.consumer-page-content li,
.consumer-page-content ul {
  list-style-type: disc
}

.consumer-page-content li,
.consumer-page-content p,
.solutioms-enterprise-content p {
  font-family: var(--font-Quicksand);
  font-size: 16px;
  font-weight: 500;
  color: var(--light-purple);
  line-height: 28px
}

.solutioms-enterprise-img img {
  box-shadow: 0 0 10px rgba(255, 255, 255, .814)
}

#main_roatate {
  width: 300px;
  top: 40px;
  left: -20px;
  margin: auto
}

.motion-dot {
  position: absolute;
  z-index: -9
}

.motion-dot-1 {
  left: 0;
  offset-path: path('M 6 3 L 78 14 L 78 28 L 147 37');
  -webkit-animation: 3s ease-in-out infinite alternate move;
  animation: 3s ease-in-out infinite alternate move;
  position: absolute;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.motion-dot-2,
.motion-dot-3 {
  -webkit-animation: 3s ease-in-out infinite alternate move;
  -webkit-transform: translate(0, 0);
  left: 60px;
  position: absolute;
  top: 0
}

.motion-dot-2 {
  offset-path: path('M 227 132 L 237 68 L 268 54 L 296 3');
  animation: 3s ease-in-out infinite alternate move;
  transform: translate(0, 0)
}

.motion-dot-3 {
  offset-path: path('M 280 200 L 361 224 L 369 252 L 445 271');
  animation: 3s ease-in-out infinite alternate move;
  transform: translate(0, 0)
}

.motion-dot-4 {
  top: 0;
  left: 60px;
  offset-path: path('M 464 189 L 420 283 L 418 325 L 373 460');
  -webkit-animation: 3s ease-in-out infinite alternate move;
  animation: 3s ease-in-out infinite alternate move;
  position: absolute;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

@-webkit-keyframes move {
  0% {
    offset-distance: 0%
  }

  100% {
    offset-distance: 100%
  }
}

@keyframes move {
  0% {
    offset-distance: 0%
  }

  100% {
    offset-distance: 100%
  }
}

.motion-dot img {
  width: 20px
}

#main_roatate #txtBoxRotateContainer {
  position: absolute;
  top: 15%;
  left: 15%
}

#main_roatate #txtBoxRotateContainer2 {
  position: relative;
  max-width: 100%;
  height: 300px
}

#main_roatate .txtBoxRotate {
  position: absolute;
  width: 10px;
  height: 10px
}

#main_roatate .verySmall {
  width: 10px;
  height: 10px
}

#main_roatate .small {
  width: 20px;
  height: 20px
}

.solutioms-enterprise-wrapper .analytics-img img {
  width: unset
}

.analytics-img {
  margin-right: 50px
}

.analytics-img img,
.solutioms-enterprise-img img {
  border-radius: 19px;
  box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.img-fluid {
  float: unset
}

.modern-enterprise-card {
  background-color: unset;
  border: unset
}

.enterprise-index-img {
  object-fit: cover
}

#footer .subscribe-form-wrapper .row:after,
.footer-wrapper .row:after {
  content: '';
  position: absolute;
  top: 25px;
  bottom: 0;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #d2d2d2;
  left: 50%
}

.footer-wrapper {
  background: url(/images/2023/footer-background.jpg) center/cover no-repeat;
  position: relative;
  border-radius: 20px
}

.footer-content {
  padding: 50px
}

.footer-footer-details {
  padding: 50px;
  text-align: center
}

.footer-txt {
  font-size: var(--size-16);
  font-weight: 400;
  color: var(--light-purple)
}

footer {
  background-image: none;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  padding: 40px 0
}

#footer .footer-subscribe-form>label {
  font-weight: 600;
  font-size: 14px
}

#footer .footer-subscribe-form .input-group {
  background-color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  overflow: hidden
}

#footer .footer-subscribe-form .input-group .btn {
  transition: .3s;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
  outline: 0 !important;
  box-shadow: none;
  padding-right: 20px;
  padding-left: 20px;
  height: 100%
}

#footer .ccheckbox label::before {
  content: '';
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: -2px;
  top: -2px;
  margin-left: 0;
  border: 2px solid var(--primary-color);
  border-radius: 3px;
  background-color: #fff;
  transition: border .15s ease-in-out, color .15s ease-in-out
}

#footer .social-link img {
  margin-left: 5px
}

#footer .social-wrapper li:not(:first-child) {
  margin-left: 10px
}

.footer-page-link a {
  color: var(--primary-color);
  font-size: 18px
}

.article-title a,
.language-title {
  color: var(--dark-light-black);
  font-size: 16px
}

.after-icon:before {
  content: '\7c';
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 18px
}

.info-list li {
  display: flex;
  align-items: baseline
}

.info-list li p {
  font-size: 16px
}

.Testimonials-wrapper-second {
  background: url(/images/2023/h13.jpg) center/cover no-repeat;
  padding: 100px 0;
  border-radius: 10px
}

.executive_leadership_wrapper,
.header-banner-bg,
.header-bg,
.testimonials-card-details {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.Testimonials-wrapper-second .slick-slider .slick-list,
.Testimonials-wrapper-second .slick-slider .slick-track,
.testimonials-details-card {
  display: flex;
  justify-content: center
}

.Testimonials-wrapper-second .slick-slide-content {
  max-width: 240px
}

.Testimonials-wrapper-second .slick-wrapper2 .slick-slide {
  margin-left: 40px
}

.testimonials-card-details {
  background-image: url("/images/2023/testimonial-bg.jpg")
}

.testimonials-card:last-child {
  margin-bottom: 0 !important
}

.empty-div {
  border-radius: 15px;
  min-width: 120px;
  min-height: 120px
}

.empty-div img {
  width: 120px;
  height: 120px
}

.hr-one {
  margin-left: 13px
}

.executive_leadership_wrapper {
  background-image: url(/images/2023/arcadier2023executive.jpg) !important
}

#header {
  border-bottom: 1px solid #ddd
}

#header.home-pg-new,
.page-tutorial .accordion-item {
  border-bottom: unset
}

.header-bg {
  background-image: url("/images/2023/hero-banner-bg-3.jpg");
  width: 100%;
  height: 1150px;
  position: relative
}

.header-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2)
}

.header-banner-bg {
  background-image: url("/images/2023/hero-banner-bg.png");
  width: 100%;
  height: 500px
}

.home-pg-new .navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, .55);
  border-color: rgba(255, 255, 255, .1)
}

.home-pg-new .hero-content-btn .btn-danger,
.home-pg-new .navbar-light .navbar-nav .nav-link.active,
.home-pg-new .navbar-light .navbar-nav .show>.nav-link {
  color: var(--primary-color);
  font-weight: 700
}

.home-pg-new .hero-content-btn .btn-danger {
  text-transform: uppercase;
  font-size: 18px;
  background-color: var(--primary-background);
  border-color: var(--primary-background);
  padding: 8px 30px;
  border-radius: 1rem
}

.home-pg-new .hero-content-btn .btn-danger:hover {
  background-color: rgba(255, 255, 255, .7)
}

.home-pg-new .hero-title,
.home-pg-new .navbar-light .navbar-nav .nav-link {
  color: var(--primary-background)
}

.home-pg-new .navbar-light .navbar-nav .nav-link:focus,
.home-pg-new .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .7)
}

.home-pg-new .hero-text-wrapper,
.home-pg-new header {
  position: absolute;
  left: 0;
  right: 0
}

.home-pg-new header {
  top: 0;
  z-index: 9
}

.home-pg-new .hero-title {
  font-size: var(--size-42)
}

.home-pg-new .hero-text-wrapper {
  top: 10%;
  z-index: 3
}

.pg-home-banner.home-pg-new .hero-text-wrapper {
  top: 12%;
  z-index: 3
}

.home-pg-new .video__wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden
}

.home-pg-new .video__wrapper .wrapper__video {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.logo-section-stick-second .logo-wrapper {
  display: inline-block;
  width: 150px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center
}

.breadcrumbs-inner a {
  font-size: 14px
}

.breadcrumbs-inner a:hover {
  opacity: .7
}

.breadcrumbs-inner .breadcrumbs-page-link {
  color: var(--light-purple)
}

.page-tutorial .tutorial-title .text-title {
  font-weight: 700
}

.page-tutorial .nav-walkthrough.nav-tabs .nav-link img {
  height: 15px;
  margin-right: 5px;
  margin-top: 2px;
  box-shadow: 0 0 2px .5px rgb(0 0 0 / 50%)
}

.page-tutorial .nav-walkthrough.nav-tabs .nav-link {
  color: #000
}

.nav-tabs .nav-item .language-title .nav-link.active {
  color: var(--dark-light-red);
  background-color: transparent;
  border-color: var(--dark-light-red);
  border: none;
  border-bottom: 3px solid var(--dark-light-red)
}

.nav-walkthrough.nav-tabs .nav-item.show .nav-link,
.nav-walkthrough.nav-tabs .nav-link.active {
  border-color: var(--dark-light-red);
  border-bottom: 3px solid var(--dark-light-red)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: unset;
  border-color: var(--dark-light-red);
  border: none;
  border-bottom: 3px solid var(--dark-light-red)
}

.nav-walkthrough.nav-tabs .nav-link {
  font-weight: 700;
  font-size: 16px;
  border: none;
  width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase
}

.article-title a {
  font-weight: 700;
  line-height: 1.46px
}

.tutorial-info p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 78px
}

.language-item {
  margin-right: 35px
}

.nav-item .nav-link img {
  height: 15px;
  margin-right: 5px;
  margin-top: -3px;
  box-shadow: 0 0 2px .5px rgb(0 0 0 / 50%)
}

.language-title {
  font-weight: 700;
  text-align: center !important;
  text-transform: uppercase
}

.tutorial-info p,
.tutorial-title {
  text-align: center
}

.recomand_section .width-section .alos-like>p {
  justify-content: center
}