:root {
    --first: 214, 42, 61;
    --second: 250, 40, 65;
    --third: 29, 32, 37;
    --fourth: 33, 41, 54;
    --body-color: #ffffff;
}
.ctaSec {
  overflow: hidden;
  background-color: rgb(var(--second));
  background-image: url("Taieri.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
}

.cta {
  padding: 80px 0;
  position: relative;
}

.cta .topic {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.76;
}

.cta .action {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.cta .action .btn {
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta .action .btn img {
  user-select: none;
}

.cta .action .btn-outline-primary img {
  margin-right: 30px;
  width: 13px;
}
.cta .action .btn-primary img {
  margin-right: 18px;
  width: 13px;
}

.cta .action .btn svg {
  user-select: none;
}

.cta__title {
  width: 100%;
}

.cta .action .btn-outline-primary svg {
  margin-right: 20px;
  max-width: 16px;
  max-height: 16px;
}

.cta .action .btn-outline-primary svg path {
  fill: currentColor !important;
}

.cta .action .btn-primary svg {
  margin-right: 20px;
  max-width: 16px;
  max-height: 16px;
}

.cta .action .btn-primary svg path {
  fill: currentColor !important;
}

.cta .action .btn.btn-primary {
  background-color: #ffffff;
  color: rgb(var(--second));
  border: 1px solid #ffffff;
}

.cta .action .btn.btn-primary:focus,
.cta .action .btn.btn-primary:hover,
.cta .action .btn.btn-primary:active {
  /* background-color: rgba(var(--second), 0.1); */
  outline: unset;
  box-shadow: unset;
}

.cta .action .btn.btn-outline-primary {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.cta .action .btn.btn-outline-primary:focus,
.cta .action .btn.btn-outline-primary:hover,
.cta .action .btn.btn-outline-primary:active {
  background-color: rgba(0, 0, 0, 0.1);
  outline: unset;
  box-shadow: unset;
}

.cta .action .btn:not(:last-child) {
  margin-left: 10px;
}

@media screen and (max-width: 500px) {
  .cta .action {
    flex-direction: column;
  }

  .cta .action .btn {
    width: 100%;
    margin: 5px 0;
  }
}

@media screen and (max-width: 991px) {
  .cta {
    padding: 80px 17px 80px 11px;
  }

  .cta .topic {
    text-align: right;
  }

  .cta .action {
    justify-content: center;
  }

  .cta i {
    display: none;
  }

  .cta .desc::after {
    top: 28px;
  }
}

.faq {
  padding: 60px 0;
  position: relative;
}

.faq i {
  display: flex;
  position: absolute;
  z-index: 0;
}

.faq i.right {
  width: 60px;
  height: 50px;
  top: 160px;
  right: -4vw;
  background-image: url("rightBg.svg");
}

.faq i.left {
  width: 130px;
  height: 130px;
  bottom: 7vh;
  left: -10vw;
  background-image: url("leftBg.svg");
}

.faq .title {
  display: flex;
  text-align: center;
  justify-content: center;
}

.faq .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.underline-holder {
  position: relative;
}

.faq .title .topic .underline-holder::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--second));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.faq .accordion .card {
  text-align: right;
  border: unset;
  background: unset;
}

.faq .accordion .card .card-header {
  background-color: unset;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.faq .accordion .card .card-header button {
  position: relative;
  flex: 1;
  padding: 30px;
  display: flex;
  text-align: right !important;
  align-items: center;
  justify-content: flex-start;
  text-decoration: unset;
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 600;
}

/* .faq .accordion .card .card-header button::before {
  content: '+';
  position: absolute;
  top: 25px;
  right: 0;
  bottom: 0;
  color: rgb(var(--first));
  font-size: 27px;
} */

.faq .accordion .card .card-header button .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}

.faq .accordion .card .card-header button .icon svg {
  width: 16px;
  height: 16px;
}

.faq .accordion .card .card-header button .icon svg path {
  fill: rgb(var(--first));
}

.faq .accordion .card .card-header button .icon .faqone__plusicon {
  display: none;
}

.faq .accordion .card .card-header button .icon .faqone__minusicon {
  display: inline-block;
}

.faq .accordion .card .card-header button.collapsed .icon .faqone__plusicon {
  display: inline-block;
}

.faq .accordion .card .card-header button.collapsed .icon .faqone__minusicon {
  display: none;
}

.faq .accordion .card .card-body {
  padding: 0 6vw 30px;
}

.faq .accordion .card .card-body p {
  position: relative;
  padding: 0 3.8vw 0;
  line-height: 2;
  text-align: right !important;
  font-size: 14px;
  color: rgb(var(--third));
  /* opacity: 0.7; */
  /* border-right: 2px solid rgb(var(--first)); */
  font-weight: 300;
}

.faq .accordion .card .card-body p::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3px;
  /* height: 60px; */
  background-color: rgb(var(--first));
}

@media screen and (max-width: 1400px) {
  .faq i {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .faq .accordion .card .card-body {
    padding: 0 60px 30px 30px;
  }

  .faq .accordion .card .card-header button {
    font-size: 20px;
  }

  .faq .accordion .card .card-body p {
    padding: 0 30px 0 0;
    text-align: right !important;
    font-size: 18px;
    color: rgb(var(--third));
    /* opacity: 0.8; */
  }
}

.featuresone {
  padding: 60px 0;
  position: relative;
}

.featuresone .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}

.featuresone .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.underline-holder {
  position: relative;
}

.featuresone .title .topic .underline-holder::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.featuresone .featuresone__feature {
  text-align: right;
  padding: 15px;
}

.featuresone .featuresone__feature .box {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 30px 23px 20px 20px;
  border-radius: 10px;
  transition: all 150ms ease-in-out;
}

.featuresone .featuresone__feature .box:hover {
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

.featuresone__icon-bg {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  border-radius: 10px;
  background-color: rgba(var(--second), 0.1);
}

.featuresone__icon-bg svg {
  width: 50%;
  height: 50%;
}

.featuresone .featuresone__feature img {
  user-select: none;
  width: 95px;
  height: 85px;
  max-width: 95px;
  max-height: 85px;
  margin-bottom: 18px;
  object-fit: contain;
}

/* .features .feature img {
  user-select: none;
  width: 60px;
  margin-bottom: 18px;
  object-fit: contain;
} */

.featuresone .featuresone__feature .topic {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 11px;
}

.featuresone .featuresone__feature .desc {
  line-height: 2;
  font-weight: 300;
  font-size: 13px;
  color: rgb(var(--third));
  white-space: pre-line;
}

@media screen and (max-width: 991px) {
  .featuresone .featuresone__feature {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .featuresone .featuresone__feature {
    margin-bottom: 0px;
    padding: 7px;
  }
}

.footer {
  text-align: right;
  padding: 60px 0;
  position: relative;
}

.footer .topic,
.footer .social .topic,
.footer .contact .topic {
  font-size: 15px;
  font-weight: 600;
  color: rgb(var(--third));
  margin-bottom: 12px;
}

.footer .social .topic {
  margin-bottom: 20px;
  /* margin-right: 47px; */
}

.footer p {
  font-size: 12px;
  font-weight: 300;
  color: rgb(var(--third));
  /* opacity: 0.7; */
}

.footer .info p {
  line-height: 2.2;
  white-space: pre-line;
}

.footer .info {
  padding: 0 30px;
  /* border-left: 1px dashed #eaeaea; */
  position: relative;
}

.footer .info::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 150%;
  border-left: 1px dashed #eaeaea;
}

.footer .info .topic {
  padding-right: 15px;
  position: relative;
  font-weight: 600;
}

.footer .info .topic::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -1px;
  top: 3px;
  border-radius: 100px;
  background-color: rgb(var(--second));
}

.footer .contact .data {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer .contact .data ul {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer .contact .data ul .footerone__listitem {
  margin-left: 30px;
}

/* .footer .contact .data ul:not(:last-child) {
  margin-left: 30px;
} */

.footer .contact .data ul:last-child {
  flex: 0.87;
}

.footer .contact .data ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.footer .contact .data ul li a {
  font-size: 12px;
  color: rgb(var(--third));
}

.footer .contact .data ul li img {
  width: 16px;
  margin-left: 10px;
  object-fit: contain;
  margin-top: 2px;
}

.footer .contact .data ul li svg {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-top: 2px;
}

.footer .contact .data ul li a.email {
  direction: ltr;
  text-align: right;
}

.footer .social {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer .social .media {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
}

.footer .social .media a:not(:last-child) {
  text-decoration: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: 10px;
}

.footer .social .media a img {
  width: 28px;
}

.footer .social .media a svg {
  width: 28px;
  height: 28px;
}

.footer .tag {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 15px;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px dashed #eaeaea;
}

.footer .tag .heart {
  margin: 0 5px;
  color: rgb(var(--second));
}

.footer .tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--fourth));
  text-decoration: none;
  font-size: 12px;
}

.footer .social .media a img {
  transition: 0.3s;
}

.footer .social .media a svg {
  transition: 0.3s;
}

/* .footer .social .media a img:hover {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(1.5) !important;
} */
.footer .social .media a img:hover {
  filter: grayscale(100%) brightness(150%) sepia(100%) hue-rotate(-50deg)
    saturate(600%) contrast(2);
}

.footer .social .media a .icon-holder:hover svg path {
  fill: rgb(var(--second));
}

.footer .social .media a .icon-holder:hover svg rect {
  fill: rgb(var(--second));
}

.footer .social .media a .icon-holder:hover svg circle {
  fill: rgb(var(--second));
}

.footer .tag a img {
  width: 14px;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .footer .info::before {
    height: 0;
  }

  .footer .social {
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .footer .topic,
  .footer .social .topic,
  .footer .contact .topic {
    font-size: 18px;
  }

  .footer p {
    font-size: 15px;
  }

  .footer .social .topic {
    margin-right: unset;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer .info {
    padding: 0;
    margin-bottom: 50px;
    border: unset;
  }

  .footer .contact {
    margin-bottom: 30px;
  }

  .footer .contact .data ul:last-child {
    flex: 1;
  }

  .footer .tag {
    width: 160px;
    flex: unset;
    padding: 15px 15px 0;
    justify-content: center;
    margin: 30px auto 0;
  }
}

.owl-carousel {
  direction: ltr;
}

.galleryone__section {
  margin: 60px 0;
}

.gallery {
  padding: 50px 0 75px;
  position: relative;
}

.gallery .box {
  position: absolute;
  width: 110%;
  height: 100%;
  z-index: 0;
  left: 50%;
  top: 50%;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  background-color: rgba(var(--second), 0.05);
}

.gallery .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}

.gallery .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.underline-holder {
  position: relative;
}

.gallery .title .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.gallery .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery .image img {
  border-radius: 12px;
  height: 140px;
  max-height: 140px;
  object-fit: cover !important;
}

.gallery .image span {
  font-size: 13px;
  margin-top: 10px;
  color: rgb(var(--fourth));
}

.gallery__owl-carousel {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.gallery__owl-carousel .owl-nav {
  display: block !important;
}

.gallery__owl-carousel .owl-nav button {
  position: absolute;
  top: 36% !important;
  outline: unset !important;
  box-shadow: unset !important;
  background: unset !important;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery__owl-carousel .owl-nav button img {
  width: 10px !important;
  height: 10px !important;
}

.gallery__owl-carousel .owl-nav .owl-prev {
  left: -30px;
}

.gallery__owl-carousel .owl-nav .owl-next {
  right: -30px;
}

.gallery__owl-carousel .owl-dots {
  margin-top: 40px !important;
}

.gallery__owl-carousel .owl-dot {
  outline: unset !important;
  box-shadow: unset !important;
}

.gallery__owl-carousel .owl-dot span {
  opacity: 0.5 !important;
  background-color: #ffffff !important;
}

.gallery__owl-carousel .owl-dot.active span {
  opacity: 1 !important;
}

@media screen and (max-width: 991px) {
  .gallerySec {
    padding: 15px;
  }

  .gallery .slider {
    /* width: 80%; */
    padding: 0 10%;
  }
}

.nav {
  /* background-color: #ffffff;
  border-radius: 0 0 10px 10px; */
}

.nav .navbar {
  padding: 25px 0;
  text-align: right;
}

.nav .navbar .navbar-nav {
  padding: 6px 0;
}

.nav .navbar .navbar-nav {
  direction: rtl;
}

.nav .navbar .navbar-nav .nav-item:not(:last-child) {
  margin: 0 0 0 45px;
}

.nav .navbar .navbar-nav .nav-item a {
  padding: 0;
  font-size: 15px;
  color: rgb(var(--third));
  opacity: .6;
  position: relative;
  font-weight: 500;
  transition: .3s;
}

.nav .navbar .navbar-nav .nav-item a:hover {
  opacity: 1;
}

.nav .navbar .navbar-nav .nav-item a::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 3px;
  left: 50%;
  right: 50%;
  border-radius: 100px;
  background-color: rgb(var(--second));
  transform: translate(-50%, 50%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.nav .navbar .navbar-nav .nav-item a:hover::after {
  opacity: 1;
  visibility: visible;
}

.nav .navbar .navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
}

.nav .navbar .navbar-brand img {
  user-select: none;
  object-fit: contain;
  max-width: 350px;
  max-height: 89px;
}

.nav .navbar .navbar-toggler {
  border: unset;
  outline: unset;
  padding: 0;
}

.icon-open {
  background: url("menu_icon.svg")
    no-repeat;
  width: 30px;
  height: 30px;

}

.icon-close {
  background: url("close_menu.svg")
    no-repeat;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 991px) {
  .nav .navbar {
    padding: 30px 15px;
  }

  .nav .navbar .navbar-nav {
    padding: 30px 0;
  }

  .nav .navbar .navbar-nav .nav-item:not(:first-child) {
    margin: 25px 0 0 0;
  }

  /* .nav .navbar .navbar-nav .nav-item a::after {
    right: -9px;
    top: 9px;
    left: unset;
    transform: unset;
  } */

  .nav .navbar .navbar-nav .nav-item a::after {
    top: -5px;
    right: -10px;
    bottom: 0;
    margin: auto 0;
  }
}

.leadSec {
  position: relative;
  overflow: hidden;
}

.leadcaptureone__bgpattern {
  position: absolute;
  left: -130px;
  top: 100px;
}

.lead {
  padding: 100px 0;
  position: relative;
}

.lamp {
  position: absolute;
  right: -100px;
  top: 30px;
  user-select: none;
}

.lead .title {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.lead .title .topic {
  color: var(--fourth);
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  position: relative;
}

.lead .title .desc {
  color: rgb(var(--third));
  font-size: 17px;
  font-weight: 300;
  white-space: pre-line;
}

.lead .title span {
  width: 100%;
  font-size: 40px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: rgb(48, 48, 49, 0.05);
  top: 15px;
  user-select: none;
}

.lead .input-group {
  margin-bottom: 16px !important;
  border: 1px solid #e3e5ec !important;
  border-radius: 10px;
}

.lead .input-group.hasError {
  border-color: rgb(var(--first)) !important;
}

.lead .form-control {
  font-size: 15px;
  padding: 22px 0 22px 15px;
  color: rgb(var(--fourth));
  font-weight: 300 !important;
  border: unset;
  background: unset;
  box-shadow: unset;
  border-radius: 10px 0 0 10px !important;
}

.lead .form-control::placeholder {
  color: rgb(131, 131, 150, 0.72);
}

.lead .input-group-text {
  width: 40px;
  background: unset;
  border: unset;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lead .input-group-text img {
  width: 18px;
}

.lead .input-group-text svg {
  width: 18px;
  height: 18px;
}

.lead .input-group-text svg path {
  fill: #303031 !important;
}

.leadone__noimage {
  justify-content: center !important;
}

.lead .action {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.lead .action .btn {
  font-weight: 300;
  border-radius: 9px;
  font-size: 16px;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lead .action .btn img {
  user-select: none;
  width: 15px;
  margin-right: 30px;
}

.lead .action .btn svg {
  user-select: none;
  width: 16px;
  height: 16px;
  margin-right: 30px;
}

.lead .action .btn svg path {
  fill: #ffffff !important;
}

.lead .action .btn.btn-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
  font-weight: 600;
}

.lead .action .btn.btn-primary:focus,
.lead .action .btn.btn-primary:hover,
.lead .action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}

.lead__modal {
  z-index: -1;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  transition: all 0.3s;
}

.lead__modal.showLeadModal {
  z-index: 100;
  opacity: 1;
}

.lead__modal-box {
  position: relative;
  transform: scale(0.75);
  width: 80%;
  min-height: 120px;
  background: white;
  border-radius: 20px;
  transition: all 0.3s;
}

.showLeadModal .lead__modal-box {
  transform: scale(1);
}

.lead__modal-ball {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: calc(50% - 40px);
  top: -40px;
  width: 80px;
  height: 80px;
  padding: 4px;
  background: white;
  border-radius: 50%;
}

.lead__modal-ball img {
  width: 76px;
  height: 76px;
}

.lead__modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 60px;
  padding: 0 30px;
}

.lead__modal-title {
  color: #323245;
  font-size: 20px;
  margin-bottom: 10px;
}

.lead__modal-desc {
  color: #68687e;
  font-size: 14px;
  margin-bottom: 25px;
}

.lead__modal-successbtn {
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  min-height: 15px;
  min-width: 150px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
  overflow: hidden;
  margin-bottom: 15px;
  text-decoration: none;
}

.lead__modal-successbtn:hover {
    color: white !important;
}

.lead__modal-btntext {
  width: 100%;
  padding: 5px 10px;
}

.lead__modal-btnicon {
  left: 0;
  padding: 10px;
  border-radius: 6px;
  user-select: none;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.lead__modal-btnicon svg {
  max-width: 15px;
  max-height: 15px;
  width: 15px;
  height: 15px;
}

.lead__modal-btnicon svg path {
  fill: #ffffff !important;
}

.lead__modal-retrybtn {
  color: white;
  background: #26cc83;
  font-size: 16px;
  padding: 5px 30px;
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}

@media (min-width: 1000px) {
  .lead__modal-box {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .lead__modal-box {
    width: 50%;
  }
}

.leadone-modal .lead__modal-btnicon {
  background-color: unset !important;
}

@media screen and (max-width: 991px) {
  .leadcaptureone__bgpattern {
    left: -200px;
  }

  .lead .title .desc {
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px;
    line-height: 2.4;
  }

  .lead {
    padding: 100px 25px;
  }

  .lead .title .topic {
    font-size: 40px;
  }

  .lead .title span {
    top: 23px;
    font-size: 45px;
    font-weight: 600;
  }
}

.movieone__section {
  margin: 60px 0;
}

.movie {
  padding-bottom: 80px;
  padding-top: 45px;
  position: relative;
}

.movie .content {
  padding: 16px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.movie .content .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.movie .content .topic::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 40px;
}

.movie .content .desc {
  color: rgb(var(--third));
  /* opacity: .7; */
  font-size: 15px;
  font-weight: 300;
  word-wrap: break-word;
  white-space: pre-line;
}

.movie .video {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.movie .video .bg {
  position: absolute;
  z-index: 0;
  left: -30px;
  bottom: -90px;
  object-fit: contain;
  user-select: none;
}

.movie .video .bg .bigShape {
  fill: rgb(var(--first));
}

.movie .video .bg .upCircle {
  fill: rgb(var(--second));
}

.movie .video .bg .downCircle {
  fill: rgb(var(--second));
}

.movie .video .dots {
  position: absolute;
  z-index: 0;
  left: -30px;
  bottom: -90px;
  object-fit: contain;
  user-select: none;
}

.movie .video video {
  user-select: none;
  height: 255px;
  width: 445px;
  z-index: 1;
  border-radius: 30px;
  object-fit: contain;
  border: 5px solid #ffffff;
}

.movie .video .movieoneplay {
  content: '';
  display: block;
  height: 255px;
  width: 445px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  position: absolute;
  border: 5px solid #ffffff;
  transition: all 200ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
}

.movie .video .movieoneplay img {
  width: 40px;
  cursor: pointer;
}

.movie .video .movieoneplay:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 991px) {
  .movie {
    padding: 60px 30px;
  }

  .movie i {
    display: none;
  }

  .movie .content .topic {
    margin-bottom: 10px;
  }

  .movie .content .topic::after {
    top: 32px;
  }

  .movie .video {
    margin-bottom: 60px;
  }

  .movie .video video {
    object-fit: cover;
  }

  .movie .content {
    margin-top: 70px;
  }

  .movie .content .topic {
    font-size: 25px;
  }
  
  .movie .content .desc {
    color: rgb(var(--third));
    /* opacity: .7; */
    font-size: 16px;
    font-weight: 300;
    word-wrap: break-word;
  }
}

@media (max-width: 500px) {
  .movie .video .movieoneplay {
    height: 200px;
    width: 325px;
  }

  .movie .video video {
    height: 200px;
    width: 325px;
  }
}

.owl-carousel {
  direction: ltr;
}

.prees {
  padding: 60px 0;
  position: relative;
}

.prees .slider.small {
  display: none;
}

.prees .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.prees .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.underline-holder {
  position: relative;
}

.prees .title .topic .underline-holder::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.prees .slider.small .item {
  margin-bottom: 40px;
}

.prees .pree {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prees .pree img {
  max-width: 110px;
  max-height: 45px;
  height: 45px;
  object-fit: contain;
}

.prees .pree a {
  text-decoration: none;
}

.prees .pree span {
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
  color: rgb(var(--third));
  display: block;
  text-align: center;
}

.prees .action {
  width: 100%;
  display: flex;
  justify-content: center;
}

.prees .action .btn {
  font-weight: 400;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prees .action .btn img {
  user-select: none;
  width: 20px;
  margin-right: 18px;
}

.presslogo__owl-carousel {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.presslogo__owl-carousel .owl-nav {
  display: block !important;
}

.presslogo__owl-carousel .owl-nav button {
  position: absolute;
  top: 20px;
  outline: unset !important;
  box-shadow: unset !important;
  background: unset !important;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.presslogo__owl-carousel .owl-nav button img {
  width: 10px !important;
  height: 10px !important;
}

.presslogo__owl-carousel .owl-nav .owl-prev {
  left: -30px;
}

.presslogo__owl-carousel .owl-nav .owl-next {
  right: -30px;
}

.presslogo__owl-carousel .owl-dots {
  margin-top: 40px !important;
}

.presslogo__owl-carousel .owl-dot {
  outline: unset !important;
  box-shadow: unset !important;
}

.presslogo__owl-carousel .owl-dot span {
  opacity: 0.5 !important;
  background-color: #ffffff !important;
}

.presslogo__owl-carousel .owl-dot.active span {
  opacity: 1 !important;
}

.hiddenPrees1 {
  display: none;
}

@media screen and (max-width: 991px) {
  .prees .slider.large {
    display: none;
  }

  .prees .slider.small {
    display: block;
  }

  .presslogo__owl-carousel .owl-nav {
    display: none !important;
  }
}

.pricingSec {
  position: relative;
}

.pricingSec i {
  width: 75px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}

.pricingSec i.right {
  right: 0;
  bottom: 5vh;
  background-image: url("rightBgSmall.svg");
}

.pricingSec i.left {
  top: 15vh;
  left: 0;
  background-image: url("leftBgSmall.svg");
}

.pricing {
  padding: 60px 0;
}

.pricing .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
}

.pricing .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.underline-holder {
  position: relative;
}

.pricing .title .topic .underline-holder::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--second));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.pricing .item {
  text-align: right;
  padding: 30px 48px;
  position: relative;
}

.pricing .item:nth-child(odd) {
  transform: translateY(20px);
}

.pricing .item:nth-child(even) {
  transform: translateY(0);
  z-index: 1;
}

.pricing__box-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pricing .item .box {
  position: absolute;
  width: 110%;
  height: 110%;
  border: 1px solid #ffffff;
  z-index: -2;
  left: 50%;
  top: 50%;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.pricing .item:nth-child(odd) .box {
  border-color: rgb(237, 235, 235, 0.6);
  z-index: -3;
}

.pricing .item:nth-child(even) .box {
  border-color: #ffffff;
  z-index: -2;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

.pricing .item .price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pricing .item .price p {
  font-size: 24px;
  font-weight: 600;
  color: rgb(var(--first));
  margin-left: 10px;
  margin-bottom: 0;
}

.pricing .item .price span {
  /* margin-left: -200px; */
  display: flex;
  font-size: 10px;
  padding: 3px 10px 3px 40px;
  width: 47px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  position: relative;
  color: #ffffff;
  margin-bottom: 5px;
  background-color: rgb(149, 155, 171, 0.6);
}

.pricing .item .price span .icon img {
  width: 10px;
}

.pricing .item .price span .icon {
  position: absolute;
  padding: 2px 10px;
  width: 16px;
  height: 16px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  left: -7px;
  align-items: center;
  justify-content: center;
  background-color: #959bab;
}

.pricing .item .content {
  margin: 10px 0 15px;
}

.pricing .item .content h6 {
  color: rgb(var(--fourth));
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.pricing .item .content h6::after {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-color: rgba(var(--second), 0.1);
  border-radius: 100px;
  position: absolute;
  right: -16px;
  top: -12px;
  z-index: -1;
}

.pricing .item .content p {
  font-size: 12px;
  color: rgb(var(--third));
  font-weight: 300;
  /* opacity: .7; */
}

.pricing .item .features {
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px dashed rgba(112, 112, 112, 0.15);
}

.pricing .item .features li {
  font-size: 12px;
  color: rgb(var(--third));
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pricing .item .features li:not(:last-child) {
  margin-bottom: 15px;
}

.pricing .item .features li .icon {
  padding: 4px 6px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  justify-content: center;
  border-radius: 10px;
  background-color: rgb(51, 52, 86, 0.04);
}

.pricing .item .features li .icon img {
  width: 14px;
}

.pricing .item .features li .icon svg {
  width: 15px;
  height: 16px;
}

.pricing .item .features li .icon svg path {
  fill: rgb(var(--first)) !important;
}

.pricing .item .action {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}

.pricing .item .action .btn {
  font-weight: 500;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing .item .action .btn img {
  user-select: none;
  width: 18px;
  margin-right: 10px;
}

.pricing .item .action .btn.btn-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
}

.pricing .item .action .btn.btn-primary:focus,
.pricing .item .action .btn.btn-primary:hover,
.pricing .item .action .btn.btn-primary:active {
  background-color: #ffffff;
  color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}

.pricing .item:nth-child(odd) .action .btn.btn-primary {
  background-color: #ffffff;
  color: rgb(var(--second));
  border: unset;
  border: 1px solid rgb(var(--second));
}

.pricing .item:nth-child(odd) .action .btn.btn-primary:focus,
.pricing .item:nth-child(odd) .action .btn.btn-primary:hover,
.pricing .item:nth-child(odd) .action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  border: 1px solid rgb(var(--second));
  color: #ffffff;
  outline: unset;
  box-shadow: unset;
}

@media screen and (max-width: 991px) {
  .pricingSec i {
    display: none;
  }

  .pricing {
    padding: 60px 50px;
  }

  .pricing .item:not(:last-child) {
    margin-bottom: 30px;
  }

  .pricing .item:nth-child(odd) {
    transform: unset;
    border-radius: 15px;
    background: white;
    border: 2px solid #959bab;
    border-color: rgb(237, 235, 235, 0.6);
  }

  .pricing .item .box {
    width: 100%;
    height: 100%;
    transform: unset;
    left: 0;
    top: 0;
  }

  .pricing .item {
    text-align: right;
    padding: 30px 55px;
    position: relative;
  }

  .pricing .item .box {
    border: 2px solid #959bab;
  }

  .pricing .item .content p {
    font-size: 14px;
  }

  .pricing .item .content h6 {
    font-size: 20px;
  }

  .pricing .item .features li {
    font-size: 14px;
    font-weight: 300;
  }

  .pricing .item {
    padding: 30px 70px;
  }
}

@media (max-width: 568px) {
  .pricing .title {
    margin-bottom: 35px;
  }
}

.steps {
  padding: 60px 0;
  position: relative;
}

.steps .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}

.steps .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.underline-holder {
  position: relative;
}

.steps .title .topic .underline-holder::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.steps .step {
  text-align: center;
}

.stepone__logo {
  position: relative;
}

.stepone__texts {
  margin-right: 20px;
}

.steps .step .stepone-img {
  user-select: none;
  width: 60px;
  margin-bottom: 20px;
  object-fit: contain;
}

.stepone__circle {
  width: 52px;
  height: 52px;
  position: relative;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
  background: rgb(var(--second), 0.1);
}

.steps .step svg {
  position: absolute;
  width: 50px;
  top: 7%;
  right: 50%;
}

.steps .step img {
  width: 80px;
  height: 60px;
  max-width: 80px;
  max-height: 60px;
  margin-bottom: 15px;
  margin-right: 10px;
}

.steps .step .topic {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.steps .step .desc {
  font-size: 14px;
  font-weight: 300;
  color: rgb(var(--third));
  white-space: pre-line;
}

.steps .step:nth-child(odd):not(:last-child)::after {
  content: '';
  display: block;
  width: 105px;
  height: 16px;
  background-image: url("oddBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: -55px;
}

.steps .step:nth-child(even):not(:last-child)::after {
  content: '';
  display: block;
  width: 105px;
  height: 16px;
  background-image: url("evenBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: -55px;
}

@media screen and (max-width: 1200px) {
  .steps .step:nth-child(odd):not(:last-child)::after {
    width: 65px;
    height: 12px;
    top: 15px;
    left: -45px;
  }

  .steps .step:nth-child(even):not(:last-child)::after {
    width: 65px;
    height: 12px;
    top: 30px;
    left: -45px;
  }
}

@media screen and (max-width: 991px) {
  .steps .step {
    margin-bottom: 50px;
  }

  .steps .step .desc {
    max-width: 50%;
    margin: auto;
  }

  .steps .step:nth-child(odd):not(:last-child)::after,
  .steps .step:nth-child(even):not(:last-child)::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .stepone__logo {
    margin-left: 20px;
  }
}

.team {
  padding: 60px 0;
  position: relative;
}

.team .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}

.team .title .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.underline-holder {
  position: relative;
}

.team .title .topic .underline-holder::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.team .member {
  text-align: right !important;
  text-decoration: none;
}


.team .member .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  width: fit-content;
}


.team .member .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--second));
  opacity: 0.2;
}

.team .member .image img {
  width: 160px;
  height: 190px;
  max-width: 160px;
  max-height: 190px;
}

.team .member .name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  color: rgb(var(--third));
}

.team .member .role {
  font-size: 13px;
  font-weight: 300;
  /* opacity: .7; */
  color: rgb(var(--third));
}

@media screen and (max-width: 991px) {
  .team .member {
    margin-bottom: 50px;
    /* padding: 0 30vw; */
  }

  .team .member .desc {
    max-width: 50%;
    margin: auto;
  }

  .team .member:nth-child(odd):not(:last-child)::after,
  .team .member:nth-child(even):not(:last-child)::after {
    display: none;
  }
}

.testimonialsone__section {
  background-color: rgb(var(--second));
}

.wrapper {
  max-width: 100% !important;
}

.owl-carousel {
  direction: ltr;
}

.testimonials {
  padding: 60px 0;
  position: relative;
}

.testimonials .title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 25px;
}

.testimonials .title .topic {
  color: #ffffff;
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.underline-holder {
  position: relative;
}

.testimonials .title .topic .underline-holder::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: rgb(var(--third));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.testimonials .testimonial {
  direction: rtl;
  text-align: right;
  padding: 20px;
  border-radius: 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 200px;
}

.testimonials .testimonial img {
  min-width: 160px;
  min-height: 160px;
  max-width: 160px;
  max-height: 160px;
  border-radius: 15px;
  margin-left: 47px;
  object-fit: cover;
}

.testimonials .testimonial .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials .testimonial .testimonial__noimage {
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}

.testimonials .testimonial .content .testimonial__title {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: rgb(var(--fourth));
  margin-bottom: 15px;
  position: relative;
}

/* .testimonials .testimonial .content .testimonial__title::after {
  content: '';
  display: block;
  width: 27px;
  height: 1px;
  background-color: rgb(var(--fourth));
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 27px;
} */

.testimonials .testimonial .content .testimonial__title .testimonial__title-main .underline-holder::after {
  content: '';
  display: block;
  width: 27px;
  height: 1px;
  background-color: rgb(var(--fourth));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.testimonials .testimonial .content p {
  font-size: 14px;
  font-weight: 300;
  color: rgb(var(--third));
  /* opacity: .7; */
  padding-left: 2em;
  white-space: pre-line;
}

.testimonials__owl-carousel .owl-dots {
  margin-top: 40px !important;
}

.testimonials__owl-carousel .owl-dot {
  outline: unset !important;
  box-shadow: unset !important;
}

.testimonials__owl-carousel .owl-dot span {
  opacity: 0.5 !important;
  background-color: #ffffff !important;
  width: 15px !important;
  height: 15px !important;
}

.testimonials__owl-carousel .owl-dot.active span {
  opacity: 1 !important; 
}

@media screen and (max-width: 991px) {
  .testimonials {
    padding: 60px 30px;
  }

  .testimonials .testimonial {
    flex-direction: column;
    padding: 40px 25px;
  }

  .testimonials .testimonial img {
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    margin: 0 0 40px 0;
  }

  .testimonials .testimonial .content .testimonial__title {
    line-height: 2;
    margin-bottom: 16px;
  }

  .testimonials .testimonial .content .testimonial__title::after {
    top: 31px;
  }
}

@media (max-width: 500px) {
  .testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .testimonials .slider {
    width: 300px;
  }    
}

/* .textimg__align-left {
  margin-right: 4rem !important;
}

.textimg__align-right {
  margin-left: 4rem !important;
} */

.text {
  padding: 44px 0;
  position: relative;
}

.text i {
  width: 31px;
  height: 32px;
  display: flex;
  position: absolute;
  z-index: 0;
}

.text i.right {
  top: 30%;
  right: -50px;
  background-image: url("rightBgCorner.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.text .content {
  padding: 16px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.text .content .topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  text-align: right;
  direction: rtl;
  position: relative;
}

.underline-holder {
  position: relative;
}

.text .content .topic .underline-holder::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.text .content .desc {
  color: rgb(var(--third));
  font-weight: 300;
  font-size: 15px;
  direction: rtl;
  word-wrap: break-word;
  white-space: pre-line;
  text-align: right;
}

.text .content .action {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  direction: rtl;
}

.text .content .action .btn {
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text .content .action .btn-primary img {
  user-select: none;
  width: 15px;
  height: 12px;
  margin-right: 10px;
}

.text .content .action .btn-primary svg {
  user-select: none;
  max-width: 16px;
  max-height: 16px;
  margin-right: 10px;
}

.text__title {
  width: 100%;
}

.text .content .action .btn-primary svg path {
  fill: currentColor !important;
}

.text .content .action .btn.btn-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
  font-weight: 500;
  font-size: 14px;
}

.text .content .action .btn.btn-primary:focus,
.text .content .action .btn.btn-primary:hover,
.text .content .action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}

.text .content .action .btn.btn-outline-primary {
  background-color: #ffffff;
  color: rgb(var(--second));
  border: unset;
  border: 1px solid rgb(var(--second));
}

.text .content .action .btn.btn-outline-primary img {
  width: 15px;
  height: 12px;
  margin-right: 10px;
}

.text .content .action .btn.btn-outline-primary svg {
  max-width: 16px;
  max-height: 16px;
  margin-right: 10px;
}

.text .content .action .btn.btn-outline-primary svg path {
  fill: currentColor !important;
}

.text .content .action .btn.btn-outline-primary:focus,
.text .content .action .btn.btn-outline-primary:hover,
.text .content .action .btn.btn-outline-primary:active {
  background-color: rgba(var(--second), 0.1);
  outline: unset;
  box-shadow: unset;
}

.text .content .action .btn:not(:last-child) {
  margin-left: 10px;
}

.text__noimage {
  align-self: center !important;
}

.text .image {
  max-height: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text .image img {
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 500px) {
  .text .content .action {
    flex-direction: column;
  }

  .text .content .action .btn {
    width: 100%;
    margin: 5px 0;
  }
}

@media screen and (max-width: 991px) {
  .text {
    padding: 20px 30px;
  }

  .text i {
    display: none;
  }

  .text .content .topic {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .text .content .action {
    justify-content: flex-end;
  }

  .text .image {
    margin-bottom: 30px;
  }

/*   .textimg__align-left {
    margin-right: 0 !important;
  }
  
  .textimg__align-right {
    margin-left: 0 !important;
  } */
}

.titleone {
  padding: 60px 0;
  position: relative;
}

.titleone.align-items-center {
  text-align: center;
}

.titleone.align-items-start {
  text-align: right;
}

.titleone.align-items-end {
  text-align: left;
}

.titleone i {
  width: 60px;
  height: 50px;
  display: flex;
  position: absolute;
  z-index: 0;
}

.titleone i.right {
  top: 5vh;
  right: -10vw;
  background-image: url("rightBgCornerBig.svg");
}

.titleone i.left {
  bottom: 5vh;
  left: -10vw;
  background-image: url("leftBgCornerBig.svg");
}

.titleone .topic {
  color: rgb(var(--fourth));
  margin-bottom: 13px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.titleone .topic::after {
  content: '';
  display: block;
  width: 67px;
  height: 67px;
  background-color: rgba(var(--second), 0.1);
  border-radius: 100px;
  position: absolute;
  right: -20px;
  top: -15px;
  z-index: 0;
}

.titleone .desc {
  color: rgb(var(--third));
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
  position: relative;
}

.underline-holder {
  position: relative;
}

.titleone .desc .underline-holder::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .titleone {
    padding: 60px 30px;
  }

  .titleone i {
    display: none;
  }
}

.featuresfour-wrapper {
  padding: 70px 0;
}

.featuresfour-wrapper .container {
  position: relative;
}

.featuresfour-row {
  position: relative;
  margin-right: 0;
  border-radius: 30px;
  width: 100%;
}

.featuresfour-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  z-index: 1;
  padding-left: 0;
  align-self: stretch;
  min-height: 100%;
}

.featuresfour-img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  background: rgba(var(--second), 0.12);
  width: 100%;
  min-height: 430px;
  height: 100%;
  border-radius: 0 30px 30px 0;
  padding-left: 0;
}

.featuresfour-img__wrapper img {
  max-width: 415px;
  max-height: 340px;
}

.featuresfour-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 100px;
}

.featuresfour-texts__title {
  color: rgb(var(--fourth));
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.featuresfour-texts__desc {
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
  max-width: 700px;
  white-space: pre-line;
}

.featuresfour-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 100px;
}

.featuresfour-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 100px;
  min-width: 250px;
  border-radius: 20px;
  margin: 5px 0;
  padding: 25px 20px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s;
}

.featuresfour-item:nth-child(1) {
  margin-top: 0;
}

.featuresfour-item:nth-child(4) {
  margin-bottom: 0;
}

.featuresfour-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin-left: 30px;
  border-radius: 50%;
  transition: background 0.3s;
}

.featuresfour-item:nth-child(1) .featuresfour-item__img {
  background: rgba(var(--first), 0.85);
}

.featuresfour-item:nth-child(2) .featuresfour-item__img {
  background: rgba(var(--second), 0.85);
}

.featuresfour-item:nth-child(3) .featuresfour-item__img {
  background: rgba(var(--third), 0.85);
}

.featuresfour-item:nth-child(4) .featuresfour-item__img {
  background: rgba(var(--fourth), 0.85);
}

.featuresfour-item__img svg {
  width: 32px;
  height: 32px;
}

.featuresfour-item__img svg path {
  fill: white !important;
}

.featuresfour-item__texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.featuresfour-item__title {
  position: relative;
  color: rgb(var(--fourth));
  font-size: 17px;
  font-weight: bold;
  transition: color 0.3s;
}

.featuresfour-item__desc {
  color: rgba(var(--fourth), 0.8);
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  white-space: pre-line;
  transition: color 0.3s;
}

.featuresfour-pattern {
  position: absolute;
  right: -30%;
  top: 15%;
}

.featuresfour-item:nth-child(1):hover {
  background: rgba(var(--first), 0.85);
}

.featuresfour-item:nth-child(2):hover {
  background: rgba(var(--second), 0.85);
}

.featuresfour-item:nth-child(3):hover {
  background: rgba(var(--third), 0.85);
}

.featuresfour-item:nth-child(4):hover {
  background: rgba(var(--fourth), 0.85);
}

.featuresfour-item:hover .featuresfour-item__title {
  color: white !important;
}

.featuresfour-item:hover .featuresfour-item__desc {
  color: white !important;
}

.featuresfour-item:hover .featuresfour-item__img {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1200px) {
  .featuresfour-items {
    padding: 0 50px;
  }
}

@media (max-width: 991px) {
  .featuresfour-items {
    order: 1;
  }

  .featuresfour-texts {
    margin-bottom: 70px;
  }
  
  .featuresfour-img {
    min-height: 430px;
    padding-right: 30px;
  }

  .featuresfour-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    margin-top: 40px;
  }

  .featuresfour-pattern {
    display: none;
  }
}

@media (max-width: 768px) {
  .featuresfour-items {
    display: flex;
    padding: 0 30px;
  }

  .featuresfour-items .row {
    flex-direction: column;
  }

  .featuresfour-item {
    flex: 1;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .featuresfour-img__wrapper img {
    max-width: 290px;
    max-height: 240px;
  }
}

.textfour-wrapper {
  padding: 70px 0;
}

.textfour-wrapper .container {
  position: relative;
  overflow: hidden;
}

.textfour-row {
  position: relative;
  padding: 80px 40px;
  margin-right: 0;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.textfour-texts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.textfour-texts__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.textfour-texts__title {
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  max-width: 450px;
  position: relative;
}

.textfour-texts__desc {
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  max-width: 450px;
  white-space: pre-line;
}

.textfour-texts__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.textfour-texts__buttons a {
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.textfour-texts__buttonOne {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: rgb(var(--fourth));
  border: 2px solid white;
  border-radius: 15px;
  margin: 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

.textfour-texts__buttonTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: unset;
  color: white;
  border: 2px solid white;
  border-radius: 15px;
  margin: 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

.textfour-up-circle {
  position: absolute;
  top: -160px;
  right: -135px;
  transform: rotate(195deg);
}

.textfour-up-ring {
  position: absolute;
  top: -220px;
  right: -135px;
}

.textfour-down-circle {
  position: absolute;
  left: -80px;
  top: 275px;
}

.textfour-down-ring {
  position: absolute;
  left: -210px;
  top: 270px;
}

@media (max-width: 991px) {
  .textfour-texts {
    max-width: 100%;
  }

  .textfour-texts__wrapper {
    max-width: 100%;
  }

  .textfour-texts__buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .textfour-up-circle {
    top: -205px;
    right: -165px;
  }

  .textfour-up-ring {
    top: -275px;
  }
  
  .textfour-down-circle {
    top: 375px;
  }
  
  .textfour-down-ring {
    top: 360px;
  }
}

@media (max-width: 500px) {
  .textfour-row {
    padding: 100px 10px;
  }

  .textfour-texts__buttons {
    margin-top: 45px;
  }

  .textfour-down-circle {
    top: 415px;
  }
  
  .textfour-down-ring {
    top: 390px;
  }
}
.titlefour-wrapper {
  padding: 55px 0;
  overflow: hidden;
}

.titlefour-row {
  position: relative;
  overflow: hidden;
  background: rgba(var(--second), 0.85);
  padding: 40px 40px 0 40px;
  border-radius: 30px 30px 0 0;
  width: 100%;
  margin-right: 0;
}

.titlefour-bgArrow {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  opacity: 0.85;
}

.titlefour-bgArrow svg {
  width: 100% !important;
}

.titlefour-bgArrow path {
  fill: rgba(var(--second), 1);
}

.titlefour-texts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 44px;
  z-index: 1;
}

.titlefour-texts__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.titlefour-texts__title {
  color: rgb(var(--fourth));
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

.titlefour-texts__title::before {
  content: " ";
  position: absolute;
  top: 10px;
  right: -30px;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.titlefour-texts__desc {
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  white-space: pre-line;
}

.titlefour-texts__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.titlefour-texts__buttons a {
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.titlefour-texts__buttons div:nth-of-type(1) {
  margin-right: 0;
}

.titlefour-texts__buttonOne {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: rgb(var(--fourth));
  border: 2px solid white;
  border-radius: 50px;
  margin: 0 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

.titlefour-texts__buttonTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: unset;
  color: white;
  border: 2px solid white;
  border-radius: 50px;
  margin: 0 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

.titlefour-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 30px;
  z-index: 1;
}

.titlefour-img__wrapper {
  position: relative;
}

.titlefour-img__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 293px;
  height: 293px;
  position: relative;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.titlefour-img__bg img {
  width: 293px;
  height: 293px;
  max-width: 293px;
  max-height: 293px;
}

.titlefour-img__bg.withImgid img {
  border-radius: 50%;
}

.titlefour-img__shapes {
  position: absolute;
  top: 40%;
  left: -15%;
}

.titlefour-img__shapes svg path {
  stroke: rgb(var(--first))
}

.titlefour-wrapper .container {
  position: relative;
  overflow: hidden;
}

.titlefour-up-circle {
  position: absolute;
  top: -132px;
  right: -90px;
}

.titlefour-up-ring {
  position: absolute;
  top: -235px;
  right: -50px;
}

.titlefour-down-circle {
  position: absolute;
  left: 65px;
  top: 285px;
}

.titlefour-down-ring {
  position: absolute;
  left: -55px;
  top: 285px;
}

.titlefour-row.titlefour-position-end {
  flex-direction: row-reverse;
}

.titlefour-position-end .titlefour-texts {
  align-items: flex-end;
}

.titlefour-position-end .titlefour-img {
  justify-content: flex-end;
}

.titlefour-position-end .titlefour-img__shapes {
  left: unset;
  right: -13%;
}

@media (max-width: 991px) {
  .titlefour-texts {
    order: 1;
  }

  .titlefour-texts {
    align-items: center !important;
    margin-top: 30px;
  }

  .titlefour-img {
    justify-content: center !important;
  }

  .titlefour-up-circle {
    display: none;
  }
  
  .titlefour-up-ring {
    display: none;
  }
  
  .titlefour-down-circle {
    display: none;
  }
  
  .titlefour-down-ring {
    display: none;
  }
}

@media (max-width: 768px) {
  .titlefour-wrapper .container {
    max-width: 100%;
    padding: 0;
  }

  .titlefour-bgArrow {
    margin-right: -15px;
    width: 106%;
  }

  .titlefour-row {
    border-radius: 0;
    padding-bottom: 30px;
  }

  .titlefour-img {
    margin-left: 0;
  }

  .titlefour-texts {
    padding-right: 15px;
  }

  .titlefour-texts__title {
    text-align: center;
  }

  .titlefour-texts__title::before {
    display: none;
  }

  .titlefour-texts__desc {
    text-align: center;
  }

  .titlefour-texts__buttons {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .titlefour-wrapper {
    padding: 50px 0;
  }
  
  .titlefour-row {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .titlefour-img__shapes {
    left: -10%;
  }
}
.featuresthree-wrapper {
  padding: 70px 0;
}

.featuresthree-wrapper .container {
  position: relative;
}

.featuresthree-row {
  position: relative;
  margin-right: 0;
  border-radius: 30px;
  width: 100%;
}

.featuresthree-texts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  padding-left: 100px;
}

.featuresthree-texts__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}

.featuresthree-texts__toptitle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(var(--third));
  font-size: 13px;
  background: rgba(230, 233, 237, 0.5);
  border-radius: 20px;
  padding: 2px 25px;
  margin-bottom: 10px;
  position: relative;
}

.featuresthree-texts__toptitle::before {
  content: " ";
  position: absolute;
  right: 10px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: rgb(var(--first));
}

.featuresthree-texts__title {
  color: rgb(var(--fourth));
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

.featuresthree-texts__desc {
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  white-space: pre-line;
}

.featuresthree-items__grid {
  display: grid;
  justify-items: stretch;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.featuresthree-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100px;
  border-radius: 15px;
  padding: 30px 20px;
  text-decoration: none !important;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.featuresthree-item:hover {
  box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.06);
}

.featuresthree-item__img {
  display: flex;
  align-items: flex-end;
  max-width: 80px;
  height: 70px;
  margin-bottom: 10px;
}

.featuresthree-item__img img {
  height: 70px;
  max-height: 70px;
}

.featuresthree-item__title {
  position: relative;
  color: rgb(var(--fourth));
  font-size: 17px;
  font-weight: bold;
}

.featuresthree-item__title::before {
  content: " ";
  position: absolute;
  right: -35px;
  top: 7px;
  width: 25px;
  height: 10px;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s;
  background: rgb(var(--first));
}

.featuresthree-item:hover .featuresthree-item__title::before {
  opacity: 1;
}

.featuresthree-item__desc {
  color: rgba(var(--fourth), 0.8);
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  white-space: pre-line;
}

.featuresthree-pattern {
  position: absolute;
  right: -30%;
  top: 15%;
}

@media (max-width: 1200px) {
  .featuresthree-texts {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .featuresthree-texts {
    display: block;
  }
  
  .featuresthree-row {
    flex-direction: column !important;
  }

  .featuresthree-texts {
    max-width: 100%;
  }

  .featuresthree-texts__wrapper {
    max-width: 100%;
  }

  .featuresthree-items {
    max-width: 90%;
    margin-top: 40px;
  }

  .featuresthree-pattern {
    display: none;
  }
}

@media (max-width: 768px) {
  .featuresthree-items__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .featuresthree-items .row {
    flex-direction: column;
  }

  .featuresthree-item {
    flex: 1;
    max-width: 100%;
  }
}

.textthree-wrapper {
  padding: 70px 0;
}

.textthree-row {
  position: relative;
  background: rgba(var(--second), 0.07);
  padding: 40px;
  border-radius: 30px;
  width: 100%;
  margin-right: 0;
  overflow: hidden;
}

.textthree-bgBox {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--second), 0.85);
  height: 100%;
  width: 300px;
  border-radius: 30px;
}

.textthree-texts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 90px;
  z-index: 1;
}

.textthree-texts__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}

.textthree-texts__title {
  color: rgb(var(--fourth));
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

.textthree-texts__title img {
  position: absolute;
  top: 2px;
  right: -50px;
}

.textthree-texts__desc {
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  white-space: pre-line;
}

.textthree-texts__buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.textthree-texts__buttons a {
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.textthree-texts__buttons div:nth-of-type(1) {
  margin-right: 0;
}

.textthree-texts__buttons .textthree-texts__buttonOne {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(var(--third));
  color: white;
  border: 2px solid rgb(var(--third));
  border-radius: 50px;
  margin: 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

.textthree-texts__buttonOne:hover {
  color: white;
}

.textthree-texts__buttonTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: unset;
  color: rgb(var(--third));
  border: 2px solid rgb(var(--third));
  border-radius: 50px;
  margin: 5px;
  padding: 0px 8px;
  min-width: 155px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

.textthree-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 70px;
  z-index: 1;
}

.textthree-img__wrapper {
  position: relative;
}

.textthree-img__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 293px;
  height: 293px;
  position: relative;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.textthree-img__bg img {
  width: 293px;
  height: 293px;
  max-width: 293px;
  max-height: 293px;
}

.textthree-img__bg.withImgid img {
  border-radius: 50%;
}

.textthree-img__shapes {
  position: absolute;
  top: 40%;
  left: -15%;
}

.textthree-img__shapes svg path {
  stroke: rgb(var(--first))
}

.textthree-wrapper .container {
  position: relative;
  overflow: hidden;
}

.textthree-up-circle {
  position: absolute;
  top: -175px;
  left: -165px;
}

.textthree-down-circle {
  position: absolute;
  left: -115px;
  top: 265px;
}

.textthree-down-ring {
  position: absolute;
  left: -210px;
  top: 270px;
}

.textthree-row.textthree-position-left {
  flex-direction: row-reverse;
}

.textthree-position-left .textthree-img {
  justify-content: flex-end;
  margin-left: 25px;
}

.textthree-position-left .textthree-bgBox {
  left: unset;
  right: 0;
}

.textthree-position-left .textthree-img__shapes {
  left: unset;
  right: -15%;
}

.textthree-position-left .textthree-img__bg img {
  transform: scaleX(-1);
}

.textthree-position-left .textthree-up-circle {
  left: unset;
  right: -165px;
}

.textthree-position-left .textthree-down-circle {
  left: unset;
  right: -115px;
}

.textthree-position-left .textthree-down-ring {
  left: unset;
  right: -210px;
}

@media (max-width: 1200px) {
  .textthree-texts {
    padding-right: 60px;
  }

  .textthree-img {
    margin-left: 30px;
  }

  .textthree-position-left .textthree-img {
    justify-content: flex-end;
    margin-left: 0px;
    margin-right: 30px;
  }
  
  .textthree-bgBox {
    width: 265px;
  }
}

@media (max-width: 991px) {
  .textthree-texts {
    order: 1;
  }

  .textthree-texts {
    align-items: center !important;
    margin-top: 80px;
    padding-right: 15px;
    max-width: 100%;
  }

  .textthree-texts__wrapper {
    max-width: 100%;
  }

  .textthree-img {
    justify-content: center !important;
  }

  .textthree-texts__buttons {
    justify-content: center;
  }

  .textthree-texts__buttons div:nth-of-type(1) {
    margin-right: 5px;
  }

  .textthree-bgBox {
    width: 100%;
    height: 380px;
  }

  .textthree-texts__title img {
    display: none;
  }
  
  .textthree-position-left .textthree-img {
    margin-right: 0;
  }
  
  .textthree-position-left .textthree-img__shapes {
    right: unset;
    left: -15%;
  }
  
  .textthree-position-left .textthree-img__bg img {
    transform: scaleX(1);
  }
  
  .textthree-position-left .textthree-up-circle {
    right: unset;
    left: -165px;
  }
  
  .textthree-position-left .textthree-down-circle {
    right: unset;
    left: -115px;
  }
  
  .textthree-position-left .textthree-down-ring {
    right: unset;
    left: -210px;
  }
}

@media (max-width: 768px) {
  .textthree-row {
    padding-bottom: 30px;
  }

  .textthree-img {
    margin-left: 0;
  }

  .textthree-texts__title {
    text-align: right;
  }

  .textthree-texts__title::before {
    display: none;
  }

  .textthree-texts__desc {
    text-align: right;
  }
}

@media (max-width: 500px) {
  .textthree-row {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .textthree-texts {
    padding: 0 20px;
  }

  .textthree-img__shapes {
    left: -10%;
  }
}
.titlethree-wrapper {
  padding: 40px 0;
  overflow: hidden;
}

.titlethree-wrapper > .container {
  padding-top: 70px;
}

.titlethree-texts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 54px;
}

.titlethree-texts__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.titlethree-texts__title {
  color: rgb(var(--fourth));
  font-size: 28px;
  max-width: 500px;
  font-weight: bold;
  position: relative;
}

.titlethree-texts__title::before {
  content: " ";
  position: absolute;
  top: 10px;
  right: -40px;
  background: rgb(var(--second));
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

.titlethree-texts__desc {
  color: rgb(var(--fourth));
  font-size: 16px;
  max-width: 500px;
  font-weight: 300;
  margin-top: 20px;
  white-space: pre-line;
}

.titlethree-texts__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.titlethree-texts__buttons a {
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.titlethree-texts__buttons div:nth-of-type(1) {
  margin-right: 0;
}

.titlethree-texts__buttons .titlethree-texts__buttonOne {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(var(--third));
  color: white;
  border: 2px solid rgb(var(--third));
  border-radius: 15px;
  margin: 0 5px;
  padding: 0px 8px;
  min-width: 150px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

.titlethree-texts__buttonOne:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.titlethree-texts__buttonOne:hover {
  color: white;
}

.titlethree-texts__buttonTwo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: rgb(var(--third));
  border: 2px solid rgb(var(--third));
  border-radius: 15px;
  margin: 0 5px;
  padding: 0px 8px;
  min-width: 150px;
  min-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

.titlethree-texts__buttonTwo:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.titlethree-shapes {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 50px;
}

.titlethree-shapes__wrapper {
  position: relative;
}


.titlethree-shapes__bg svg path {
  fill: rgb(var(--second));
}

.titlethree-shapes__dots {
  position: absolute;
  right: 190px;
  bottom: 108px;
}

.titlethree-shapes__dots svg path {
  fill: rgb(var(--third));
}

.titlethree-shapes__circle {
  position: absolute;
  right: -100px;
  bottom: 130px;
}

.titlethree-shapes__circle svg line {
  stroke: rgb(var(--third));
}

.titlethree-shapes__imgWrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  width: 300px;
  height: 255px;
  border-radius: 25px;
  right: -60px;
  bottom: 65px;
}

.titlethree-shapes__imgWrapper .titlethree-shapes__imgWrapper-image {
  display: inline-block;
  width: 290px;
  height: 245px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.titlethree-row.titlethree-position-end {
  flex-direction: row-reverse;
}

.titlethree-position-end .titlethree-texts {
  align-items: flex-end;
}

.titlethree-position-end .titlethree-shapes {
  justify-content: flex-start;
  padding-right: 100px;
}

@media (max-width: 991px) {
  .titlethree-texts {
    order: 1;
  }

  .titlethree-texts {
    align-items: center !important;
    margin-top: 100px;
  }

  .titlethree-shapes {
    justify-content: center !important;
    padding-right: 84px !important;
    margin-right: 0;
  }

  .titlethree-shapes__bg {
    transform: rotate(90deg) scaleY(-1);
  }
  
  .titlethree-shapes__bg svg {
    height: 250px;
  }

  .titlethree-shapes__circle {
    right: 75px;
    bottom: 190px;
    transform: rotate(-90deg);
  }

  .titlethree-shapes__circle svg {
    height: 85px;
  }

  .titlethree-shapes__dots {
    right: 215px;
    bottom: -40px;
  }

  .titlethree-shapes__imgWrapper {
    right: 3px;
    bottom: -30px;
  }
}
.ctatwo__section {
  margin: 40px 0;
}

.tem2-ctaSec {
  position: relative;
  background-color: rgb(var(--second));
  background-image: url("bg.svg");
  background-repeat: no-repeat;
  background-position: right -50px top -50px;
  border-radius: 20px 0 0 20px;
  /* background-size: 225px; */
}

.tem2-ctaSec > img {
  position: absolute;
  left: 15px;
  bottom: 15px;
}


.tem2-cta {
  /* text-align: right; */
  padding: 60px 0;
}

.tem2-cta .tem2-topic {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.76;
}

.tem2-cta .tem2-action {
  display: flex;
  justify-content: flex-start;
  margin-top: 32px;
}

.tem2-cta .tem2-action .btn {
  font-weight: 600;
  border-radius: 7px;
  font-size: 14px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tem2-cta .tem2-action .btn img {
  user-select: none;
  width: 18px;
  margin-right: 10px;
}

.tem2-cta .tem2-action .btn svg {
  max-width: 16px;
  max-height: 16px;
}

.tem2-cta .tem2-action .btn svg path {
  fill: currentColor !important;
}

.tem2-cta .tem2-action .ctatwo__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 0;
  min-height: 35px;
}

.tem2-cta .tem2-action .btn.btn-primary {
  background-color: #ffffff;
  color: rgb(var(--second));
  border: 1px solid #ffffff;
}

.tem2-cta .tem2-action .btn.btn-primary:focus,
.tem2-cta .tem2-action .btn.btn-primary:hover,
.tem2-cta .tem2-action .btn.btn-primary:active {
  /* background-color: rgba(var(--second), 0.1); */
  outline: unset;
  box-shadow: unset;
}

.tem2-cta .tem2-action .btn.btn-outline-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  /* border: unset; */
  border: 1px solid #ffffff;
}

.ctatwo__icon-img {
  width: 13px !important;
  height: 13px !important;
  margin-right: 0 !important;
}

.ctatwo__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 35px;
  left: 0;
  padding: 0;
  border-radius: 5px;
}

.ctatwo__first-icon {
  background: #ffffff;
}

.ctatwo__second-icon {
  background: rgba(var(--second), 0.1);
}

.ctatwo__button-text {
  padding: 0 10px;
}

.tem2-cta .tem2-action .btn.btn-outline-primary:focus,
.tem2-cta .tem2-action .btn.btn-outline-primary:hover,
.tem2-cta .tem2-action .btn.btn-outline-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}

.tem2-cta .tem2-action .btn:not(:last-child) {
  margin-left: 10px;
}

@media screen and (max-width: 500px) {
  .tem2-cta .tem2-action {
    flex-direction: column;
  }

  .tem2-cta .tem2-action .ctatwo__button {
    justify-content: center;
    width: 100%;
    margin: 5px 0;
  }

  .ctatwo__icon {
    height: 35px;
  }

  .ctatwo__button-text {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .tem2-cta {
    padding: 60px 30px;
  }

  .tem2-cta i {
    display: none;
  }

  .tem2-cta .tem2-desc::after {
    top: 28px;
  }
}

.tem2-faq {
  padding: 60px 0;
  position: relative;
}

.tem2-faq .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  /* margin-bottom: 30px; */
}

.tem2-faq .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.tem2-faq .tem2-title .tem2-topic::before {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}

.tem2-faq .accordion .card {
  text-align: right;
  border: unset;
  background: unset;
}

.tem2-faq .accordion .card:not(:last-child) {
  margin-bottom: 15px;
}

.tem2-faq .accordion .card .card-header {
  background-color: unset;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.tem2-faq .accordion .card .card-header button {
  flex: 1;
  padding: 14px 20px;
  display: flex;
  text-align: right !important;
  align-items: center;
  justify-content: space-between;
  text-decoration: unset;
  color: rgb(var(--fourth));
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}

.tem2-faq .accordion .card .card-header button.collapsed {
  background-color: rgba(var(--third), 0.04);
  color: rgb(10, 16, 13, 0.5);
}

.tem2-faq .accordion .card .card-header button .tem2-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
  width: 16px;
  height: 16px;
}

.tem2-faq .accordion .card .card-header button .tem2-icon svg {
  width: 16px;
  height: 16px;
}

.tem2-faq .accordion .card .card-header button .tem2-icon svg path {
  fill: rgb(var(--first));
}

.tem2-faq .accordion .card .card-header button .tem2-icon .faqtwo__plusicon {
  display: none;
}

.tem2-faq .accordion .card .card-header button .tem2-icon .faqtwo__minusicon {
  display: inline-block;
}

.tem2-faq .accordion .card .card-header button.collapsed .tem2-icon .faqtwo__plusicon {
  display: inline-block;
}

.tem2-faq .accordion .card .card-header button.collapsed .tem2-icon .faqtwo__minusicon {
  display: none;
}

.tem2-faq .accordion .card .card-body {
  padding: 0 2vw 20px;
}

.tem2-faq .accordion .card .card-body p {
  text-align: right !important;
  font-size: 14px;
  font-weight: 300;
  color: rgb(var(--third));
  /* opacity: .7; */
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .tem2-faq .accordion .card .card-body {
    padding: 0 60px 30px 30px;
  }

  .tem2-faq .accordion .card .card-body p {
    padding: 0 30px 0 0;
    text-align: right !important;
    font-size: 14px;
    color: #77797c;
    border-right: 1px solid rgb(var(--first));
  }
}

.tem2-features {
  padding: 60px 0;
  position: relative;
}

.tem2-features .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  /* margin-bottom: 60px; */
}

.tem2-features .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.tem2-features .tem2-title .tem2-topic::before {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}

.tem2-features .tem2-feature {
  text-align: right;
  padding: 15px;
}

.tem2-features .tem2-feature .tem2-box {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 25px 15px;
  border-radius: 10px;
  position: relative;
  transition: all 150ms ease-in-out;
}

.tem2-features .tem2-feature .tem2-box::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  background-color: rgb(var(--first));
  position: absolute;
  border-radius: 0 0 10px 10px;
  right: 0;
  bottom: 0;
  transition: all 80ms ease-in-out;
}

.tem2-features .tem2-feature .tem2-box:hover {
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

.tem2-features .tem2-feature .tem2-box:hover::after {
  height: 8px;
}

.featurestwo__icon-bg {
  width: 60px;
  height: 60px;
  border-radius: 50%;;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  background-color: rgba(var(--second), 0.1);
}

.featurestwo__icon-bg svg {
  width: 50%;
  height: 50%;
}

.tem2-features .tem2-feature img {
  user-select: none;
  width: 95px;
  height: 85px;
  max-width: 95px;
  max-height: 85px;
  margin-bottom: 18px;
  object-fit: contain;
}

/* .tem2-features .tem2-feature .tem2-box img {
  border-radius: 50rem;
}

.tem2-features .tem2-feature img {
  user-select: none;
  width: 60px;
  margin-bottom: 15px;
  object-fit: contain;
} */

.tem2-features .tem2-feature .tem2-topic {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.tem2-features .tem2-feature .tem2-desc {
  font-size: 13px;
  font-weight: 300;
  color: rgb(var(--third));
  /* opacity: 0.7; */
  line-height: 2;
  white-space: pre-line;
}

@media screen and (max-width: 991px) {
  .tem2-features .tem2-feature {
    margin-bottom: 10px;
  }

  .tem2-features .tem2-title .tem2-topic {
    margin-bottom: 15px;
  }
}

@media (max-width: 568px) {
  .tem2-features .tem2-feature {
    padding: 0 65px;
  }

  .tem2-features {
    padding-top: 40px;
  }
}

.footertwo__section {
  margin-top: 120px;
}

.tem2-footer {
  text-align: right;
  padding: 40px 90px 15px;
  border-radius: 20px 20px 0 0;
  position: relative;
  background-color: rgb(var(--third));
}

.tem2-footer .tem2-topic {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.tem2-footer p {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  /* opacity: .7; */
  line-height: 2;
  white-space: pre-line;
}

.tem2-footer .tem2-info {
  padding: 0 22px;
}

.tem2-footer .tem2-info .tem2-topic {
  padding-right: 15px;
  position: relative;
}

.tem2-footer .tem2-info .tem2-topic::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -1px;
  top: 3px;
  border-radius: 100px;
  background-color: rgb(var(--first));
}

.tem2-footer .tem2-contact .tem2-data {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.tem2-footer .tem2-contact .tem2-data ul {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.tem2-footer .tem2-social .tem2-media a img:hover {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg)
    saturate(600%) contrast(1.5);
}
.tem2-footer .tem2-contact .tem2-data ul:not(:last-child) {
  margin-left: 30px;
}

.tem2-footer .tem2-contact .tem2-data ul:last-child {
  flex: 0.65;
}

.tem2-footer .tem2-contact .tem2-data ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.tem2-footer .tem2-contact .tem2-data ul li a {
  font-size: 12px;
  color: #ffffff;
  padding-top: 5px;
}

.tem2-footer .tem2-contact .tem2-data ul li p {
  opacity: 1;
  margin-bottom: 0;
  flex: 1;
}

.tem2-footer .tem2-contact .tem2-data ul li img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  object-fit: contain;
  margin-top: 5px;
}

.tem2-footer .tem2-contact .tem2-data ul li a.tem2-email {
  direction: ltr;
  text-align: right;
}

.tem2-footer .tem2-social {
  /* padding: 0 0 0 22px; */
  padding: 0;
}

.tem2-footer .tem2-social .tem2-media {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.tem2-footer .tem2-social .tem2-media a {
  text-decoration: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.tem2-footer .tem2-social .tem2-media a:not(:last-child) {
  margin-right: 10px;
}

.tem2-footer .tem2-social .tem2-media a img {
  width: 28px;
  transition: 0.3s;
}

.tem2-footer .tem2-social .tem2-media a svg {
  width: 28px;
  height: 28px;
  transition: 0.3s;
}

.tem2-footer .tem2-social .tem2-media a img:hover {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg)
    saturate(600%) contrast(1.5);
}

.tem2-footer .tem2-social .tem2-media a .icon-holder svg path {
  fill: white;
}

.tem2-footer .tem2-social .tem2-media a .icon-holder svg rect {
  fill: white;
}

.tem2-footer .tem2-social .tem2-media a .icon-holder svg circle {
  fill: white;
}

.tem2-footer .tem2-social .tem2-media a .icon-holder:hover svg path {
  fill: rgb(var(--first));
}

.tem2-footer .tem2-social .tem2-media a .icon-holder:hover svg rect {
  fill: rgb(var(--first));
}

.tem2-footer .tem2-social .tem2-media a .icon-holder:hover svg circle {
  fill: rgb(var(--first));
}

.tem2-footer .tem2-tag {
  width: 160px;
  flex: unset;
  padding: 15px 15px 0;
  justify-content: center;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dashed rgb(255, 255, 255, 0.1);
}

.tem2-footer .tem2-tag .heart {
  margin: 0 5px;
  color: rgb(var(--first));
}

.tem2-footer .tem2-tag a {
  display: flex;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

.tem2-footer .tem2-tag a img {
  width: 14px;
  margin: 0 5px;
}

@media screen and (max-width: 991px) {
  .tem2-footer {
    padding: 40px 15px 15px;
  }
  .tem2-footer .tem2-info {
    padding: 0;
    margin-bottom: 50px;
    border: unset;
  }

  .tem2-footer .tem2-contact {
    margin-bottom: 30px;
  }

  .tem2-footer .tem2-contact .tem2-data ul:last-child {
    flex: 1;
  }

  .tem2-footer .tem2-tag {
    width: 160px;
    flex: unset;
    padding: 15px 15px 0;
    justify-content: center;
    margin: 30px auto 0;
  }

  .tem2-footer .tem2-topic {
    font-size: 16px;
  }

  .tem2-footer p {
    font-size: 15px;
  }

  .tem2-footer .tem2-social {
    display: flex;
    justify-content: end;
  }
}

.tem2-gallery {
  position: relative;
}

.tem2-gallery .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 20px 0;
}

.tem2-gallery .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  position: relative;
}

.tem2-gallery .tem2-title .tem2-topic::before {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}

.tem2-gallerySec .gallerytwo__row {
  min-height: 300px;
}

@media screen and (max-width: 991px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .tem2-gallery .tem2-box::before {
    content: ' ';
    width: 60px;
    height: 60px;
    background: rgba(var(--second), 0.15);
    border-radius: 50%;
    position: absolute;
    /* background-image: url(../images/Ellipse\ 725.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; */
    top: 233px;
    left: 22px;
  }

  .tem2-gallery .tem2-box {
    position: absolute;
    width: 110%;
    height: 100%;
    z-index: 0;
    left: 74%;
    top: 125%;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    background-image: url("bgGallery.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
}

.cascade-slider_item img {
  border-radius: 10px;
  max-width: 400px;
  max-height: 300px;
}

.cascade-slider_container {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(50%) scale(0.3);
  transition: all .5s ease;
  opacity: 0;
  z-index: -1;
}

.cascade-slider_item.next {
  left: 50%;
  transform: translateY(-50%) translateX(-135%) scale(0.6);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-50%) translateX(35%) scale(0.6);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}

.cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 5;
}

.cascade-slider_arrow-left { left: 0; }

.cascade-slider_arrow-right { right: 0; }



@media (min-width: 402px) and (max-width: 991px) {
  .cascade-slider_item {
    transform: translateY(-50%) translateX(0%) scale(0.3);
  }
  .cascade-slider_item.next {
    transform: translateY(-50%) translateX(-69%) scale(0.6);
  }
  
  .cascade-slider_item.prev {
    transform: translateY(-50%) translateX(-30%) scale(0.6);
  }

  .cascade-slider_item.now {
    transform: translateY(-50%) translateX(-50%) scale(.8);
  }
}


@media (max-width: 401px) {
  .cascade-slider_item {
    transform: translateY(-50%) translateX(0%) scale(0.3);
  }
  .cascade-slider_item.next {
    transform: translateY(-50%) translateX(-69%) scale(0.3);
  }
  
  .cascade-slider_item.prev {
    transform: translateY(-50%) translateX(-30%) scale(0.3);
  }

  .cascade-slider_item.now {
    transform: translateY(-50%) translateX(-50%) scale(.5);
  }

  .tem2-gallery .tem2-gallery {
    margin: 0px 0 60px !important;
    padding: 30px 0 !important;
    position: relative;
  }
}

.headertwo__nav {
  /* background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06); */
}

.tem2-icon-open {
  background: url("menu_icon.svg")
    no-repeat;
  width: 30px;
  height: 30px;

}

.tem2-icon-close {
  background: url("close_menu.svg")
    no-repeat;
  width: 30px;
  height: 30px;
}

.headertwo__nav .navbar {
  padding: 25px 0;
  text-align: right;
}

.headertwo__nav .navbar .navbar-nav {
  padding: 6px 0;
}

.headertwo__nav .navbar .navbar-nav {
  direction: rtl;
}

.headertwo__nav .navbar .navbar-nav .nav-item:not(:last-child) {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  border-left: 1.5px solid rgb(var(--first));
}

.headertwo__nav .navbar .navbar-nav .nav-item a {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: rgb(var(--third));
  opacity: .6;
  position: relative;
  transition: .3s;
}

.headertwo__nav .navbar .navbar-nav .nav-item a:hover {
  opacity: 1;
}

.headertwo__nav .navbar .navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
}

.headertwo__nav .navbar .navbar-brand img {
  user-select: none;
  object-fit: contain;
  max-width: 350px;
  max-height: 89px;
}

.headertwo__nav .navbar .navbar-toggler {
  border: unset;
  outline: unset;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .headertwo__nav .navbar {
    padding: 30px 15px;
  }

  .headertwo__nav .navbar .navbar-nav {
    padding: 30px 0;
  }

  .headertwo__nav .navbar .navbar-nav .nav-item {
    border: unset !important;
    padding: 0 !important;
  }

  .headertwo__nav .navbar .navbar-nav .nav-item:not(:first-child) {
    margin: 25px 0 0 0;
  }

  .headertwo__nav .navbar .navbar-nav .nav-item.active a::after {
    right: -9px;
    top: 9px;
    left: unset;
    transform: unset;
  }
}

.tem2-leadSec {
  overflow: hidden;
  margin: 60px 0;
  position: relative;
}

.leadcapturetwo__bgdecoration {
  position: absolute;
  right: -60px;
  top: 35%;
}

.tem2-lead {
  padding: 100px 0;
  position: relative;
}

.tem2-lead .tem2-title {
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0px;
  position: relative;
  text-align: right;
}

.tem2-lead .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  font-size: 30px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.tem2-lead .tem2-title .tem2-topic::before {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: 0px;
  z-index: 0;
  font-size: 32px;
}

.tem2-lead .tem2-title .tem2-desc {
  font-weight: 300;
  color: rgb(var(--third));
  font-size: 16px;
  white-space: pre-line;
}

.tem2-lead .tem2-title span {
  width: 100%;
  font-size: 40px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  color: rgba(0, 0, 0, 0.1);
  top: 15px;
  user-select: none;
}

.tem2-lead .tem2-leadForm {
  padding: 30px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
  z-index: 1;
  position: relative;
}

.leadtwo__dots {
  position: absolute;
  z-index: 0;
  top: -9%;
  right: -12%;
}

.leadtwo__elipsis {
  position: absolute;
  z-index: 0;
  top: -26%;
  right: 36%;
}

.leadtwo__elipsis path {
  fill: rgb(var(--second)) !important;
}

.leadtwo__pattern {
  position: absolute;
  z-index: 0;
  top: -11%;
  right: 65%;
}

/* .tem2-lead .tem2-leadForm .tem2-bg {
  position: absolute;
  width: 110%;
  z-index: -2;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
} */

.leadcapturetwo__form-col {
  margin-bottom: 40px;
}

.leadcapturetwo__form-col form {
  position: relative;
}

.tem2-lead .input-group {
  border: 1px solid #eaeaea !important;
  border-radius: 10px;
  margin-bottom: 16px !important;
}

.tem2-lead .form-control {
  font-size: 15px;
  padding: 22px 0 22px 15px;
  color: rgb(var(--fourth));
  border: unset;
  background: unset;
  font-weight: 300;
  box-shadow: unset;
  border-radius: 10px 0 0 10px !important;
}

.tem2-lead .form-control::placeholder {
  color: rgb(131, 131, 150, 0.7);
  font-size: 13px;
  font-weight: 300;
}

.tem2-lead .input-group-text {
  width: 40px;
  background: unset;
  border: unset;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tem2-lead .input-group-text img {
  width: 18px;
}

.tem2-lead .input-group-text svg {
  width: 20px;
  height: 20px;
}

.tem2-lead .input-group-text svg path {
  fill: rgb(131, 131, 150, 0.7) !important;
}

.tem2-lead .tem2-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}


.tem2-lead .tem2-action .btn {
  font-weight: 500;
  border-radius: 8px;
  font-size: 13px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tem2-lead .tem2-action .leadtwo__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 0;
  min-height: 35px;
}

.tem2-lead .tem2-action .btn.btn-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
}

.leadtwo__button-text {
  padding: 0 10px;
}

.leadtwo__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 35px;
  left: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.leadtwo__icon svg {
  width: 14px;
  height: 14px;
}

.leadtwo__icon svg path {
  fill: #ffffff !important;
}

.leadtwo__icon-img {
  width: 13px !important;
  height: 13px !important;
  margin-right: 0 !important;
}

.tem2-lead .tem2-action .btn.btn-primary:focus,
.tem2-lead .tem2-action .btn.btn-primary:hover,
.tem2-lead .tem2-action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}

@media screen and (max-width: 991px) {
  .tem2-leadSec {
    margin: 0px 0;
  }

  .leadcapturetwo__bgdecoration {
    display: none;
  }

  .tem2-lead {
    padding: 0px 40px;
  }

  .tem2-lead .tem2-title {
    margin-bottom: 150px;
  }

  .tem2-bg img {
    width: 100%;
  }

  .tem2-lead .tem2-title span {
    top: 5px;
    font-size: 36px;
  }

  .leadtwo__elipsis {
    top: -5%;
    right: -19%;
  }
}


.tem2-movieSec {
  position: relative;
  overflow: hidden;
  margin: 60px 0;
}

.movietwo__circle {
  position: absolute;
  left: -3%;
  top: 35%;
}

.tem2-movie {
  padding: 45px 0;
  position: relative;
}

.tem2-movie .tem2-content {
  padding: 16px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.tem2-movie .tem2-content .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

@media (min-width: 991px) {
  .tem2-movie .tem2-content .tem2-topic::before {
    content: '/';
    display: block;
    color: rgb(var(--first));
    position: absolute;
    right: -20px;
    top: -9px;
    z-index: 0;
    font-size: 32px;
  }
}

.tem2-movie .tem2-content .tem2-desc {
  color: rgb(var(--third));
  /* opacity: .7; */
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  word-wrap: break-word;
  white-space: pre-line;
}

.tem2-movie .tem2-video {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tem2-movie .tem2-video .tem2-bg {
  transform: rotate(180deg);
  position: absolute;
  z-index: 0;
  left: 9%;
  bottom: -19px;
  object-fit: contain;
  user-select: none;
}

.tem2-movie .tem2-video video {
  user-select: none;
  height: 255px;
  width: 445px;
  z-index: 1;
  border-radius: 20px;
  object-fit: contain;
  border: 5px solid #ffffff;
}

.tem2-movie .tem2-video .tem2-play {
  content: '';
  display: block;
  height: 255px;
  width: 445px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: absolute;
  border: 5px solid #ffffff;
  transition: all 200ms ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(51, 52, 86, 1) 0%,
    rgba(51, 52, 86, 0) 100%
  );
}

.tem2-movie .tem2-video .tem2-play img {
  width: 65px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .tem2-movie {
    padding: 60px 30px;
  }

  .tem2-movie i {
    display: none;
  }

  .tem2-movie .tem2-video video {
    object-fit: cover;
  }

  .tem2-movie .tem2-content .tem2-topic {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .tem2-movie .tem2-content {
    margin-top: 40px;
  }

  .tem2-movie .tem2-content .tem2-topic::after {
    content: '';
    background-color: rgb(var(--first));
    position: absolute;
    right: 0;
    top: 30px;
    border-radius: 50rem;
    bottom: 0;
    height: 3px;
    width: 15%;
  }
}

@media (max-width: 500px) {
  .tem2-movie .tem2-video .tem2-play {
    height: 200px;
    width: 325px;
  }

  .tem2-movie .tem2-video video {
    height: 200px;
    width: 325px;
  }
}

.owl-carousel {
  direction: ltr;
}

.tem2-prees {
  padding: 60px 0;
  position: relative;
}

.tem2-prees .tem2-slider.tem2-small {
  display: none;
}

.tem2-prees .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.tem2-prees .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.tem2-prees .tem2-title .tem2-topic::before {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}

.tem2-prees .tem2-slider.tem2-small .tem2-item {
  margin-bottom: 40px;
}

.tem2-prees .tem2-pree {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tem2-prees .tem2-pree img {
  max-width: 110px;
  max-height: 45px;
  height: 45px;
  object-fit: contain;
}

.tem2-prees .tem2-pree a {
  text-decoration: none;
}

.tem2-prees .tem2-pree span {
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
  color: rgb(var(--third));
  display: block;
  text-align: center;
}

.tem2-prees .tem2-action {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tem2-prees .tem2-action .btn {
  font-weight: 400;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tem2-prees .tem2-action .btn img {
  user-select: none;
  width: 20px;
  margin-right: 18px;
}

.presslogotwo__owl-carousel {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.presslogotwo__owl-carousel .owl-nav {
  display: block !important;
}


.presslogotwo__owl-carousel .owl-nav button {
  position: absolute;
  top: 20px;
  outline: unset !important;
  box-shadow: unset !important;
  background: unset !important;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.presslogotwo__owl-carousel .owl-nav button img {
  width: 10px !important;
  height: 10px !important;
}

.presslogotwo__owl-carousel .owl-nav .owl-prev {
  left: -30px;
}

.presslogotwo__owl-carousel .owl-nav .owl-next {
  right: -30px;
}

.presslogotwo__owl-carousel .owl-dots {
  margin-top: 40px !important;
}

.presslogotwo__owl-carousel .owl-dot {
  outline: unset !important;
  box-shadow: unset !important;
}

.presslogotwo__owl-carousel .owl-dot span {
  opacity: 0.5 !important;
  background-color: #ffffff !important;
}

.presslogotwo__owl-carousel .owl-dot.active span {
  opacity: 1 !important;
}

.tem2-hiddenPrees {
  display: none;
}

@media screen and (max-width: 991px) {
  .tem2-prees .tem2-slider.tem2-large {
    display: none;
  }

  .tem2-prees .tem2-slider.tem2-small {
    display: block;
  }

  .presslogotwo__owl-carousel .owl-nav {
    display: none !important;
  }

  .tem2-prees .tem2-pree a {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.tem2-pricingSec {
  position: relative;
}

.tem2-pricing {
  padding: 60px 0;
}

.tem2-pricing .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 35px;
}

.tem2-pricing .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.tem2-pricing .tem2-title .tem2-topic::before {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}

.tem2-pricing .tem2-item {
  text-align: right;
  position: relative;
}

.tem2-pricing .tem2-item .tem2-box {
  position: relative;
  padding: 50px 25px 40px;
  background-color: #ffffff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

.tem2-pricing .tem2-item .tem2-box::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(var(--second));
}

.tem2-pricing .tem2-item .tem2-box .tem2-price {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  background-image: url("pattern2.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

.tem2-pricing .tem2-item .tem2-box .tem2-price p {
  font-size: 24px;
  font-weight: 600;
  color: rgb(var(--second));
}

.tem2-pricing .tem2-item .tem2-box .tem2-price span {
  display: flex;
  font-size: 9px;
  padding: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  color: rgb(var(--fourth));
  margin-bottom: 5px;
  background-color: #F8F7FB;
}

.tem2-pricing .tem2-item .tem2-box .tem2-content {
  margin: 10px 0 20px;
}

.tem2-pricing .tem2-item .tem2-box .tem2-content h6 {
  color: rgb(var(--fourth));
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.tem2-pricing .tem2-item .tem2-box .tem2-content p {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 300;
  color: rgb(var(--third));
  /* opacity: .7; */
}

.tem2-pricing .tem2-item .tem2-box .tem2-content .tem2-splite {
  height: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.tem2-pricing .tem2-item .tem2-box .tem2-content .tem2-splite .tem2-right {
  position: absolute;
  width: 10px;
  height: 20px;
  right: -25px;
  border-radius: 100px 0 0 100px;
  background-color: #F8F8F8;
}

.tem2-pricing .tem2-item .tem2-box .tem2-content .tem2-splite .tem2-left {
  position: absolute;
  width: 10px;
  height: 20px;
  left: -25px;
  border-radius: 0 100px 100px 0;
  background-color: #F8F8F8;
}

.tem2-pricing .tem2-item .tem2-box .tem2-content .tem2-splite .tem2-line {
  flex: 1;
  width: 90%;
  height: 1px;
  border-bottom: 1.6px dashed rgb(112, 112, 112, 0.15);
}

.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features {
  margin-bottom: 20px;
}

.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li {
  font-size: 12px;
  color: rgb(var(--fourth));
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li:not(:last-child) {
  margin-bottom: 10px;
}

.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li .tem2-icon {
  /* width: 18px;
  height: 18px; */
  /* padding: 2px 10px; */
  padding: 4px;
  display: flex;
  align-items: center;
  margin-left: 10px;    
  justify-content: center;
  border-radius: 5px;
  background-color: #F8F7FB;
}

.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li .tem2-icon span {
  color: rgb(var(--third));
  font-weight: 300;
  font-size: 15px;
}

.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li .tem2-icon img {
  width: 14px;
}

.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li .tem2-icon svg {
  width: 14px;
  height: 14px;
}

.tem2-pricing .tem2-item .tem2-box .tem2-pricing-features li .tem2-icon svg path {
  fill: rgb(var(--first)) !important;
}

.tem2-pricing .tem2-item .tem2-box .tem2-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}

.tem2-pricing .tem2-item .tem2-box .tem2-action .btn {
  font-weight: 500;
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  /* padding: 6px 14px; */
  margin: 0 20px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.tem2-pricing .tem2-item .tem2-box .tem2-action .btn.btn-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: unset;
  background-image: url("btnBg2.svg");
  background-repeat: no-repeat;
  background-position: right 5px bottom -15px;
  background-size: 40px;
}

.tem2-pricing .tem2-item .tem2-action .btn.btn-primary:focus,
.tem2-pricing .tem2-item .tem2-action .btn.btn-primary:hover,
.tem2-pricing .tem2-item .tem2-action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}

@media screen and (max-width: 991px) {
  .tem2-pricingSec i {
    display: none;
  }

  .tem2-pricing {
    padding: 60px 15px;
  }

  .tem2-pricing .tem2-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .tem2-pricing .tem2-item:nth-child(odd) {
    transform: unset;
  }

  .tem2-pricing .tem2-item .tem2-box {
    width: 100%;
    height: 100%;
    transform: unset;
    left: 0;
    top: 0;
  }
}

.tem2-steps {
  padding: 60px 0;
  position: relative;
}

.tem2-steps .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 35px;
}

.tem2-steps .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.tem2-steps .tem2-title .tem2-topic::before {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}

.tem2-steps .tem2-step {
  text-align: right;
}

.steptwo__logo {
  position: relative;
}

.steptwo__circle {
  width: 52px;
  height: 52px;
  position: relative;
  left: 34%;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
  background: rgb(var(--second), 0.1);
}

.tem2-steps .tem2-step .tem2-count {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 15px;
  margin: 0 57px 30px;
  color: rgb(var(--fourth));
  background-color: #F8F7FB;
}

.tem2-steps .tem2-step:not(:last-child) .tem2-count::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-image: url("stepBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: -50px;
}

.tem2-steps .tem2-step .tem2-stepCard {
  border-radius: 16px;
  margin-bottom: 20px;
  object-fit: contain;
  padding: 25px 15px 15px;
  background-color: #ffffff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

.tem2-steps .tem2-step .tem2-stepCard img {
  user-select: none;
  margin-bottom: 20px;
  width: 80px;
  height: 60px;
  max-width: 80px;
  max-height: 60px;
  object-fit: contain;
}

.tem2-steps .tem2-step .tem2-stepCard svg {
  user-select: none;
  position: absolute;
  top: 7%;
  right: 18%;
  width: 50px;
  margin-bottom: 20px;
}

.tem2-steps .tem2-step .tem2-stepCard .tem2-topic {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.tem2-steps .tem2-step .tem2-stepCard .tem2-desc {
  font-size: 13px;
  color: rgb(var(--third));
  font-weight: 300;
  white-space: pre-line;
}

@media screen and (max-width: 991px) {
  .tem2-steps .tem2-step {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }

  .tem2-steps .tem2-step .tem2-count {
    position: relative;
    margin-bottom: 0;
  }

  .tem2-steps .tem2-step:not(:last-child) .tem2-count::after {
    content: '';
    display: block;
    width: 2px;
    height: 20vh;
    position: absolute;
    transform: translate(-50%, 35%);
    border-right: 2px dashed #F8F7FB;
    position: absolute;
    right: 12px;
    top: 50%;
  }
}

@media (max-width: 401px) {
  .tem2-steps .tem2-step .tem2-count {
    margin: 0 15px 178px;
  }
}

.tem2-team {
  padding: 60px 0;
  position: relative;
}

.tem2-team .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
}

.tem2-team .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.tem2-team .tem2-title .tem2-topic::before {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}

.tem2-team .tem2-member {
  text-align: center;
  background-image: url("bg2.svg");
  background-repeat: no-repeat;
  background-position: top 5px left 14px;
  text-decoration: none;
}

.tem2-team .tem2-member .tem2-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding-top: 100%;
}

.tem2-team .tem2-member .tem2-image img {
  user-select: none;
  position: absolute;
  top: 0;
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50rem;
  max-height: 100%;
  max-width: 100%;
}

.tem2-team .tem2-member .tem2-image::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border: 7px solid rgb(var(--first));
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.tem2-team .tem2-member .tem2-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #212529;
}

.tem2-team .tem2-member .tem2-role {
  font-size: 13px;
  color: rgb(var(--third));
  /* opacity: .7; */
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .tem2-team .tem2-member {
    margin-bottom: 50px;
    /* padding: 0 30vw; */
  }

  .tem2-team .tem2-member .tem2-desc {
    max-width: 50%;
    margin: auto;
  }

  .tem2-team .tem2-member:nth-child(odd):not(:last-child)::after,
  .tem2-team .tem2-member:nth-child(even):not(:last-child)::after {
    display: none;
  }


}

@media (max-width: 568px) {
  .tem2-team .tem2-member .tem2-image::after {
    right: 105px;
    top: 50px;
  }

  .tem2-team .tem2-member .tem2-name {
    margin-top: 50px;
  }

  .tem2-team .tem2-member .tem2-image img {
    width: 250px;
    height: 250px;
  }

  .tem2-team .tem2-member .tem2-image {
    padding-top: 58%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .tem2-team .tem2-member .tem2-image::after {
    right: 5px;
    top: 50px;
  }
}

@media (max-width: 401px) {
  .tem2-team .tem2-member .tem2-image::after {
    right: 105px;
    top: 10px;
  }

  .tem2-team .tem2-member .tem2-image img {
    width: 250px;
    height: 250px;
  }

  .tem2-team .tem2-member .tem2-image {
    padding-top: 70%;
  }

  .tem2-team .tem2-member {
    background-image: url("bg2.svg");
    background-repeat: no-repeat;
    background-position: top 5px left 74px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .tem2-team .tem2-member .tem2-image::after {
    right: 5px;
    top: 50px;
  }
}

.owl-carousel {
  direction: ltr;
}

.testimonialstwo__section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.tem2-testimonials .owl-item {
  padding: 15px 0;
}

.tem2-testimonials {
  padding: 60px 0;
  position: relative;
}

.tem2-testimonials .tem2-title {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}

.tem2-testimonials .tem2-title .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  position: relative;
}

.tem2-testimonials .tem2-title .tem2-topic::before {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 0;
  font-size: 32px;
}

.tem2-testimonials .tem2-testimonial {
  direction: rtl;
  text-align: right;
  position: relative;
  padding: 25px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.tem2-testimonials .tem2-testimonial .tem2-avatar {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tem2-testimonials .tem2-testimonial .tem2-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: cover;
  z-index: 10;
}

.tem2-testimonials .tem2-testimonial .tem2-avatar i {
  width: 14px;
  height: 14px;
  border-radius: 100px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  background-color: rgb(var(--first));
}

.tem2-testimonials .tem2-testimonial .tem2-quote {
  position: absolute;
  top: -10px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.tem2-testimonials .tem2-testimonial .tem2-quote span {
  font-size: 65px;
}

.tem2-testimonials .tem2-testimonial .tem2-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  padding: 45px 20px 20px;
  /* background-color: #fafafa; */
  background-color: #ffffff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

.tem2-testimonials .tem2-testimonial .tem2-content .tem2-info {
  margin-bottom: 5px;
}

.tem2-testimonials .tem2-testimonial .tem2-content .tem2-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(var(--third));
  margin-bottom: 3px;
}

.tem2-testimonials .tem2-testimonial .tem2-content .tem2-info span {
  display: inline-block;
  font-size: 16px;
  padding-right: 10px;
  color: rgb(var(--third));
  position: relative;
  font-weight: 300;
}

.tem2-testimonials .tem2-testimonial .tem2-content .tem2-info span::after {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}

.tem2-testimonials .tem2-testimonial .tem2-content p {
  font-size: 15px;
  font-weight: 300;
  color: rgb(var(--third));
  font-weight: 300;
  white-space: pre-line;
}

.testimonialstwo__owl-carousel {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.testimonialstwo__owl-carousel .owl-nav {
  display: block !important;
}

.testimonialstwo__owl-carousel .owl-nav button {
  position: absolute;
  top: 45% !important;
  outline: unset !important;
  box-shadow: unset !important;
  background: unset !important;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonialstwo__owl-carousel .owl-nav button img {
  width: 10px !important;
  height: 10px !important;
}

.testimonialstwo__owl-carousel .owl-nav .owl-prev {
  left: -30px;
}

.testimonialstwo__owl-carousel .owl-nav .owl-next {
  right: -30px;
}

.testimonialstwo__owl-carousel .owl-dots {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .testimonialstwo__owl-carousel .owl-nav {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .tem2-testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tem2-testimonials .tem2-slider {
    width: 300px;
  }    
}

/* .textimg__align-left {
  margin-right: 4rem !important;
} */

/* .textimg__align-right {
  margin-left: 4rem !important;
} */

.tem2-text {
  padding: 44px 0;
  position: relative;
}

.tem2-text i {
  width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  z-index: 0;
}

.tem2-text i.tem2-left {
  bottom: 120px;
  left: -110px;
  /* background-image: url('./../images/rightBg.svg');
  background-repeat: no-repeat;
  background-size: contain; */
}

.tem2-text i.tem2-left .texttwo__left-circle {
  fill: rgba(var(--second));
}

.left .tem2-left {
  left: auto !important;
  right: -110px !important;
}

.tem2-text .tem2-content {
  padding: 16px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.tem2-text .tem2-content .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.76;
  text-align: right;
  position: relative;
}

.tem2-text .tem2-content .tem2-topic::before {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: -8px;
  z-index: 0;
  font-size: 32px;
}

.tem2-text .tem2-content .tem2-desc {
  color: rgb(var(--third));
  font-weight: 300;
  font-size: 15px;
  direction: rtl;
  word-wrap: break-word;
  white-space: pre-line;
  text-align: right;
}

.tem2-text .tem2-content .tem2-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  direction: rtl;
}

.tem2-text .tem2-content .tem2-action .btn {
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  /* padding: 6px 14px; */
  min-height: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tem2-text .tem2-content .tem2-action .btn.tem2-btn-withIcon {
  /* padding-left: 48px; */
  /* position: relative; */
  overflow: hidden;
}

.tem2-text .tem2-content .tem2-action .btn.tem2-btn-withIcon img {
  left: 0;
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  background-color: rgb(var(--third));
}

.tem2-text .tem2-content .tem2-action .btn.btn-primary {
  /* padding-left: 48px; */
  /* position: relative; */
  overflow: hidden;
}

.tem2-text .tem2-content .tem2-action .btn.btn-primary img {
  left: 0;
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}

.tem2-text .tem2-content .tem2-action .btn img {
  user-select: none;
  height: 38px;
  padding: 10px;
  margin-right: 10px;
}

.texttwo__icon {
  left: 0;
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 6px;
  /* position: absolute; */
  user-select: none;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.texttwo__icon svg {
  max-width: 16px;
  max-height: 16px;
}

.texttwo__icon-first svg path {
  fill: currentColor !important;
}

.texttwo__icon-second svg path {
  fill: #ffffff !important;
}

.texttwo__icon-first {
  background-color: rgba(0, 0, 0, 0.1);
}

.texttwo__icon-second {
  background-color: rgb(var(--third));
}

.texttwo__text {
  width: 100%;
  padding: 0 10px;
}

.tem2-text .tem2-content .tem2-action .btn.btn-primary {
  background-color: rgb(var(--second));
  color: #ffffff;
  border: 1px solid rgb(var(--second));
}

.tem2-text .tem2-content .tem2-action .btn.btn-primary:focus,
.tem2-text .tem2-content .tem2-action .btn.btn-primary:hover,
.tem2-text .tem2-content .tem2-action .btn.btn-primary:active {
  background-color: rgb(var(--second));
  outline: unset;
  box-shadow: unset;
}

.tem2-text .tem2-content .tem2-action .btn.btn-outline-primary {
  background-color: #ffffff;
  color: rgb(var(--third));
  border: unset;
  border: 1px solid rgb(var(--third));
}

.tem2-text .tem2-content .tem2-action .btn.btn-outline-primary:focus,
.tem2-text .tem2-content .tem2-action .btn.btn-outline-primary:hover,
.tem2-text .tem2-content .tem2-action .btn.btn-outline-primary:active {
  background-color: rgb(var(--third));
  color: #ffffff;
  outline: unset;
  box-shadow: unset;
}

.tem2-text .tem2-content .tem2-action .btn:not(:last-child) {
  margin-left: 10px;
}

.text__noimage {
  align-self: center !important;
}

.tem2-text .tem2-image {
  max-height: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tem2-text .tem2-image img {
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 500px) {
  .tem2-text .tem2-content .tem2-action {
    flex-direction: column;
  }

  .tem2-text .tem2-content .tem2-action .btn {
    width: 100%;
    margin: 5px 0;
  }
}

@media screen and (max-width: 768px) {
  .tem2-text i.tem2-left {
    left: 0;
    right: -80px;
  }
}

@media screen and (max-width: 991px) {
  .tem2-text {
    padding: 60px 30px;
  }

  /* .tem2-text i {
    display: none;
  } */

  .tem2-text .tem2-content .tem2-topic {
    margin-bottom: 10px;
  }

  .tem2-text .tem2-content .tem2-topic::after {
    top: 32px;
  }

  .tem2-text .tem2-content .tem2-action {
    justify-content: center;
  }

  .tem2-text .tem2-image {
    margin-bottom: 60px;
  }

/*   .textimg__align-left {
    margin-right: 0 !important;
  } */
  
/*   .textimg__align-right {
    margin-left: 0 !important;
  } */
}

@media (max-width: 568px) {
  .tem2-content {
    position: relative;
  }

  /* .tem2-content::before {
    content: '';
    position: absolute;
    bottom: 95px;
    right: -68px;
    background: url(../images/Ellipse\ 715.svg) no-repeat;
    width: 10%;
    height: 16%;
  } */
}

.tem2-titleSec {
  position: relative;
  overflow: hidden;
}

.titletwo__bgpattern {
  position: absolute;
  left: -130px;
  top: -20px;
}

.tem2-titletwo {
  padding: 100px 0;
  position: relative;
}

.tem2-titletwo.align-items-center {
  text-align: center;
}

.tem2-titletwo.align-items-start {
  text-align: right;
}

.tem2-titletwo.align-items-end {
  text-align: left;
}

.tem2-titletwo i {
  display: flex;
  position: absolute;
  z-index: 0;
}

.tem2-titletwo i.tem2-right {
  width: 130px;
  height: 140px;
  top: 8vh;
  right: -20vw;
  /* background-image: url('./../images/rightBg.svg');
  background-repeat: no-repeat;
  background-size: contain; */
}

.tem2-titletwo i.tem2-right .titletwo__bg {
  fill: rgba(var(--second))
}

.tem2-titletwo i.tem2-right .titletwo__bg-stroke {
  stroke: rgba(var(--second))
}

.tem2-titletwo i.tem2-left {
  width: 150px;
  height: 150px;
  bottom: 5vh;
  left: -10vw;
  background-image: url("leftBg3.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.tem2-titletwo .tem2-topic {
  color: rgb(var(--fourth));
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.76;
  position: relative;
}

.tem2-titletwo .tem2-topic::before {
  content: '/';
  display: block;
  color: rgb(var(--first));
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 0;
  font-size: 32px;
}

.tem2-titletwo .tem2-desc {
  color: rgb(var(--third));
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .titletwo__bgpattern {
    left: -250px;
  }

  .tem2-titletwo {
    padding: 60px 30px;
  }

  .tem2-titletwo i.tem2-right {
    top: unset;
    bottom: 0;
    right: -110px;
    transform: rotate(-90deg);
  }

  .tem2-titletwo .tem2-desc::after {
    top: 28px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
    text-align: right;
}

.underline-holder {
    position: relative;
}

.right {
    direction: rtl !important;
}

.left {
    direction: ltr !important;
}

.hidden {
    display: none !important;
}

.header__item-big {
    font-size: 16px !important;
}

.header__item-medium {
    font-size: 15px !important;
}

.header__item-small {
    font-size: 14px !important;
}

.title__title-big {
    font-size: 35px !important;
}

.title__title-medium {
    font-size: 30px !important;
}

.title__title-small {
    font-size: 25px !important;
}

.title__subtitle-big {
    font-size: 20px !important;
}

.title__subtitle-medium {
    font-size: 18px !important;
}

.title__subtitle-small {
    font-size: 16px !important;
}

.secondtitle__title-big {
    font-size: 30px !important;
}

.secondtitle__title-medium {
    font-size: 28px !important;
}

.secondtitle__title-small {
    font-size: 26px !important;
}

.secondtitle__subtitle-big {
    font-size: 18px !important;
}

.secondtitle__subtitle-medium {
    font-size: 16px !important;
}

.secondtitle__subtitle-small {
    font-size: 14px !important;
}

.text__title-big {
    font-size: 22px !important;
}

.text__title-medium {
    font-size: 20px !important;
}

.text__title-small {
    font-size: 18px !important;
}

.text__desc-big {
    font-size: 16px !important;
}

.text__desc-medium {
    font-size: 15px !important;
}

.text__desc-small {
    font-size: 14px !important;
}

.text__button-big {
    font-size: 17px !important;
}

.text__button-medium {
    font-size: 16px !important;
}

.text__button-small {
    font-size: 15px !important;
}

.secondtext__title-big {
    font-size: 24px !important;
}

.secondtext__title-medium {
    font-size: 22px !important;
}

.secondtext__title-small {
    font-size: 20px !important;
}

.stepbystep__title-big {
    font-size: 22px !important;
}

.stepbystep__title-medium {
    font-size: 20px !important;
}

.stepbystep__title-small {
    font-size: 18px !important;
}

.stepbystep__steptitle-big {
    font-size: 16px !important;
}

.stepbystep__steptitle-medium {
    font-size: 15px !important;
}

.stepbystep__steptitle-small {
    font-size: 14px !important;
}

.stepbystep__desc-big {
    font-size: 15px !important;
}

.stepbystep__desc-medium {
    font-size: 14px !important;
}

.stepbystep__desc-small {
    font-size: 13px !important;
}

.features__title-big {
    font-size: 22px !important;
}

.features__title-medium {
    font-size: 20px !important;
}

.features__title-small {
    font-size: 18px !important;
}

.features__sectiontitle-big {
    font-size: 16px !important;
}

.features__sectiontitle-medium {
    font-size: 15px !important;
}

.features__sectiontitle-small {
    font-size: 14px !important;
}

.features__desc-big {
    font-size: 15px !important;
}

.features__desc-medium {
    font-size: 14px !important;
}

.features__desc-small {
    font-size: 13px !important;
}

.secondfeatures__title-big {
    font-size: 30px !important;
}

.secondfeatures__title-medium {
    font-size: 28px !important;
}

.secondfeatures__title-small {
    font-size: 26px !important;
}

.secondfeatures__sectiontitle-big {
    font-size: 18px !important;
}

.secondfeatures__sectiontitle-medium {
    font-size: 17px !important;
}

.secondfeatures__sectiontitle-small {
    font-size: 16px !important;
}

.secondfeatures__maindesc-big {
    font-size: 17px !important;
}

.secondfeatures__maindesc-medium {
    font-size: 16px !important;
}

.secondfeatures__maindesc-small {
    font-size: 15px !important;
}

.pricing__title-big {
    font-size: 22px !important;
}

.pricing__title-medium {
    font-size: 20px !important;
}

.pricing__title-small {
    font-size: 18px !important;
}

.pricing__packagetitle-big {
    font-size: 19px !important;
}

.pricing__packagetitle-medium {
    font-size: 18px !important;
}

.pricing__packagetitle-small {
    font-size: 17px !important;
}

.pricing__packagesubtitle-big {
    font-size: 13px !important;
}

.pricing__packagesubtitle-medium {
    font-size: 12px !important;
}

.pricing__packagesubtitle-small {
    font-size: 11px !important;
}

.pricing__packageprice-big {
    font-size: 24px !important;
}

.pricing__packageprice-medium {
    font-size: 23px !important;
}

.pricing__packageprice-small {
    font-size: 22px !important;
}

.pricing__featuretitle-big {
    font-size: 13px !important;
}

.pricing__featuretitle-medium {
    font-size: 12px !important;
}

.pricing__featuretitle-small {
    font-size: 11px !important;
}

.testimonials__title-big {
    font-size: 22px !important;
}

.testimonials__title-medium {
    font-size: 20px !important;
}

.testimonials__title-small {
    font-size: 18px !important;
}

.testimonials__commenttitle-big {
    font-size: 17px !important;
}

.testimonials__commenttitle-medium {
    font-size: 16px !important;
}

.testimonials__commenttitle-small {
    font-size: 15px !important;
}

.testimonials__comment-big {
    font-size: 16px !important;
}

.testimonials__comment-medium {
    font-size: 15px !important;
}

.testimonials__comment-small {
    font-size: 14px !important;
}

.presslogo__title-big {
    font-size: 24px !important;
}

.presslogo__title-medium {
    font-size: 22px !important;
}

.presslogo__title-small {
    font-size: 20px !important;
}

.presslogo__logotitle-big {
    font-size: 14px !important;
}

.presslogo__logotitle-medium {
    font-size: 13px !important;
}

.presslogo__logotitle-small {
    font-size: 12px !important;
}

.ctabox__title-big {
    font-size: 24px !important;
}

.ctabox__title-medium {
    font-size: 22px !important;
}

.ctabox__title-small {
    font-size: 20px !important;
}

.ctabox__buttontitle-big {
    font-size: 16px !important;
}

.ctabox__buttontitle-medium {
    font-size: 15px !important;
}

.ctabox__buttontitle-small {
    font-size: 14px !important;
}

.leadcapture__title-big {
    font-size: 33px !important;
}

.leadcapture__title-medium {
    font-size: 30px !important;
}

.leadcapture__title-small {
    font-size: 28px !important;
}

.leadcapture__desc-big {
    font-size: 18px !important;
}

.leadcapture__desc-medium {
    font-size: 16px !important;
}

.leadcapture__desc-small {
    font-size: 14px !important;
}

.leadcapture__buttontitle-big {
    font-size: 16px !important;
}

.leadcapture__buttontitle-medium {
    font-size: 15px !important;
}

.leadcapture__buttontitle-small {
    font-size: 14px !important;
}

.leadcapture__fieldtitle-big {
    font-size: 16px !important;
}

.leadcapture__fieldtitle-medium {
    font-size: 15px !important;
}

.leadcapture__fieldtitle-small {
    font-size: 14px !important;
}

.leadcapture__popuptitle-big {
    font-size: 22px !important;
}

.leadcapture__popuptitle-medium {
    font-size: 20px !important;
}

.leadcapture__popuptitle-small {
    font-size: 18px !important;
}

.leadcapture__popupdesc-big {
    font-size: 15px !important;
}

.leadcapture__popupdesc-medium {
    font-size: 14px !important;
}

.leadcapture__popupdesc-small {
    font-size: 13px !important;
}

.leadcapture__successbtn-big {
    font-size: 15px !important;
}

.leadcapture__successbtn-medium {
    font-size: 14px !important;
}

.leadcapture__successbtn-small {
    font-size: 13px !important;
}

.gallery__title-big {
    font-size: 22px !important;
}

.gallery__title-medium {
    font-size: 20px !important;
}

.gallery__title-small {
    font-size: 18px !important;
}

.movie__title-big {
    font-size: 22px !important;
}

.movie__title-medium {
    font-size: 20px !important;
}

.movie__title-small {
    font-size: 18px !important;
}

.movie__desc-big {
    font-size: 16px !important;
}

.movie__desc-medium {
    font-size: 15px !important;
}

.movie__desc-small {
    font-size: 14px !important;
}

.faq__title-big {
    font-size: 22px !important;
}

.faq__title-medium {
    font-size: 20px !important;
}

.faq__title-small {
    font-size: 18px !important;
}

.faq__question-big {
    font-size: 18px !important;
}

.faq__question-medium {
    font-size: 17px !important;
}

.faq__question-small {
    font-size: 16px !important;
}

.faq__answer-big {
    font-size: 16px !important;
}

.faq__answer-medium {
    font-size: 15px !important;
}

.faq__answer-small {
    font-size: 14px !important;
}

.team__title-big {
    font-size: 22px !important;
}

.team__title-medium {
    font-size: 20px !important;
}

.team__title-small {
    font-size: 18px !important;
}

.team__name-big {
    font-size: 16px !important;
}

.team__name-medium {
    font-size: 15px !important;
}

.team__name-small {
    font-size: 14px !important;
}

.team__role-big {
    font-size: 15px !important;
}

.team__role-medium {
    font-size: 14px !important;
}

.team__role-small {
    font-size: 13px !important;
}

.footer__title-big {
    font-size: 15px !important;
}

.footer__title-medium {
    font-size: 14px !important;
}

.footer__title-small {
    font-size: 13px !important;
}

.footer__desc-big {
    font-size: 13px !important;
}

.footer__desc-medium {
    font-size: 12px !important;
}

.footer__desc-small {
    font-size: 11px !important;
}

.footer__address-big {
    font-size: 13px !important;
}

.footer__address-medium {
    font-size: 12px !important;
}

.footer__address-small {
    font-size: 11px !important;
}

.footer__email-big {
    font-size: 13px !important;
}

.footer__email-medium {
    font-size: 12px !important;
}

.footer__email-small {
    font-size: 11px !important;
}

.footer__phone-big {
    font-size: 13px !important;
}

.footer__phone-medium {
    font-size: 12px !important;
}

.footer__phone-small {
    font-size: 11px !important;
}

.special-tag a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--fourth));
    text-decoration: none;
    font-size: 12px;
}

.special-tag a .heart {
    margin: 0 5px;
    color: rgb(var(--second));
}

.textimg__align-left {
    margin-right: 4rem !important;
}

.textimg__align-right {
    margin-left: 4rem !important;
}

.nav-right {
    margin-right: auto;
}

.nav-left {
    margin-left: auto;
}

section {
    transition: margin 0.3s;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

body {
    background: var(--body-color);
}

.section-icon {
    fill: rgb(var(--first)) !important;
}

.section-icon2 {
    fill: rgb(var(--third)) !important;
}
