@media (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}

.scroll-menu {
  display: none;
}

.show-modal {
  z-index: 1000;
}

@media (max-width: 767px) {
  .modal-content {
    padding: 32px 16px;
  }
  h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
  }
}
nav.scroll-menu.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  margin: 0;
  padding: 5px 0;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  display: block;
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.controleurs-hero-section {
  padding-top: 60px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .controleurs-hero-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.controleurs-hero-layout {
  display: flex;
  align-items: center;
  gap: 46px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .controleurs-hero-layout {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .controleurs-hero-layout {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.controleurs-hero-content {
  flex: 1;
}
@media (max-width: 767px) {
  .controleurs-hero-content {
    text-align: center;
  }
}
.controleurs-hero-content h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 150%;
  color: #27272A;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .controleurs-hero-content h1 {
    font-size: 24px;
    line-height: 150%;
  }
}
.controleurs-hero-content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #27272A;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .controleurs-hero-content h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
  }
}
.controleurs-hero-content .description p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #52525B;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .controleurs-hero-content .description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 30px;
  }
}
.controleurs-hero-content .read-more a {
  display: inline-block;
}
@media (max-width: 767px) {
  .controleurs-hero-content .read-more a {
    width: 100%;
    text-align: center;
  }
}

.controleurs-hero-thumb-wrap {
  max-width: 562px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .controleurs-hero-thumb-wrap {
    max-width: 450px;
  }
}
.controleurs-hero-thumb-wrap img {
  max-width: 100%;
}

.controllers-section {
  background: #E1FDFF;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .controllers-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.common-heading h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #27272A;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .common-heading h2 {
    font-size: 24px;
    line-height: 27px;
  }
}
.common-heading p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #52525B;
}
@media (max-width: 767px) {
  .common-heading p {
    font-size: 15px;
  }
}

.controllers-heading {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .controllers-heading {
    margin-bottom: 40px;
  }
}
.controllers-heading h2 {
  margin-bottom: 16px;
}

.controllers-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .controllers-layout {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .controllers-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.controllers-layout .controller-item {
  background: rgba(0, 0, 0, 0.05);
  height: 370px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .controllers-layout .controller-item {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .controllers-layout .controller-item {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .controllers-layout .controller-item {
    width: 230px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    gap: 14px;
  }
}
.controllers-layout .controller-item .icon {
  width: 80px;
}
@media (max-width: 767px) {
  .controllers-layout .controller-item .icon {
    width: 60px;
  }
}
.controllers-layout .controller-item .icon img {
  max-width: 100%;
}
.controllers-layout .controller-item p {
  font-family: var(--comfortaa-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #27272A;
}
@media (max-width: 767px) {
  .controllers-layout .controller-item p {
    font-size: 16px;
  }
}

.controller-about-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .controller-about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.controller-about-layout {
  display: flex;
  align-items: center;
  gap: 76px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .controller-about-layout {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .controller-about-layout {
    flex-direction: column;
    gap: 30px;
  }
}

.controller-about-content {
  flex: 1;
}
@media (max-width: 767px) {
  .controller-about-content {
    text-align: center;
  }
}
.controller-about-content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #27272A;
}
@media (max-width: 767px) {
  .controller-about-content h2 {
    font-size: 24px;
    line-height: 150%;
  }
}
.controller-about-content .description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #52525B;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .controller-about-content .description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 30px;
  }
}
.controller-about-content .read-more a {
  display: inline-block;
}
@media (max-width: 767px) {
  .controller-about-content .read-more a {
    width: 100%;
    text-align: center;
  }
}

.controller-about-thumb-wrap {
  max-width: 540px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .controller-about-thumb-wrap {
    max-width: 450px;
  }
}
.controller-about-thumb-wrap img {
  max-width: 100%;
}

.features-section {
  background: #F6F6F6;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.features-heading {
  text-align: center;
  margin-bottom: 60px;
}

.features-layout {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-layout {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .features-layout {
    flex-direction: column;
  }
}
.features-layout .tab-nav {
  max-width: 400px;
  width: 100%;
  list-style: none;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #E8E9FA;
  border-radius: 16px;
  padding: 20px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-layout .tab-nav {
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .features-layout .tab-nav {
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
    display: flex;
    overflow-x: auto;
  }
}
.features-layout .tab-nav li {
  margin-bottom: 20px;
  position: relative;
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-layout .tab-nav li {
    display: inline-block;
    margin-bottom: 0;
    padding: 20px 0;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .features-layout .tab-nav li {
    display: inline-block;
    margin-bottom: 0;
    padding: 20px 0;
    margin-right: 20px;
    flex: none;
  }
}
.features-layout .tab-nav li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.features-layout .tab-nav li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #049CA4;
  border-radius: 4px 0 0 4px;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-layout .tab-nav li:before {
    width: 100%;
    height: 4px;
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 767px) {
  .features-layout .tab-nav li:before {
    width: 100%;
    height: 4px;
    bottom: 0;
    top: auto;
  }
}
.features-layout .tab-nav li.active button {
  background: #049CA4;
  color: #fff;
}
.features-layout .tab-nav li.active:before {
  opacity: 1;
}
.features-layout .tab-nav li button {
  width: 100%;
  display: flex;
  background: #F6F6F6;
  border: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #373E48;
  padding: 12px 22px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .features-layout .tab-nav li button {
    font-size: 18px;
  }
}
.features-layout .tab-contents {
  max-width: 750px;
  width: 100%;
  flex: 1;
}
.features-layout .tab-contents .tab-content {
  display: none;
  padding-top: 0;
}
.features-layout .tab-contents .tab-content.active {
  display: block;
}

.faq-item {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: 1fr 84px;
  gap: 16px;
}
@media (max-width: 767px) {
  .faq-item {
    grid-template-columns: 1fr 60px;
  }
}
.faq-item .icon-wrap {
  background: #FFFFFF;
  border: 1px solid #E8E9FA;
  border-radius: 10px;
  position: relative;
}
.faq-item .icon-wrap .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .faq-item .icon-wrap .icon {
    top: 10px;
  }
}
.faq-item .icon-wrap .icon.plus {
  display: flex;
}
.faq-item .icon-wrap .icon.minus {
  display: none;
}
.faq-item .faq-heading .title {
  background: #FFFFFF;
  border: 1px solid #E8E9FA;
  border-radius: 10px;
  flex: 1;
  height: 80px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #27272A;
  padding: 22px 26px;
}
@media (max-width: 767px) {
  .faq-item .faq-heading .title {
    padding: 15px 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #27272A;
    height: 58px;
  }
}
.faq-item .faq-content {
  display: none;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .faq-item .faq-content .table.hide-mobile {
    display: none;
  }
}
.faq-item .faq-content .table.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  .faq-item .faq-content .table.show-mobile {
    display: table;
  }
}
.faq-item .faq-content .table td {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #27272A;
  padding: 10px 26px;
  border-right: 2px solid #0E2829;
  width: 50%;
}
@media (max-width: 767px) {
  .faq-item .faq-content .table td {
    font-size: 13px;
    padding: 8px 16px;
  }
}
.faq-item .faq-content .table td:last-child {
  border-right: 0;
}
.faq-item .faq-content .table tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.04);
}
.faq-item.active .faq-heading .title {
  background: #011C1D;
  border-color: #011C1D;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.faq-item.active .faq-content {
  background: #011C1D;
  border-radius: 0 0 10px 10px;
}
.faq-item.active .faq-content .table td {
  color: #fff;
}
.faq-item.active .icon-wrap .icon.plus {
  display: none;
}
.faq-item.active .icon-wrap .icon.minus {
  display: block;
}

.vision-hero-section {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .vision-hero-section {
    padding-top: 40px;
  }
}

.vision-hero-layout {
  display: flex;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vision-hero-layout {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .vision-hero-layout {
    flex-direction: column;
  }
}

.vision-hero-content {
  flex: 1;
  padding-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vision-hero-content {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .vision-hero-content {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .vision-hero-content {
    text-align: center;
  }
}
.vision-hero-content h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 150%;
  color: #27272A;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .vision-hero-content h1 {
    font-size: 24px;
    line-height: 150%;
  }
}
.vision-hero-content .description p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #52525B;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .vision-hero-content .description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 30px;
  }
}
.vision-hero-content .read-more a {
  display: inline-block;
}
@media (max-width: 767px) {
  .vision-hero-content .read-more a {
    width: 100%;
    text-align: center;
  }
}

.vision-hero-thumb-wrap {
  max-width: 562px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vision-hero-thumb-wrap {
    max-width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vision-hero-thumb-wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .vision-hero-thumb-wrap {
    padding-bottom: 0;
  }
}
.vision-hero-thumb-wrap img {
  max-width: 100%;
}

.vision-about-section {
  background: #E1FDFF;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: -90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vision-about-section {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .vision-about-section {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}

.vision-about-layout {
  display: flex;
  align-items: flex-end;
  gap: 80px;
  padding-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vision-about-layout {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .vision-about-layout {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
    padding-bottom: 30px;
  }
}

.vision-about-content {
  flex: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vision-about-content {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .vision-about-content {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .vision-about-content {
    text-align: center;
  }
}
.vision-about-content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #27272A;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .vision-about-content h2 {
    font-size: 24px;
    line-height: 150%;
  }
}
.vision-about-content .short-description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #52525B;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .vision-about-content .short-description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 30px;
  }
}
.vision-about-content .description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #52525B;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .vision-about-content .description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 15px;
  }
}
.vision-about-content .read-more a {
  display: inline-block;
}
@media (max-width: 767px) {
  .vision-about-content .read-more a {
    width: 100%;
    text-align: center;
  }
}

.vision-about-thumb-wrap {
  max-width: 530px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vision-about-thumb-wrap {
    max-width: 450px;
  }
}
.vision-about-thumb-wrap img {
  max-width: 100%;
}

.advantages-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .advantages-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.advantages-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .advantages-heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages-heading .read-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .advantages-heading .read-more {
    display: none;
  }
}
.advantages-heading .read-more a {
  display: inline-block;
}

.advantages-layout {
  display: flex;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages-layout {
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .advantages-layout {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.advantages-layout .advantages-faq {
  max-width: 598px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages-layout .advantages-faq {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .advantages-layout .advantages-faq {
    max-width: 100%;
  }
}
.advantages-layout .thumb-wrapper {
  max-width: 536px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .advantages-layout .thumb-wrapper {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .advantages-layout .thumb-wrapper {
    max-width: 100%;
    display: flex;
    gap: 30px;
  }
}
.advantages-layout .thumb-wrapper .thumb {
  margin-bottom: 30px;
}
.advantages-layout .thumb-wrapper img {
  max-width: 100%;
}

.advantages-faq .advantages-faq-item {
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .advantages-faq .advantages-faq-item {
    gap: 8px;
  }
}
.advantages-faq .advantages-faq-item .left {
  flex: none;
  opacity: 0.5;
}
.advantages-faq .advantages-faq-item .left .number {
  width: 84px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #011C1D;
  background: #FFFFFF;
  border: 1px solid #E8E9FA;
  border-radius: 10px;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .advantages-faq .advantages-faq-item .left .number {
    width: 60px;
    height: 60px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
  }
}
.advantages-faq .advantages-faq-item .right {
  background: #FFFFFF;
  border: 1px solid #E8E9FA;
  border-radius: 10px;
  flex: 1;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.advantages-faq .advantages-faq-item .right .title {
  width: 100%;
  padding: 20px 26px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  color: #27272A;
  gap: 5px;
}
@media (max-width: 767px) {
  .advantages-faq .advantages-faq-item .right .title {
    padding: 16px 14px;
    font-size: 16px;
    line-height: 150%;
  }
}
.advantages-faq .advantages-faq-item .right .title .icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .advantages-faq .advantages-faq-item .right .title .icon svg {
    width: 16px;
  }
}
.advantages-faq .advantages-faq-item .right .title .icon svg path {
  stroke: #52525B;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.advantages-faq .advantages-faq-item .right .text {
  padding: 20px 26px 20px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .advantages-faq .advantages-faq-item .right .text {
    padding: 20px 20px 20px 35px;
  }
}
.advantages-faq .advantages-faq-item .right .text ul li {
  margin-bottom: 15px;
}
.advantages-faq .advantages-faq-item.active .left {
  opacity: 1;
}
.advantages-faq .advantages-faq-item.active .right {
  background: #011C1D;
  border-color: #011C1D;
}
.advantages-faq .advantages-faq-item.active .right .title {
  color: #fff;
}
.advantages-faq .advantages-faq-item.active .right .title .icon svg {
  rotate: 180deg;
}
.advantages-faq .advantages-faq-item.active .right .title .icon svg path {
  stroke: #fff;
}

.economic-section {
  background: #F6F6F6;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .economic-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.economic-heading {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #27272A;
}
@media (max-width: 767px) {
  .economic-heading {
    margin-bottom: 30px;
  }
}

.economic-layout-wrapper {
  overflow-x: auto;
}

.economic-layout {
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .economic-layout {
    width: 1196px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .economic-layout {
    width: 1196px;
  }
}
@media (max-width: 767px) {
  .economic-layout {
    width: 1196px;
  }
}
.economic-layout .economic-item:last-child .e-shape-1 {
  display: none;
}
.economic-layout .economic-item .icon-wrap {
  position: relative;
  z-index: 1;
}
.economic-layout .economic-item .icon-wrap .e-shape-1 {
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 67%;
}
.economic-layout .economic-item .icon-wrap:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 120px;
  border-left: 2px dashed #44B8BE;
  z-index: -1;
}
.economic-layout .economic-item .icon {
  width: 74px;
  height: 74px;
  background: #44B8BE;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.economic-layout .economic-item .text {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #2E2E32;
  padding: 30px 16px;
  background: #FFFFFF;
  border: 1px solid rgba(4, 156, 164, 0.2);
  border-radius: 14px;
  min-height: 160px;
  min-width: 210px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-family: "Inter";
}

.economic-description p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #52525B;
  max-width: 1033px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .economic-description p {
    font-size: 15px;
  }
}

.vision-about-2-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .vision-about-2-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.vision-about-content-2 {
  flex: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vision-about-content-2 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .vision-about-content-2 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .vision-about-content-2 {
    text-align: center;
  }
}
.vision-about-content-2.style-2 {
  text-align: center;
}
.vision-about-content-2 h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #27272A;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .vision-about-content-2 h2 {
    font-size: 24px;
    line-height: 150%;
  }
}
.vision-about-content-2 .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #52525B;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .vision-about-content-2 .description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 15px;
  }
}
.vision-about-content-2 .description ul {
  padding-left: 20px;
}
.vision-about-content-2 .description ul li {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #52525B;
}
@media (max-width: 767px) {
  .vision-about-content-2 .description ul li {
    font-size: 15px;
  }
}
.vision-about-content-2 .read-more a {
  display: inline-block;
}
@media (max-width: 767px) {
  .vision-about-content-2 .read-more a {
    width: 100%;
    text-align: center;
  }
}

.vision-separator {
  border-top: 1px solid #E8E9FA;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .vision-separator {
    margin-bottom: 30px;
  }
}

.vision-about-3-section {
  background: #E1FDFF;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .vision-about-3-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.vision-about-layout-3 {
  display: flex;
  align-items: flex-end;
  gap: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vision-about-layout-3 {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .vision-about-layout-3 {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}

.features2-section {
  background: #F6F6F6;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .features2-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.features-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 100px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-layout-2 {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .features-layout-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.features-layout-2 .bar-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 622px;
  border-left: 1px dashed #049CA4;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-layout-2 .bar-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .features-layout-2 .bar-1 {
    display: none;
  }
}

.features-item {
  position: relative;
  z-index: 1;
  text-align: right;
  padding: 80px 30px 30px 50px;
  height: 300px;
}
@media (max-width: 767px) {
  .features-item {
    padding: 60px 30px 30px 30px;
    height: 250px;
  }
}
.features-item .shape-1 {
  position: absolute;
  right: -67px;
  top: 46%;
  width: 34px;
  height: 34px;
  background: #049CA4;
  border-radius: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-item .shape-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .features-item .shape-1 {
    right: 50%;
    top: auto;
    bottom: -40px;
  }
}
.features-item .shape-2 {
  display: none;
  position: absolute;
  left: -101px;
  top: 52%;
  width: 102px;
  border-top: 1px dashed #049CA4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-item .shape-2 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .features-item .shape-2 {
    display: block;
    left: 45%;
    top: auto;
    border-top: 0;
    bottom: -70px;
    width: 1px;
    height: 96px;
    border-left: 1px dashed #049CA4;
  }
}
.features-item:last-child .shape-1,
.features-item:last-child .shape-2 {
  display: none !important;
}
.features-item.even {
  padding: 80px 50px 30px 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .features-item.even {
    padding: 60px 30px 30px 30px;
  }
}
.features-item.even .shape-1 {
  display: none;
}
@media (max-width: 767px) {
  .features-item.even .shape-1 {
    display: block;
  }
}
.features-item.even .shape-2 {
  display: block;
}
.features-item.even .num {
  left: auto;
  top: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .features-item.even .num {
    right: 12px;
    top: 18px;
  }
}
.features-item .shape-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.features-item .shape-bg img {
  width: 100%;
  height: 100%;
}
.features-item .num {
  position: absolute;
  left: 15px;
  top: 15px;
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 94px;
  height: 94px;
  background: #44B8BE;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-item .num {
    font-size: 22px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 767px) {
  .features-item .num {
    font-size: 15px;
    line-height: 22px;
    width: 58px;
    height: 58px;
    left: 12px;
    top: 18px;
  }
}
.features-item .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #001C40;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .features-item .title {
    font-size: 15px;
    line-height: 22px;
  }
}
.features-item .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4A505A;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-item .description p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .features-item .description p {
    font-size: 13px;
    line-height: 150%;
  }
}

.small .features-item .title {
  margin-bottom: 0px;
}

.small .features-item .description p {
  font-size: 14px;
  line-height: 20px;
}

.review-hero-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.review-hero-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .review-hero-layout {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .review-hero-layout {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
  }
}
.review-hero-layout .left {
  max-width: 728px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .review-hero-layout .left {
    max-width: 100%;
  }
}
.review-hero-layout .left h2 {
  font-family: var(--comfortaa-font);
  font-weight: 700;
  font-size: 56px;
  line-height: 150%;
  color: #27272A;
}
@media (max-width: 767px) {
  .review-hero-layout .left h2 {
    font-size: 24px;
    line-height: 150%;
  }
}
.review-hero-layout .right {
  max-width: 355px;
}
.review-hero-layout .description {
  margin-bottom: 30px;
}
.review-hero-layout .description p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #52525B;
}
@media (max-width: 767px) {
  .review-hero-layout .description p {
    font-size: 16px;
  }
}
.review-hero-layout .read-more a {
  display: inline-block;
}

.review-hero-thumb-wrap img {
  width: 100%;
  max-width: 100%;
}

.faq-heading-2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .faq-heading-2 {
    margin-bottom: 40px;
  }
}

.faq-section {
  padding-top: 90px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .faq-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.faq-items {
  background: #FFFFFF;
  border: 1px solid #E8E9FA;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.faq-items.active .title {
  background: #049CA4;
  color: #fff;
}
.faq-items.active .title .icon:before {
  display: none;
}
.faq-items.active .title .icon:after {
  background: #fff;
}
.faq-items .title {
  padding: 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  color: #27272A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.faq-items .title .icon {
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 1;
}
.faq-items .title .icon:before {
  content: "";
  width: 2px;
  height: 16px;
  background: #141414;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq-items .title .icon:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #141414;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq-items .text {
  display: none;
  padding: 24px 30px;
}
.faq-items .text p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #52525B;
}

.main-blog-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .main-blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.post-details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}
.post-details-navigation a {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .post-details-navigation a {
    font-size: 15px;
  }
}
.post-details-navigation a:hover .icon {
  background: #049CA4;
}
.post-details-navigation a:hover .icon svg path {
  stroke: #fff;
}
.post-details-navigation a .icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-details-navigation a .icon svg path {
  stroke: #222;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.main-blog-details .thumb {
  margin-bottom: 30px;
}
.main-blog-details .thumb img {
  width: 100%;
  border-radius: 16px;
}
.main-blog-details .title h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 150%;
  color: #27272A;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-blog-details .title h2 {
    font-size: 24px;
  }
}
.main-blog-details .meta {
  margin-bottom: 20px;
}
.main-blog-details .meta .m-category a {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #049CA4;
}
@media (max-width: 767px) {
  .main-blog-details .meta .m-category a {
    font-size: 16px;
  }
}
.main-blog-details .text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #52525B;
}
@media (max-width: 767px) {
  .main-blog-details .text p {
    font-size: 16px;
  }
}

.main-blog-lists {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.main-blog-lists .col-6 {
  width: 48.5%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-blog-lists .col-6 {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-blog-lists .col-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-blog-lists .col-6 {
    width: 100%;
  }
}
.main-blog-lists .col-4 {
  width: 31.5%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-blog-lists .col-4 {
    width: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-blog-lists .col-4 {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .main-blog-lists .col-4 {
    width: 100%;
  }
}

.main-blog-post {
  background: #FFFFFF;
  border: 1px solid #E8E9FA;
  border-radius: 16px;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-blog-post .thumb {
  margin-bottom: 16px;
}
.main-blog-post .thumb img {
  width: 100%;
  border-radius: 14px;
  height: 236px;
  object-fit: cover;
}
.main-blog-post .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-blog-post .meta {
  margin-bottom: 8px;
}
.main-blog-post .meta .m-category a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #049CA4;
}
.main-blog-post .title {
  margin-bottom: 8px;
}
.main-blog-post .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  font-family: var(--poppins-font);
  margin-bottom: 0;
}
.main-blog-post .title h3 a {
  color: #000;
}
.main-blog-post .title h3 a:hover {
  color: #049CA4;
}
.main-blog-post .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #52525B;
}
.main-blog-post .read-more {
  margin-top: 18px;
  margin-bottom: 8px;
}
.main-blog-post .read-more a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 136%;
  color: #049CA4;
}
.main-blog-post .read-more a .icon {
  line-height: 1;
}

.main-blog-post-2 {
  background: #FFFFFF;
  border: 1px solid #E8E9FA;
  border-radius: 16px;
  padding: 10px;
  display: flex;
  min-height: 290px;
  gap: 20px;
}
@media (max-width: 767px) {
  .main-blog-post-2 {
    min-height: auto;
    flex-direction: column;
  }
}
.main-blog-post-2 .thumb {
  max-width: 288px;
  width: 100%;
  height: 270px;
}
@media (max-width: 767px) {
  .main-blog-post-2 .thumb {
    max-width: 100%;
    height: 100%;
  }
}
.main-blog-post-2 .thumb img {
  width: 100%;
  border-radius: 14px;
  height: 100%;
  object-fit: cover;
}
.main-blog-post-2 .content {
  flex: 1;
  align-self: center;
}
.main-blog-post-2 .meta {
  margin-bottom: 8px;
}
.main-blog-post-2 .meta .m-category a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #049CA4;
}
.main-blog-post-2 .title {
  margin-bottom: 8px;
}
.main-blog-post-2 .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  font-family: var(--poppins-font);
  margin-bottom: 0;
}
.main-blog-post-2 .title h3 a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-blog-post-2 .title h3 a:hover {
  color: #049CA4;
}
.main-blog-post-2 .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-blog-post-2 .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #52525B;
}
.main-blog-post-2 .read-more {
  margin-top: 18px;
  margin-bottom: 8px;
}
.main-blog-post-2 .read-more a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 136%;
  color: #049CA4;
}
.main-blog-post-2 .read-more a .icon {
  line-height: 1;
}

.mobion-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.mobion-pagination a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.mobion-pagination a svg path {
  stroke: #222;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.mobion-pagination a:hover {
  background: #049CA4;
}
.mobion-pagination a:hover svg path {
  stroke: #fff;
}

.article-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-heading {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .article-heading {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.article-heading .title {
  font-weight: 700;
  font-size: 56px;
  line-height: 150%;
  color: #27272A;
}
@media (max-width: 767px) {
  .article-heading .title {
    font-size: 24px;
    line-height: 150%;
  }
}
.article-heading .description {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #52525B;
  max-width: 735px;
  width: 100%;
}
@media (max-width: 767px) {
  .article-heading .description {
    font-size: 15px;
  }
}

.article-banner {
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 16px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.article-banner .article-banner-content {
  position: absolute;
  right: 40px;
  top: 40px;
  max-width: 530px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(9.5px);
  border-radius: 16px;
  padding: 34px;
}
@media (max-width: 767px) {
  .article-banner .article-banner-content {
    max-width: calc(100% - 20px);
    right: 10px;
    bottom: 10px;
    top: auto;
    padding: 16px;
  }
}
.article-banner .article-banner-content .description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .article-banner .article-banner-content .description p {
    font-size: 15px;
  }
}
.article-banner .article-banner-content .read-more {
  margin-top: 25px;
}
.article-banner .article-banner-content .read-more a {
  display: inline-block;
}
@media (max-width: 767px) {
  .article-banner .article-banner-content .read-more a {
    width: 100%;
    text-align: center;
  }
}

.category-post-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 1;
}
@media (max-width: 767px) {
  .category-post-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.category-post-section .category-post-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 430px;
  background: #E1FDFF;
  z-index: -1;
}

.category-post-heading {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .category-post-heading {
    margin-bottom: 30px;
  }
}

.category-blog-post {
  background: #FFFFFF;
  border: 1px solid #E8E9FA;
  border-radius: 16px;
  padding: 10px;
  height: 480px;
  display: flex;
  flex-direction: column;
}
.category-blog-post .thumb {
  margin-bottom: 16px;
}
.category-blog-post .thumb img {
  width: 100%;
  border-radius: 14px;
  height: 236px;
  object-fit: cover;
}
.category-blog-post .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.category-blog-post .meta {
  margin-bottom: 8px;
}
.category-blog-post .meta .m-category a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #049CA4;
}
.category-blog-post .title {
  margin-bottom: 8px;
}
.category-blog-post .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  font-family: var(--poppins-font);
  margin-bottom: 0;
}
.category-blog-post .title h3 a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-blog-post .title h3 a:hover {
  color: #049CA4;
}
.category-blog-post .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #52525B;
}
.category-blog-post .read-more {
  margin-top: 18px;
  margin-bottom: 8px;
}
.category-blog-post .read-more a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 136%;
  color: #049CA4;
}
.category-blog-post .read-more a .icon {
  line-height: 1;
}

.category-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.category-slider .single-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.category-slider .slick-prev {
  position: absolute;
  right: 70px;
  top: -100px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .category-slider .slick-prev {
    right: 60%;
    transform: translateX(50%);
    top: auto;
    bottom: -50px;
  }
}
.category-slider .slick-prev svg path {
  stroke: #27272A;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.category-slider .slick-prev:hover {
  background: #049CA4;
}
.category-slider .slick-prev:hover svg path {
  stroke: #fff;
}
.category-slider .slick-next {
  position: absolute;
  right: 0;
  top: -100px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .category-slider .slick-next {
    right: 40%;
    transform: translateX(50%);
    top: auto;
    bottom: -50px;
  }
}
.category-slider .slick-next svg path {
  stroke: #27272A;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.category-slider .slick-next:hover {
  background: #049CA4;
}
.category-slider .slick-next:hover svg path {
  stroke: #fff;
}

.image-tabs .image-thumb {
  display: none;
}
.image-tabs .image-thumb.active {
  display: block;
}

.color-opt .single-clr .radio input {
  display: none;
}
.color-opt .single-clr .radio input:checked ~ label {
  border-color: #000;
}
.color-opt .single-clr .radio label {
  border: 1px solid #D4D4D8;
  cursor: pointer;
}
.color-opt .single-clr .radio label:after {
  display: none;
}

.couleur-selle .custom-radio-selle label {
  padding: 0 !important;
}

.feature-section-3 {
  background: #E1FDFF;
  padding-top: 100px;
  padding-bottom: 95px;
}
@media (max-width: 767px) {
  .feature-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.popup-content-responsive {
  overflow-x: auto;
}
.popup-content-wrap {
  background: #FFFFFF;
  border: 1px solid #049CA4;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 7.49px;
  width: 100%;
}
.popup-content-wrap .popup-content .popup-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.popup-content-wrap .popup-content .title h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
  padding: 12px 24px;
  background: #049CA4;
  border: 1px solid rgba(4, 156, 164, 0.1);
}
.popup-content-wrap .popup-content .item {
  border: 1px solid rgba(4, 156, 164, 0.1);
  padding: 16px 24px;
}
.popup-content-wrap .popup-content .item:last-child p {
  font-weight: 400;
  color: #52525B;
}
.popup-content-wrap .popup-content .item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  margin-bottom: 0;
}

.error-section .container .row {
  margin: 15px 5px;
}

.page-area .container .row {
  margin: 10px 5px;
}

/*# sourceMappingURL=custom.css.map */
