@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px;
  font-style: normal;
}

.common-button {
  background: #0978EA;
  background: linear-gradient(90deg, rgb(9, 120, 234) 29%, rgb(254, 136, 23) 50%, rgb(253, 58, 105) 100%);
  color: #fff;
  font-size: 18px;
  padding: 14px 29px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  border-radius: 50px;
  z-index: -2;
}
.common-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  border-radius: 50px;
  z-index: 4;
}
.common-button .arrow {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  padding-left: 8px;
}
.common-button .arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Arrow / Arrow_Up_Right_LG'%3E%3Cpath id='Vector' d='M18.3646 5.63623H11.2939M18.3646 5.63623L18.3643 12.7073M18.3646 5.63623L5.63672 18.3642' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  height: 25px;
  width: 25px;
  display: inline-block;
  transition: all 0.3s;
}
.common-button:hover {
  color: #fff;
}
.common-button:hover:before {
  width: 100%;
}
.common-button:hover .arrow {
  padding-left: 12px;
}
@media (max-width: 480px) {
  .common-button {
    font-size: 14px;
    width: 170px;
  }
  .common-button .arrow::after {
    height: 17px;
    width: 17px;
  }
}

.bg-wrapper {
  position: relative;
}
.bg-wrapper::after {
  content: "";
  background-color: #fff;
  background-image: url("https://wordpress-theme.spider-themes.net/banca/wp-content/uploads/2021/07/bg-img-2.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.headerwrapper {
  padding: 10px 0px;
  z-index: 3;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.headerwrapper.sticky {
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.headerwrapper.sticky .logo img {
  width: 80px !important;
}
.headerwrapper .content {
  padding-left: 12.6171875vw;
  padding-right: 12.6171875vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .headerwrapper .content {
    padding-left: 4.2057291667vw;
    padding-right: 4.2057291667vw;
  }
}
@media (max-width: 1024px) {
  .headerwrapper .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.headerwrapper .content .logo img {
  width: 150px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .headerwrapper .content .logo img {
    width: 100px;
  }
}
.headerwrapper .content .nav-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px;
  padding: 0px;
  list-style-type: none;
}
@media (max-width: 480px) {
  .headerwrapper .content .nav-menu {
    position: fixed;
    width: 250px;
    align-items: flex-start;
    flex-direction: column;
    background-color: #fff;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0px;
    padding: 20px 15px;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
  }
}
@media (max-width: 480px) {
  .headerwrapper .content .nav-menu li {
    width: 100%;
  }
}
.headerwrapper .content .nav-menu li a {
  color: #000;
  text-decoration: none;
  padding: 0px 15px 4px;
  font-weight: 600;
  font-size: 17px;
  position: relative;
}
@media (max-width: 480px) {
  .headerwrapper .content .nav-menu li a {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 14px 15px;
    border-bottom: 1px solid #ddd;
  }
}
.headerwrapper .content .nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 2px;
  display: block;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
}
@media (max-width: 480px) {
  .headerwrapper .content .nav-menu li a::after {
    display: none;
  }
}
.headerwrapper .content .nav-menu li a:hover::after {
  width: 100%;
}
.headerwrapper .content .nav-menu li a.active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 2px;
  display: block;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
}
@media (max-width: 480px) {
  .headerwrapper .content .nav-menu li a.active::after {
    display: none;
  }
}
.headerwrapper .content .nav-menu li a.c-block {
  display: none;
}
@media (max-width: 480px) {
  .headerwrapper .content .nav-menu li a.c-block {
    display: block;
  }
}
.headerwrapper .content .nav-menu li:last-child a {
  border-bottom: 0px;
}
.headerwrapper .content .common-button {
  background: #0978EA;
  background: linear-gradient(90deg, rgb(9, 120, 234) 29%, rgb(254, 136, 23) 50%, rgb(253, 58, 105) 100%);
  color: #fff;
  font-size: 18px;
  padding: 14px 29px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerwrapper .content .common-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  border-radius: 50px;
  z-index: -2;
}
.headerwrapper .content .common-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  border-radius: 50px;
  z-index: 4;
}
.headerwrapper .content .common-button .arrow {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  padding-left: 8px;
}
.headerwrapper .content .common-button .arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Arrow / Arrow_Up_Right_LG'%3E%3Cpath id='Vector' d='M18.3646 5.63623H11.2939M18.3646 5.63623L18.3643 12.7073M18.3646 5.63623L5.63672 18.3642' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  height: 25px;
  width: 25px;
  display: inline-block;
  transition: all 0.3s;
}
.headerwrapper .content .common-button:hover {
  color: #fff;
}
.headerwrapper .content .common-button:hover:before {
  width: 100%;
}
.headerwrapper .content .common-button:hover .arrow {
  padding-left: 12px;
}
@media (max-width: 480px) {
  .headerwrapper .content .common-button {
    font-size: 14px;
    width: 170px;
  }
  .headerwrapper .content .common-button .arrow::after {
    height: 17px;
    width: 17px;
  }
}
@media (max-width: 480px) {
  .headerwrapper .content .common-button {
    display: none;
  }
}

@media (max-width: 768px) {
  .bar-toggle {
    position: relative;
  }
  .bar-toggle .bar {
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
  }
  .bar-toggle .bar1 {
    margin-top: 8px;
  }
  .bar-toggle .bar2 {
    margin-top: 8px;
  }
}
.ismenu {
  overflow: hidden;
}
.ismenu .headerwrapper .content .nav-menu {
  transform: translateX(0);
}
.ismenu .blackdrop-overlay {
  background-color: rgba(0, 0, 0, 0.72);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
}
.ismenu .bar-toggle {
  z-index: 5;
}
.ismenu .bar-toggle .bar {
  background-color: #fff;
}
.ismenu .bar-toggle .bar.bar0 {
  display: none;
}
.ismenu .bar-toggle .bar.bar1 {
  margin-top: 8px;
  rotate: 46deg;
  transform: translate(6px, 4px);
}
.ismenu .bar-toggle .bar.bar2 {
  rotate: -46deg;
  transform: translate(3px, -1px);
}

@media (max-width: 480px) {
  .banner-section .swiper-wrapper {
    padding-bottom: 71px;
  }
}
.banner-section .slide {
  display: flex;
  align-items: center;
  height: 79vh;
  padding-left: 12.6171875vw;
  padding-right: 12.6171875vw;
}
@media (max-width: 480px) {
  .banner-section .slide {
    flex-wrap: wrap;
    height: 100%;
  }
}
@media (max-width: 1600px) {
  .banner-section .slide {
    padding-left: 4.2057291667vw;
    padding-right: 4.2057291667vw;
  }
}
@media (max-width: 1024px) {
  .banner-section .slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.banner-section .slide .content {
  width: 50%;
  position: relative;
}
@media (max-width: 480px) {
  .banner-section .slide .content {
    width: 100%;
    text-align: center;
    order: 2;
  }
}
.banner-section .slide .content .banner-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 40px 0px;
  list-style-type: none;
}
@media (max-width: 480px) {
  .banner-section .slide .content .banner-list {
    max-width: 183px;
    font-size: 16px;
    margin: 0px auto 40px auto;
  }
}
.banner-section .slide .content .banner-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.banner-section .slide .content .banner-list li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='_x32_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23008001;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M469.402,35.492C334.09,110.664,197.114,324.5,197.114,324.5L73.509,184.176L0,254.336l178.732,222.172 l65.15-2.504C327.414,223.414,512,55.539,512,55.539L469.402,35.492z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 18px;
  width: 21px;
  margin-right: 10px;
  display: block;
}
.banner-section .slide .content .large-title {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
}
@media (max-width: 480px) {
  .banner-section .slide .content .large-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.banner-section .slide .content .large-title .brand {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-section .slide .content p {
  font-size: 22px;
  color: #414e5b;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .banner-section .slide .content p {
    font-size: 16px;
  }
}
.banner-section .slide .content a {
  background: #0978EA;
  background: linear-gradient(90deg, rgb(9, 120, 234) 29%, rgb(254, 136, 23) 50%, rgb(253, 58, 105) 100%);
  color: #fff;
  font-size: 18px;
  padding: 14px 29px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 210px;
}
.banner-section .slide .content a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  border-radius: 50px;
  z-index: -2;
}
.banner-section .slide .content a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  border-radius: 50px;
  z-index: 4;
}
.banner-section .slide .content a .arrow {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  padding-left: 8px;
}
.banner-section .slide .content a .arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Arrow / Arrow_Up_Right_LG'%3E%3Cpath id='Vector' d='M18.3646 5.63623H11.2939M18.3646 5.63623L18.3643 12.7073M18.3646 5.63623L5.63672 18.3642' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  height: 25px;
  width: 25px;
  display: inline-block;
  transition: all 0.3s;
}
.banner-section .slide .content a:hover {
  color: #fff;
}
.banner-section .slide .content a:hover:before {
  width: 100%;
}
.banner-section .slide .content a:hover .arrow {
  padding-left: 12px;
}
@media (max-width: 480px) {
  .banner-section .slide .content a {
    font-size: 14px;
    width: 170px;
  }
  .banner-section .slide .content a .arrow::after {
    height: 17px;
    width: 17px;
  }
}
@media (max-width: 480px) {
  .banner-section .slide .content a {
    margin: 0 auto;
  }
}
.banner-section .slide .image {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .banner-section .slide .image {
    width: 100%;
  }
}
.banner-section .slide .image img {
  width: 100%;
  max-height: 100vh;
  animation: move5 3s linear 0s infinite normal none running;
}

.swiper-pagination {
  padding: 10px 0;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #fe524f !important;
  height: 10px !important;
  width: 10px !important;
  opacity: 1;
  transform: scale(0.55);
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1) !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid #fe524f;
  content: "";
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.about-section {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .about-section {
    padding: 30px 0px !important;
  }
}
.about-section .large-title {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
  font-size: 43px;
  line-height: 62px;
  max-width: 850px;
  margin: 0 auto 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .about-section .large-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.about-section .large-title .brand {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.about-section .contentwrap {
  max-width: 950px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 20px;
  color: #414e5b;
  line-height: 34px;
}
@media (max-width: 480px) {
  .about-section .contentwrap p {
    font-size: 16px;
    line-height: 29px;
  }
}
.about-section .common-button {
  max-width: 240px;
  margin: 0 auto;
}

.whychooseus {
  padding: 60px 0px;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .whychooseus {
    padding: 30px 0px !important;
  }
}
.whychooseus .container {
  padding-left: 12.6171875vw;
  padding-right: 12.6171875vw;
}
@media (max-width: 1600px) {
  .whychooseus .container {
    padding-left: 4.2057291667vw;
    padding-right: 4.2057291667vw;
  }
}
@media (max-width: 1024px) {
  .whychooseus .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.whychooseus .container .large-title {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 480px) {
  .whychooseus .container .large-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.whychooseus .container .large-title .brand {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.whychooseus .boxwrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.whychooseus .boxwrap .leftcol {
  width: 50%;
  position: relative;
}
@media (max-width: 480px) {
  .whychooseus .boxwrap .leftcol {
    width: 100%;
    padding: 0px 15px;
  }
}
.whychooseus .boxwrap .leftcol .bg-image {
  background-image: url("../images/trusted-experience.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 900px;
  width: 100%;
  display: block;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 480px) {
  .whychooseus .boxwrap .leftcol .bg-image {
    height: 400px;
    border-radius: 0px;
  }
}
.whychooseus .boxwrap .rightcol {
  width: 50%;
  padding: 0px 80px;
}
@media (max-width: 480px) {
  .whychooseus .boxwrap .rightcol {
    width: 100%;
    padding: 20px 15px;
  }
}
.whychooseus .boxwrap .rightcol .list {
  list-style-type: none;
  padding: 0;
  counter-reset: my-awesome-counter;
}
.whychooseus .boxwrap .rightcol .list li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 30px;
  counter-increment: my-awesome-counter;
}
.whychooseus .boxwrap .rightcol .list li:last-child {
  padding-bottom: 0px;
}
.whychooseus .boxwrap .rightcol .list li img {
  height: 58px;
  width: 58px;
}
.whychooseus .boxwrap .rightcol .list li .count {
  position: relative;
  z-index: 1;
}
.whychooseus .boxwrap .rightcol .list li .count::before {
  content: counter(my-awesome-counter);
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 66% 33% 66% 33%/33% 33% 66% 66%;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  animation: border_animation 4s linear infinite;
}
.whychooseus .boxwrap .rightcol .list li:last-child::after {
  display: none;
}
.whychooseus .boxwrap .rightcol .list li .choose-box {
  padding-left: 30px;
}
.whychooseus .boxwrap .rightcol .list li .choose-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 0px;
}
.whychooseus .boxwrap .rightcol .list li .choose-box p {
  margin-bottom: 0;
  color: #414e5b;
  font-size: 15px;
  font-weight: 500;
}

@keyframes drawLine {
  from {
    height: 0;
  }
  to {
    height: calc(100% - 10px);
  }
}
@keyframes border_animation {
  0%, 100% {
    border-radius: 44% 56% 66% 66%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  33% {
    border-radius: 66% 33% 44% 55%/33% 22% 77% 66%;
    transform: translate3d(0, 0px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  66% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, 0px, 0) rotateZ(0.01deg);
  }
}
.services {
  padding: 60px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .services {
    padding: 30px 0px !important;
  }
}
.services .large-title {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 480px) {
  .services .large-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.services .large-title .brand {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services .featuresList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  z-index: 6;
}
.services .featuresList .featureItem {
  margin: 0;
  list-style-type: none;
  flex: 1 1;
  padding: 0 0 0 15px;
}
@media (max-width: 480px) {
  .services .featuresList .featureItem {
    flex: auto;
    padding: 0px;
  }
}
.services .featuresList .featureItem:nth-child(2) {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .services .featuresList .featureItem:nth-child(2) {
    margin-top: 0px;
  }
}
.services .featuresList .featureItem:nth-child(3) {
  margin-top: 80px;
}
@media (max-width: 480px) {
  .services .featuresList .featureItem:nth-child(3) {
    margin-top: 0px;
  }
}
.services .featuresList .featureItem .language {
  padding: 25px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.6s ease-in-out;
  transform: translateY(0px);
  border: 1px solid #ddd;
  cursor: pointer;
}
.services .featuresList .featureItem .language a {
  text-decoration: none;
  color: #000;
}
.services .featuresList .featureItem .language .icon {
  display: block;
  margin-bottom: 15px;
}
.services .featuresList .featureItem .language .icon::before {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}
.services .featuresList .featureItem .language .icon.financial::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23a570ff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 511.999 511.999' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M431.86,179.437l-77.982-36.963c11.912-12.286,16.971-29.64,13.235-46.65c-6.156-28.033-32.458-45.271-59.873-39.255 c-1.052,0.231-2.018,0.64-2.885,1.175c-1.141-0.446-2.297-0.861-3.479-1.204c-14.645-4.255-29.895-0.132-41.834,11.315 l-121.257,116.26c-13.106,12.568-20.91,24.083-26.094,38.503c-1.358,3.776-2.598,7.636-3.797,11.37 c-3.96,12.328-7.728,24.016-15.353,32.565l-7.203-7.512c-4.265-4.448-10.02-6.968-16.206-7.1 c-6.18-0.083-12.042,2.148-16.489,6.411L7.109,302.011c-9.203,8.823-9.512,23.492-0.687,32.694l160.977,167.895 c4.264,4.448,10.02,6.968,16.206,7.099c0.168,0.003,0.334,0.005,0.501,0.005c6.002,0,11.662-2.268,15.989-6.416l26.419-25.331 c3.714-3.561,3.838-9.457,0.277-13.171c-3.56-3.712-9.456-3.838-13.171-0.278L187.2,489.841c-1.154,1.107-2.496,1.233-3.204,1.232 c-0.701-0.015-2.043-0.212-3.15-1.366l-38.543-40.2l52.022-49.878l38.543,40.2c3.561,3.714,9.458,3.838,13.171,0.278 c3.714-3.561,3.838-9.458,0.277-13.171l-10.264-10.706l64.64-60.674c3.752-3.521,3.938-9.417,0.417-13.168 c-3.521-3.752-9.416-3.939-13.168-0.417l-64.784,60.809L105.469,280.036c10.929-11.621,15.621-26.211,20.163-40.349 c1.205-3.75,2.341-7.291,3.591-10.766c4.202-11.689,10.418-20.774,21.456-31.358l121.257-116.26 c7.107-6.815,15.539-9.256,23.74-6.873c8.152,2.369,14.696,9.112,16.677,17.177c2.139,8.709-1.32,17.952-9.813,26.098L217,199.724 c-3.714,3.561-3.838,9.457-0.278,13.171l6.534,6.815c5.259,5.486,8.068,12.691,7.908,20.289 c-0.16,7.598-3.269,14.677-8.754,19.937l-27.26,26.136c-3.714,3.561-3.838,9.457-0.277,13.171c1.83,1.908,4.275,2.869,6.726,2.869 c2.319,0,4.64-0.859,6.445-2.591l27.26-26.136c9.078-8.704,14.223-20.42,14.487-32.994c0.265-12.573-4.383-24.498-13.086-33.574 l-0.088-0.091l69.248-66.395l118.016,55.939c1.288,0.61,2.646,0.901,3.983,0.901c3.488,0,6.831-1.967,8.424-5.328 C438.491,187.196,436.509,181.64,431.86,179.437z M181.432,386.182L129.41,436.06L19.872,321.814 c-1.688-1.76-1.626-4.67,0.132-6.354l45.534-43.658c1.154-1.107,2.504-1.22,3.204-1.232c0.701,0.015,2.043,0.212,3.15,1.366 L181.432,386.182z M337.648,132.16c-0.661,0.54-1.22,1.156-1.692,1.818l-16.035-7.6c9.985-11.816,13.814-25.817,10.525-39.214 c-1.074-4.373-2.9-8.52-5.313-12.302c11.519,2.747,20.952,12.066,23.784,24.958C351.575,111.925,347.257,124.318,337.648,132.16z' /%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M414.876,17.441c-0.467-5.125-4.995-8.918-10.121-8.432L139.395,33.174c-5.471,0.498-10.428,3.106-13.957,7.343 c-3.53,4.237-5.2,9.584-4.701,15.054l1.587,17.44c0.44,4.838,4.502,8.471,9.266,8.471c0.283,0,0.569-0.012,0.856-0.039 c5.123-0.466,8.899-4.997,8.432-10.12l-1.587-17.441c-0.061-0.66,0.217-1.146,0.461-1.44c0.245-0.292,0.673-0.653,1.334-0.714 l265.358-24.165C411.568,27.096,415.343,22.565,414.876,17.441z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M511.913,152.815L499.915,21.039c-1.031-11.317-11.07-19.699-22.399-18.658l-22.465,2.046 c-5.123,0.466-8.898,4.998-8.431,10.121c0.466,5.123,4.981,8.896,10.121,8.431l22.464-2.046c1.056-0.101,2.058,0.725,2.156,1.795 l11.999,131.777c0.06,0.659-0.219,1.148-0.462,1.44s-0.672,0.655-1.333,0.714l-28.85,2.627c-5.123,0.466-8.898,4.997-8.431,10.121 c0.44,4.836,4.502,8.471,9.266,8.469c0.283,0,0.569-0.012,0.854-0.039l28.851-2.627c5.47-0.498,10.428-3.106,13.957-7.343 C510.742,163.632,512.412,158.285,511.913,152.815z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M467.694,119.963c-14.711-0.694-26.813-12.3-28.152-26.998c-1.395-15.319,8.93-29.03,24.017-31.893 c5.054-0.958,8.375-5.833,7.416-10.888c-0.958-5.055-5.84-8.378-10.888-7.416c-24.559,4.658-41.367,26.965-39.097,51.887 c2.177,23.908,21.88,42.788,45.829,43.917c0.149,0.006,0.297,0.01,0.445,0.01c4.942,0,9.063-3.888,9.297-8.877 C476.803,124.566,472.833,120.205,467.694,119.963z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M215.721,76.022l-24.193-11.575c-10.254-4.907-22.586-0.555-27.491,9.699l-39.135,81.796 c-2.221,4.64-0.258,10.203,4.383,12.424c1.297,0.621,2.665,0.914,4.013,0.914c3.475,0,6.81-1.954,8.41-5.297l39.135-81.796 c0.465-0.97,1.676-1.397,2.644-0.934l24.191,11.575c4.643,2.222,10.205,0.257,12.424-4.382 C222.324,83.806,220.361,78.243,215.721,76.022z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M508.328,222.726c-1.836-5.2-5.574-9.37-10.53-11.741l-20.35-9.736c-4.641-2.222-10.203-0.258-12.424,4.382 c-2.219,4.64-0.258,10.203,4.382,12.424l20.35,9.736c0.597,0.286,0.874,0.774,1.001,1.133c0.128,0.359,0.219,0.913-0.068,1.51 l-57.108,119.361c-0.463,0.969-1.674,1.4-2.705,0.905l-157.204-73.873c-4.656-2.187-10.205-0.185-12.393,4.47 c-2.187,4.656-0.186,10.205,4.469,12.393l157.148,73.845c2.862,1.37,5.885,2.017,8.864,2.017c7.693,0,15.09-4.324,18.628-11.715 l57.108-119.363C509.867,233.52,510.161,227.927,508.328,222.726z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M355.586,198.929c-4.558-12.921-13.875-23.294-26.234-29.209c-6.982-3.339-14.419-5.034-22.111-5.034 c-19.649,0-37.825,11.449-46.302,29.166c-12.206,25.516-1.38,56.206,24.134,68.413c6.982,3.339,14.419,5.034,22.111,5.034 c19.649,0,37.824-11.449,46.301-29.166C359.399,225.774,360.144,211.85,355.586,198.929z M336.678,230.091 c-5.399,11.285-16.976,18.577-29.495,18.577c-4.886,0-9.618-1.079-14.069-3.209c-16.248-7.774-23.143-27.317-15.369-43.566 c5.399-11.285,16.977-18.577,29.496-18.577c4.886,0,9.618,1.079,14.069,3.209c7.871,3.766,13.804,10.372,16.707,18.601 C340.92,213.354,340.444,222.22,336.678,230.091z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M462.163,236.769c-23.484-8.566-49.341,2.002-60.141,24.576c-10.362,21.657-3.093,47.96,16.907,61.183 c1.581,1.047,3.366,1.546,5.13,1.546c3.023,0,5.987-1.469,7.779-4.178c2.838-4.292,1.659-10.07-2.632-12.909 c-12.286-8.123-16.746-24.288-10.376-37.6c6.639-13.876,22.523-20.376,36.952-15.116c4.837,1.765,10.181-0.729,11.942-5.561 C469.486,243.878,466.997,238.532,462.163,236.769z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.services .featuresList .featureItem .language .icon.accurately::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='_x32_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a570ff;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M228.31,77.506c21.358-1.961,37.07-20.901,35.093-42.259c-1.994-21.342-20.917-37.063-42.268-35.077 c-21.358,1.986-37.054,20.893-35.076,42.259C188.045,63.778,206.968,79.498,228.31,77.506z'/%3E%3Cpath class='st0' d='M368.479,388.205c7.133,6.194,17.918,5.605,24.341-1.332l0.458-0.482c6.406-6.928,6.185-17.682-0.499-24.341 l-45.045-50.028l-16.48-55.888c-0.752,1.34-1.536,2.663-2.402,3.922c-8.481,12.191-21.841,19.994-36.646,21.359l-6.822,0.474 l17.387,41.997c4.118,6.848,9.224,13.032,15.14,18.409L368.479,388.205z'/%3E%3Cpath class='st0' d='M214.419,351.568c9.168-2.255,14.977-11.275,13.253-20.541l-11.128-59.76l73.455-5.099 c10.532-0.744,20.19-6.21,26.228-14.904c6.03-8.677,7.794-19.609,4.804-29.766l-2.754-9.355l-22.968-83.668l39.374,2.132 l31.474,30.322c-1.52,1.846-2.28,4.281-1.668,6.798l2.566,10.401l-18.294,4.51c-4.339,1.07-6.978,5.45-5.908,9.78l12.322,50.005 c1.078,4.322,5.449,6.97,9.772,5.915l77.671-19.152c4.339-1.078,6.962-5.458,5.9-9.789l-12.338-49.988 c-1.063-4.33-5.434-6.986-9.764-5.915l-18.302,4.51l-2.574-10.41c-1.046-4.232-5.311-6.798-9.543-5.76l-1.92,0.474 c-0.434-1.773-1.218-3.489-2.395-5.025l-30.779-40.363c-3.325-4.347-8.048-7.419-13.384-8.662l-50.626-18.122 c-18.131-6.504-38.328-3.333-53.6,8.4l-70.244,53.894l-45.56-16.431c-7.142-3.178-15.484-0.123-18.891,6.879l-0.474,0.956 c-1.683,3.489-1.928,7.476-0.662,11.12c1.275,3.652,3.955,6.642,7.436,8.309l54.916,26.213c6.83,3.268,14.781,3.235,21.595-0.082 l29.268-19.463l20.091,57.587l-48.591,4.249c-8.187,0.744-15.622,5.099-20.247,11.881c-4.641,6.79-5.982,15.296-3.693,23.189 l24.152,82.606c2.68,9.143,12.084,14.568,21.342,12.289L214.419,351.568z M397.819,159.212l0.351,0.204l2.574,10.402l-26.318,6.488 l-2.483-10.083c4.885,4.004,11.856,4.306,16.929,0.392l0.295-0.238c2.124-1.634,3.611-3.783,4.461-6.136L397.819,159.212z'/%3E%3Cpolygon class='st0' points='239.266,387.895 212.245,371.586 212.245,512 299.754,512 299.754,364.07 289.467,358.611 '/%3E%3Cpolygon class='st0' points='316.488,512 403.988,512 403.988,419.377 316.488,372.951 '/%3E%3Cpolygon class='st0' points='420.722,428.258 420.722,512 494.455,512 494.455,467.38 '/%3E%3Cpolygon class='st0' points='108.011,512 195.512,512 195.512,361.479 108.011,308.647 '/%3E%3Cpolygon class='st0' points='17.545,512 91.278,512 91.278,298.54 17.545,254.026 '/%3E%3C/g%3E%3C/svg%3E");
}
.services .featuresList .featureItem .language .icon.short::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23a570ff' height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M344.069,386.751l-65.962-17.989l-10.423-15.635c-2.515-3.772-6.519-6.374-10.987-7.14 c-0.409-0.071-0.821-0.107-1.231-0.145v-20.538l4.365-3.638c7.842-6.535,13.049-15.685,14.662-25.765l2.367-14.791h4.794 c13.851,0,25.119-11.268,25.119-25.119v-17.102c0-11.829-8.222-21.769-19.25-24.42l1.586-9.914 c4.764-29.773-3.724-60.008-23.289-82.95c-19.564-22.943-48.078-36.101-78.229-36.101c-30.151,0-58.665,13.158-78.229,36.101 c-19.564,22.943-28.052,53.177-23.289,82.95l1.586,9.914c-11.028,2.651-19.25,12.591-19.25,24.42v17.102 c0,13.851,11.268,25.119,25.119,25.119h4.794l2.367,14.791c1.613,10.08,6.82,19.229,14.662,25.765l4.365,3.638v20.538 c-0.411,0.039-0.823,0.076-1.231,0.145c-4.468,0.765-8.473,3.368-10.987,7.14l-10.423,15.635l-65.962,17.99 C12.794,391.747,0,408.497,0,427.485v59.387c0,13.851,11.268,25.119,25.119,25.119h324.944c13.851,0,25.119-11.268,25.119-25.119 v-59.387C375.182,408.497,362.388,391.747,344.069,386.751z M284.967,230.437c3.374,1.328,5.772,4.611,5.772,8.451v17.102 c0,5.01-4.076,9.086-9.086,9.086h-2.229L284.967,230.437z M93.528,265.075c-5.01,0-9.086-4.076-9.086-9.086v-17.102 c0-3.839,2.398-7.123,5.772-8.451l5.542,34.639H93.528z M116.52,293.367l-14.615-91.347c-4.021-25.13,3.144-50.65,19.657-70.014 c16.513-19.365,40.579-30.471,66.029-30.471s49.516,11.107,66.029,30.471c16.512,19.365,23.677,44.884,19.657,70.014 l-14.615,91.348c-1,6.252-4.231,11.928-9.094,15.981l-34.32,28.599c-3.163,2.636-7.172,4.087-11.291,4.087h-32.732 c-4.118,0-8.128-1.452-11.291-4.089l-34.32-28.599C120.751,305.295,117.521,299.619,116.52,293.367z M239.432,338.665v13.793 l-51.841,38.881l-51.841-38.881v-13.793l13.92,11.601c6.038,5.032,13.694,7.805,21.555,7.805h32.732 c7.862,0,15.517-2.772,21.555-7.805L239.432,338.665z M59.858,495.956H25.119c-5.01,0-9.086-4.076-9.086-9.086v-59.387 c0-4.741,1.303-9.246,3.581-13.152l33.898,28.249c4.033,3.362,6.346,8.299,6.346,13.549V495.956z M163.411,495.957h-87.52v-39.826 c0-10.023-4.416-19.451-12.115-25.866l-32.086-26.738c1.169-0.515,2.38-0.962,3.641-1.306l63.47-17.311l34.261,47.967 c2.634,3.687,6.718,6.158,11.204,6.78c0.75,0.105,1.504,0.156,2.255,0.156c3.741,0,7.426-1.272,10.371-3.629l6.15-4.92 c1.092,4.106,3.717,7.582,7.231,9.785L163.411,495.957z M146.879,423.664c-0.048,0.04-0.18,0.144-0.407,0.112 c-0.228-0.032-0.326-0.168-0.361-0.219l-34.291-48.007l9.019-13.529c0.034-0.052,0.127-0.191,0.354-0.23 c0.229-0.041,0.361,0.061,0.412,0.099l52.898,39.675L146.879,423.664z M179.57,495.956l6.547-52.376h2.949l6.547,52.376H179.57z M196.676,427.014c0,0.295-0.239,0.534-0.534,0.534H179.04c-0.295,0-0.534-0.239-0.534-0.534v-8.119l9.086-7.268l9.086,7.268 V427.014z M253.578,361.89c0.051-0.037,0.184-0.14,0.411-0.099c0.227,0.04,0.32,0.179,0.355,0.23l9.018,13.528l-34.29,48.007 c-0.036,0.051-0.134,0.187-0.362,0.219c-0.224,0.031-0.358-0.073-0.407-0.112l-27.623-22.098L253.578,361.89z M299.29,456.131 v39.826h-87.52l-6.863-54.909c3.515-2.203,6.139-5.679,7.231-9.785l6.15,4.92c2.946,2.357,6.63,3.629,10.371,3.629 c0.751,0,1.505-0.051,2.255-0.156c4.487-0.622,8.571-3.093,11.205-6.78l34.261-47.967l63.471,17.31 c1.259,0.345,2.469,0.792,3.64,1.307l-32.086,26.738C303.706,436.68,299.29,446.108,299.29,456.131z M359.148,486.871 c0,5.01-4.076,9.086-9.086,9.086h-34.739v-39.826c0-5.25,2.313-10.188,6.346-13.548l33.898-28.249 c2.278,3.906,3.581,8.411,3.581,13.152V486.871z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M401.37,34.194c-42.141,0-76.426,34.285-76.426,76.426s34.285,76.426,76.426,76.426s76.426-34.285,76.426-76.426 S443.511,34.194,401.37,34.194z M401.37,171.013c-33.3,0-60.392-27.092-60.392-60.393s27.092-60.392,60.392-60.392 s60.393,27.092,60.393,60.392S434.67,171.013,401.37,171.013z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M403.515,102.896c-16.545-4.596-19.782-7.702-19.782-11.516c0-2.122,6.664-6.948,17.637-6.948 c9.667,0,16.39,3.764,17.528,6.482c1.709,4.084,6.405,6.009,10.489,4.301c4.084-1.709,6.01-6.405,4.301-10.489 c-3.346-7.997-12.665-13.839-24.302-15.696v-1.166c0-4.427-3.589-8.017-8.017-8.017s-8.017,3.589-8.017,8.017v1.143 c-15.067,2.33-25.653,11.171-25.653,22.373c0,18.208,18.971,23.477,31.525,26.965c16.545,4.596,19.782,7.702,19.782,11.515 c0,2.122-6.664,6.948-17.637,6.948c-9.667,0-16.39-3.764-17.528-6.482c-1.709-4.084-6.405-6.01-10.489-4.301 s-6.01,6.405-4.301,10.489c3.346,7.997,12.665,13.839,24.302,15.696v1.166c0,4.427,3.589,8.017,8.017,8.017 c4.427,0,8.017-3.589,8.017-8.017v-1.143c15.067-2.33,25.653-11.171,25.653-22.373 C435.04,111.654,416.069,106.383,403.515,102.896z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M475.151,28.185C451.753,7.231,420.283-2.791,388.799,0.687c-50.97,5.632-91.936,46.738-97.405,97.74 c-4.622,43.09,15.752,84.242,52.236,106.559l-9.905,40.551c-0.65,2.663,0.105,5.472,2.001,7.45 c1.527,1.593,3.625,2.469,5.787,2.469c0.523,0,1.05-0.051,1.572-0.156c36.368-7.274,55.608-26.221,62.258-34.119 C464.511,219.083,512,170.293,512,110.62C512,79.204,498.569,49.158,475.151,28.185z M401.37,205.217 c-2.681,0-5.183,1.339-6.67,3.57c-0.135,0.202-12.343,18.053-42.227,27.566l8.162-33.415c0.867-3.548-0.774-7.233-3.99-8.963 c-34.1-18.339-53.455-55.173-49.308-93.84c4.674-43.579,39.675-78.702,83.224-83.514c27.351-3.025,53.593,5.325,73.894,23.506 c20.026,17.936,31.512,43.63,31.512,70.492C495.967,162.782,453.53,205.217,401.37,205.217z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.services .featuresList .featureItem .language .icon.high::before {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke-width='3' stroke='%23a570ff' fill='none'%3E%3Cpath d='M15.08,52.89,8.27,42.64a1.1,1.1,0,0,1,.32-1.53l4.29-2.79a1.11,1.11,0,0,1,1.51.3l7,10.06a1.1,1.1,0,0,1-.29,1.54l-4.44,3A1.1,1.1,0,0,1,15.08,52.89Z' stroke-linecap='round'/%3E%3Cpath d='M15.16,39.69l7.17-4.51a2,2,0,0,1,1.56-.24c2.54.65,10.2,2.76,13,3.74,2.13.75,3,2.84,2.13,4.23-1.16,1.86-2.92,1.65-4.19,1.3a4.29,4.29,0,0,1-.5-.19l-5-2.13' stroke-linecap='round'/%3E%3Cpath d='M20.72,47.82l2.34-1.34,13.26,3.63a1,1,0,0,0,.81-.13C39,48.78,47,43.49,50.94,40.7A2.2,2.2,0,0,0,51.22,37a2.86,2.86,0,0,0-3.41-.3c-1.39.77-5.22,3.62-5.22,3.62' stroke-linecap='round'/%3E%3Ccircle cx='38.09' cy='20.44' r='13' stroke-linecap='round'/%3E%3Cpath d='M33.81,13.85h2.08c2,0,4.26.67,4.26,3.76,0,3.35-2.84,4.63-5.85,4.29a.17.17,0,0,0-.14.29l6.4,6.89' stroke-linecap='round'/%3E%3Cline x1='42.6' y1='13.85' x2='35.43' y2='13.85' stroke-linecap='round'/%3E%3Cline x1='33.92' y1='17.72' x2='42.65' y2='17.72' stroke-linecap='round'/%3E%3C/svg%3E");
}
.services .featuresList .featureItem .language .icon.life::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23a570ff' width='800px' height='800px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M498.871 496.171c5.717 5.632 15.061 5.632 20.779 0l173.013-170.24c22.485-22.101 34.859-51.456 34.859-82.688s-12.373-60.629-34.859-82.731c-46.592-45.867-122.453-45.867-169.045 0-7.979 7.808-20.736 7.808-28.672 0-23.339-22.912-53.931-34.389-84.565-34.389s-61.227 11.477-84.523 34.389c-22.485 22.101-34.901 51.499-34.901 82.731s12.416 60.587 34.859 82.688l173.056 170.24zm222.464-141.099l-173.013 170.24c-10.752 10.581-24.917 15.872-39.04 15.872-14.165 0-28.288-5.291-39.083-15.872l-173.013-170.24c-30.336-29.867-47.061-69.547-47.061-111.829s16.725-82.005 47.061-111.872c57.813-56.875 149.291-61.056 212.096-12.501 62.763-48.555 154.197-44.416 212.053 12.501 30.336 29.867 47.061 69.589 47.061 111.872s-16.725 81.963-47.061 111.829zm-306.713 241.37c41.131 0 74.581 33.493 74.581 74.624v269.568c0 11.307-9.131 20.395-20.395 20.395-11.307 0-20.437-9.088-20.437-20.395V671.066c0-18.645-15.147-33.749-33.749-33.749h-17.835c-.555 0-1.195-.043-1.877-.085H203.55c-5.419 0-10.624-2.176-14.464-6.016l-90.795-90.795c-12.715-12.672-34.859-12.672-47.573 0-13.141 13.184-13.141 34.517-.043 47.616l106.709 106.709c6.443 6.443 15.189 9.813 24.192 9.771.341 0 .768 0 1.109.043h177.707c11.307 0 20.437 9.131 20.437 20.395v215.68c0 11.307-9.131 20.395-20.437 20.395-11.264 0-20.437-9.088-20.437-20.395v-195.2H182.046c-.384 0-.768-.043-1.195-.043-19.669 0-38.315-7.723-52.395-21.76L21.789 616.923c-29.056-29.013-29.056-76.288 0-105.301 29.099-29.099 76.373-29.141 105.387-.085l84.821 84.821h183.936c.512 0 1.195.043 1.835.085h16.853zm584.418-84.48c28.715 29.099 28.587 76.075-.384 104.96L891.989 723.631c-14.037 14.037-32.683 21.76-52.651 21.76-.299 0-.64.043-.939.043H680.49v195.2c0 11.307-9.173 20.395-20.437 20.395s-20.437-9.088-20.437-20.395v-215.68c0-11.264 9.173-20.395 20.437-20.395H837.76c.469-.043.896-.043 1.323-.043 9.259 0 17.664-3.456 23.979-9.771l106.709-106.709c13.141-13.099 13.141-34.432 0-47.573l-.299-.299c-13.141-12.843-34.261-12.757-47.275.256l-90.837 90.795c-3.84 3.84-9.003 6.016-14.421 6.016H625.536c-.683.043-1.323.085-1.835.085h-17.835c-18.603 0-33.749 15.104-33.749 33.749v269.568c0 11.307-9.173 20.395-20.437 20.395-11.307 0-20.437-9.088-20.437-20.395V671.065c0-41.131 33.493-74.624 74.624-74.624h16.853c.64-.043 1.28-.085 1.835-.085h183.936l84.779-84.821c29.056-29.056 76.373-29.013 105.344 0 .171.128.299.299.427.427z'/%3E%3C/svg%3E");
}
.services .featuresList .featureItem .language .icon.demat::before {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 1024 1024' fill='%23a570ff' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M110.4 923.2c-56.8 0-102.4-48-102.4-106.4V285.6c0-58.4 45.6-106.4 102.4-106.4h800.8c56.8 0 102.4 48 102.4 106.4V816c0 58.4-45.6 106.4-102.4 106.4H110.4z m0-701.6c-34.4 0-61.6 28.8-61.6 64V816c0 35.2 28 64 61.6 64h800.8c34.4 0 61.6-28.8 61.6-64V285.6c0-35.2-28-64-61.6-64H110.4z' fill='' /%3E%3Cpath d='M541.6 392c-12.8 0-23.2-10.4-23.2-24s10.4-24 23.2-24h328c12.8 0 23.2 10.4 23.2 24s-10.4 24-23.2 24h-328zM541.6 511.2c-12.8 0-23.2-10.4-23.2-24s10.4-24 23.2-24h328c12.8 0 23.2 10.4 23.2 24s-10.4 24-23.2 24h-328zM541.6 638.4c-12.8 0-23.2-10.4-23.2-24s10.4-24 23.2-24h276.8c12.8 0 23.2 10.4 23.2 24s-10.4 24-23.2 24H541.6zM58.4 886.4c-2.4 0-4.8 0-7.2-0.8-12.8-4-20-18.4-16-32 23.2-78.4 77.6-142.4 148-176l16-8-13.6-12c-40-34.4-63.2-85.6-63.2-139.2 0-100 78.4-180.8 173.6-180.8 96 0 173.6 80.8 173.6 180.8 0 53.6-23.2 104.8-63.2 139.2l-13.6 12 16 8c68 32 132.8 112 157.6 194.4 16 52.8-16.8 36-1.6 16-3.2 4.8-16.8-5.6-32-5.6-12.8 0-19.2 24.8-19.2 22.4-31.2-104-120.8-203.2-217.6-203.2-99.2 0-186.4 67.2-216 166.4-1.6 11.2-11.2 18.4-21.6 18.4z m239.2-498.4c-69.6 0-126.4 58.4-126.4 130.4s56.8 130.4 126.4 130.4c69.6 0 126.4-58.4 126.4-130.4-0.8-72-56.8-130.4-126.4-130.4z' fill='' /%3E%3C/svg%3E");
}
.services .featuresList .featureItem .language .featureTitle {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 3px;
}
.services .featuresList .featureItem .language p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  max-width: 90%;
  color: #414e5b;
}
.services .featuresList .featureItem .language:hover {
  transform: translateY(-5px);
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  color: #fff;
}
.services .featuresList .featureItem .language:hover .featureTitle {
  color: #fff;
}
.services .featuresList .featureItem .language:hover p {
  color: #fff;
}
.services .featuresList .featureItem .language:hover .icon.financial::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 511.999 511.999' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M431.86,179.437l-77.982-36.963c11.912-12.286,16.971-29.64,13.235-46.65c-6.156-28.033-32.458-45.271-59.873-39.255 c-1.052,0.231-2.018,0.64-2.885,1.175c-1.141-0.446-2.297-0.861-3.479-1.204c-14.645-4.255-29.895-0.132-41.834,11.315 l-121.257,116.26c-13.106,12.568-20.91,24.083-26.094,38.503c-1.358,3.776-2.598,7.636-3.797,11.37 c-3.96,12.328-7.728,24.016-15.353,32.565l-7.203-7.512c-4.265-4.448-10.02-6.968-16.206-7.1 c-6.18-0.083-12.042,2.148-16.489,6.411L7.109,302.011c-9.203,8.823-9.512,23.492-0.687,32.694l160.977,167.895 c4.264,4.448,10.02,6.968,16.206,7.099c0.168,0.003,0.334,0.005,0.501,0.005c6.002,0,11.662-2.268,15.989-6.416l26.419-25.331 c3.714-3.561,3.838-9.457,0.277-13.171c-3.56-3.712-9.456-3.838-13.171-0.278L187.2,489.841c-1.154,1.107-2.496,1.233-3.204,1.232 c-0.701-0.015-2.043-0.212-3.15-1.366l-38.543-40.2l52.022-49.878l38.543,40.2c3.561,3.714,9.458,3.838,13.171,0.278 c3.714-3.561,3.838-9.458,0.277-13.171l-10.264-10.706l64.64-60.674c3.752-3.521,3.938-9.417,0.417-13.168 c-3.521-3.752-9.416-3.939-13.168-0.417l-64.784,60.809L105.469,280.036c10.929-11.621,15.621-26.211,20.163-40.349 c1.205-3.75,2.341-7.291,3.591-10.766c4.202-11.689,10.418-20.774,21.456-31.358l121.257-116.26 c7.107-6.815,15.539-9.256,23.74-6.873c8.152,2.369,14.696,9.112,16.677,17.177c2.139,8.709-1.32,17.952-9.813,26.098L217,199.724 c-3.714,3.561-3.838,9.457-0.278,13.171l6.534,6.815c5.259,5.486,8.068,12.691,7.908,20.289 c-0.16,7.598-3.269,14.677-8.754,19.937l-27.26,26.136c-3.714,3.561-3.838,9.457-0.277,13.171c1.83,1.908,4.275,2.869,6.726,2.869 c2.319,0,4.64-0.859,6.445-2.591l27.26-26.136c9.078-8.704,14.223-20.42,14.487-32.994c0.265-12.573-4.383-24.498-13.086-33.574 l-0.088-0.091l69.248-66.395l118.016,55.939c1.288,0.61,2.646,0.901,3.983,0.901c3.488,0,6.831-1.967,8.424-5.328 C438.491,187.196,436.509,181.64,431.86,179.437z M181.432,386.182L129.41,436.06L19.872,321.814 c-1.688-1.76-1.626-4.67,0.132-6.354l45.534-43.658c1.154-1.107,2.504-1.22,3.204-1.232c0.701,0.015,2.043,0.212,3.15,1.366 L181.432,386.182z M337.648,132.16c-0.661,0.54-1.22,1.156-1.692,1.818l-16.035-7.6c9.985-11.816,13.814-25.817,10.525-39.214 c-1.074-4.373-2.9-8.52-5.313-12.302c11.519,2.747,20.952,12.066,23.784,24.958C351.575,111.925,347.257,124.318,337.648,132.16z' /%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M414.876,17.441c-0.467-5.125-4.995-8.918-10.121-8.432L139.395,33.174c-5.471,0.498-10.428,3.106-13.957,7.343 c-3.53,4.237-5.2,9.584-4.701,15.054l1.587,17.44c0.44,4.838,4.502,8.471,9.266,8.471c0.283,0,0.569-0.012,0.856-0.039 c5.123-0.466,8.899-4.997,8.432-10.12l-1.587-17.441c-0.061-0.66,0.217-1.146,0.461-1.44c0.245-0.292,0.673-0.653,1.334-0.714 l265.358-24.165C411.568,27.096,415.343,22.565,414.876,17.441z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M511.913,152.815L499.915,21.039c-1.031-11.317-11.07-19.699-22.399-18.658l-22.465,2.046 c-5.123,0.466-8.898,4.998-8.431,10.121c0.466,5.123,4.981,8.896,10.121,8.431l22.464-2.046c1.056-0.101,2.058,0.725,2.156,1.795 l11.999,131.777c0.06,0.659-0.219,1.148-0.462,1.44s-0.672,0.655-1.333,0.714l-28.85,2.627c-5.123,0.466-8.898,4.997-8.431,10.121 c0.44,4.836,4.502,8.471,9.266,8.469c0.283,0,0.569-0.012,0.854-0.039l28.851-2.627c5.47-0.498,10.428-3.106,13.957-7.343 C510.742,163.632,512.412,158.285,511.913,152.815z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M467.694,119.963c-14.711-0.694-26.813-12.3-28.152-26.998c-1.395-15.319,8.93-29.03,24.017-31.893 c5.054-0.958,8.375-5.833,7.416-10.888c-0.958-5.055-5.84-8.378-10.888-7.416c-24.559,4.658-41.367,26.965-39.097,51.887 c2.177,23.908,21.88,42.788,45.829,43.917c0.149,0.006,0.297,0.01,0.445,0.01c4.942,0,9.063-3.888,9.297-8.877 C476.803,124.566,472.833,120.205,467.694,119.963z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M215.721,76.022l-24.193-11.575c-10.254-4.907-22.586-0.555-27.491,9.699l-39.135,81.796 c-2.221,4.64-0.258,10.203,4.383,12.424c1.297,0.621,2.665,0.914,4.013,0.914c3.475,0,6.81-1.954,8.41-5.297l39.135-81.796 c0.465-0.97,1.676-1.397,2.644-0.934l24.191,11.575c4.643,2.222,10.205,0.257,12.424-4.382 C222.324,83.806,220.361,78.243,215.721,76.022z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M508.328,222.726c-1.836-5.2-5.574-9.37-10.53-11.741l-20.35-9.736c-4.641-2.222-10.203-0.258-12.424,4.382 c-2.219,4.64-0.258,10.203,4.382,12.424l20.35,9.736c0.597,0.286,0.874,0.774,1.001,1.133c0.128,0.359,0.219,0.913-0.068,1.51 l-57.108,119.361c-0.463,0.969-1.674,1.4-2.705,0.905l-157.204-73.873c-4.656-2.187-10.205-0.185-12.393,4.47 c-2.187,4.656-0.186,10.205,4.469,12.393l157.148,73.845c2.862,1.37,5.885,2.017,8.864,2.017c7.693,0,15.09-4.324,18.628-11.715 l57.108-119.363C509.867,233.52,510.161,227.927,508.328,222.726z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M355.586,198.929c-4.558-12.921-13.875-23.294-26.234-29.209c-6.982-3.339-14.419-5.034-22.111-5.034 c-19.649,0-37.825,11.449-46.302,29.166c-12.206,25.516-1.38,56.206,24.134,68.413c6.982,3.339,14.419,5.034,22.111,5.034 c19.649,0,37.824-11.449,46.301-29.166C359.399,225.774,360.144,211.85,355.586,198.929z M336.678,230.091 c-5.399,11.285-16.976,18.577-29.495,18.577c-4.886,0-9.618-1.079-14.069-3.209c-16.248-7.774-23.143-27.317-15.369-43.566 c5.399-11.285,16.977-18.577,29.496-18.577c4.886,0,9.618,1.079,14.069,3.209c7.871,3.766,13.804,10.372,16.707,18.601 C340.92,213.354,340.444,222.22,336.678,230.091z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M462.163,236.769c-23.484-8.566-49.341,2.002-60.141,24.576c-10.362,21.657-3.093,47.96,16.907,61.183 c1.581,1.047,3.366,1.546,5.13,1.546c3.023,0,5.987-1.469,7.779-4.178c2.838-4.292,1.659-10.07-2.632-12.909 c-12.286-8.123-16.746-24.288-10.376-37.6c6.639-13.876,22.523-20.376,36.952-15.116c4.837,1.765,10.181-0.729,11.942-5.561 C469.486,243.878,466.997,238.532,462.163,236.769z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.services .featuresList .featureItem .language:hover .icon.accurately::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='_x32_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M228.31,77.506c21.358-1.961,37.07-20.901,35.093-42.259c-1.994-21.342-20.917-37.063-42.268-35.077 c-21.358,1.986-37.054,20.893-35.076,42.259C188.045,63.778,206.968,79.498,228.31,77.506z'/%3E%3Cpath class='st0' d='M368.479,388.205c7.133,6.194,17.918,5.605,24.341-1.332l0.458-0.482c6.406-6.928,6.185-17.682-0.499-24.341 l-45.045-50.028l-16.48-55.888c-0.752,1.34-1.536,2.663-2.402,3.922c-8.481,12.191-21.841,19.994-36.646,21.359l-6.822,0.474 l17.387,41.997c4.118,6.848,9.224,13.032,15.14,18.409L368.479,388.205z'/%3E%3Cpath class='st0' d='M214.419,351.568c9.168-2.255,14.977-11.275,13.253-20.541l-11.128-59.76l73.455-5.099 c10.532-0.744,20.19-6.21,26.228-14.904c6.03-8.677,7.794-19.609,4.804-29.766l-2.754-9.355l-22.968-83.668l39.374,2.132 l31.474,30.322c-1.52,1.846-2.28,4.281-1.668,6.798l2.566,10.401l-18.294,4.51c-4.339,1.07-6.978,5.45-5.908,9.78l12.322,50.005 c1.078,4.322,5.449,6.97,9.772,5.915l77.671-19.152c4.339-1.078,6.962-5.458,5.9-9.789l-12.338-49.988 c-1.063-4.33-5.434-6.986-9.764-5.915l-18.302,4.51l-2.574-10.41c-1.046-4.232-5.311-6.798-9.543-5.76l-1.92,0.474 c-0.434-1.773-1.218-3.489-2.395-5.025l-30.779-40.363c-3.325-4.347-8.048-7.419-13.384-8.662l-50.626-18.122 c-18.131-6.504-38.328-3.333-53.6,8.4l-70.244,53.894l-45.56-16.431c-7.142-3.178-15.484-0.123-18.891,6.879l-0.474,0.956 c-1.683,3.489-1.928,7.476-0.662,11.12c1.275,3.652,3.955,6.642,7.436,8.309l54.916,26.213c6.83,3.268,14.781,3.235,21.595-0.082 l29.268-19.463l20.091,57.587l-48.591,4.249c-8.187,0.744-15.622,5.099-20.247,11.881c-4.641,6.79-5.982,15.296-3.693,23.189 l24.152,82.606c2.68,9.143,12.084,14.568,21.342,12.289L214.419,351.568z M397.819,159.212l0.351,0.204l2.574,10.402l-26.318,6.488 l-2.483-10.083c4.885,4.004,11.856,4.306,16.929,0.392l0.295-0.238c2.124-1.634,3.611-3.783,4.461-6.136L397.819,159.212z'/%3E%3Cpolygon class='st0' points='239.266,387.895 212.245,371.586 212.245,512 299.754,512 299.754,364.07 289.467,358.611 '/%3E%3Cpolygon class='st0' points='316.488,512 403.988,512 403.988,419.377 316.488,372.951 '/%3E%3Cpolygon class='st0' points='420.722,428.258 420.722,512 494.455,512 494.455,467.38 '/%3E%3Cpolygon class='st0' points='108.011,512 195.512,512 195.512,361.479 108.011,308.647 '/%3E%3Cpolygon class='st0' points='17.545,512 91.278,512 91.278,298.54 17.545,254.026 '/%3E%3C/g%3E%3C/svg%3E");
}
.services .featuresList .featureItem .language:hover .icon.short::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23fff' height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M344.069,386.751l-65.962-17.989l-10.423-15.635c-2.515-3.772-6.519-6.374-10.987-7.14 c-0.409-0.071-0.821-0.107-1.231-0.145v-20.538l4.365-3.638c7.842-6.535,13.049-15.685,14.662-25.765l2.367-14.791h4.794 c13.851,0,25.119-11.268,25.119-25.119v-17.102c0-11.829-8.222-21.769-19.25-24.42l1.586-9.914 c4.764-29.773-3.724-60.008-23.289-82.95c-19.564-22.943-48.078-36.101-78.229-36.101c-30.151,0-58.665,13.158-78.229,36.101 c-19.564,22.943-28.052,53.177-23.289,82.95l1.586,9.914c-11.028,2.651-19.25,12.591-19.25,24.42v17.102 c0,13.851,11.268,25.119,25.119,25.119h4.794l2.367,14.791c1.613,10.08,6.82,19.229,14.662,25.765l4.365,3.638v20.538 c-0.411,0.039-0.823,0.076-1.231,0.145c-4.468,0.765-8.473,3.368-10.987,7.14l-10.423,15.635l-65.962,17.99 C12.794,391.747,0,408.497,0,427.485v59.387c0,13.851,11.268,25.119,25.119,25.119h324.944c13.851,0,25.119-11.268,25.119-25.119 v-59.387C375.182,408.497,362.388,391.747,344.069,386.751z M284.967,230.437c3.374,1.328,5.772,4.611,5.772,8.451v17.102 c0,5.01-4.076,9.086-9.086,9.086h-2.229L284.967,230.437z M93.528,265.075c-5.01,0-9.086-4.076-9.086-9.086v-17.102 c0-3.839,2.398-7.123,5.772-8.451l5.542,34.639H93.528z M116.52,293.367l-14.615-91.347c-4.021-25.13,3.144-50.65,19.657-70.014 c16.513-19.365,40.579-30.471,66.029-30.471s49.516,11.107,66.029,30.471c16.512,19.365,23.677,44.884,19.657,70.014 l-14.615,91.348c-1,6.252-4.231,11.928-9.094,15.981l-34.32,28.599c-3.163,2.636-7.172,4.087-11.291,4.087h-32.732 c-4.118,0-8.128-1.452-11.291-4.089l-34.32-28.599C120.751,305.295,117.521,299.619,116.52,293.367z M239.432,338.665v13.793 l-51.841,38.881l-51.841-38.881v-13.793l13.92,11.601c6.038,5.032,13.694,7.805,21.555,7.805h32.732 c7.862,0,15.517-2.772,21.555-7.805L239.432,338.665z M59.858,495.956H25.119c-5.01,0-9.086-4.076-9.086-9.086v-59.387 c0-4.741,1.303-9.246,3.581-13.152l33.898,28.249c4.033,3.362,6.346,8.299,6.346,13.549V495.956z M163.411,495.957h-87.52v-39.826 c0-10.023-4.416-19.451-12.115-25.866l-32.086-26.738c1.169-0.515,2.38-0.962,3.641-1.306l63.47-17.311l34.261,47.967 c2.634,3.687,6.718,6.158,11.204,6.78c0.75,0.105,1.504,0.156,2.255,0.156c3.741,0,7.426-1.272,10.371-3.629l6.15-4.92 c1.092,4.106,3.717,7.582,7.231,9.785L163.411,495.957z M146.879,423.664c-0.048,0.04-0.18,0.144-0.407,0.112 c-0.228-0.032-0.326-0.168-0.361-0.219l-34.291-48.007l9.019-13.529c0.034-0.052,0.127-0.191,0.354-0.23 c0.229-0.041,0.361,0.061,0.412,0.099l52.898,39.675L146.879,423.664z M179.57,495.956l6.547-52.376h2.949l6.547,52.376H179.57z M196.676,427.014c0,0.295-0.239,0.534-0.534,0.534H179.04c-0.295,0-0.534-0.239-0.534-0.534v-8.119l9.086-7.268l9.086,7.268 V427.014z M253.578,361.89c0.051-0.037,0.184-0.14,0.411-0.099c0.227,0.04,0.32,0.179,0.355,0.23l9.018,13.528l-34.29,48.007 c-0.036,0.051-0.134,0.187-0.362,0.219c-0.224,0.031-0.358-0.073-0.407-0.112l-27.623-22.098L253.578,361.89z M299.29,456.131 v39.826h-87.52l-6.863-54.909c3.515-2.203,6.139-5.679,7.231-9.785l6.15,4.92c2.946,2.357,6.63,3.629,10.371,3.629 c0.751,0,1.505-0.051,2.255-0.156c4.487-0.622,8.571-3.093,11.205-6.78l34.261-47.967l63.471,17.31 c1.259,0.345,2.469,0.792,3.64,1.307l-32.086,26.738C303.706,436.68,299.29,446.108,299.29,456.131z M359.148,486.871 c0,5.01-4.076,9.086-9.086,9.086h-34.739v-39.826c0-5.25,2.313-10.188,6.346-13.548l33.898-28.249 c2.278,3.906,3.581,8.411,3.581,13.152V486.871z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M401.37,34.194c-42.141,0-76.426,34.285-76.426,76.426s34.285,76.426,76.426,76.426s76.426-34.285,76.426-76.426 S443.511,34.194,401.37,34.194z M401.37,171.013c-33.3,0-60.392-27.092-60.392-60.393s27.092-60.392,60.392-60.392 s60.393,27.092,60.393,60.392S434.67,171.013,401.37,171.013z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M403.515,102.896c-16.545-4.596-19.782-7.702-19.782-11.516c0-2.122,6.664-6.948,17.637-6.948 c9.667,0,16.39,3.764,17.528,6.482c1.709,4.084,6.405,6.009,10.489,4.301c4.084-1.709,6.01-6.405,4.301-10.489 c-3.346-7.997-12.665-13.839-24.302-15.696v-1.166c0-4.427-3.589-8.017-8.017-8.017s-8.017,3.589-8.017,8.017v1.143 c-15.067,2.33-25.653,11.171-25.653,22.373c0,18.208,18.971,23.477,31.525,26.965c16.545,4.596,19.782,7.702,19.782,11.515 c0,2.122-6.664,6.948-17.637,6.948c-9.667,0-16.39-3.764-17.528-6.482c-1.709-4.084-6.405-6.01-10.489-4.301 s-6.01,6.405-4.301,10.489c3.346,7.997,12.665,13.839,24.302,15.696v1.166c0,4.427,3.589,8.017,8.017,8.017 c4.427,0,8.017-3.589,8.017-8.017v-1.143c15.067-2.33,25.653-11.171,25.653-22.373 C435.04,111.654,416.069,106.383,403.515,102.896z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M475.151,28.185C451.753,7.231,420.283-2.791,388.799,0.687c-50.97,5.632-91.936,46.738-97.405,97.74 c-4.622,43.09,15.752,84.242,52.236,106.559l-9.905,40.551c-0.65,2.663,0.105,5.472,2.001,7.45 c1.527,1.593,3.625,2.469,5.787,2.469c0.523,0,1.05-0.051,1.572-0.156c36.368-7.274,55.608-26.221,62.258-34.119 C464.511,219.083,512,170.293,512,110.62C512,79.204,498.569,49.158,475.151,28.185z M401.37,205.217 c-2.681,0-5.183,1.339-6.67,3.57c-0.135,0.202-12.343,18.053-42.227,27.566l8.162-33.415c0.867-3.548-0.774-7.233-3.99-8.963 c-34.1-18.339-53.455-55.173-49.308-93.84c4.674-43.579,39.675-78.702,83.224-83.514c27.351-3.025,53.593,5.325,73.894,23.506 c20.026,17.936,31.512,43.63,31.512,70.492C495.967,162.782,453.53,205.217,401.37,205.217z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.services .featuresList .featureItem .language:hover .icon.high::before {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke-width='3' stroke='%23fff' fill='none'%3E%3Cpath d='M15.08,52.89,8.27,42.64a1.1,1.1,0,0,1,.32-1.53l4.29-2.79a1.11,1.11,0,0,1,1.51.3l7,10.06a1.1,1.1,0,0,1-.29,1.54l-4.44,3A1.1,1.1,0,0,1,15.08,52.89Z' stroke-linecap='round'/%3E%3Cpath d='M15.16,39.69l7.17-4.51a2,2,0,0,1,1.56-.24c2.54.65,10.2,2.76,13,3.74,2.13.75,3,2.84,2.13,4.23-1.16,1.86-2.92,1.65-4.19,1.3a4.29,4.29,0,0,1-.5-.19l-5-2.13' stroke-linecap='round'/%3E%3Cpath d='M20.72,47.82l2.34-1.34,13.26,3.63a1,1,0,0,0,.81-.13C39,48.78,47,43.49,50.94,40.7A2.2,2.2,0,0,0,51.22,37a2.86,2.86,0,0,0-3.41-.3c-1.39.77-5.22,3.62-5.22,3.62' stroke-linecap='round'/%3E%3Ccircle cx='38.09' cy='20.44' r='13' stroke-linecap='round'/%3E%3Cpath d='M33.81,13.85h2.08c2,0,4.26.67,4.26,3.76,0,3.35-2.84,4.63-5.85,4.29a.17.17,0,0,0-.14.29l6.4,6.89' stroke-linecap='round'/%3E%3Cline x1='42.6' y1='13.85' x2='35.43' y2='13.85' stroke-linecap='round'/%3E%3Cline x1='33.92' y1='17.72' x2='42.65' y2='17.72' stroke-linecap='round'/%3E%3C/svg%3E");
}
.services .featuresList .featureItem .language:hover .icon.life::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='800px' height='800px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M498.871 496.171c5.717 5.632 15.061 5.632 20.779 0l173.013-170.24c22.485-22.101 34.859-51.456 34.859-82.688s-12.373-60.629-34.859-82.731c-46.592-45.867-122.453-45.867-169.045 0-7.979 7.808-20.736 7.808-28.672 0-23.339-22.912-53.931-34.389-84.565-34.389s-61.227 11.477-84.523 34.389c-22.485 22.101-34.901 51.499-34.901 82.731s12.416 60.587 34.859 82.688l173.056 170.24zm222.464-141.099l-173.013 170.24c-10.752 10.581-24.917 15.872-39.04 15.872-14.165 0-28.288-5.291-39.083-15.872l-173.013-170.24c-30.336-29.867-47.061-69.547-47.061-111.829s16.725-82.005 47.061-111.872c57.813-56.875 149.291-61.056 212.096-12.501 62.763-48.555 154.197-44.416 212.053 12.501 30.336 29.867 47.061 69.589 47.061 111.872s-16.725 81.963-47.061 111.829zm-306.713 241.37c41.131 0 74.581 33.493 74.581 74.624v269.568c0 11.307-9.131 20.395-20.395 20.395-11.307 0-20.437-9.088-20.437-20.395V671.066c0-18.645-15.147-33.749-33.749-33.749h-17.835c-.555 0-1.195-.043-1.877-.085H203.55c-5.419 0-10.624-2.176-14.464-6.016l-90.795-90.795c-12.715-12.672-34.859-12.672-47.573 0-13.141 13.184-13.141 34.517-.043 47.616l106.709 106.709c6.443 6.443 15.189 9.813 24.192 9.771.341 0 .768 0 1.109.043h177.707c11.307 0 20.437 9.131 20.437 20.395v215.68c0 11.307-9.131 20.395-20.437 20.395-11.264 0-20.437-9.088-20.437-20.395v-195.2H182.046c-.384 0-.768-.043-1.195-.043-19.669 0-38.315-7.723-52.395-21.76L21.789 616.923c-29.056-29.013-29.056-76.288 0-105.301 29.099-29.099 76.373-29.141 105.387-.085l84.821 84.821h183.936c.512 0 1.195.043 1.835.085h16.853zm584.418-84.48c28.715 29.099 28.587 76.075-.384 104.96L891.989 723.631c-14.037 14.037-32.683 21.76-52.651 21.76-.299 0-.64.043-.939.043H680.49v195.2c0 11.307-9.173 20.395-20.437 20.395s-20.437-9.088-20.437-20.395v-215.68c0-11.264 9.173-20.395 20.437-20.395H837.76c.469-.043.896-.043 1.323-.043 9.259 0 17.664-3.456 23.979-9.771l106.709-106.709c13.141-13.099 13.141-34.432 0-47.573l-.299-.299c-13.141-12.843-34.261-12.757-47.275.256l-90.837 90.795c-3.84 3.84-9.003 6.016-14.421 6.016H625.536c-.683.043-1.323.085-1.835.085h-17.835c-18.603 0-33.749 15.104-33.749 33.749v269.568c0 11.307-9.173 20.395-20.437 20.395-11.307 0-20.437-9.088-20.437-20.395V671.065c0-41.131 33.493-74.624 74.624-74.624h16.853c.64-.043 1.28-.085 1.835-.085h183.936l84.779-84.821c29.056-29.056 76.373-29.013 105.344 0 .171.128.299.299.427.427z'/%3E%3C/svg%3E");
}
.services .featuresList .featureItem .language:hover .icon.demat::before {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 1024 1024' fill='%23fff' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M110.4 923.2c-56.8 0-102.4-48-102.4-106.4V285.6c0-58.4 45.6-106.4 102.4-106.4h800.8c56.8 0 102.4 48 102.4 106.4V816c0 58.4-45.6 106.4-102.4 106.4H110.4z m0-701.6c-34.4 0-61.6 28.8-61.6 64V816c0 35.2 28 64 61.6 64h800.8c34.4 0 61.6-28.8 61.6-64V285.6c0-35.2-28-64-61.6-64H110.4z' fill='' /%3E%3Cpath d='M541.6 392c-12.8 0-23.2-10.4-23.2-24s10.4-24 23.2-24h328c12.8 0 23.2 10.4 23.2 24s-10.4 24-23.2 24h-328zM541.6 511.2c-12.8 0-23.2-10.4-23.2-24s10.4-24 23.2-24h328c12.8 0 23.2 10.4 23.2 24s-10.4 24-23.2 24h-328zM541.6 638.4c-12.8 0-23.2-10.4-23.2-24s10.4-24 23.2-24h276.8c12.8 0 23.2 10.4 23.2 24s-10.4 24-23.2 24H541.6zM58.4 886.4c-2.4 0-4.8 0-7.2-0.8-12.8-4-20-18.4-16-32 23.2-78.4 77.6-142.4 148-176l16-8-13.6-12c-40-34.4-63.2-85.6-63.2-139.2 0-100 78.4-180.8 173.6-180.8 96 0 173.6 80.8 173.6 180.8 0 53.6-23.2 104.8-63.2 139.2l-13.6 12 16 8c68 32 132.8 112 157.6 194.4 16 52.8-16.8 36-1.6 16-3.2 4.8-16.8-5.6-32-5.6-12.8 0-19.2 24.8-19.2 22.4-31.2-104-120.8-203.2-217.6-203.2-99.2 0-186.4 67.2-216 166.4-1.6 11.2-11.2 18.4-21.6 18.4z m239.2-498.4c-69.6 0-126.4 58.4-126.4 130.4s56.8 130.4 126.4 130.4c69.6 0 126.4-58.4 126.4-130.4-0.8-72-56.8-130.4-126.4-130.4z' fill='' /%3E%3C/svg%3E");
}

.swiper-container {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 80px;
  position: relative;
}

.blog-section {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .blog-section {
    padding: 30px 0px !important;
  }
}
.blog-section .large-title {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
  margin-bottom: 50px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 55px;
}
@media (max-width: 480px) {
  .blog-section .large-title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .blog-section .large-title {
    margin-bottom: 20px;
  }
}
.blog-section .large-title .brand {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-section .blog-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 27, 56, 0.1);
  margin-bottom: 0 !important;
  height: 100%;
  transition: 0.6s;
  cursor: pointer;
}
.blog-section .blog-item a {
  text-decoration: none;
  color: #333;
}
.blog-section .blog-item .blog-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.blog-section .blog-item .blog-img img {
  height: auto;
  max-width: 100%;
  width: 100%;
  transition: 0.6s;
}
.blog-section .blog-item .blog-img .blog-block {
  position: absolute;
  bottom: 10px;
  top: auto;
  z-index: 4;
  left: 10px;
  background-color: rgb(0, 112, 226);
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}
.blog-section .blog-item .full-blog-content {
  padding: 20px 20px 25px;
}
.blog-section .blog-item .full-blog-content .blog-title {
  font-size: 18px !important;
  line-height: 1.4 !important;
  color: #333;
  text-decoration: none;
  font-size: 19px;
  font-weight: 700;
}
.blog-section .blog-item .full-blog-content .blog-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 17px;
  color: #414e5b;
  font-weight: 500;
}
.blog-section .blog-item .full-blog-content .blog-button {
  font-size: 17px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.blog-section .blog-item .full-blog-content .blog-button .arrow {
  line-height: 1;
}
.blog-section .blog-item .full-blog-content .blog-button .arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Arrow / Arrow_Up_Right_LG'%3E%3Cpath id='Vector' d='M18.3646 5.63623H11.2939M18.3646 5.63623L18.3643 12.7073M18.3646 5.63623L5.63672 18.3642' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  height: 20px;
  width: 20px;
  display: inline-block;
  transition: all 0.3s;
  margin-left: 4px;
}
.blog-section .blog-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}
.blog-section .blog-item:hover .blog-img img {
  transform: scale(1.1);
}
.blog-section .blog-item:hover .full-blog-content .blog-title a {
  color: #fe524f;
}
.blog-section .blog-item:hover .full-blog-content .blog-button a {
  color: #fe524f;
}
.blog-section .blog-item:hover .full-blog-content .blog-button a .arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Arrow / Arrow_Up_Right_LG'%3E%3Cpath id='Vector' d='M18.3646 5.63623H11.2939M18.3646 5.63623L18.3643 12.7073M18.3646 5.63623L5.63672 18.3642' stroke='%23fe524f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

.footerWrapper {
  background-color: #f2faff;
  position: relative;
  z-index: 1;
}
.footerWrapper .footerCopy {
  align-items: flex-start;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
  padding: 80px 0 50px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 480px) {
  .footerWrapper .footerCopy {
    padding: 30px 12px;
  }
}
.footerWrapper .footerCopy .newsletter {
  margin-top: 0px;
}
.footerWrapper .footerCopy .newsletter h4 {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 20px;
}
.footerWrapper .footerCopy .newsletter p {
  margin-bottom: 19px;
  text-wrap: balance;
  font-weight: 500;
}
.footerWrapper .footerCopy .mc4wp-form .mc4wp-form-fields {
  position: relative;
}
.footerWrapper .footerCopy .mc4wp-form .mc4wp-form-fields input[type=email] {
  border-radius: 50px;
  border: 1px solid #000 !important;
  padding-right: 60px;
  width: 100%;
  height: 55px;
  padding: 5px 20px;
  background: #fff;
  outline: none;
  color: #000;
}
.footerWrapper .footerCopy .mc4wp-form .mc4wp-form-fields input[type=submit] {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 1L10 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 1L14 21L10 12L1 8L21 1Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-indent: -200px;
  width: 45px;
  height: 45px;
  background-color: #000;
  padding: 0 !important;
  border-radius: 100px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 1px solid #000;
}
.footerWrapper .footerCopy .column.cases {
  width: 25%;
}
@media (max-width: 767px) {
  .footerWrapper .footerCopy .column.cases {
    width: 100% !important;
  }
}
.footerWrapper .footerCopy .column.cases .social {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .footerWrapper .footerCopy .column.cases .social {
    max-width: 100%;
  }
}
.footerWrapper .footerCopy .column {
  width: 18%;
  width: 20%;
}
@media (max-width: 1600px) {
  .footerWrapper .footerCopy .column {
    width: 21%;
  }
}
@media (max-width: 480px) {
  .footerWrapper .footerCopy .column {
    width: 45% !important;
  }
}
.footerWrapper .footerCopy .column ul.menu li a {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.footerWrapper .footerCopy .column ul.menu li a:after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.footerWrapper .footerCopy .column ul.menu li a:hover {
  color: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
}
.footerWrapper .footerCopy .column ul.menu li a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .footerWrapper .footerCopy .column {
    width: 100%;
  }
}
.footerWrapper .footerCopy .column li {
  margin-bottom: 8px;
}
.footerWrapper .footerCopy .column.address {
  width: 25%;
}
@media (max-width: 767px) {
  .footerWrapper .footerCopy .column.address {
    width: 100% !important;
  }
}
.footerWrapper .footerCopy ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footerWrapper .footerCopy h4 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.3 !important;
  opacity: 0.9;
  color: #000;
  font-weight: 800;
}
.footerWrapper .footerCopy .footerLogo {
  width: 25%;
}
@media (max-width: 767px) {
  .footerWrapper .footerCopy .footerLogo {
    width: 100%;
  }
}
.footerWrapper .footerCopy .footerLogo img {
  width: 150px;
}
.footerWrapper .footerCopy .footerLogo p {
  font-size: 16px;
  color: #505050;
  margin: 12px 0px 0px;
  font-weight: 500;
}
.footerWrapper .external-link {
  padding: 30px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .footerWrapper .external-link {
    padding: 30px 0px 16px;
  }
}
.footerWrapper .external-link p {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 17px;
}
.footerWrapper .external-link .register-text {
  font-size: 16px;
  color: #5e5b5b;
  font-weight: 600;
}
.footerWrapper .external-link .footer-menu-list {
  padding: 0px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footerWrapper .external-link .footer-menu-list li .footer-nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #212529;
  padding: 0px 8px;
  text-decoration: none;
  border-right: 1px solid #505050;
}
@media (max-width: 768px) {
  .footerWrapper .external-link .footer-menu-list li .footer-nav-link {
    padding: 0px 6px 0px;
  }
}
.footerWrapper .external-link .footer-menu-list li:last-child .footer-nav-link {
  border-right: 0px;
  color: #212529;
}
.footerWrapper .copyright {
  padding: 15px 15px;
  font-size: 14px;
  background-color: #F0F0F0;
  text-align: center;
}
.footerWrapper .copyright p {
  font-weight: 600;
  margin-bottom: 0;
}
.footerWrapper .copyright p:first-child a {
  color: #999;
}
.footerWrapper .developed {
  opacity: 0.6;
}

@keyframes move5 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
.testimonial-section {
  padding: 60px 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .testimonial-section {
    padding: 30px 0px !important;
  }
}
@media (max-width: 768px) {
  .testimonial-section {
    padding: 60px 15px;
  }
}
.testimonial-section .large-title {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 480px) {
  .testimonial-section .large-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.testimonial-section .large-title .brand {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.mySwiper {
  padding: 100px 0px 180px !important;
  margin: 0px 0px 60px;
}
@media (max-width: 768px) {
  .mySwiper {
    padding: 0px 0px !important;
  }
}
.mySwiper .swiper-slide {
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  transition: all 1.5s linear;
  transform: scale(0.9);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  opacity: 0.6;
}
.mySwiper .swiper-slide .box {
  padding: 20px 50px;
  text-align: center;
}
@media (max-width: 786px) {
  .mySwiper .swiper-slide .box {
    padding-bottom: 67px;
  }
}
.mySwiper .swiper-slide .box::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23f2faff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='796 698 200 200' enable-background='new 796 698 200 200' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M906.791,846.26v40.949C955.98,887.209,996,847.189,996,798v-89.208h-89.209V798h48.261 C955.052,824.609,933.402,846.26,906.791,846.26z'/%3E%3Cpath d='M796,846.26v40.949c49.189,0,89.208-40.02,89.208-89.209v-89.208H796V798h48.26C844.26,824.609,822.612,846.26,796,846.26z '/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
.mySwiper .swiper-slide .box p {
  color: #5c5a5a;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 18px;
  padding-top: 40px;
  font-style: italic;
}
.mySwiper .swiper-slide .box .image img {
  height: 60px;
  width: 60px;
  border-radius: 80px;
  object-fit: cover;
  border: 1px solid #ddd;
  display: block;
  margin: 0 auto;
  padding: 3px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.mySwiper .swiper-slide .box .client-name {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #333;
  line-height: 1;
}
.mySwiper .swiper-slide .box .designation {
  font-size: 10px;
  color: #414e5b;
  margin-bottom: 12px;
  display: inline-block;
}
.mySwiper .swiper-slide.swiper-slide-active {
  transform: scale(1.5);
  background: #fff;
  border-radius: 10px;
  z-index: 1;
  opacity: 1;
}
@media (max-width: 768px) {
  .mySwiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}

.wrapper {
  position: relative;
  display: inline-block;
  border: none;
  font-size: 14px;
  margin: 0px auto;
}
.wrapper input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}
.wrapper input:checked ~ label:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 64 64' enable-background='new 0 0 64 64' xml:space='preserve'%3E%3Cpath fill='%23FFC107' d='M63.893,24.277c-0.238-0.711-0.854-1.229-1.595-1.343l-19.674-3.006L33.809,1.15 C33.479,0.448,32.773,0,31.998,0s-1.48,0.448-1.811,1.15l-8.815,18.778L1.698,22.935c-0.741,0.113-1.356,0.632-1.595,1.343 c-0.238,0.71-0.059,1.494,0.465,2.031l14.294,14.657L11.484,61.67c-0.124,0.756,0.195,1.517,0.822,1.957 c0.344,0.243,0.747,0.366,1.151,0.366c0.332,0,0.666-0.084,0.968-0.25l17.572-9.719l17.572,9.719c0.302,0.166,0.636,0.25,0.968,0.25 c0.404,0,0.808-0.123,1.151-0.366c0.627-0.44,0.946-1.201,0.822-1.957l-3.378-20.704l14.294-14.657 C63.951,25.771,64.131,24.987,63.893,24.277z'/%3E%3C/svg%3E");
}
.wrapper label {
  position: relative;
  float: right;
  color: #5E5291;
  cursor: pointer;
}
.wrapper label:before {
  margin: 0px 3px;
  content: "";
  display: block;
  font-size: 1.5em;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 64 64' enable-background='new 0 0 64 64' xml:space='preserve'%3E%3Cpath fill='%23ccc' d='M63.893,24.277c-0.238-0.711-0.854-1.229-1.595-1.343l-19.674-3.006L33.809,1.15 C33.479,0.448,32.773,0,31.998,0s-1.48,0.448-1.811,1.15l-8.815,18.778L1.698,22.935c-0.741,0.113-1.356,0.632-1.595,1.343 c-0.238,0.71-0.059,1.494,0.465,2.031l14.294,14.657L11.484,61.67c-0.124,0.756,0.195,1.517,0.822,1.957 c0.344,0.243,0.747,0.366,1.151,0.366c0.332,0,0.666-0.084,0.968-0.25l17.572-9.719l17.572,9.719c0.302,0.166,0.636,0.25,0.968,0.25 c0.404,0,0.808-0.123,1.151-0.366c0.627-0.44,0.946-1.201,0.822-1.957l-3.378-20.704l14.294-14.657 C63.951,25.771,64.131,24.987,63.893,24.277z'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  height: 13px;
  width: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wrapper label:hover ~ label:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 64 64' enable-background='new 0 0 64 64' xml:space='preserve'%3E%3Cpath fill='%23FFC107' d='M63.893,24.277c-0.238-0.711-0.854-1.229-1.595-1.343l-19.674-3.006L33.809,1.15 C33.479,0.448,32.773,0,31.998,0s-1.48,0.448-1.811,1.15l-8.815,18.778L1.698,22.935c-0.741,0.113-1.356,0.632-1.595,1.343 c-0.238,0.71-0.059,1.494,0.465,2.031l14.294,14.657L11.484,61.67c-0.124,0.756,0.195,1.517,0.822,1.957 c0.344,0.243,0.747,0.366,1.151,0.366c0.332,0,0.666-0.084,0.968-0.25l17.572-9.719l17.572,9.719c0.302,0.166,0.636,0.25,0.968,0.25 c0.404,0,0.808-0.123,1.151-0.366c0.627-0.44,0.946-1.201,0.822-1.957l-3.378-20.704l14.294-14.657 C63.951,25.771,64.131,24.987,63.893,24.277z'/%3E%3C/svg%3E");
}
.wrapper label:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 64 64' enable-background='new 0 0 64 64' xml:space='preserve'%3E%3Cpath fill='%23FFC107' d='M63.893,24.277c-0.238-0.711-0.854-1.229-1.595-1.343l-19.674-3.006L33.809,1.15 C33.479,0.448,32.773,0,31.998,0s-1.48,0.448-1.811,1.15l-8.815,18.778L1.698,22.935c-0.741,0.113-1.356,0.632-1.595,1.343 c-0.238,0.71-0.059,1.494,0.465,2.031l14.294,14.657L11.484,61.67c-0.124,0.756,0.195,1.517,0.822,1.957 c0.344,0.243,0.747,0.366,1.151,0.366c0.332,0,0.666-0.084,0.968-0.25l17.572-9.719l17.572,9.719c0.302,0.166,0.636,0.25,0.968,0.25 c0.404,0,0.808-0.123,1.151-0.366c0.627-0.44,0.946-1.201,0.822-1.957l-3.378-20.704l14.294-14.657 C63.951,25.771,64.131,24.987,63.893,24.277z'/%3E%3C/svg%3E");
}

.menu.contact-menu {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.menu.contact-menu .menu-item a {
  display: flex !important;
  margin-bottom: 12px;
  color: #000;
  text-decoration: none;
}
.menu.contact-menu .menu-item a::after {
  display: none !important;
}
.menu.contact-menu .email {
  display: flex;
  align-items: center;
  line-height: 1;
}
.menu.contact-menu .email::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1023.46 232a31.629 31.629 0 0 0-2.48-18.271C1012.917 178.288 987.3 160 944.005 160h-832c-38.08 0-79.105 14-99.28 41.472-1.745 1.328-3.409 2.832-4.912 4.576-6.449 7.44-8.705 17.009-7.264 26.033-.288 2.592-.544 5.2-.544 7.92v512c0 53.024 58.992 112 112 112h832c53.024 0 80-58.976 80-112v-512c0-2.832-.368-5.313-.544-8.001zm-911.459-8l832.001-.001h.432L512.002 568.655 81.314 225.407C91.106 223.599 103.154 224 112 224zm832.001 575.999H112.003c-17.648 0-48-30.336-48-48V293.551l427.04 341.648c6.016 5.2 13.487 7.792 20.959 7.792a32.046 32.046 0 0 0 20.976-7.792l427.024-341.632v458.432c0 17.664 1.664 48-16 48z'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 22px;
  display: inline-block;
  margin-right: 10px;
}
.menu.contact-menu .contact {
  display: flex !important;
  align-items: center;
}
.menu.contact-menu .contact::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.13641 12.764L8.15456 9.08664C8.46255 8.69065 8.61655 8.49264 8.69726 8.27058C8.76867 8.07409 8.79821 7.86484 8.784 7.65625C8.76793 7.42053 8.67477 7.18763 8.48846 6.72184L7.77776 4.9451C7.50204 4.25579 7.36417 3.91113 7.12635 3.68522C6.91678 3.48615 6.65417 3.35188 6.37009 3.29854C6.0477 3.238 5.68758 3.32804 4.96733 3.5081L3 4C3 14 9.99969 21 20 21L20.4916 19.0324C20.6717 18.3121 20.7617 17.952 20.7012 17.6296C20.6478 17.3456 20.5136 17.0829 20.3145 16.8734C20.0886 16.6355 19.7439 16.4977 19.0546 16.222L17.4691 15.5877C16.9377 15.3752 16.672 15.2689 16.4071 15.2608C16.1729 15.2536 15.9404 15.3013 15.728 15.4001C15.4877 15.512 15.2854 15.7143 14.8807 16.119L11.8274 19.1733M12.9997 7C13.9765 7.19057 14.8741 7.66826 15.5778 8.37194C16.2815 9.07561 16.7592 9.97326 16.9497 10.95M12.9997 3C15.029 3.22544 16.9213 4.13417 18.366 5.57701C19.8106 7.01984 20.7217 8.91101 20.9497 10.94' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  display: inline-block;
  margin-right: 10px;
}
.menu.contact-menu .contact::after {
  display: none;
}
.menu.contact-menu .map::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7 4.25C11.2858 4.24999 10.95 4.58577 10.95 4.99998C10.95 5.4142 11.2858 5.74999 11.7 5.75L11.7 4.25ZM13.5652 5.376L13.8555 4.68446L13.8552 4.68435L13.5652 5.376ZM15.7531 7.2L15.1268 7.61262L15.1272 7.6133L15.7531 7.2ZM16.575 9.94L17.325 9.94L17.325 9.93883L16.575 9.94ZM15.1466 13.433L14.536 12.9976C14.5271 13.01 14.5186 13.0228 14.5105 13.0357L15.1466 13.433ZM13.7309 15.7L13.0948 15.3027L13.0922 15.3069L13.7309 15.7ZM11.7 19L11.0617 19.3937C11.1983 19.6153 11.4401 19.7501 11.7004 19.75C11.9607 19.7499 12.2023 19.6148 12.3387 19.3931L11.7 19ZM9.66909 15.707L10.3075 15.3133L10.3055 15.3102L9.66909 15.707ZM8.25339 13.436L8.88985 13.0392C8.88178 13.0263 8.87332 13.0136 8.86447 13.0012L8.25339 13.436ZM6.82501 9.943L6.07501 9.94227V9.943H6.82501ZM7.64694 7.2L8.27278 7.6133L8.27282 7.61324L7.64694 7.2ZM9.83484 5.379L10.1247 6.07072L10.126 6.07018L9.83484 5.379ZM11.7011 5.75C12.1154 5.74937 12.4506 5.41308 12.45 4.99887C12.4494 4.58465 12.1131 4.24938 11.6989 4.25L11.7011 5.75ZM11.7 10.837C11.2858 10.837 10.95 11.1728 10.95 11.587C10.95 12.0012 11.2858 12.337 11.7 12.337V10.837ZM11.7 7.543C11.2858 7.543 10.95 7.87879 10.95 8.293C10.95 8.70721 11.2858 9.043 11.7 9.043L11.7 7.543ZM11.719 12.3428C12.133 12.3323 12.4602 11.9881 12.4498 11.574C12.4393 11.16 12.0951 10.8328 11.6811 10.8432L11.719 12.3428ZM10.2764 10.7817L10.927 10.4085L10.927 10.4085L10.2764 10.7817ZM10.2764 9.11131L9.62584 8.73812L9.62584 8.73812L10.2764 9.11131ZM11.6811 9.04976C12.0951 9.06023 12.4393 8.73303 12.4498 8.31895C12.4602 7.90487 12.133 7.56071 11.719 7.55024L11.6811 9.04976ZM11.7 5.75C12.2396 5.75001 12.7746 5.85774 13.2751 6.06765L13.8552 4.68435C13.1717 4.39771 12.4396 4.25002 11.7 4.25L11.7 5.75ZM13.2749 6.06754C14.0246 6.38224 14.6697 6.91882 15.1268 7.61262L16.3794 6.78738C15.761 5.84877 14.8836 5.11602 13.8555 4.68446L13.2749 6.06754ZM15.1272 7.6133C15.58 8.29886 15.8237 9.10956 15.825 9.94117L17.325 9.93883C17.3233 8.81655 16.9945 7.71889 16.3789 6.7867L15.1272 7.6133ZM15.825 9.94C15.825 10.5044 15.7399 10.9165 15.5556 11.3427C15.3608 11.7931 15.0461 12.2822 14.536 12.9976L15.7573 13.8684C16.269 13.1508 16.6684 12.5484 16.9324 11.9381C17.2068 11.3035 17.325 10.6856 17.325 9.94H15.825ZM14.5105 13.0357L13.0948 15.3027L14.3671 16.0973L15.7828 13.8303L14.5105 13.0357ZM13.0922 15.3069L11.0613 18.6069L12.3387 19.3931L14.3697 16.0931L13.0922 15.3069ZM12.3384 18.6063L10.3074 15.3133L9.03073 16.1007L11.0617 19.3937L12.3384 18.6063ZM10.3055 15.3102L8.88985 13.0392L7.61693 13.8328L9.03263 16.1038L10.3055 15.3102ZM8.86447 13.0012C8.35405 12.2838 8.03922 11.7947 7.84433 11.3444C7.66008 10.9186 7.57501 10.5073 7.57501 9.943H6.07501C6.07501 10.6887 6.19324 11.3059 6.46772 11.9401C6.73157 12.5498 7.13093 13.1522 7.6423 13.8708L8.86447 13.0012ZM7.57501 9.94373C7.57582 9.11123 7.81958 8.29958 8.27278 7.6133L7.02109 6.7867C6.40485 7.71986 6.0761 8.81882 6.07501 9.94227L7.57501 9.94373ZM8.27282 7.61324C8.73027 6.92039 9.37536 6.38473 10.1247 6.07072L9.54497 4.68728C8.51733 5.11791 7.63993 5.84942 7.02105 6.78676L8.27282 7.61324ZM10.126 6.07018C10.6264 5.8594 11.1613 5.75081 11.7011 5.75L11.6989 4.25C10.9591 4.25112 10.227 4.39999 9.54369 4.68782L10.126 6.07018ZM11.7 12.337C12.551 12.337 13.3277 11.8714 13.7443 11.1314L12.4371 10.3956C12.28 10.6748 11.9964 10.837 11.7 10.837V12.337ZM13.7443 11.1314C14.1597 10.3934 14.1597 9.4866 13.7443 8.7486L12.4371 9.4844C12.5954 9.76557 12.5954 10.1144 12.4371 10.3956L13.7443 11.1314ZM13.7443 8.7486C13.3277 8.00864 12.551 7.543 11.7 7.543L11.7 9.043C11.9964 9.043 12.28 9.2052 12.4371 9.4844L13.7443 8.7486ZM11.6811 10.8432C11.38 10.8508 11.0889 10.6908 10.927 10.4085L9.62584 11.1549C10.0553 11.9036 10.8541 12.3646 11.719 12.3428L11.6811 10.8432ZM10.927 10.4085C10.7638 10.1241 10.7638 9.76886 10.927 9.4845L9.62584 8.73812C9.19755 9.48474 9.19755 10.4083 9.62584 11.1549L10.927 10.4085ZM10.927 9.4845C11.0889 9.20225 11.38 9.04215 11.6811 9.04976L11.719 7.55024C10.8541 7.52838 10.0553 7.9894 9.62584 8.73812L10.927 9.4845Z' fill='%23000000'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
  display: inline-block;
  margin-right: 10px;
}
.menu.contact-menu .map::after {
  display: none;
}

.aboutus-section {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .aboutus-section {
    padding: 30px 0px !important;
  }
}
.aboutus-section .large-title {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 480px) {
  .aboutus-section .large-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.aboutus-section .large-title .brand {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.aboutus-section p {
  font-size: 19px;
  text-align: center;
  font-weight: 500;
  line-height: 34px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .aboutus-section p {
    font-size: 15px;
    line-height: 28px;
  }
}
.aboutus-section .wrap {
  display: flex;
  margin: 40px 0px;
  gap: 40px;
}
@media (max-width: 480px) {
  .aboutus-section .wrap {
    flex-wrap: wrap;
  }
}
.aboutus-section .wrap .left-col {
  width: 48%;
}
@media (max-width: 480px) {
  .aboutus-section .wrap .left-col {
    width: 100%;
  }
}
.aboutus-section .wrap .left-col .about-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.aboutus-section .wrap .left-col .featuresList .ourItem {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.aboutus-section .wrap .left-col .featuresList .ourItem li.language {
  display: flex;
  margin-bottom: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
}
.aboutus-section .wrap .left-col .featuresList .ourItem li.language .icon::after {
  content: "";
  width: 55px;
  height: 55px;
  display: inline-block;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}
.aboutus-section .wrap .left-col .featuresList .ourItem li.language .icon.trust::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23000000' height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 480 480' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M457.432,151.254c13.232,0,22.568-10.768,22.568-24V102.31c0-9.392-4.808-17.968-13.352-21.848L306.992,7.734 c-6.304-2.856-13.352-2.864-19.688,0l-160.608,72.72C118.152,84.342,112,92.918,112,102.31v24.944c0,13.232,12.192,24,25.432,24 H152v72c0,4.416,3.576,8,8,8s8-3.584,8-8v-72h32v96c0,4.416,3.576,8,8,8s8-3.584,8-8v-96h48v176c-4.424,0-8,3.584-8,8 c0,4.416,3.576,8,8,8h8h48h64h48c4.416,0,8,3.592,8,8v24H264c-4.424,0-8,3.584-8,8c0,4.416,3.576,8,8,8h184h8c4.416,0,8,3.592,8,8 v8H248c-4.424,0-8,3.584-8,8c0,4.416,3.576,8,8,8h224c4.424,0,8-3.584,8-8v-16c0-13.232-10.768-24-24-24v-24 c0-10.416-6.712-19.216-16-22.528V151.254H457.432z M312,327.254h-32v-176h32V327.254z M376,327.254h-48v-176h48V327.254z M424,327.254h-32v-176h32V327.254z M432,135.254h-48h-64h-48h-64h-48h-22.568c-4.416,0-9.432-3.592-9.432-8V102.31 c0-3.136,2.552-5.992,5.4-7.288l160.344-72.728c1.056-0.48,2.368-0.72,3.496-0.72s2.344,0.24,3.392,0.712l159.344,72.736 c2.848,1.296,4.024,4.16,4.024,7.288v24.944c0,4.408-2.16,8-6.568,8H432z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M344,79.254h-8.808c-3.72-18.232-19.88-32-39.192-32s-35.472,13.768-39.192,32H248c-4.424,0-8,3.584-8,8s3.576,8,8,8 h8.808c3.72,18.232,19.872,32,39.192,32c19.32,0,35.472-13.768,39.192-32H344c4.424,0,8-3.584,8-8S348.424,79.254,344,79.254z M296,111.254c-13.232,0-24-10.768-24-24s10.768-24,24-24s24,10.768,24,24S309.232,111.254,296,111.254z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='296' cy='87.254' r='8'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M34.712,225.43c-1.8-3.76-6.584-5.352-10.664-3.56c-4.08,1.792-5.728,6.704-3.664,10.968 c1.92,4.344,7.384,5.56,11.088,3.328C35.408,233.814,36.368,229.27,34.712,225.43z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M23.816,197.254c-1.032-4.04-5.424-6.592-9.792-5.704c-4.36,0.888-6.96,5.328-5.776,9.912 c1.064,4.624,5.736,7.096,10.024,5.632C22.408,205.686,24.728,201.334,23.816,197.254z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M19.088,167.414c-0.208-4.168-4.008-7.584-8.456-7.624c-4.456-0.04-7.88,3.752-7.648,8.48 c0.264,4.712,3.968,8.136,8.52,7.616C15.8,175.39,19.32,171.582,19.088,167.414z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M13.664,129.542c-4.352-0.928-8.48,2.112-9.192,6.792c-0.736,4.68,2.328,8.776,6.88,9.16c4.32,0.36,8.416-2.68,9.072-6.8 C21.056,134.566,18.016,130.47,13.664,129.542z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M23.368,99.11c-4.152-1.864-8.944,0.184-10.496,4.664c-1.624,4.448,0.52,9.112,4.776,10.408 c4.256,1.296,8.888-0.816,10.32-4.736C29.312,105.494,27.344,100.902,23.368,99.11z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M39.272,71.43c-3.488-2.576-9.016-1.856-11.336,2.272c-2.464,4.04-1.296,9.088,2.592,11.256 c3.888,2.168,8.808,1.04,10.968-2.528C43.512,78.766,42.952,74.134,39.272,71.43z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M60.576,47.662c-2.936-3.32-8.216-3.48-11.648-0.232c-3.192,3.496-3.056,8.72,0.296,11.648 c3.344,2.936,8.344,2.816,11.136-0.28C63.4,55.942,63.544,51.006,60.576,47.662z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M86.36,28.83c-2.2-3.88-7.256-5.032-11.296-2.568C71,28.686,70.272,34.166,72.88,37.646 c2.72,3.656,7.392,4.24,10.992,2.12C87.44,37.606,88.552,32.702,86.36,28.83z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M114.032,16.326c-1.368-4.232-6.088-6.36-10.528-4.728c-4.512,1.48-6.296,6.728-4.44,10.672 c1.928,4.12,6.376,5.6,10.36,4.328C113.344,25.174,115.4,20.566,114.032,16.326z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M145.208,9.43c-0.448-4.432-4.6-7.456-9.28-6.736c-4.696,0.608-7.632,4.96-6.616,9.384c0.976,4.248,5.088,7.04,9.232,6.52 C142.672,17.974,145.648,13.854,145.208,9.43z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M169.488,0.758c-4.728-0.232-8.504,3.168-8.432,7.744c0.072,4.328,3.504,8.16,7.672,8.368 c4.168,0.208,7.944-3.224,8.432-7.648C177.648,4.798,174.208,0.998,169.488,0.758z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.72,5.838c-4.592-1.176-9.008,1.424-9.872,5.792c-0.864,4.368,1.712,8.768,5.752,9.8 c4.056,0.984,8.448-1.52,9.824-5.64C209.864,11.462,207.32,6.974,202.72,5.838z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M120,239.254c-66.168,0-120,53.832-120,120s53.832,120,120,120s120-53.832,120-120S186.168,239.254,120,239.254z M215.976,319.254h-42.984c-1.808-11.672-4.4-22.408-7.656-32h29.544C203.744,296.47,210.968,307.278,215.976,319.254z M175.168,271.254H158.76c-1.92-3.864-3.96-7.448-6.136-10.68C160.624,263.222,168.16,266.846,175.168,271.254z M160,359.254 c0,8.384-0.424,16.376-1.152,24H81.16c-0.736-7.624-1.16-15.616-1.16-24c0-8.384,0.424-16.376,1.152-24h77.688 C159.576,342.878,160,350.87,160,359.254z M120,255.254c6.92,0,14.112,5.76,20.472,16H99.52 C105.888,261.014,113.08,255.254,120,255.254z M148.232,287.254c3.512,9.088,6.448,19.84,8.512,32h-73.48 c2.064-12.16,5-22.912,8.512-32H148.232z M87.376,260.574c-2.176,3.232-4.216,6.816-6.136,10.68H64.832 C71.84,266.846,79.376,263.222,87.376,260.574z M45.128,287.254h29.544c-3.256,9.592-5.848,20.328-7.656,32H24.024 C29.032,307.278,36.256,296.47,45.128,287.254z M16,359.254c0-8.272,1.072-16.28,2.904-24H65.04c-0.672,7.72-1.04,15.728-1.04,24 c0,8.272,0.368,16.28,1.04,24H18.904C17.072,375.534,16,367.526,16,359.254z M24.024,399.254h42.984 c1.808,11.672,4.4,22.408,7.656,32H45.128C36.256,422.038,29.032,411.23,24.024,399.254z M64.832,447.254H81.24 c1.92,3.864,3.96,7.448,6.136,10.68C79.376,455.286,71.84,451.662,64.832,447.254z M120,463.254c-6.92,0-14.112-5.76-20.472-16 h40.952C134.112,457.494,126.92,463.254,120,463.254z M91.768,431.254c-3.512-9.088-6.448-19.84-8.512-32h73.48 c-2.064,12.16-5,22.912-8.512,32H91.768z M152.624,457.934c2.176-3.232,4.216-6.816,6.136-10.68h16.408 C168.16,451.662,160.624,455.286,152.624,457.934z M194.872,431.254h-29.544c3.256-9.592,5.848-20.328,7.656-32h42.984 C210.968,411.23,203.744,422.038,194.872,431.254z M174.96,383.254c0.672-7.72,1.04-15.728,1.04-24c0-8.272-0.368-16.28-1.04-24 h46.136c1.832,7.72,2.904,15.728,2.904,24c0,8.272-1.072,16.28-2.904,24H174.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.aboutus-section .wrap .left-col .featuresList .ourItem li.language .icon.growth::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23000000' height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 483.4 483.4' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M135.6,277.062H93.7c-5,0-9,4-9,9v17.4v76.6v17.4c0,5,4,9,9,9h41.9c5,0,9-4,9-9v-17.4v-76.6v-17.4 C144.7,281.062,140.6,277.062,135.6,277.062z'/%3E%3Cpath d='M220.3,226.963h-41.9c-5,0-9,4-9,9v67.5v26.4v67.5c0,5,4,9,9,9h41.9c5,0,9-4,9-9v-67.5v-26.4v-67.5 C229.3,230.963,225.3,226.963,220.3,226.963z'/%3E%3Cpath d='M314,253.663v-74.6h29c5.3,0,8.6-5.9,5.8-10.4l-59-94.7c-2.7-4.3-8.9-4.3-11.6,0l-59,94.7c-2.8,4.5,0.4,10.4,5.8,10.4h29 v218.4c0,5,4,9,9,9h41.9c5,0,9-4,9-9c-16.8-19.3-27.1-44.4-27.1-72C287,298.062,297.2,272.863,314,253.663z'/%3E%3Cpath d='M396.4,238.663c-48,0-87,38.9-87,87c0,48,38.9,87,87,87c48,0,87-38.9,87-87S444.5,238.663,396.4,238.663z M421.4,359.863 c-3.8,4.6-8.7,7.7-14.5,9.3c-2.5,0.7-3.6,2-3.5,4.6s0,5.1,0,7.7c0,2.3-1.2,3.5-3.4,3.6c-2.8,0.1-5.5,0.1-8.3,0 c-2.4,0-3.6-1.4-3.6-3.8c0-1.9,0-3.8-0.1-5.6c0-4.1-0.2-4.3-4.2-4.9c-5.1-0.8-10.1-2-14.8-4.2c-3.7-1.8-4-2.7-3-6.5 c0.8-2.9,1.6-5.7,2.5-8.5c1-3.3,1.9-3.7,4.9-2.1c5.2,2.7,10.6,4.2,16.4,4.9c3.7,0.5,7.3,0.1,10.7-1.4c6.4-2.8,7.4-10.2,2-14.7 c-1.8-1.5-3.9-2.6-6.1-3.6c-5.6-2.5-11.5-4.3-16.7-7.5c-8.6-5.1-14-12.2-13.4-22.7c0.7-11.8,7.4-19.2,18.2-23.1 c4.5-1.6,4.5-1.6,4.5-6.2c0-1.6,0-3.2,0-4.7c0.1-3.5,0.7-4.1,4.2-4.2c1.1,0,2.2,0,3.3,0c7.5,0,7.5,0,7.5,7.5c0,5.3,0,5.3,5.3,6.1 c4,0.6,7.9,1.8,11.6,3.5c2.1,0.9,2.8,2.3,2.2,4.5c-0.9,3.2-1.8,6.5-2.8,9.7c-1,3-1.9,3.5-4.8,2.1c-5.8-2.8-11.9-4-18.4-3.6 c-1.7,0.1-3.3,0.3-4.9,1c-5.6,2.4-6.5,8.6-1.7,12.4c2.4,1.9,5.1,3.3,8,4.5c4.9,2,9.9,4,14.6,6.6 C427.9,328.363,431.9,347.163,421.4,359.863z'/%3E%3Cpath d='M50.9,337.562H9c-5,0-9,4-9,9v1.7v15.7v16.1v6v11.4c0,5,4,9,9,9h41.9c5,0,9-4,9-9v-11.4v-6v-16.1v-13.5v-3.9 C60,341.562,55.9,337.562,50.9,337.562z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.aboutus-section .wrap .left-col .featuresList .ourItem li.language .icon.investment::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23000000' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 496 496' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M424,248c0-97.048-78.952-176-176-176S72,150.952,72,248s78.952,176,176,176S424,345.048,424,248z M248.008,408 c-16.728,0-32.848-2.6-48.008-7.376V304h-16v90.552c-8.4-3.68-16.424-8.048-24-13.064V304c0-22.056,17.944-40,40-40h96 c22.056,0,40,17.944,40,40h-51.056l-13.792-27.576l-14.312,7.16L267.056,304H216v16h16v8l6.12,43.4 c1.68,11.744,11.888,20.6,23.76,20.6h55.408C296.288,402.144,272.848,408,248.008,408z M184,184c0-35.288,28.712-64,64-64 c35.288,0,64,28.712,64,64c0,35.288-28.712,64-64,64C212.712,248,184,219.288,184,184z M344,327.432l-5.96,41.704 c-0.552,3.912-3.96,6.864-7.912,6.864H261.88c-3.952,0-7.36-2.952-7.912-6.864L248,327.432V320h27.056l13.792,27.576l14.312-7.16 L292.944,320H344V327.432z M354.504,367.072l5.424-37.936L359.96,320H376v-16h-24c0-30.872-25.128-56-56-56h-0.208 C315.296,233.4,328,210.184,328,184c0-44.112-35.888-80-80-80s-80,35.888-80,80c0,26.184,12.704,49.4,32.208,64H200 c-30.872,0-56,25.128-56,56v65.344C109.784,339.976,88,296.52,88,248c0-88.224,71.776-160,160-160s160,71.776,160,160 C408,295.304,387.248,337.752,354.504,367.072z'/%3E%3Cpath d='M455.824,240.928l-11.384-7.584l-8.872,13.312l29.456,19.64l28.64-28.64l-11.312-11.312l-10.624,10.624 C465.952,118.56,367.816,24,248,24v16C360.328,40,452.072,129.504,455.824,240.928z'/%3E%3Cpath d='M40.176,255.072l11.384,7.584l8.872-13.312l-29.456-19.64l-28.64,28.64l11.312,11.312l10.624-10.624 C30.048,377.44,128.184,472,248,472v-16C135.672,456,43.928,366.496,40.176,255.072z'/%3E%3Cpath d='M64,128c35.288,0,64-28.712,64-64S99.288,0,64,0S0,28.712,0,64C0,99.288,28.712,128,64,128z M64,16 c26.472,0,48,21.528,48,48s-21.528,48-48,48S16,90.472,16,64S37.528,16,64,16z'/%3E%3Cpath d='M56,95.592V104h16v-8.408C81.12,93.736,88,85.656,88,76c0-11.032-8.968-20-20-20h-8c-2.2,0-4-1.8-4-4s1.8-4,4-4h8 c2.2,0,4,1.8,4,4v4h16v-4c0-9.664-6.88-17.736-16-19.592V24H56v8.408C46.88,34.264,40,42.336,40,52c0,11.032,8.968,20,20,20h8 c2.2,0,4,1.8,4,4s-1.8,4-4,4h-8c-2.2,0-4-1.8-4-4v-4H40v4C40,85.664,46.88,93.736,56,95.592z'/%3E%3Cpath d='M432,368c-35.288,0-64,28.712-64,64c0,35.288,28.712,64,64,64c35.288,0,64-28.712,64-64C496,396.712,467.288,368,432,368 z M432,480c-26.472,0-48-21.528-48-48s21.528-48,48-48s48,21.528,48,48S458.472,480,432,480z'/%3E%3Cpath d='M440,400.408V392h-16v8.408c-9.12,1.856-16,9.936-16,19.592c0,11.032,8.968,20,20,20h8c2.2,0,4,1.8,4,4s-1.8,4-4,4h-8 c-2.2,0-4-1.8-4-4v-4h-16v4c0,9.664,6.88,17.736,16,19.592V472h16v-8.408c9.12-1.856,16-9.936,16-19.592c0-11.032-8.968-20-20-20 h-8c-2.2,0-4-1.8-4-4s1.8-4,4-4h8c2.2,0,4,1.8,4,4v4h16v-4C456,410.336,449.12,402.264,440,400.408z'/%3E%3Crect x='32' y='416' width='16' height='16'/%3E%3Crect x='9.389' y='425.358' transform='matrix(0.7071 0.7071 -0.7071 0.7071 311.5237 114.6318)' width='16' height='16'/%3E%3Crect y='448' width='16' height='16'/%3E%3Crect x='9.395' y='470.629' transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 -308.746 829.3701)' width='16' height='16'/%3E%3Crect x='32' y='480' width='16' height='16'/%3E%3Crect x='54.59' y='470.634' transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 -231.5972 861.3365)' width='16' height='16'/%3E%3Crect x='64' y='448' width='16' height='16'/%3E%3Crect x='54.608' y='425.363' transform='matrix(0.7071 0.7071 -0.7071 0.7071 324.7716 82.6588)' width='16' height='16'/%3E%3Crect x='448' width='16' height='16'/%3E%3Crect x='425.365' y='9.386' transform='matrix(0.7071 0.7071 -0.7071 0.7071 139.2232 -301.3432)' width='16' height='16'/%3E%3Crect x='416' y='32' width='16' height='16'/%3E%3Crect x='425.36' y='54.637' transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 695.5008 413.3591)' width='16' height='16'/%3E%3Crect x='448' y='64' width='16' height='16'/%3E%3Crect x='470.622' y='54.631' transform='matrix(-0.7071 0.7071 -0.7071 -0.7071 861.3454 -231.5201)' width='16' height='16'/%3E%3Crect x='480' y='32' width='16' height='16'/%3E%3Crect x='470.619' y='9.38' transform='matrix(0.7071 0.7071 -0.7071 0.7071 152.4735 -333.3445)' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.aboutus-section .wrap .left-col .featuresList .ourItem li.language .icon.integrity::after {
  content: "";
  background-image: url("../images/integrity.png");
}
.aboutus-section .wrap .left-col .featuresList .ourItem li.language .icon.leadership::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23000000' height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 486.3 486.3' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M173.8,327.671L173.8,327.671L173.8,327.671c-3.3,0-5.9,2.7-5.9,5.9c0,3.3,2.7,5.9,5.9,5.9l0,0l0,0c3.3,0,5.9-2.7,5.9-5.9 C179.7,330.271,177,327.671,173.8,327.671z'/%3E%3Ccircle cx='156.4' cy='333.571' r='5.9'/%3E%3Ccircle cx='139.1' cy='333.571' r='5.9'/%3E%3Cpath d='M243.1,258.271c-1.6,0-3.1,0.6-4.2,1.7c-1.1,1.1-1.7,2.6-1.7,4.2s0.6,3.1,1.7,4.2c1.1,1.1,2.6,1.7,4.2,1.7 c1.6,0,3.1-0.6,4.2-1.7s1.7-2.6,1.7-4.2s-0.6-3.1-1.7-4.2C246.2,258.971,244.7,258.271,243.1,258.271z'/%3E%3Cpath d='M243.1,327.671c-3.3,0-5.9,2.7-5.9,5.9c0,3.3,2.7,5.9,5.9,5.9c3.2,0,5.9-2.7,5.9-5.9 C249,330.271,246.4,327.671,243.1,327.671z'/%3E%3Ccircle cx='243.1' cy='316.271' r='5.9'/%3E%3Ccircle cx='243.1' cy='298.871' r='5.9'/%3E%3Ccircle cx='243.1' cy='281.571' r='5.9'/%3E%3Cpath d='M295.1,327.671c-3.3,0-5.9,2.7-5.9,5.9c0,3.3,2.7,5.9,5.9,5.9c3.3,0,5.9-2.7,5.9-5.9 C301.1,330.271,298.4,327.671,295.1,327.671z'/%3E%3Ccircle cx='277.8' cy='333.571' r='5.9'/%3E%3Ccircle cx='260.5' cy='333.571' r='5.9'/%3E%3Cpath d='M312.5,327.671c-1.6,0-3.1,0.6-4.2,1.7s-1.7,2.6-1.7,4.2s0.6,3.1,1.7,4.2s2.6,1.7,4.2,1.7s3.1-0.6,4.2-1.7 s1.7-2.6,1.7-4.2s-0.6-3.1-1.7-4.2S314,327.671,312.5,327.671z'/%3E%3Cpath d='M225.8,327.671c-3.3,0-5.9,2.7-5.9,5.9c0,3.3,2.7,5.9,5.9,5.9c3.3,0,5.9-2.7,5.9-5.9 C231.7,330.271,229,327.671,225.8,327.671z'/%3E%3Ccircle cx='208.4' cy='333.571' r='5.9'/%3E%3Ccircle cx='191.1' cy='333.571' r='5.9'/%3E%3Ccircle cx='347.1' cy='333.571' r='5.9'/%3E%3Ccircle cx='329.8' cy='333.571' r='5.9'/%3E%3Cpath d='M243.2,233.271h72.5c-0.4-30.2,0.8-46.2-18.7-53.4c-17.7-6.8-28.4-13.7-28.4-13.7l-13.7,43.3l-1.9,5.9l-6.1-17.4 c14.1-19.6-1.1-20.6-3.7-20.6l0,0l0,0l0,0l0,0l0,0l0,0c-2.6,0-17.8,1-3.7,20.6l-6.1,17.4l-1.9-5.9l-13.7-43.3 c0,0-10.6,6.9-28.4,13.7c-19.6,7.1-18.3,23.2-18.7,53.4L243.2,233.271L243.2,233.271L243.2,233.271z'/%3E%3Cpath d='M212.6,138.771c1.6,10.2,9.4,23.1,22.3,27.6c5.3,1.9,11.1,1.9,16.4,0c12.7-4.6,20.8-17.5,22.3-27.6 c1.7-0.1,4-2.5,6.4-11.1c3.3-11.7-0.2-13.4-3.2-13.1c0.6-1.6,1-3.2,1.3-4.8c5-30.3-9.9-31.3-9.9-31.3s-2.5-4.8-9-8.3 c-4.4-2.6-10.4-4.6-18.4-3.9c-2.6,0.1-5,0.6-7.3,1.4l0,0c-2.9,1-5.6,2.4-8.1,4.1c-3,1.9-5.8,4.2-8.3,6.9c-3.9,4-7.5,9.2-9,15.8 c-1.3,4.9-1,9.9,0.1,15.4l0,0c0.3,1.6,0.7,3.2,1.3,4.8c-3-0.3-6.5,1.4-3.2,13.1C208.7,136.171,210.9,138.571,212.6,138.771z'/%3E%3Cpath d='M126.4,366.771c-17.7-6.8-28.4-13.7-28.4-13.7l-13.7,43.3l-1.9,5.9l-6.1-17.4c14.1-19.6-1.1-20.6-3.7-20.6l0,0l0,0l0,0 l0,0l0,0l0,0c-2.6,0-17.8,1-3.7,20.6l-6.1,17.4l-1.9-5.9l-13.8-43.3c0,0-10.6,6.9-28.4,13.7c-19.6,7.1-18.3,23.2-18.7,53.4h72.5 h0.2h72.4C144.7,389.971,145.9,373.871,126.4,366.771z'/%3E%3Cpath d='M42.1,325.571c1.6,10.2,9.4,23.1,22.3,27.6c5.3,1.9,11.1,1.9,16.4,0c12.7-4.6,20.8-17.5,22.3-27.6c1.7-0.1,4-2.5,6.4-11.1 c3.3-11.7-0.2-13.4-3.2-13.1c0.6-1.6,1-3.2,1.3-4.8c5-30.3-9.9-31.3-9.9-31.3s-2.5-4.8-9-8.3c-4.4-2.6-10.4-4.6-18.4-3.9 c-2.6,0.1-5,0.6-7.3,1.4l0,0c-2.9,1-5.6,2.4-8.1,4.1c-3,1.9-5.8,4.2-8.3,6.9c-3.9,4-7.5,9.2-9,15.8c-1.3,4.9-1,9.9,0.1,15.4l0,0 c0.3,1.6,0.7,3.2,1.3,4.8c-3-0.3-6.5,1.4-3.2,13.1C38.1,323.071,40.3,325.471,42.1,325.571z'/%3E%3Cpath d='M467.5,366.771c-17.8-6.8-28.4-13.7-28.4-13.7l-13.7,43.3l-1.9,5.9l-6.1-17.4c14.1-19.6-1.1-20.6-3.7-20.6l0,0l0,0l0,0 l0,0l0,0l0,0c-2.6,0-17.8,1-3.7,20.6l-6.1,17.4l-1.9-5.9l-13.8-43.3c0,0-10.6,6.9-28.4,13.7c-19.6,7.1-18.3,23.2-18.7,53.4h72.5 h0.2h72.5C485.8,389.971,487,373.871,467.5,366.771z'/%3E%3Cpath d='M383.2,325.571c1.6,10.2,9.4,23.1,22.3,27.6c5.3,1.9,11.1,1.9,16.4,0c12.7-4.6,20.8-17.5,22.3-27.6 c1.7-0.1,4-2.5,6.4-11.1c3.3-11.7-0.2-13.4-3.2-13.1c0.6-1.6,1-3.2,1.3-4.8c5-30.3-9.9-31.3-9.9-31.3s-2.5-4.8-9-8.3 c-4.4-2.6-10.4-4.6-18.4-3.9c-2.6,0.1-5,0.6-7.3,1.4l0,0c-2.9,1-5.6,2.4-8.1,4.1c-3,1.9-5.8,4.2-8.3,6.9c-3.9,4-7.5,9.2-9,15.8 c-1.3,4.9-1,9.9,0.1,15.4l0,0c0.3,1.6,0.7,3.2,1.3,4.8c-3-0.3-6.5,1.4-3.2,13.1C379.2,323.071,381.5,325.471,383.2,325.571z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.aboutus-section .wrap .left-col .featuresList .ourItem li.language .ourcontent {
  margin-left: 16px;
}
.aboutus-section .wrap .left-col .featuresList .ourItem li.language .ourcontent .featureTitle {
  font-size: 19px;
  font-weight: 700;
}
.aboutus-section .wrap .left-col .featuresList .ourItem li.language .ourcontent p {
  text-align: left;
  line-height: 27px;
  margin-bottom: 0px;
  font-size: 17px;
}
.aboutus-section .wrap .right-col {
  width: 64%;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .aboutus-section .wrap .right-col {
    width: 100%;
  }
}
.aboutus-section .wrap .right-col .element-widget {
  background-image: url(https://web.moxcreative.com/markeezo/wp-content/uploads/sites/18/2023/03/img_2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.aboutus-section .wrap .right-col .element-widget .mask {
  mask-image: url("../images/img_1.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  display: block;
}
.aboutus-section .wrap .right-col .element-widget img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  max-width: 100%;
}
.aboutus-section .wrap .right-col .element-widget img::after {
  content: "";
}
.aboutus-section .wrap .right-col .element-widget .mask1 {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
  width: 180px;
  display: block;
  background: #fff;
  text-align: center;
  position: absolute;
  top: -9px;
  font-weight: 700;
  animation: move5 3s linear 0s infinite normal none running;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .aboutus-section .wrap .right-col .element-widget .mask1 {
    top: 109px;
    height: 62px;
    font-size: 15px;
    width: 153px;
  }
}
.aboutus-section .wrap .right-col .element-widget .mask1.mask-2 {
  top: 26px;
  right: 70px;
}
@media (max-width: 480px) {
  .aboutus-section .wrap .right-col .element-widget .mask1.mask-2 {
    top: 108px;
    right: 21px;
  }
}
.aboutus-section .wrap .right-col .element-widget .mask1.mask-3 {
  top: 40%;
  right: 0px;
}
.aboutus-section .wrap .right-col .element-widget .mask1.mask-4 {
  top: 87%;
  right: 78px;
}
@media (max-width: 480px) {
  .aboutus-section .wrap .right-col .element-widget .mask1.mask-4 {
    top: 67%;
    right: 12px;
  }
}
.aboutus-section .wrap .right-col .element-widget .mask1.mask-5 {
  top: 74%;
  right: 66%;
}
@media (max-width: 480px) {
  .aboutus-section .wrap .right-col .element-widget .mask1.mask-5 {
    right: 55%;
  }
}

.about-banner {
  background-image: url("../images/banner-2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  max-width: 1300px;
  height: 450px;
  border-radius: 25px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .about-banner {
    border-radius: 0px;
    height: 300px;
  }
}

.vision-section {
  padding: 60px 0px;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .vision-section {
    padding: 30px 0px !important;
  }
}
.vision-section .content {
  padding-left: 12.6171875vw;
  padding-right: 12.6171875vw;
}
@media (max-width: 1600px) {
  .vision-section .content {
    padding-left: 4.2057291667vw;
    padding-right: 4.2057291667vw;
  }
}
@media (max-width: 1024px) {
  .vision-section .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.vision-section .content .vision-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.vision-section .content .vision-wrap .left-col {
  width: 48%;
}
@media (max-width: 480px) {
  .vision-section .content .vision-wrap .left-col {
    width: 100%;
  }
}
.vision-section .content .vision-wrap .right-col {
  width: 48%;
}
@media (max-width: 480px) {
  .vision-section .content .vision-wrap .right-col {
    width: 100%;
  }
}
.vision-section .content .box {
  background-color: #fbfbfb;
  border-radius: 15px;
  padding: 50px;
  height: 360px;
}
@media (max-width: 480px) {
  .vision-section .content .box {
    padding: 20px;
    height: auto;
  }
}
.vision-section .content .box .micro-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.vision-section .content .box p {
  text-align: center;
  font-size: 17px;
  color: #585555;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 480px) {
  .vision-section .content .box p {
    font-size: 15px;
  }
}

.contact-section {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .contact-section {
    padding: 30px 0px !important;
  }
}
.contact-section .container .large-title {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 480px) {
  .contact-section .container .large-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.contact-section .container .large-title .brand {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
@media (max-width: 767px) {
  .contact-section .container .contact-wrap {
    margin-bottom: 20px;
  }
}
.contact-section .container .contact-wrap form .form-select,
.contact-section .container .contact-wrap form .form-control {
  border: 0px;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}
.contact-section .container .contact-wrap form .form-floating {
  margin-bottom: 35px;
}
.contact-section .container .contact-wrap .common-button {
  border: 0px;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .contact-section .container .contact-wrap .common-button {
    width: auto;
  }
}

.nano-title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.contact-info {
  background-image: url("../images/texture-bg.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  padding: 60px 0px;
  position: relative;
}
.contact-info::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.88);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.contact-info .container {
  position: relative;
}
.contact-info .container .large-title {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 480px) {
  .contact-info .container .large-title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .contact-info .container .large-title {
    margin-bottom: 30px;
  }
}
.contact-info .container .large-title .brand {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.contact-info .container .contactinfo-wrap {
  display: flex;
  gap: 100px;
  align-items: center;
}
@media (max-width: 480px) {
  .contact-info .container .contactinfo-wrap {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.contact-info .container .contactinfo-wrap .menu-item {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 19px;
}
.contact-info .container .contactinfo-wrap .map::before {
  width: 24px;
}
@media (max-width: 480px) {
  .contact-info .container .contactinfo-wrap .map::before {
    width: 30px;
  }
}
.contact-info .container .contactinfo-wrap .time::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 6V12' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.24 16.24L12 12' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 24px;
  width: 25px;
  display: block;
  margin-right: 10px;
}

.question-wrap {
  padding: 90px 0px;
}
@media (max-width: 480px) {
  .question-wrap {
    padding: 30px 0px;
  }
}
.question-wrap .risk-title {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0px auto 30px;
  max-width: 1000px;
}
@media (max-width: 480px) {
  .question-wrap .risk-title {
    flex-direction: column;
    gap: 10px;
  }
}
.question-wrap .risk-title .pdf-title {
  font-size: 18px;
  font-weight: 700;
}
.question-wrap .risk-title .pdf-icon {
  display: flex;
  align-items: center;
}
.question-wrap .risk-title .pdf-icon img {
  height: 40px;
}
.question-wrap .large-title {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 480px) {
  .question-wrap .large-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.question-wrap .large-title .brand {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.question-wrap .questionwrap {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 60px 60px 20px 60px;
  border-radius: 25px;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background-color: #fbfbfb;
}
@media (max-width: 480px) {
  .question-wrap .questionwrap {
    padding: 30px;
  }
}
.question-wrap .questionwrap h1 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 480px) {
  .question-wrap .questionwrap h1 {
    font-size: 20px;
  }
}

.radio-btn .form-check {
  margin-right: 28px;
  margin-bottom: 18px;
  font-size: 20px;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 480px) {
  .radio-btn .form-check {
    font-size: 18px;
  }
}
.radio-btn .form-check .form-check-label {
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 480px) {
  .radio-btn .form-check .form-check-label {
    text-align: left;
  }
}

.btn-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 70px;
}
@media (max-width: 480px) {
  .btn-wrap {
    margin-top: 30px;
  }
}

.next-btn {
  padding: 11px 39px;
  background-color: #0a79e9;
  color: #fff;
  text-decoration: none;
  border: 2px solid #0a79e9;
  border-radius: 25px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.next-btn:hover {
  background-color: transparent;
  color: #0a79e9;
  border: 2px solid #0a79e9;
}

.back-btn {
  padding: 11px 39px;
  background-color: transparent;
  border: 2px solid #0a79e9;
  color: #0a79e9;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.back-btn:hover {
  background-color: #0a79e9;
  color: #fff;
}

.blogDetails {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .blogDetails {
    padding: 30px 0px !important;
  }
}
.blogDetails .container {
  display: flex;
  gap: 30px;
}
@media (max-width: 480px) {
  .blogDetails .container {
    flex-wrap: wrap;
  }
}
.blogDetails .container .leftCol {
  width: 70%;
}
@media (max-width: 480px) {
  .blogDetails .container .leftCol {
    width: 100%;
  }
}
.blogDetails .container .leftCol h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blogDetails .container .leftCol .datewrap ul {
  display: flex;
  list-style-type: none;
  color: #000;
  padding: 0px;
  font-size: 14px;
}
.blogDetails .container .leftCol .datewrap ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.blogDetails .container .leftCol .datewrap ul li a {
  color: #414e5b;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.blogDetails .container .leftCol .datewrap ul li::after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: #d4d4d4;
}
.blogDetails .container .leftCol .datewrap ul li:last-child::after {
  display: none;
}
.blogDetails .container .leftCol .datewrap ul li .category-patch {
  background-color: #ffefee;
  color: #db0b00;
  font-size: 15px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.blogDetails .container .leftCol p {
  font-size: 16px;
  color: #414e5b;
  font-weight: 500;
}
.blogDetails .container .leftCol h4 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
}
.blogDetails .container .leftCol ul {
  list-style-type: disc;
  padding: 0px 0px 0px 20px;
  font-size: 16px;
  color: #414e5b;
  font-weight: 500;
}
.blogDetails .container .leftCol ul li {
  margin-bottom: 8px;
}
.blogDetails .container .leftCol img {
  width: 100%;
  border-radius: 6px;
}
.blogDetails .container .rightCol {
  width: 30%;
}
@media (max-width: 480px) {
  .blogDetails .container .rightCol {
    width: 100%;
  }
}
.blogDetails .container .rightCol .postwrap {
  position: sticky;
  top: 15px;
}
.blogDetails .container .rightCol h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px;
  padding-bottom: 10px;
  position: relative;
}
.blogDetails .container .rightCol h4::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: red;
  margin: 0;
}
.blogDetails .container .rightCol .search {
  margin-bottom: 30px;
}
.blogDetails .container .rightCol .search .search-icon {
  position: relative;
}
.blogDetails .container .rightCol .search .search-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 -0.5 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 10.7655C5.50003 8.01511 7.44296 5.64777 10.1405 5.1113C12.8381 4.57483 15.539 6.01866 16.5913 8.55977C17.6437 11.1009 16.7544 14.0315 14.4674 15.5593C12.1804 17.0871 9.13257 16.7866 7.188 14.8415C6.10716 13.7604 5.49998 12.2942 5.5 10.7655Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.029 16.5295L19.5 19.0005' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: block;
}
.blogDetails .container .rightCol .post-list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.blogDetails .container .rightCol .post-list ul li {
  border-bottom: 1px solid #eee;
  padding: 15px 0px;
}
.blogDetails .container .rightCol .post-list ul li:last-child {
  border-bottom: 0px;
}
.blogDetails .container .rightCol .post-list ul li a {
  display: flex;
  gap: 20px;
  width: 100%;
  text-decoration: none;
}
.blogDetails .container .rightCol .post-list ul li a .blogimage {
  width: 36%;
}
.blogDetails .container .rightCol .post-list ul li a .blogimage .blog-image img {
  width: 100%;
  height: 80px;
  display: block;
  max-width: 100%;
  border-radius: 6px;
}
.blogDetails .container .rightCol .post-list ul li a .content {
  width: 64%;
}
.blogDetails .container .rightCol .post-list ul li a .content h5 {
  color: #414e5b;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogDetails .container .rightCol .post-list ul li a .content .publish-date {
  color: #97979d;
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 6px;
}
.blogDetails .container .rightCol .post-category {
  margin-top: 30px;
}
.blogDetails .container .rightCol .post-category ul {
  padding: 20px;
  list-style-type: square;
}
.blogDetails .container .rightCol .post-category ul li {
  margin-bottom: 7px;
}

.blog-banner {
  background-image: url("../images/blog.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  max-width: 1300px;
  height: 450px;
  border-radius: 25px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .blog-banner {
    border-radius: 0px;
    height: 350px;
  }
}

.risk-modal h5 {
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.risk-modal .btn-close {
  position: absolute;
  right: -27px;
  top: -3px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50px;
}
.risk-modal .modal-header {
  border-bottom: 0px;
}
.risk-modal .modal-body {
  text-align: center;
  padding: 0px 37px 37px;
}
.risk-modal .modal-body p {
  margin-bottom: 0px;
}
.risk-modal .modal-body .checked {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5163 8.93451L11.0597 14.7023L8.0959 11.8984' stroke='%23008001' stroke-width='2'/%3E%3Cpath d='M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z' stroke='%23008001' stroke-width='2'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  height: 90px;
  width: 90px;
  display: block;
  margin: 0 auto 25px;
}
.risk-modal .modal-content {
  border-radius: 25px;
}

.blog-listing {
  border-top: 1px solid #ddd;
}
.blog-listing .blog-item {
  margin-bottom: 16px !important;
  height: auto;
  margin-bottom: 22px !important;
}
.blog-listing .title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-listing .title-wrap h2 {
  margin-bottom: 0px;
  font-weight: 700;
}

.form-select:focus {
  box-shadow: none !important;
}

.socialWrapper {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.socialWrapper .social {
  list-style-type: none;
}
.socialWrapper li {
  margin-right: 15px;
  margin-bottom: 12px !important;
  width: auto !important;
}
.socialWrapper li a {
  border: 1px solid darkgray;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  display: flex;
  background-color: #ebebeb;
}
@media (max-width: 767px) {
  .socialWrapper li a {
    width: 39px;
    height: 39px;
  }
}
.socialWrapper li .x {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.714 25.4088L58.054 0H52.762L33.356 22.0576L17.868 0H0L23.426 33.3582L0 60H5.292L25.772 36.7014L42.132 60H60M7.202 3.90475H15.332L52.758 56.2871H44.626' fill='black'/%3E%3C/svg%3E%0A");
}
.socialWrapper li .facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0H8C6.67392 0 5.40215 0.526784 4.46447 1.46447C3.52678 2.40215 3 3.67392 3 5V8H0V12H3V20H7V12H10L11 8H7V5C7 4.73478 7.10536 4.48043 7.29289 4.29289C7.48043 4.10536 7.73478 4 8 4H11V0Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 32%;
}
.socialWrapper li .instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1H6C3.23858 1 1 3.23858 1 6V16C1 18.7614 3.23858 21 6 21H16C18.7614 21 21 18.7614 21 16V6C21 3.23858 18.7614 1 16 1Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.9997 10.3703C15.1231 11.2025 14.981 12.0525 14.5935 12.7993C14.206 13.5461 13.5929 14.1517 12.8413 14.53C12.0898 14.9082 11.2382 15.0399 10.4075 14.9062C9.57683 14.7726 8.80947 14.3804 8.21455 13.7855C7.61962 13.1905 7.22744 12.4232 7.09377 11.5925C6.96011 10.7619 7.09177 9.9102 7.47003 9.15868C7.84829 8.40716 8.45389 7.79404 9.20069 7.40654C9.94749 7.01904 10.7975 6.87689 11.6297 7.0003C12.4786 7.12619 13.2646 7.52176 13.8714 8.12861C14.4782 8.73545 14.8738 9.52138 14.9997 10.3703Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 5.5H16.51' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.socialWrapper li .youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 -0.5 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.168 19.0028C20.4724 19.0867 22.41 17.29 22.5 14.9858V9.01982C22.41 6.71569 20.4724 4.91893 18.168 5.00282H6.832C4.52763 4.91893 2.58998 6.71569 2.5 9.01982V14.9858C2.58998 17.29 4.52763 19.0867 6.832 19.0028H18.168Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.008 9.17784L15.169 11.3258C15.3738 11.4454 15.4997 11.6647 15.4997 11.9018C15.4997 12.139 15.3738 12.3583 15.169 12.4778L12.008 14.8278C11.408 15.2348 10.5 14.8878 10.5 14.2518V9.75184C10.5 9.11884 11.409 8.77084 12.008 9.17784Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 72%;
}
.socialWrapper li .linkedIn {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 8C7.32843 8 8 7.32843 8 6.5C8 5.67157 7.32843 5 6.5 5C5.67157 5 5 5.67157 5 6.5C5 7.32843 5.67157 8 6.5 8Z' fill='%230F0F0F'/%3E%3Cpath d='M5 10C5 9.44772 5.44772 9 6 9H7C7.55228 9 8 9.44771 8 10V18C8 18.5523 7.55228 19 7 19H6C5.44772 19 5 18.5523 5 18V10Z' fill='%230F0F0F'/%3E%3Cpath d='M11 19H12C12.5523 19 13 18.5523 13 18V13.5C13 12 16 11 16 13V18.0004C16 18.5527 16.4477 19 17 19H18C18.5523 19 19 18.5523 19 18V12C19 10 17.5 9 15.5 9C13.5 9 13 10.5 13 10.5V10C13 9.44771 12.5523 9 12 9H11C10.4477 9 10 9.44772 10 10V18C10 18.5523 10.4477 19 11 19Z' fill='%230F0F0F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 1C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4C1 2.34315 2.34315 1 4 1H20ZM20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20Z' fill='%230F0F0F'/%3E%3C/svg%3E");
  background-size: 52%;
}
.socialWrapper li .whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.42 9.49c-.19-.09-1.1-.54-1.27-.61s-.29-.09-.42.1-.48.6-.59.73-.21.14-.4 0a5.13 5.13 0 0 1-1.49-.92 5.25 5.25 0 0 1-1-1.29c-.11-.18 0-.28.08-.38s.18-.21.28-.32a1.39 1.39 0 0 0 .18-.31.38.38 0 0 0 0-.33c0-.09-.42-1-.58-1.37s-.3-.32-.41-.32h-.4a.72.72 0 0 0-.5.23 2.1 2.1 0 0 0-.65 1.55A3.59 3.59 0 0 0 5 8.2 8.32 8.32 0 0 0 8.19 11c.44.19.78.3 1.05.39a2.53 2.53 0 0 0 1.17.07 1.93 1.93 0 0 0 1.26-.88 1.67 1.67 0 0 0 .11-.88c-.05-.07-.17-.12-.36-.21z'/%3E%3Cpath d='M13.29 2.68A7.36 7.36 0 0 0 8 .5a7.44 7.44 0 0 0-6.41 11.15l-1 3.85 3.94-1a7.4 7.4 0 0 0 3.55.9H8a7.44 7.44 0 0 0 5.29-12.72zM8 14.12a6.12 6.12 0 0 1-3.15-.87l-.22-.13-2.34.61.62-2.28-.14-.23a6.18 6.18 0 0 1 9.6-7.65 6.12 6.12 0 0 1 1.81 4.37A6.19 6.19 0 0 1 8 14.12z'/%3E%3C/svg%3E");
  background-size: 52%;
}

.pagination {
  justify-content: center;
  margin-top: 30px;
}
.wrapper-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .wrapper-bx {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.wrapper-bx .datewrap ul {
  margin-bottom: 0px;
}
.wrapper-bx .social-text {
  font-size: 17px;
  font-weight: 600;
}
.wrapper-bx .socialWrapper {
  width: auto;
  margin-top: 0px;
  display: flex;
  align-items: center;
}
.wrapper-bx .socialWrapper.blogsocial .social {
  list-style-type: none;
  display: flex;
  margin-bottom: 0px;
}
.wrapper-bx .socialWrapper.blogsocial .social li {
  margin-bottom: 0px;
}

.slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.slide .current-slide {
  line-height: 1;
}
.slide .slash {
  font-size: 34px;
  line-height: 1;
}
.slide .allslide {
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}

.product-section {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .product-section {
    padding: 30px 0px !important;
  }
}
.product-section h1 {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
  text-align: center;
}
@media (max-width: 480px) {
  .product-section h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.product-section .short-text {
  text-align: center;
  font-size: 19px;
  max-width: 800px;
  margin: 0 auto 80px;
}
@media (max-width: 480px) {
  .product-section .short-text {
    margin: 0 auto 40px;
  }
}
.product-section .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.product-section .product-bx {
  width: 31%;
  box-shadow: 0 0 10px 0 rgba(0, 27, 56, 0.1);
  border: 1px solid #eee;
  background: #fff;
  border-radius: 30px;
  padding: 18px;
  overflow: hidden;
  position: relative;
  transition: 0.6s;
}
@media (max-width: 480px) {
  .product-section .product-bx {
    width: 100%;
    padding: 19px;
  }
}
.product-section .product-bx .left-col {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-section .product-bx .left-col img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
  transition: 0.6s;
}
.product-section .product-bx .left-col .productbg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  display: block;
  width: 100%;
}
.product-section .product-bx:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}
.product-section .product-bx .right-col {
  width: 100%;
}
.product-section .product-bx .right-col .sub-title {
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 29px;
}
.product-section .product-bx .right-col ul {
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}
.product-section .product-bx .right-col ul li {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
}
.product-section .product-bx .right-col ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='_x32_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23008001;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M469.402,35.492C334.09,110.664,197.114,324.5,197.114,324.5L73.509,184.176L0,254.336l178.732,222.172 l65.15-2.504C327.414,223.414,512,55.539,512,55.539L469.402,35.492z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 18px;
  width: 21px;
  margin-right: 10px;
  display: block;
}

.external-section {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .external-section {
    padding: 30px 0px !important;
  }
}
.external-section h1 {
  font-weight: 700;
  font-size: 49px;
  margin-bottom: 22px;
  text-align: center;
}
@media (max-width: 480px) {
  .external-section h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.external-section h1 .brand {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.external-section h3 {
  text-align: center;
}
.external-section .short-text {
  text-align: center;
  font-size: 19px;
  max-width: 800px;
  margin: 0 auto 80px;
}

.client-list {
  list-style-type: none;
  padding: 0px 0px 40px 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 480px) {
  .client-list {
    padding: 0px 0px 30px 0px;
    flex-direction: column;
    gap: 30px;
  }
}
.client-list li {
  padding: 0px 0px 40px;
  width: 48%;
  border-bottom: 1px solid #ddd;
}
.client-list li:nth-child(4n), .client-list li:nth-child(3n) {
  border-bottom: 0px;
}
@media (max-width: 480px) {
  .client-list li {
    width: 100%;
    padding: 0px 0px 20px;
  }
  .client-list li:nth-child(3n) {
    border-bottom: 1px solid #ddd;
  }
}
.client-list li .ex-bx {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 480px) {
  .client-list li .ex-bx {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.client-list li .ex-bx img {
  border: 1px solid #eee;
  border-radius: 4px;
}
.client-list li .ex-bx .content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
.client-list li .ex-bx .content .next-btn {
  padding: 4px 13px;
  font-size: 13px;
}
.client-list.kyc-list li {
  width: 28%;
}
@media (max-width: 480px) {
  .client-list.kyc-list li {
    width: 100%;
  }
}
.client-list.kyc-list li:nth-child(3n) {
  border-bottom: 1px solid #ddd;
}
.client-list.kyc-list li:nth-child(4n), .client-list.kyc-list li:nth-child(5n) {
  border-bottom: 0px;
}
@media (max-width: 480px) {
  .client-list.kyc-list li:nth-child(4n) {
    border-bottom: 1px solid #ddd;
  }
}
.client-list.kyc-details li:nth-child(1n) {
  border-bottom: 0px;
}

.download-list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.download-list li.download-bx {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 6px;
}
@media (max-width: 480px) {
  .download-list li.download-bx {
    width: 100%;
  }
}
.download-list li.download-bx .download-image {
  width: 26%;
}
.download-list li.download-bx .download-image img {
  max-width: 100%;
  height: 90px;
}
.download-list li.download-bx .content {
  width: 64%;
}
.download-list li.download-bx .content h4 {
  font-size: 18px;
  font-weight: 700;
}
.download-list li.download-bx .content .sharelist {
  display: flex;
  align-items: center;
  gap: 6px;
}
.download-list li.download-bx .content .sharelist .download-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.625 15C5.625 14.5858 5.28921 14.25 4.875 14.25C4.46079 14.25 4.125 14.5858 4.125 15H5.625ZM4.875 16H4.125H4.875ZM19.275 15C19.275 14.5858 18.9392 14.25 18.525 14.25C18.1108 14.25 17.775 14.5858 17.775 15H19.275ZM11.1086 15.5387C10.8539 15.8653 10.9121 16.3366 11.2387 16.5914C11.5653 16.8461 12.0366 16.7879 12.2914 16.4613L11.1086 15.5387ZM16.1914 11.4613C16.4461 11.1347 16.3879 10.6634 16.0613 10.4086C15.7347 10.1539 15.2634 10.2121 15.0086 10.5387L16.1914 11.4613ZM11.1086 16.4613C11.3634 16.7879 11.8347 16.8461 12.1613 16.5914C12.4879 16.3366 12.5461 15.8653 12.2914 15.5387L11.1086 16.4613ZM8.39138 10.5387C8.13662 10.2121 7.66533 10.1539 7.33873 10.4086C7.01212 10.6634 6.95387 11.1347 7.20862 11.4613L8.39138 10.5387ZM10.95 16C10.95 16.4142 11.2858 16.75 11.7 16.75C12.1142 16.75 12.45 16.4142 12.45 16H10.95ZM12.45 5C12.45 4.58579 12.1142 4.25 11.7 4.25C11.2858 4.25 10.95 4.58579 10.95 5H12.45ZM4.125 15V16H5.625V15H4.125ZM4.125 16C4.125 18.0531 5.75257 19.75 7.8 19.75V18.25C6.61657 18.25 5.625 17.2607 5.625 16H4.125ZM7.8 19.75H15.6V18.25H7.8V19.75ZM15.6 19.75C17.6474 19.75 19.275 18.0531 19.275 16H17.775C17.775 17.2607 16.7834 18.25 15.6 18.25V19.75ZM19.275 16V15H17.775V16H19.275ZM12.2914 16.4613L16.1914 11.4613L15.0086 10.5387L11.1086 15.5387L12.2914 16.4613ZM12.2914 15.5387L8.39138 10.5387L7.20862 11.4613L11.1086 16.4613L12.2914 15.5387ZM12.45 16V5H10.95V16H12.45Z' fill='%2363676b'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: block;
}
.download-list li.download-bx .content .sharelist .eye {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_15_200)'%3E%3Crect width='24' height='24' fill='white'/%3E%3Ccircle cx='12' cy='13' r='2' stroke='%2363676b' stroke-linejoin='round'/%3E%3Cpath d='M12 7.5C7.69517 7.5 4.47617 11.0833 3.39473 12.4653C3.14595 12.7832 3.14595 13.2168 3.39473 13.5347C4.47617 14.9167 7.69517 18.5 12 18.5C16.3048 18.5 19.5238 14.9167 20.6053 13.5347C20.8541 13.2168 20.8541 12.7832 20.6053 12.4653C19.5238 11.0833 16.3048 7.5 12 7.5Z' stroke='%2363676b' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_15_200'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  display: block;
}
.download-list li.download-bx .content .sharelist .dropdown-wrap {
  position: relative;
}
.download-list li.download-bx .content .sharelist .dropdown-wrap .share {
  background-color: transparent;
  border: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 6C19.5 7.38071 18.3807 8.5 17 8.5C15.6193 8.5 14.5 7.38071 14.5 6C14.5 4.61929 15.6193 3.5 17 3.5C18.3807 3.5 19.5 4.61929 19.5 6Z' fill='%2363676b'/%3E%3Cpath d='M19.5 18C19.5 19.3807 18.3807 20.5 17 20.5C15.6193 20.5 14.5 19.3807 14.5 18C14.5 16.6193 15.6193 15.5 17 15.5C18.3807 15.5 19.5 16.6193 19.5 18Z' fill='%2363676b'/%3E%3Cpath d='M9 12C9 13.3807 7.88071 14.5 6.5 14.5C5.11929 14.5 4 13.3807 4 12C4 10.6193 5.11929 9.5 6.5 9.5C7.88071 9.5 9 10.6193 9 12Z' fill='%2363676b'/%3E%3Cpath d='M17 6L6.80474 11.5611C6.45731 11.7506 6.45731 12.2494 6.80474 12.4389L17 18' stroke='%2363676b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: block;
}
.download-list li.download-bx .content .sharelist .dropdown-wrap .dropdown-menuwrap {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  position: absolute;
  background-color: #fff;
  color: #333;
  padding: 0px;
  width: 100%;
  border-radius: 8px;
  filter: drop-shadow(0 0.9765625vw 1.953125vw rgba(0, 0, 0, 0.16));
  transform: scale(0.8);
  transform-origin: top right;
  min-width: 180px;
  list-style-type: none;
  z-index: 4;
}
.download-list li.download-bx .content .sharelist .dropdown-wrap:hover .dropdown-menuwrap {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.download-list li.download-bx .content .sharelist .share-navlink .dropdown-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
}
.download-list li.download-bx .content .sharelist .share-navlink span {
  border: 1px solid darkgray;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  display: flex;
  background-color: #ebebeb;
}
.download-list li.download-bx .content .sharelist .share-navlink .x {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.714 25.4088L58.054 0H52.762L33.356 22.0576L17.868 0H0L23.426 33.3582L0 60H5.292L25.772 36.7014L42.132 60H60M7.202 3.90475H15.332L52.758 56.2871H44.626' fill='black'/%3E%3C/svg%3E%0A");
}
.download-list li.download-bx .content .sharelist .share-navlink .facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0H8C6.67392 0 5.40215 0.526784 4.46447 1.46447C3.52678 2.40215 3 3.67392 3 5V8H0V12H3V20H7V12H10L11 8H7V5C7 4.73478 7.10536 4.48043 7.29289 4.29289C7.48043 4.10536 7.73478 4 8 4H11V0Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 32%;
}
.download-list li.download-bx .content .sharelist .share-navlink .instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1H6C3.23858 1 1 3.23858 1 6V16C1 18.7614 3.23858 21 6 21H16C18.7614 21 21 18.7614 21 16V6C21 3.23858 18.7614 1 16 1Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.9997 10.3703C15.1231 11.2025 14.981 12.0525 14.5935 12.7993C14.206 13.5461 13.5929 14.1517 12.8413 14.53C12.0898 14.9082 11.2382 15.0399 10.4075 14.9062C9.57683 14.7726 8.80947 14.3804 8.21455 13.7855C7.61962 13.1905 7.22744 12.4232 7.09377 11.5925C6.96011 10.7619 7.09177 9.9102 7.47003 9.15868C7.84829 8.40716 8.45389 7.79404 9.20069 7.40654C9.94749 7.01904 10.7975 6.87689 11.6297 7.0003C12.4786 7.12619 13.2646 7.52176 13.8714 8.12861C14.4782 8.73545 14.8738 9.52138 14.9997 10.3703Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 5.5H16.51' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.calculator {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .calculator {
    padding: 30px 0px !important;
  }
}
.calculator .title {
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 39px;
}
@media (max-width: 480px) {
  .calculator .title {
    font-size: 25px;
    margin-bottom: 29px;
  }
}
.calculator .micro-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 38px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  color: #333;
}
@media (max-width: 480px) {
  .calculator .micro-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 18px;
  }
}
.calculator .layout-container {
  display: flex;
  gap: 32px;
}
@media (max-width: 480px) {
  .calculator .layout-container {
    flex-wrap: wrap;
  }
}
.calculator .layout-container .layout-main {
  width: 70%;
}
@media (max-width: 480px) {
  .calculator .layout-container .layout-main {
    width: 100%;
    order: 2;
  }
}
.calculator .layout-container .layout-main .form-section {
  border: 1px solid #e9e9eb;
  padding: 20px;
  border-radius: 6px;
}
.calculator .layout-container .layout-main .form-section .form-group {
  margin-bottom: 20px;
}
.calculator .layout-container .layout-main .form-section .form-group .form-label {
  font-weight: 600;
}
.calculator .layout-container .layout-main .form-section button {
  margin-top: 30px;
}
.calculator .layout-container .layout-main .form-section.calculator-form {
  background-color: #fbfbfb;
  border: 9px solid #e9e9eb;
}
.calculator .layout-container .layout-main .form-section.calculator-form .form-label {
  font-size: 14px;
}
.calculator .layout-container .layout-main .form-section.calculator-form .form-group {
  margin-bottom: 0px;
}
.calculator .layout-container .layout-main .form-section.calculator-form .form-control {
  width: 40%;
  background: #d5d5d5;
}
.calculator .layout-container .layout-main .form-section.calculator-form .parameter {
  height: auto;
  padding: 5px 0;
}
.calculator .layout-container .layout-main .form-section.calculator-form .form-cal {
  margin-bottom: 40px;
}
.calculator .layout-container .layout-main .form-section.calculator-form input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 5px;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  margin-left: 0;
  margin-top: 10px;
}
.calculator .layout-container .layout-main .result {
  background-color: #e5f1fd;
  margin: 30px 0px 0px;
  border-radius: 6px;
  padding: 30px 20px;
}
.calculator .layout-container .layout-main .result ul {
  margin: 0px 0px 12px 0px;
  padding: 0px;
  list-style-type: none;
}
.calculator .layout-container .layout-main .result ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
@media (max-width: 480px) {
  .calculator .layout-container .layout-main .result ul li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }
}
.calculator .layout-container .layout-main .result ul li .result-title {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .calculator .layout-container .layout-main .result ul li .result-title {
    font-size: 15px;
    font-weight: 700;
  }
}
.calculator .layout-container .layout-main .result ul li .amount {
  font-weight: 500;
}
@media (max-width: 480px) {
  .calculator .layout-container .layout-main .result ul li .amount {
    font-weight: 500;
    font-size: 14px;
    color: #716b6b;
  }
}
.calculator .layout-container .layout-main .result p {
  margin-bottom: 0px;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 480px) {
  .calculator .layout-container .layout-main .result p {
    font-size: 15px;
  }
}
.calculator .layout-container .layout-sidebar {
  width: 30%;
  border-radius: 5px;
  padding: 0px 20px 20px 20px;
  margin-bottom: 15px;
  border: 1px solid #e9e9eb;
}
@media (max-width: 480px) {
  .calculator .layout-container .layout-sidebar {
    width: 100%;
  }
}
.calculator .layout-container .layout-sidebar .micro-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 13px 10px;
  border-bottom: 1px solid #ddd;
}
.calculator .layout-container .layout-sidebar .calculator-list a {
  display: flex;
  color: #000;
  text-decoration: none;
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2ms ease-in-out;
}
.calculator .layout-container .layout-sidebar .calculator-list a:hover {
  background-color: #e5f1fd;
}
.calculator .layout-container .layout-sidebar .calculator-list a:last-child {
  border-bottom: 0px;
}

@media (max-width: 480px) {
  .swiper {
    overflow: visible;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, -11px);
  }
}
.mobile-btn {
  display: none;
}
@media (max-width: 767px) {
  .mobile-btn {
    display: inline-block;
  }
}

.desktop-btn {
  display: inline-block;
}
@media (max-width: 767px) {
  .desktop-btn {
    display: none;
  }
}

.table-year .micro-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.table-year table tr th {
  background-color: #f2faff;
}
.table-year table tr th,
.table-year table tr td {
  padding: 7px 19px;
  border: 1px solid #eee;
  color: #333;
  font-size: 15px;
}

.qr-scanner-modal .modal-content {
  max-width: 262px;
  margin: 0 auto;
}
.qr-scanner-modal .modal-body {
  padding: 0px;
  background-color: transparent;
  display: flex;
  justify-content: center;
}
.qr-scanner-modal .modal-body .btn-close {
  position: absolute;
  right: -48px;
  background-color: #fff;
  opacity: 1;
  height: 27px;
  width: 27px;
  border-radius: 50px;
  top: -26px;
}

.qr-scanner {
  padding: 4px 13px;
  font-size: 13px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border: 2px solid #0a79e9;
  color: #0a79e9;
  border-radius: 25px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.qr-scanner:hover {
  background-color: #0a79e9;
  color: #fff;
  border: 2px solid #0a79e9;
}

#topbutton {
  display: inline-block;
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#topbutton::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 14.5C15.4015 14.5005 15.3038 14.4813 15.2128 14.4435C15.1218 14.4057 15.0392 14.3501 14.97 14.28L11.97 11.28L8.96999 14.28C8.82472 14.3502 8.6607 14.3716 8.50227 14.3411C8.34385 14.3107 8.19947 14.23 8.09056 14.111C7.98165 13.9919 7.91402 13.841 7.89771 13.6805C7.88139 13.52 7.91726 13.3585 7.99999 13.22L11.5 9.72001C11.6406 9.57956 11.8312 9.50067 12.03 9.50067C12.2287 9.50067 12.4194 9.57956 12.56 9.72001L16.06 13.22C16.2004 13.3606 16.2793 13.5513 16.2793 13.75C16.2793 13.9488 16.2004 14.1394 16.06 14.28C15.9873 14.3539 15.8998 14.4116 15.8034 14.4495C15.7069 14.4874 15.6035 14.5046 15.5 14.5Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
}
#topbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#topbutton.show {
  opacity: 1;
  visibility: visible;
}

label.error {
  top: 42px !important;
  color: red;
  font-size: 13px;
  left: 0 !important;
  padding: 1rem 0px !important;
}

.form-floating > .form-control.error:focus ~ .error,
.form-floating > .form-control.error:not(:placeholder-shown) ~ .error,
.form-floating .form-control.error:focus + label.error,
.form-floating > .form-select.error:focus ~ .error,
.form-floating > .form-select.error:valid ~ .error {
  opacity: 1;
  transform: translateY(0);
}

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