/*
Theme Name: Vitni
Author: Jayesh
Author URI: https://www.bigformula.com/
Version: 1.0
Description: Vitni
*/
a,
.btn,
.navbar,
.btn-close {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

a:focus,
.btn:focus,
button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

.form-control::-webkit-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 400;
}

.form-control:-ms-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 400;
}

.form-control::-ms-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 400;
}

.form-control::placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 400;
}

.grecaptcha-badge {
  display: none !important;
}

.preloader {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
}

.preloader .spinner-border {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.scrolltotop {
  position: fixed;
  bottom: -50px;
  right: 21px;
  background: #131B74;
  color: #fff;
  border-radius: 40px;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 0;
  z-index: 1000;
  padding: 0px;
  border: none;
  font-size: 0.75rem;
}

.scrolltotop:hover {
  color: #fff;
}

.scrolltotop,
.scrolltotop i,
.scrolltotop i:before {
  height: 36px;
  width: 36px;
  line-height: 34px;
  display: block;
}

.show-to-top {
  opacity: 1;
  bottom: 15px;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  padding: 0 !important;
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?ehkoq3");
  src: url("assets/fonts/icomoon.eot?ehkoq3#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?ehkoq3") format("truetype"), url("assets/fonts/icomoon.woff?ehkoq3") format("woff"), url("assets/fonts/icomoon.svg?ehkoq3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e900";
}

.icon-chat:before {
  content: "\e901";
}

.icon-request:before {
  content: "\e902";
}

.icon-less:before {
  content: "\e903";
}

.icon-accessibility:before {
  content: "\e904";
}

.icon-security:before {
  content: "\e905";
}

.icon-dollar:before {
  content: "\e906";
}

.icon-ellipse:before {
  content: "\e907";
}

.icon-tick:before {
  content: "\e908";
}

.icon-arrow-right:before {
  content: "\e909";
}

.icon-arrow-left:before {
  content: "\e90a";
}

.icon-download:before {
  content: "\e90b";
}

.icon-arduous:before {
  content: "\e90c";
}

.icon-polygon:before {
  content: "\e90d";
}

.icon-twitter:before {
  content: "\e90e";
}

.icon-linkedin:before {
  content: "\e90f";
}

.icon-facebook:before {
  content: "\e910";
}

header {
  background-color: #fff;
}

header .navbar {
  padding: 15px 40px 35px;
}

header .navbar .navbar-toggler {
  border: 0px;
}

header .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

header .navbar .navbar-toggler .hamburger .line {
  width: 28px;
  height: 2px;
  background-color: #131b74;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navbar .navbar-toggler .hamburger:hover {
  cursor: pointer;
}

header .navbar .navbar-toggler #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

header .navbar .navbar-toggler #hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

header .navbar .navbar-toggler #hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

header .navbar .request-btn {
  background-color: #1E1E2F;
  color: #fff;
  border-radius: 30px;
  padding: 15px 40px;
  font-size: 0.875rem;
  font-weight: 500;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 0.875rem;
  color: #1F1F1F;
  line-height: 19px;
  padding: 15px 13px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #e52d64;
}

header .navbar .request-demo {
  background-color: #1E1E2F;
  color: #fff;
  border-radius: 30px;
  padding: 5px 20px;
  text-decoration: none;
  position: absolute;
  right: 80px;
  top: 13px;
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
  header .navbar {
    padding: 10px 6px 10px;
  }
  header .navbar .navbar-brandv {
    margin-left: 20px;
  }
  header .navbar .request-demo {
    right: 30px;
    top: 16px;
  }
  header .navbar .navbar-collapse .navbar-nav {
    margin-bottom: 0px !important;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.65rem;
    padding: 8px 13px;
  }
}

@media screen and (max-width: 576.98px) {
  header .navbar .request-demo {
    top: 11px;
  }
}

@media screen and (max-width: 767.98px) {
  header {
    -webkit-box-shadow: 1px 1px 8px 0px #c1c1c13b;
    box-shadow: 1px 1px 8px 0px #c1c1c13b;
  }
  header .navbar {
    padding: 10px 0px 10px;
  }
  header .navbar .navbar-toggler {
    padding: 0px;
  }
  header .navbar .navbar-collapse .navbar-nav {
    padding-top: 25px;
    margin-bottom: 0px !important;
    padding-bottom: 15px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 8px 6px;
  }
  header .navbar .navbar-brandv {
    margin-left: 15px;
  }
  header .navbar .request-btn {
    padding: 7px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .navbar {
    padding: 15px 20px 15px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.875rem;
    padding: 15px 8px;
  }
}

body {
  font-family: 'Archivo', sans-serif;
  margin: 0px;
  padding: 0px;
  color: #1F1F1F;
  scroll-behavior: smooth;
}

.contentWrap {
  padding-top: 103px;
}

@media (max-width: 1399.98px) {
  .contentWrap {
    padding-top: 83px;
  }
}

@media (max-width: 991.98px) {
  .contentWrap {
    padding-top: 73px;
  }
}

@media (max-width: 767.98px) {
  .contentWrap {
    padding-top: 57px;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

p {
  font-size: 1rem;
}

.p-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.h1 {
  font-size: 5rem !important;
  font-weight: 400 !important;
}

.h2 {
  font-weight: 400 !important;
  font-size: 3.125rem !important;
}

.animate-h1 {
  -webkit-animation: marquee 4s linear forwards;
  animation: marquee 4s linear forwards;
  position: relative;
}

@-webkit-keyframes marquee {
  0% {
    right: -50%;
  }
  100% {
    right: 0%;
  }
}

@keyframes marquee {
  0% {
    right: -50%;
  }
  100% {
    right: 0%;
  }
}

.home-banner {
  position: relative;
  overflow-x: hidden;
}

.home-banner .home-banner-container::before {
  background-color: #131B74;
  width: 70px;
  height: 100%;
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.home-banner .home-banner-container .banner-content-l {
  padding: 94px 1px 50px 50px;
}

.home-banner .home-banner-container .banner-content-l h2 {
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 3.125rem;
}

.home-banner .home-banner-container .banner-content-l p {
  width: 516px;
}

.home-banner .home-banner-container .banner-content-l ul {
  padding: 0px;
  width: 516px;
  padding-top: 148px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-banner .home-banner-container .banner-content-l ul li {
  list-style: none;
}

.home-banner .home-banner-container .banner-content-l ul li h5 {
  font-size: 1.375rem;
  color: #1f1f1f;
}

.home-banner .home-banner-container .banner-content-l ul li p {
  width: auto;
  margin-bottom: 0px;
}

.home-banner .home-banner-container .banner-content-l ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e1e2f;
  color: #fff;
  padding: 8px 31px 8px 8px;
  border-radius: 30px;
  text-decoration: none;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
}

.home-banner .home-banner-container .banner-content-l ul li a img {
  margin-right: 15px;
}

.home-banner .home-banner-container .banner-content-l ul li a i {
  font-size: 2.1875rem;
  margin-right: 20px;
}

.home-banner .home-banner-container .banner-content-r {
  position: relative;
  background-color: #E52D64;
  width: 100%;
  height: 100%;
}

.home-banner .home-banner-container .banner-content-r::after {
  background-color: #E52D64;
  content: '';
  position: absolute;
  left: 0px;
  width: 200%;
  top: 0px;
  z-index: -1;
  height: 100%;
}

.home-banner .home-banner-container .banner-content-r img {
  width: 135%;
  position: absolute;
  bottom: 0px;
  left: -57px;
  padding-top: 180px;
  image-rendering: -webkit-optimize-contrast;
}

.technology-section {
  overflow-x: hidden;
  padding-bottom: 130px;
}

.technology-section.Document-technology {
  padding-top: 114px;
}

.technology-section h1 {
  white-space: nowrap;
  margin-bottom: 44px;
  position: relative;
  text-align: center;
}

.technology-section a {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  color: #1F1F1F;
}

.our-processes {
  background-image: url("assets/images/our-process.png");
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
  padding-top: 130px;
}

.our-processes .container {
  position: relative;
  max-width: 1108px;
}

.our-processes h4 {
  color: #fff;
  margin-bottom: 58px;
}

.our-processes .tabs_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 0px;
  margin-bottom: 0px;
}

.our-processes .tabs_nav .thumbnail {
  list-style: none;
  width: 230px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  border-radius: 30px;
  padding: 26px 15px 67px 15px;
  margin: 11px;
  margin-top: 0px;
  margin-bottom: 0;
  -webkit-box-shadow: 1px 20px 30px #0000000f;
  box-shadow: 1px 20px 30px #0000000f;
}

.our-processes .tabs_nav .thumbnail .heading-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 47px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}

.our-processes .tabs_nav .thumbnail .heading-ul .heading-li {
  list-style: none;
}

.our-processes .tabs_nav .thumbnail .heading-ul .heading-li span {
  font-size: 1rem;
  text-transform: uppercase;
}

.our-processes .tabs_nav .thumbnail .heading-ul .heading-li img {
  width: 88px;
}

.our-processes .tabs_nav .thumbnail .heading-ul .heading-li:last-child {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 0rem;
}

.our-processes .tabs_nav .thumbnail .heading-ul .heading-li:last-child span {
  font-size: 0rem;
}

.our-processes .tabs_nav .thumbnail.active {
  width: 606px !important;
  -webkit-transition: .02s;
  -o-transition: .02s;
  transition: .02s;
  padding: 26px 44px 67px 44px;
}

.our-processes .tabs_nav .thumbnail.active .active-section .default-section {
  width: 50%;
}

.our-processes .tabs_nav .thumbnail.active .active-section .default-section .hide-active-section {
  display: none;
}

.our-processes .tabs_nav .thumbnail.active .active-section .default-section ul {
  display: block;
}

.our-processes .tabs_nav .thumbnail.active .active-section .active-img-section {
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 50%;
}

.our-processes .tabs_nav .thumbnail.active .heading-ul .heading-li:last-child {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.our-processes .tabs_nav .thumbnail.active .heading-ul .heading-li:last-child span {
  font-size: 1rem;
}

.our-processes .tabs_nav .thumbnail .active-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section {
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section h1 {
  font-size: 5.375rem;
  -webkit-text-stroke: 1px black;
  color: #fff;
  font-weight: bold;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section h2 {
  padding-bottom: 27px;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section p {
  margin-bottom: 0px;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section ul {
  padding: 0px;
  display: none;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section ul li {
  font-size: 1.0625rem;
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 31px;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section ul li img {
  margin-right: 14px;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section ul li i::before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 5px;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #97C680;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section ul li p {
  font-family: "Archivo", sans-serif;
  margin-bottom: 0px;
  white-space: break-spaces;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section ul li:last-child {
  margin-bottom: 0px;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section i.icon-ellipse {
  color: #000;
  font-size: 2rem;
}

.our-processes .tabs_nav .thumbnail .active-section .default-section .hide-active-section {
  display: block;
}

.our-processes .tabs_nav .thumbnail .active-section .active-img-section {
  width: 0%;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.our-processes .tabs_nav .thumbnail .active-section .active-img-section img {
  width: 100%;
}

.our-processes .buttons {
  position: absolute;
  right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
}

.our-processes .buttons .next-img {
  margin-left: 22px;
  font-size: 2.8125rem;
  cursor: pointer;
  width: 59px;
  height: 59px;
  background-color: #fff;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-processes .buttons .prev-img {
  font-size: 2.8125rem;
  cursor: pointer;
  width: 59px;
  height: 59px;
  background-color: #fff;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.document-sign {
  background-image: url("assets/images/document-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.document-sign img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.document-sign .mt-60 {
  margin-top: 60px;
}

.document-sign .average-time h1 {
  font-size: 5.375rem;
  -webkit-text-stroke: 1px black;
  color: white;
  font-weight: bold;
}

.document-sign .average-time h4 {
  font-size: 2.1875rem;
  color: #1F1F1F;
  font-weight: 500;
}

.document-sign .average-content ul {
  padding: 0px;
  width: 516px;
  padding-top: 54px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.document-sign .average-content ul li {
  list-style: none;
}

.document-sign .average-content ul li h5 {
  font-size: 1.375rem;
  font-weight: 500;
}

.document-sign .average-content ul li p {
  width: auto;
  margin-bottom: 0px;
}

.document-sign .average-content ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e1e2f;
  color: #fff;
  padding: 8px 31px 8px 8px;
  border-radius: 30px;
  text-decoration: none;
  align-items: center;
}

.document-sign .average-content ul li a img {
  margin-right: 15px;
}

.document-sign .average-content ul li a i {
  font-size: 2.1875rem;
  margin-right: 15px;
}

.full-width-slide .fullwidth-content-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 80px;
}

.full-width-slide .fullwidth-content-sec h6 {
  font-size: 1.375rem;
  color: #1F1F1F;
  margin-bottom: 20px;
}

.full-width-slide .fullwidth-content-sec h2 {
  font-size: 2.8125rem;
  color: #1F1F1F;
  margin-bottom: 10px;
  font-weight: 500;
}

.full-width-slide .fullwidth-content-sec p {
  width: 439px;
  font-size: 0.9375rem;
}

.full-width-slide .fullwidth-content-sec ul {
  padding: 0px;
}

.full-width-slide .fullwidth-content-sec ul li {
  list-style: none;
}

.full-width-slide .fullwidth-content-sec ul li p img {
  width: auto;
}

.full-width-slide img {
  width: 100%;
}

.creating-solutions {
  background-color: #F2F2F2;
}

.creating-solutions .about-solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.creating-solutions .about-solutions .detail-solution img {
  margin-bottom: 32px;
}

.creating-solutions .about-solutions .detail-solution h2 {
  font-size: 2.8125rem;
  margin-bottom: 10px;
  font-weight: 500;
  width: 428px;
}

.creating-solutions .about-solutions .detail-solution p {
  width: 395px;
}

.creating-solutions .about-solutions ul li i {
  width: 72px;
  height: 72px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #131B74;
  color: #fff;
  border-radius: 50px;
  font-size: 1.75rem;
  margin-bottom: 25px;
}

.creating-solutions .about-solutions ul li p {
  line-height: 22px;
}

.creating-solutions #heading-three {
  margin-bottom: 0px;
}

.creating-solutions #heading-three li i {
  width: 72px;
  height: 72px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #131B74;
  color: #fff;
  border-radius: 50px;
  font-size: 1.75rem;
  margin-bottom: 25px;
}

.creating-solutions #heading-three li p {
  line-height: 22px;
}

.creating-solutions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.creating-solutions ul li {
  list-style: none;
  margin: 0px 15px;
  margin-bottom: 27px;
}

.creating-solutions ul li .icon-box {
  width: 293px;
  padding: 53px 40px 40px 44px;
  border-radius: 20px;
  background-color: #fff;
  height: 100%;
}

.creating-solutions ul li .icon-box::before {
  background-color: #131B74;
  color: #fff;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  border-radius: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.creating-solutions ul li .icon-box h4 {
  font-size: 1.5625rem;
  font-weight: 500;
  font-family: 'Archivo', sans-serif;
  margin-bottom: 20px;
}

.creating-solutions ul li .icon-box p {
  font-family: 'Archivo', sans-serif;
  font-size: 0.9375rem;
  margin-bottom: 0px;
}

.whocan-benfit {
  overflow: hidden;
}

.whocan-benfit h1 {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  margin-bottom: 146px;
  text-align: center;
}

.whocan-benfit ul {
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 66px;
  padding-right: 107px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
  margin-bottom: 62px;
}

.whocan-benfit ul li {
  list-style: none;
}

.whocan-benfit ul li img {
  display: block;
}

.whocan-benfit .whocan-benfit-content {
  margin-bottom: 4.125rem;
}

.whocan-benfit .whocan-benfit-content h2 {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 1rem;
}

.whocan-benfit .whocan-benfit-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.whocan-benfit .whocan-benfit-mobile img {
  width: 80%;
}

.pricing-section {
  background-image: url("assets/images/pricing-bg.png");
  background-size: 100% 762px;
  background-repeat: no-repeat;
  padding-top: 130px;
}

.pricing-section .pricing-section-head {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 62px;
}

.pricing-section .pricing-section-head li {
  list-style: none;
  width: 50%;
}

.pricing-section .pricing-section-head li h2 {
  color: #fff;
  font-size: 2.8125rem;
  list-style: none;
  font-weight: 500;
}

.pricing-section .pricing-section-head li h4 {
  color: #fff;
  font-size: 1.375rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.pricing-section .pricing-section-head li a {
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px;
  padding-right: 25px;
  text-decoration: none;
  font-size: 1.125rem;
  color: #1F1F1F;
}

.pricing-section .pricing-section-head li a img {
  width: 33px;
  margin-right: 20px;
}

.pricing-section .pricing-section-head li a i {
  font-size: 2.1875rem;
  margin-right: 20px;
}

.pricing-section .pricing-section-head li:last-child {
  text-align: right;
}

.pricing-section .pricing-box {
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 20px 30px #00000029;
  box-shadow: 0px 20px 30px #00000029;
  padding: 60px 0px;
}

.pricing-section .pricing-box .price-detail {
  text-align: center;
  margin: 0px 60px;
  position: relative;
  height: 100%;
}

.pricing-section .pricing-box .price-detail.aftet-none::after {
  display: none;
}

.pricing-section .pricing-box .price-detail::after {
  content: '';
  background-color: #707070;
  position: absolute;
  right: -63px;
  height: 100%;
  width: 1px;
  top: 0px;
}

.pricing-section .pricing-box .price-detail h2 {
  font-size: 3.125rem;
  color: #1F1F1F;
  margin-bottom: 0px;
  font-weight: 500;
}

.pricing-section .pricing-box .price-detail h4 {
  font-size: 1.125rem;
  color: #1F1F1F;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.pricing-section .pricing-box .price-detail h3 {
  font-size: 1.5625rem;
  margin-bottom: 16px;
  font-weight: 500;
}

.pricing-section .pricing-box .price-detail h5 {
  font-size: 1rem;
  background-color: #fff4eb;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 20px;
}

.pricing-section .pricing-box .price-detail h6 {
  font-size: 0.9375rem;
  line-height: 22px;
  margin-bottom: 0px;
}

.pricing-section .pricing-box .price-detail a {
  text-transform: uppercase;
  font-size: 1rem;
  color: #1F1F1F;
  display: inline-block;
  border: 1px solid #1E1E2F;
  border-radius: 30px;
  width: 100%;
  padding: 15px 0px;
  text-decoration: none;
  margin: 37px 0px 39px;
}

.pricing-section .pricing-box .price-detail a:hover {
  background-color: #1E1E2F;
  color: #fff;
}

.pricing-section .pricing-box .price-detail ul {
  padding-left: 40px !important;
  margin-bottom: 0px;
}

.pricing-section .pricing-box .price-detail ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 15px;
}

.pricing-section .pricing-box .price-detail ul li:last-child {
  margin-bottom: 0px;
}

.pricing-section .pricing-box .price-detail ul li::before {
  font-size: 0.6875rem;
}

.pricing-section .pricing-box .price-detail ul li.icon-tick {
  color: #C6C6C6;
}

.pricing-section .pricing-box .price-detail ul li.success-tick {
  color: #97C680;
}

.pricing-section .pricing-box .price-detail ul li.success-tick p {
  color: #000;
}

.pricing-section .pricing-box .price-detail ul li img {
  margin-right: 14px;
}

.pricing-section .pricing-box .price-detail ul li p {
  color: #7E7E7E;
  font-size: 0.9375rem;
  margin-bottom: 0px;
  font-family: "Archivo",sans-serif;
  padding-left: 14px;
}

.big-formula-section {
  position: relative;
  padding-top: 130px;
}

.big-formula-section::after {
  content: '';
  background-image: url("assets/images/big-formula-border.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.big-formula-section .big-formula-contact-detail {
  padding-left: 100px;
}

.big-formula-section .big-formula-contact-detail ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.big-formula-section .big-formula-contact-detail ul li {
  list-style: none;
  margin-right: 20px;
}

.big-formula-section .big-formula-contact-detail ul li i {
  font-size: 2.625rem;
}

.big-formula-section .big-formula-contact-detail ul li img {
  width: auto;
}

.big-formula-section .big-formula-contact-detail ul li p {
  margin-bottom: 6px;
  font-size: 0.9375rem;
  color: #1E1E2F;
}

.big-formula-section .big-formula-contact-detail ul li a {
  font-size: 1rem;
  color: #1E1E2F;
  font-weight: 700;
}

.big-formula-section .big-formula-contact-detail .vitni-mobile {
  width: 276px;
  image-rendering: -webkit-optimize-contrast;
  margin-top: 47px;
  cursor: pointer;
}

.big-formula-section .about-bigformula {
  padding-right: 50px;
}

.big-formula-section .about-bigformula img {
  margin-bottom: 40px;
  width: 108px;
  image-rendering: -webkit-optimize-contrast;
}

.big-formula-section .about-bigformula h1 {
  font-size: 2.8125rem;
}

.big-formula-section .about-bigformula p {
  font-size: 0.9375rem;
  margin-bottom: 0px;
}

.big-formula-section .about-bigformula h6 {
  font-size: 0.9375rem;
  margin: 33px 0px;
  font-weight: 400;
}

.big-formula-section .about-bigformula a {
  display: inline-block;
  margin-top: 28px;
  color: #1E1E2F;
  font-weight: 700;
}

.latest-news h2 {
  margin-bottom: 60px;
}

.latest-news .news-detail img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
}

.latest-news .news-detail p {
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.latest-news .news-detail ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.latest-news .news-detail ul li {
  list-style: none;
  position: relative;
  margin-right: 35px;
}

.latest-news .news-detail ul li:last-child::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 10px;
  left: -20px;
  bottom: 6px;
  background-color: #1F1F1F;
}

.latest-news .news-detail h3 a {
  text-decoration: none;
}

.latest-news .formWrap {
  padding-top: 60px;
}

.latest-news .formWrap .subscribeWrap {
  max-width: 428px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.latest-news .formWrap .subscribeWrap .subscribeEmail {
  display: block;
}

.latest-news .formWrap .subscribeWrap .form-control {
  font-size: 1.125rem;
  font-weight: 400;
  color: #7f7f7f;
  background: #f5f5f5;
  border: 0;
  border-radius: 40px;
  height: 60px;
  padding: 1rem 2.5rem;
  padding-right: 4rem;
}

.latest-news .formWrap .subscribeWrap .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  font-weight: 400;
}

.latest-news .formWrap .subscribeWrap .btn {
  position: absolute;
  top: 5px;
  right: 7px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  display: block;
  border-radius: 50px;
}

.latest-news .formWrap .subscribeWrap .btn i, .latest-news .formWrap .subscribeWrap .btn i:before {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
}

.latest-news .formWrap .subscribeWrap .wpcf7-spinner {
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  right: 7px;
  top: 5px;
}

.latest-news .formWrap .subscribeWrap .wpcf7-spinner:before {
  left: 18px;
  top: 18px;
}

.latest-news .formWrap .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-width: 1px;
  display: none;
}

.upper-footer {
  background-color: #131B74;
  overflow: hidden;
}

.upper-footer h1 {
  text-align: center;
  white-space: nowrap;
  margin-bottom: 41px;
  position: relative;
  text-align: center;
  color: #fff;
}

.upper-footer ul {
  padding: 0px;
  width: 561px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.upper-footer ul li {
  list-style: none;
}

.upper-footer ul li h5 {
  font-size: 1.375rem;
  color: #1f1f1f;
  color: #fff;
  text-align: left;
}

.upper-footer ul li p {
  width: auto;
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}

.upper-footer ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #1e1e2f;
  padding: 8px 31px 8px 8px;
  border-radius: 30px;
  text-decoration: none;
  align-items: center;
  font-size: 1.125rem;
}

.upper-footer ul li a img {
  margin-right: 15px;
  width: 33px;
  height: 33px;
  border: 2px solid #000;
  border-radius: 50px;
}

.upper-footer ul li a i {
  font-size: 2.1875rem;
  margin-right: 20px;
}

footer {
  padding: 16px 0px;
}

footer p {
  text-align: left;
  margin-bottom: 0px;
}

footer ul {
  padding: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer ul li {
  list-style: none;
  margin-left: 30px;
}

footer ul li a {
  text-decoration: none;
}

.message-box .modal-dialog {
  max-width: 856px;
  border-radius: 20px;
}

.message-box .modal-dialog .modal-content .modal-body {
  padding: 50px;
  position: relative;
}

.message-box .modal-dialog .modal-content .modal-body .caption span {
  font-size: 0.9375rem;
  font-weight: 800;
  display: block;
}

.message-box .modal-dialog .modal-content .modal-body .ratingWrap {
  margin-bottom: 1.875rem;
}

.message-box .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.message-box .modal-dialog .modal-content .modal-body h3 {
  font-size: 2.1875rem;
}

.message-box .modal-dialog .modal-content .modal-body form ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.message-box .modal-dialog .modal-content .modal-body form ul li {
  list-style: none;
  margin-right: 6px;
}

.message-box .modal-dialog .modal-content .modal-body form textarea {
  width: 100%;
  border: 1px solid #A8A8A8;
  border-radius: 4px;
  padding: 10px 15px;
  height: 139px;
  resize: none;
}

.message-box .modal-dialog .modal-content .modal-body form .pd-55 {
  padding-right: 55px !important;
}

.message-box .modal-dialog .modal-content .modal-body form label {
  font-size: 0.9375rem;
}

.message-box .modal-dialog .modal-content .modal-body form input {
  border: 1px solid #A8A8A8;
  border-radius: 4px;
}

.message-box .modal-dialog .modal-content .modal-body form .form-group {
  margin-bottom: 10px;
}

.message-box .modal-dialog .modal-content .modal-body form .submit-section {
  margin-top: 20px;
}

.message-box .modal-dialog .modal-content .modal-body form .submit-section .btn {
  border: 0px;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 14px 42px;
}

.message-box .modal-dialog .modal-content .modal-body form .submit-section .btn.reset {
  padding: 14px 25px;
}

.message-box .modal-dialog .modal-content .modal-body form .submit-section .wpcf7-spinner {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0;
}

.message-box .modal-dialog .modal-content .modal-body form .wpcf7-form-control-wrap {
  display: block;
}

.message-box .modal-dialog .modal-content .modal-body form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.message-box .modal-dialog .modal-content .modal-body form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  font-weight: 400;
  color: #dc3545;
}

@media (max-width: 575.98px) {
  .creating-solutions .about-solutions {
    display: block;
  }
  .creating-solutions .about-solutions .detail-solution {
    width: 100% !important;
  }
  .creating-solutions ul {
    width: 100% !important;
    display: block !important;
  }
  .creating-solutions ul li {
    width: 100% !important;
  }
  .creating-solutions ul li .icon-box {
    padding: 20px 20px 20px 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .creating-solutions .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .creating-solutions ul li {
    width: 150px;
  }
  .creating-solutions ul li .icon-box {
    padding: 20px 20px 20px 20px;
  }
  .creating-solutions #heading-three {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .whocan-benfit .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .big-formula-section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .h1 {
    font-size: 1.625rem !important;
  }
  .h2 {
    font-size: 1.875rem !important;
  }
  .p-tb-130 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .home-banner .home-banner-container::before {
    display: none;
  }
  .home-banner .home-banner-container .banner-content-l {
    padding: 50px 20px !important;
  }
  .home-banner .home-banner-container .banner-content-l h2 {
    font-size: 2rem !important;
    margin-bottom: 12px;
    text-align: center;
  }
  .home-banner .home-banner-container .banner-content-l p {
    width: 100%;
    text-align: center;
  }
  .home-banner .home-banner-container .banner-content-l ul {
    padding-top: 0px;
    display: block !important;
    width: 100%;
  }
  .home-banner .home-banner-container .banner-content-l ul li {
    text-align: center;
  }
  .home-banner .home-banner-container .banner-content-l ul li:first-child {
    margin-bottom: 15px;
  }
  .home-banner .home-banner-container .banner-content-l ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 7px 31px 7px 8px;
  }
  .home-banner .home-banner-container .banner-content-l ul li h5 {
    text-align: center;
  }
  .home-banner .home-banner-container .banner-content-l ul li p {
    text-align: center;
  }
  .home-banner .home-banner-container .banner-content-r::after {
    left: -193px;
    width: 60%;
  }
  .home-banner .home-banner-container .banner-content-r::before {
    background-color: #e52d64;
    content: "";
    position: absolute;
    left: 0px;
    width: 200%;
    top: 0px;
    z-index: -1;
    height: 100%;
  }
  .home-banner .home-banner-container .banner-content-r img {
    width: 100%;
    left: 2px;
    padding-top: 0px;
    padding-bottom: 20px;
    position: relative;
  }
  .technology-section {
    padding-bottom: 70px;
  }
  .technology-section.Document-technology {
    padding-top: 70px;
  }
  .technology-section h1 {
    margin-bottom: 15px;
    white-space: normal;
  }
  .technology-section p {
    text-align: center;
    margin-bottom: 0px;
  }
  .technology-section a {
    display: table;
    margin: 20px auto 0px;
  }
  .our-processes h4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  .our-processes .buttons {
    width: 112px;
    right: 0px;
  }
  .our-processes .buttons .prev-img {
    width: 39px;
    height: 39px;
  }
  .our-processes .buttons .next-img {
    margin-left: 10px;
    width: 39px;
    height: 39px;
  }
  .our-processes .buttons img {
    width: 40%;
  }
  .our-processes .tabs_nav .thumbnail .heading-ul {
    margin-bottom: 20px;
  }
  .our-processes .tabs_nav .thumbnail .active-section .default-section h1 {
    font-size: 3.375rem;
  }
  .our-processes .tabs_nav .thumbnail .active-section {
    display: block;
  }
  .our-processes .tabs_nav .thumbnail .active-section .default-section {
    width: 100%;
  }
  .our-processes .tabs_nav .thumbnail.active {
    padding: 20px;
  }
  .our-processes .tabs_nav .thumbnail.active .active-section {
    display: block;
  }
  .our-processes .tabs_nav .thumbnail.active .active-section .default-section {
    width: 100%;
  }
  .our-processes .tabs_nav .thumbnail.active .active-section .active-img-section {
    width: 100%;
    margin-top: 25px;
  }
  .document-sign .mt-60 {
    margin-top: 20px;
  }
  .document-sign .average-time {
    text-align: center;
  }
  .document-sign .average-time h1 {
    font-size: 2.5rem;
  }
  .document-sign .average-time h4 {
    font-size: 1.25rem;
  }
  .document-sign .average-content {
    text-align: center;
  }
  .document-sign .average-content ul {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
  }
  .document-sign .average-content ul li {
    width: 100%;
  }
  .document-sign .average-content ul li a {
    margin-top: 10px;
  }
  .full-width-slide .fullwidth-content-sec {
    padding: 35px 15px 21px !important;
  }
  .full-width-slide .fullwidth-content-sec h6 {
    margin-bottom: 15px;
  }
  .full-width-slide .fullwidth-content-sec h2 {
    font-size: 1.55rem !important;
  }
  .full-width-slide .fullwidth-content-sec h2 br {
    display: none;
  }
  .full-width-slide .fullwidth-content-sec p {
    width: 100%;
  }
  .creating-solutions .about-solutions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .creating-solutions .about-solutions .detail-solution h2 {
    font-size: 1.25rem !important;
    width: 100%;
  }
  .creating-solutions .about-solutions .detail-solution {
    width: 100% !important;
  }
  .creating-solutions .about-solutions .detail-solution p {
    width: 100%;
  }
  .creating-solutions ul {
    margin: 0px !important;
    padding: 0px 10px;
    width: 100% !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
  }
  .creating-solutions ul li {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    width: 48%;
    margin-bottom: 20px;
  }
  .creating-solutions ul li h4 {
    font-size: 1.375rem;
  }
  .creating-solutions ul li .icon-box {
    width: 100%;
  }
  .creating-solutions #heading-three {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0px;
  }
  .creating-solutions #heading-three li:first-child {
    margin-right: 20px;
  }
  .whocan-benfit {
    padding-bottom: 0px;
  }
  .whocan-benfit h1 {
    margin-bottom: 28px;
    padding: 0px 30px;
  }
  .whocan-benfit ul {
    padding-bottom: 15px;
    margin-bottom: 22px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .whocan-benfit ul li:first-child img {
    width: 65px;
  }
  .whocan-benfit .whocan-benfit-content {
    margin-bottom: 4.125rem !important;
  }
  .whocan-benfit .whocan-benfit-mobile img {
    width: 45%;
    margin-bottom: 4.125rem;
  }
  .pricing-section {
    background-image: none;
    background-color: #0b1475;
    position: relative;
    padding: 70px 5px;
  }
  .pricing-section .container {
    max-width: 100%;
  }
  .pricing-section .pricing-section-head {
    margin-bottom: 15px;
    display: block;
    margin-bottom: 15px;
  }
  .pricing-section .pricing-section-head li {
    width: 100%;
  }
  .pricing-section .pricing-section-head li:last-child {
    text-align: left;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pricing-section .pricing-section-head li:last-child h4 {
    margin-bottom: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .pricing-section .pricing-section-head li:last-child a {
    font-size: 0.8125rem;
    padding-right: 20px;
    width: 200px;
    margin: auto;
  }
  .pricing-section .pricing-section-head li h2 {
    font-size: 1.25rem !important;
    margin-bottom: 20px;
    text-align: center;
  }
  .pricing-section .pricing-section-head li h4 {
    font-size: 1rem;
  }
  .pricing-section .pricing-section-head li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
  }
  .pricing-section .pricing-box {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
  }
  .pricing-section .pricing-box .row > * {
    height: 100%;
  }
  .pricing-section .pricing-box .price-detail {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 30px;
    margin: 15px auto;
    padding: 30px;
    max-width: 320px;
  }
  .pricing-section .pricing-box .price-detail a {
    font-size: .78rem;
    width: 60%;
    padding: 8px 0px;
  }
  .pricing-section .pricing-box .price-detail::after {
    display: none;
  }
  .pricing-section .pricing-box .price-detail ul {
    padding-left: 0px !important;
  }
  .pricing-section .pricing-box .price-detail ul li p {
    font-size: 0.875rem !important;
  }
  .pricing-section .pricing-box .price-detail h3 {
    font-size: 1.25rem;
  }
  .big-formula-section {
    overflow-x: hidden;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .big-formula-section::after {
    display: none;
  }
  .big-formula-section .big-formula-contact-detail {
    padding: 35px 0px 0px;
    position: relative;
  }
  .big-formula-section .big-formula-contact-detail::after {
    content: "";
    background-image: url("assets/images/big-formula-border.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 118%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: -20px;
  }
  .big-formula-section .big-formula-contact-detail .vitni-mobile {
    margin-top: 0px;
    display: table;
    margin: auto;
  }
  .big-formula-section .about-bigformula {
    padding: 20px 0px 20px;
    text-align: center;
  }
  .big-formula-section .about-bigformula h1 {
    font-size: 1.25rem;
  }
  .big-formula-section .about-bigformula h6 {
    margin: 13px 0px;
  }
  .latest-news h2 {
    margin-bottom: 20px;
  }
  .latest-news form {
    width: 100%;
    margin-top: 0px;
  }
  .latest-news .news-detail {
    margin-bottom: 45px;
  }
  .our-processes {
    padding-top: 70px;
  }
  .our-processes .tabs_nav .thumbnail {
    display: none;
    width: 100%;
    padding: 20px 20px 30px 20px;
  }
  .our-processes .tabs_nav .thumbnail.active {
    display: block;
    width: 100% !important;
  }
  .message-box .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
  .message-box .modal-dialog .modal-content .modal-body .btn-close {
    right: 15px;
    top: 15px;
  }
  .message-box .modal-dialog .modal-content .modal-body h3 {
    font-size: 1.625rem;
  }
  .message-box .modal-dialog .modal-content .modal-body form ul li img {
    width: 30px;
  }
  .upper-footer h1 {
    white-space: normal;
    padding: 0px 20px;
  }
  .upper-footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .upper-footer ul li {
    text-align: center;
  }
  .upper-footer ul li h5 {
    text-align: center;
  }
  .upper-footer ul li p {
    text-align: center;
  }
  .upper-footer ul li:first-child {
    margin-bottom: 15px;
  }
  .upper-footer ul li a {
    padding: 8px 20px 8px 8px;
  }
  footer ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer ul li {
    margin-left: 16px;
  }
  footer ul li:first-child {
    margin-left: 0px;
  }
  footer p {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .h1 {
    font-size: 2.3rem !important;
  }
  .home-banner .home-banner-container::before {
    width: 40px;
  }
  .home-banner .home-banner-container .banner-content-l {
    padding: 50px 1px 50px 40px !important;
  }
  .home-banner .home-banner-container .banner-content-l ul {
    padding-top: 22px;
    width: 100%;
    display: block !important;
  }
  .home-banner .home-banner-container .banner-content-l ul li a {
    padding: 8px 15px 8px 8px;
    margin-top: 15px;
  }
  .home-banner .home-banner-container .banner-content-l h2 {
    font-size: 1.5625rem;
  }
  .home-banner .home-banner-container .banner-content-l p {
    width: 100%;
  }
  .home-banner .home-banner-container .banner-content-r img {
    padding-top: 20px;
    width: 130% !important;
    left: -26px;
  }
  .our-processes {
    padding-top: 75px;
    padding-bottom: 0px;
  }
  .our-processes h4 {
    margin-bottom: 28px;
    font-size: 2.3rem !important;
    padding-left: 10px;
  }
  .our-processes .tabs_nav .thumbnail {
    padding: 15px 15px 15px 15px;
  }
  .our-processes .tabs_nav .thumbnail .active-section .default-section h1 {
    font-size: 2.75rem;
  }
  .our-processes .tabs_nav .thumbnail .active-section .default-section h2 {
    font-size: 2.45rem !important;
    padding-bottom: 20px;
  }
  .our-processes .tabs_nav .thumbnail .heading-ul {
    margin-bottom: 27px;
  }
  .our-processes .tabs_nav .thumbnail .heading-ul .heading-li img {
    width: 48px;
  }
  .our-processes .tabs_nav .thumbnail.active {
    padding: 20px 20px 20px 20px;
  }
  .our-processes .buttons .prev-img {
    width: 38px;
    height: 38px;
  }
  .our-processes .buttons .next-img {
    width: 38px;
    height: 38px;
  }
  .pricing-section .pricing-box {
    padding: 20px 0px;
  }
  .pricing-section .pricing-box .price-detail {
    margin: 0px 20px;
  }
  .pricing-section .pricing-box .price-detail::after {
    right: -12px;
  }
  .pricing-section .pricing-box .price-detail a {
    padding: 6px 0px;
    width: 90%;
  }
  .full-width-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .full-width-slide .fullwidth-content-sec {
    padding: 1.875rem !important;
  }
  .full-width-slide .fullwidth-content-sec h2 {
    font-size: 1.25rem !important;
  }
  .full-width-slide .fullwidth-content-sec p {
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .technology-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .technology-section.Document-technology {
    padding-top: 75px;
  }
  .document-sign {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .document-sign .average-content ul {
    display: block !important;
    padding-top: 14px;
    width: 100%;
  }
  .document-sign .average-content ul li:first-child {
    margin-bottom: 20px;
  }
  .document-sign .average-time h1 {
    font-size: 3.175rem;
  }
  .document-sign .average-time h4 {
    font-size: 1.7875rem;
  }
  .creating-solutions {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .creating-solutions ul {
    margin-bottom: 0px !important;
    margin-left: -8px;
    margin-right: -8px;
  }
  .creating-solutions ul li {
    width: 200px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .creating-solutions ul li h4 {
    font-size: 1.2625rem;
  }
  .creating-solutions ul li .icon-box {
    width: 100%;
    padding: 24px 20px 20px 24px;
  }
  .creating-solutions .about-solutions .detail-solution {
    width: 35%;
  }
  .creating-solutions .about-solutions .detail-solution h2 {
    width: 100%;
  }
  .creating-solutions .about-solutions .detail-solution p {
    width: 100%;
  }
  .creating-solutions .about-solutions ul {
    width: 65%;
  }
  .creating-solutions .about-solutions .detail-solution h2 {
    font-size: 1.625rem;
  }
  .whocan-benfit {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .whocan-benfit h1 {
    margin-bottom: 50px;
  }
  .whocan-benfit ul {
    margin-bottom: 25px;
  }
  .whocan-benfit .whocan-benfit-content h2 {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .whocan-benfit .whocan-benfit-content p {
    font-size: 0.875rem;
  }
  .whocan-benfit .whocan-benfit-mobile {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pricing-section {
    padding-top: 80px;
    padding-bottom: 75px;
    background-size: 100% 622px;
  }
  .pricing-section .pricing-section-head {
    margin-bottom: 22px;
  }
  .pricing-section .pricing-section-head li h2 {
    font-size: 1.5625rem;
  }
  .pricing-section .pricing-box .price-detail h2 {
    font-size: 2.875rem;
  }
  .pricing-section .pricing-box .price-detail h3 {
    font-size: 1.125rem;
  }
  .pricing-section .pricing-box .price-detail ul {
    padding-left: 0px !important;
  }
  .pricing-section .pricing-box .price-detail::after {
    right: -32px;
  }
  .big-formula-section {
    padding-top: 80px;
  }
  .big-formula-section .about-bigformula {
    padding-bottom: 30px;
  }
  .big-formula-section .about-bigformula h1 {
    font-size: 1.625rem;
  }
  .big-formula-section .big-formula-contact-detail {
    padding-left: 0px;
  }
  .latest-news {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .latest-news .news-detail p {
    font-size: 1rem;
  }
  .latest-news .news-detail ul li {
    font-size: 0.75rem;
  }
  .upper-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .upper-footer ul {
    width: 100%;
  }
  .upper-footer ul li a {
    padding: 8px 8px 8px 8px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .h2 {
    font-weight: 400 !important;
    font-size: 1.875rem !important;
  }
  .h1 {
    font-size: 2.875rem !important;
    font-weight: 400 !important;
  }
  .p-tb-130 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .home-banner .home-banner-container::before {
    width: 50px;
  }
  .home-banner .home-banner-container .banner-content-l {
    padding: 62px 0px 50px 60px;
  }
  .home-banner .home-banner-container .banner-content-l h2 {
    font-size: 2.5rem;
  }
  .home-banner .home-banner-container .banner-content-l p {
    width: auto;
  }
  .home-banner .home-banner-container .banner-content-l ul {
    width: auto;
    padding-top: 38px;
  }
  .home-banner .home-banner-container .banner-content-r img {
    width: 115%;
    left: -37px;
  }
  .document-sign .average-time h1 {
    font-size: 3.75rem;
  }
  .document-sign .average-time h4 {
    font-size: 1.75rem;
  }
  .document-sign .average-content ul {
    padding-top: 0px;
    width: 100%;
  }
  .document-sign .average-content ul li {
    width: 60%;
  }
  .document-sign .average-content ul li:first-child {
    padding-right: 20px;
  }
  .document-sign .average-content ul li a {
    padding: 8px 24px 8px 8px;
  }
  .document-sign .average-content ul li a img {
    margin-right: 7px;
    width: 30px;
  }
  .document-sign .average-content ul li:nth-child(2) {
    width: 40%;
  }
  .full-width-slide .fullwidth-content-sec {
    padding-left: 50px;
    padding-right: 40px;
  }
  .full-width-slide .fullwidth-content-sec h6 {
    margin-bottom: 15px;
  }
  .full-width-slide .fullwidth-content-sec h2 {
    font-size: 1.875rem;
  }
  .full-width-slide .fullwidth-content-sec p {
    width: 100%;
  }
  .creating-solutions .about-solutions .detail-solution {
    width: 31%;
  }
  .creating-solutions .about-solutions .detail-solution h2 {
    width: 100%;
    font-size: 1.75rem;
  }
  .creating-solutions .about-solutions .detail-solution p {
    width: 100%;
  }
  .creating-solutions .about-solutions ul {
    width: 66%;
  }
  .creating-solutions ul {
    margin-bottom: 0px !important;
  }
  .whocan-benfit h1 {
    margin-bottom: 46px;
  }
  .whocan-benfit .whocan-benfit-mobile {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pricing-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pricing-section .pricing-section-head {
    margin-bottom: 36px;
  }
  .pricing-section .pricing-section-head li h2 {
    font-size: 1.875rem;
  }
  .pricing-section .pricing-box {
    padding: 40px 0px;
  }
  .pricing-section .pricing-box .price-detail {
    margin: 0px 30px;
  }
  .pricing-section .pricing-box .price-detail::after {
    right: -43px;
  }
  .pricing-section .pricing-box .price-detail h2 {
    font-size: 2.1875rem;
  }
  .pricing-section .pricing-box .price-detail ul {
    padding: 0px;
  }
  .pricing-section .pricing-box .price-detail ul li p {
    font-size: .8375rem;
  }
  .pricing-section .pricing-box .price-detail a {
    width: 75%;
    padding: 7px 0px;
  }
  .pricing-section .pricing-box .price-detail h3 {
    font-size: 1.9rem;
  }
  .our-processes {
    padding-top: 90px;
  }
  .big-formula-section .big-formula-contact-detail {
    padding-left: 0px;
    position: relative;
    height: 100%;
  }
  .big-formula-section .big-formula-contact-detail::after {
    width: 160%;
    left: -30%;
  }
  .big-formula-section .big-formula-contact-detail .vitni-mobile {
    margin-left: 0px;
  }
  .big-formula-section .about-bigformula {
    text-align: left !important;
    padding-bottom: 30px;
  }
  footer p {
    font-size: 0.875rem;
  }
  footer ul li a {
    font-size: 0.875rem;
  }
  .our-processes .tabs_nav .thumbnail {
    padding: 26px 22px 41px 24px;
  }
  .big-formula-section {
    padding-top: 90px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .navbar {
    padding: 15px 25px 15px;
  }
  .home-banner .home-banner-container .banner-content-l {
    padding: 94px 1px 50px 75px;
  }
  .technology-section h1 {
    font-size: 4rem !important;
  }
  .upper-footer h1 {
    font-size: 3.5rem !important;
  }
  .whocan-benfit h1 {
    font-size: 4rem !important;
  }
  .pricing-section .pricing-box .price-detail::after {
    right: -72px;
  }
}

@media (min-width: 1400px) {
  .technology-section h1 {
    font-size: 4rem !important;
  }
  .upper-footer h1 {
    font-size: 4rem !important;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1420px;
  }
  header nav {
    padding-left: 80px;
    padding-right: 80px;
  }
  header nav .container-fluid {
    max-width: 1420px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .home-banner .home-banner-container {
    height: 964px;
  }
  .home-banner .home-banner-container .row {
    height: 100%;
  }
  .home-banner .home-banner-container::before {
    width: 111px;
  }
  .home-banner .home-banner-container .banner-content-r {
    background-color: transparent;
  }
  .home-banner .home-banner-container .banner-content-r::after {
    left: 49px;
  }
  .home-banner .home-banner-container .banner-content-r img {
    left: -14px;
    width: 155%;
  }
  .full-width-slide .fullwidth-content-sec {
    padding-left: 186px;
    padding-right: 210px;
  }
  .pricing-section .pricing-box {
    margin: 0px 138px;
  }
  .big-formula-section .big-formula-contact-detail {
    padding-left: 40px;
  }
  .big-formula-section .about-bigformula {
    padding-left: 90px;
  }
  .latest-news .container {
    padding: 0px 150px;
  }
  .whocan-benfit .container {
    padding: 0px 40px;
  }
  .creating-solutions .container {
    padding: 0px 50px;
  }
  .our-processes {
    background-size: 100% 600px;
  }
  .home-banner .home-banner-container .banner-content-l {
    padding: 286px 31px 50px 0px;
  }
  .home-banner .home-banner-container .banner-content-l ul {
    padding-top: 128px;
  }
  .document-sign img {
    padding: 0px 96px;
  }
  .document-sign .average-time {
    padding-left: 140px;
  }
  .document-sign .average-content {
    padding-right: 100px;
  }
  .document-sign .average-content ul li img {
    padding: 0px;
  }
  .technology-section {
    padding-bottom: 130px;
  }
}

.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.rating-container .star {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}

.rating-container .star .icon {
  font-size: 2rem;
}

.rating-container .empty-stars {
  color: #aaa;
}

.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #131B74;
  white-space: nowrap;
  overflow: hidden;
}

.sharingBox {
  margin-bottom: 50px;
}

.sharingBox .shareBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sharingBox .shareBtnWrap li {
  margin-right: 0.5rem;
}

.sharingBox .shareBtnWrap li.text {
  margin-right: 20px;
}

.sharingBox .shareBtnWrap li:last-child {
  margin-right: 0;
}

.sharingBox .shareBtnWrap li p {
  font-size: 0.875rem;
  color: #1f1f1f;
  margin-bottom: 0px;
  font-weight: 500;
}

.sharingBox .shareBtnWrap li .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: #131B74;
  display: block;
  color: #fff;
}

.sharingBox .shareBtnWrap li .btn i, .sharingBox .shareBtnWrap li .btn i:before {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
}

.sharingBox .shareBtnWrap li .btn:hover {
  background: #e9ecf2;
  background: #131B74;
}

.blog-detail {
  padding-top: 99px;
  padding-bottom: 127px;
}

.blog-detail .blogHead p {
  font-size: 0.9375rem;
  text-align: center;
  margin-bottom: 50px;
}

.blog-detail h1 {
  font-size: 3.125rem;
  line-height: 55px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 34px;
}

.blog-detail h5 {
  font-size: 1.5625rem;
  line-height: 32px;
  font-weight: 700;
  margin: 47px 0px 35px 0px;
}

.blog-detail h6 {
  font-size: 0.9375rem;
  line-height: 22px;
  text-align: center;
}

.blog-detail p {
  font-size: 0.875rem;
  color: #1F1F1F;
  margin-bottom: 0px;
  font-weight: 500;
}

.blog-detail .share-icones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0px;
}

.blog-detail .share-icones ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 22px;
}

.blog-detail .share-icones ul li {
  list-style: none;
  margin-right: 8px;
}

.blog-detail .blog-image {
  padding: 0px 80px 87px;
}

.blog-detail .blog-image img {
  width: 100%;
  margin: 0px;
}

@media screen and (max-width: 767.98px) {
  .blog-detail {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .blog-detail h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .blog-detail .share-icones {
    margin: 25px 0px;
  }
  .blog-detail .blog-image {
    padding: 0px 0px 27px;
  }
}
