.banner-btn{
  position: absolute;
  bottom: -150px;
  left: 25%;
}
::-webkit-scrollbar {
  width: 12px
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb {
  background: rgba(210, 210, 210, .8);
}

:root {
  --primary-color: #3b2389;
  --primary-dark: #3b2389;
  --primary-light: #52b1e2;
  --primary-bg: #88d3f2;
  --primary-bg-light: #f3f5fa;
  --secondary-color: #333333;
  --secondary-dark: #808080;
  --secondary-light: #a3a4a8;
  --secondary-bg: #cdced0;
  --white: #ffffff;
  --section-bg: #F6FAFE;
  --shadow: #00000030;
  --title-new: #0caa41;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--secondary-color);
  /* user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none; */
}

.select2-container .select2-selection--single {
  height: 37.6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37.6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}

.modal-open .select2-dropdown {
  z-index: 1052;
}

.saudi-hero-cta {
  height: 400px;
}

.modal-open .select2 {
  width: 100% !important;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.btn {
  font-weight: 700;
  text-transform: capitalize !important;
}

.careersectioncard h5 {
  text-transform: capitalize !important;
}

.btn:disabled {
  background-color: var(--primary-dark);
  color: var(--white) !important;
}

.btn-brand {
  background-color: var(--primary-dark);
  color: var(--white);
  border: 1px solid var(--primary-dark);
  /* text-transform: uppercase; */
}

.btn-brand:hover,
.btn-brand:active,
.btn-brand:focus-visible {
  background-color: var(--white);
  color: var(--primary-dark) !important;
  border: 1px solid var(--primary-dark);
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
}

.btn-primary:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

.btn-white {
  background-color: var(--white);
  color: var(--primary-color);
  /* text-transform: uppercase; */
}

.btn-white:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.text-primary-dark {
  color: var(--primary-dark);
}

.text-primary-light {
  color: var(--primary-color);
}


.b-r-10 {
  border-radius: 10px;
}

.text-brand {
  color: var(--primary-color);
}

.modal-backdrop.show {
  opacity: 0.8 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.btn i {
  font-size: 20px;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-primary-dark {
  background-color: var(--primary-dark);
}

.bg-dark {
  background-color: var(--secondary-color);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: var(--white);
}

div#preloader video {
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 18px;
  color: var(--white);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--primary-color);
  color: var(--white);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#cookie {
  position: fixed;
  bottom: 15px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}

#cookies-btn {
  position: absolute;
  right: -7px;
  top: -7px;
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 50%;
  height: 21px;
  width: 21px;
  text-align: center;
  border: 2px solid var(--white);
  line-height: 17px;
}

#cookies-btn i {
  font-size: 13px;
}

.solution-box img {
  height: 80px;
  width: 80px;
}

.boxes-business {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
}

.scale-up-card {
  padding-bottom: 1vw;
  background-image: url('../images/Slider-Four-Aristo-Coders.jpg');
  background-size: cover;
  background-position: center center;
  height: 34vw !important;
  border-radius: 15px !important;
  position: relative;
  width: 16.6%;
  transition: all 0.6s ease;
  margin: 0 1vw;
}
.scale-up-card .cont{
  cursor: pointer;
}

.scale-up-card::before {
  position: absolute;
  width: 100%;
  /* height: 100vh; */
  background: rgb(2, 0, 36);
  /* background: linear-gradient(343deg, rgba(0, 0, 0, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%); */
  background-image: linear-gradient(130deg, #3b2389, #00324F);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0.7;
  border-radius: 15px;
}

.scale-up-card:hover {
  width: 35%;
  transition: all 0.7s ease;
  background-position: center;
  background-size: cover;
}

.scale-up-card h3 {
  position: absolute;
  bottom: 13.4vw;
  transform: rotate(270deg);
  left: -10.7vw;
  font-size: 1.6vw;
  margin: 0;
  width: 26vw;
  color: white;
}

.scale-up-card .cont {
  width: 90%;
  height: 0;
  overflow: hidden;
  text-align: center;
  transition: all 0.6s ease;

}

.scale-up-card .cont a p {
  font-size: 1vw;
  color: #fff !important;
}

.scale-up-card:hover>.cont {
  text-align: start;
  height: auto;
  position: absolute;
  bottom: 9px;
  padding: 1.4vw 3vw;
  color: white;
}

.scale-up-card .arrow {
  display: none;
}

.scale-up-card:hover>.arrow {
  display: block;
}

.scale-up-card:hover>.cont h4 {
  margin-bottom: 1.6vw;
  font-size: 2.1vw;
  color: #fff !important;
}

.scale-up-card:hover>.cont a {
  text-decoration: none;
  color: #fff !important;
}

.scale-up-card:hover>.cont a p {
  font-size: 1vw;
  color: #fff !important;
}

.scale-up-card:hover h3 {
  display: none;

}

.Scale-1 {
  background-image: url("../images/website-designing-service-by-aristo-coders.jpg");
}

.Scale-2 {
  background-image: url("../images/software-development-service-by-aristo-coders.jpg");
}

.Scale-3 {
  background-image: url("../images/digital-marketing-services-by-aristo-coders.jpg");
}

.Scale-4 {
  background-image: url("../images/graphics-designing-services-by-aristo-coders.jpg");
}

.Scale-5 {
  background-image: url("../images/video-editing-services-by-aristo-coders.jpg");
}

/* Brochure Form*/
.brochure-cta {
  margin: 0px 0 50px 0;
}

.brochure-box {
  padding: 20px;
  background-color: #fff;
}

.brochure-box h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold !important;
}

.brochure-box h2 span {
  color: var(--primary-dark);
}

.brochure-box p {
  font-size: 20px;
  width: 65%;
}

.bg-box {
  border: 10px solid var(--primary-dark);
  width: 450px;
  height: 400px;
  z-index: -1;
  left: 5%;
  top: -88px;
}

@media (max-width:765px) {
  #brochureform h4 {
    font-size: 18px;
    padding: 0 5px;
  }

  #brochureform .modal-body {
    padding: 0 25px !important;
  }

  .bg-box {
    border: 10px solid var(--primary-dark);
    width: 90%;
    height: 465px;
    z-index: -1;
    left: 20px;
    top: -88px;

  }

  .brochure-box p {
    font-size: 20px;
    width: 100%;
  }

  .brochure-img {
    width: 100%;
    text-align: center;
  }

  .brochure-box {
    text-align: center !important;
  }

  .brochure-box h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold !important;
  }

  .brochure-img img {
    width: 70%;
    margin-top: -30px;
    background: white;
  }

  .brochure-cta {
    margin: 0px 0 50px 0;
  }

  .careersectioncard .dandiya {
    position: absolute;
    height: 60px;
    left: -30px !important;
  }

  .boxes-business {
    padding: 0 3px;
    display: flex;
    flex-wrap: wrap;
  }

  .scale-up-card {
    width: 100%;
    margin-bottom: 10px;
  }

  .scale-up-card:hover {
    width: 100%;
    transition: all 1.1s ease;
    background-position: center;
    background-size: cover;
  }

  .scale-up-card h3 {
    transform: rotate(360deg);
    left: 50px;
    font-size: 15px;
  }

  .scale-up-card .cont h3 {
    margin-bottom: 1.6vw;
    font-size: 18px;

  }

  .scale-up-card .cont a {
    text-decoration: none;
    color: #fff !important;
  }

  .scale-up-card:hover>.cont h4 {
    margin-bottom: 1.6vw;
    font-size: 18px;
    color: #fff !important;
  }

  .scale-up-card h3 {
    width: 28vw;
    color: white;
  }

  /* .scale-up-card .cont  p {
    font-size: 1vw;
    margin-bottom: 0 !important;
  } */
}

/* Flip animation */
.flip-container {
  perspective: 1000px;
}

.flip-card {
  /* width: 300px; */
  height: 250px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s;
  background-color: var(--primary-bg-light);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
}

.flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-card-back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg);
}

.flip-container:hover .flip-card {
  transform: rotateY(180deg);
  transition: 1s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

.headerbar {
  background-color: var(--white);
  padding: 30px 70px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
}

.logo-nav {
  height: 45px;
}

.time span {
  background-color: var(--white);
  color: var(--primary-color);
  width: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}

.time {
  font-size: 12px;
  line-height: 22px;
}

.zzzz {
  font-size: 14px;
  font-weight: 500;
}

.zzzz .a1 {
  font-size: 30px;
  font-weight: 600;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 5px;
  margin-top: 5px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbarContainer {
  box-shadow: 0px 0px 5px 1px var(--shadow);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.navbarContainer .dropdown .dropdown-menu-row {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
}

.menuItem>li {
  height: 70px;
  padding: 0 8px;
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  position: static;
  transition: color 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.menuItem>li a {
  color: var(--secondary-color);
}

.menuItem li span::after,
.topmenulink::after,
.menuItem .dropdown-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: -2px;
  right: 0;
  background: var(--primary-dark);
  transition: width 0.2s;
  -webkit-transition: width 0.2s ease;
}

.menuItem .dropdown-menu .dropdowncenter li a:hover::after,
.topmenulink:hover::after,
.menuItem li:hover span::after,
.menuItem .dropdown-menu .subMenuGroupList li a:hover::after {
  width: 100%;
  left: 0;
  background: var(--primary-dark);
}

.dropdown .dropdown-menu {
  position: absolute !important;
  padding: 0 !important;
  top: 70px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border: none !important;
  width: 100%;
  max-width: 800px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.menuItem .dropdown-menu li a {
  position: relative;
  font-size: 14px;
  color: var(--secondary-color);
  line-height: 25px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdownSection.dropdownRight a .solutionPlaystore img {
  max-width: 50%;
  height: auto;
  padding-top: 1rem;
  display: flex;
  margin: 0 auto;
}

.dropdownLeft::before {
  content: "";
  height: 100%;
  width: 33.33333333%;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: var(--primary-dark);
  z-index: -1;
}

.subMenudropdownRow .dropdowncenter {
  padding: 2rem 20px;
}

.dropdownLeft.subMenudropdown .subMenu {
  max-width: 1340px;
  transform: translate3d(0px, 0%, 0px);
  overflow: visible;
  padding: 20px 0px;
  transition: none;
}

.dropdownLeft.subMenudropdown .subMenu .solutionImage {
  max-width: 250px;
  margin-left: 25px;
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist {
  max-width: 26.39%;
  margin: 0 0;
  padding: 0 0 0 10px;
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist.active .nav-macro-name.active {
  border-radius: 6px 0 0 6px;
  background: rgb(255, 255, 255);
  color: var(--secondary-color);
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist .nav-macro-name a {
  pointer-events: auto;
  display: inline-block;
  width: 100%;
  color: var(--white);
  font-size: 14px;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: opacity 200ms ease-out 150ms;
  font-weight: 500;
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist .nav-micro-menu {
  display: none;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  left: 25%;
  max-width: 100%;
  top: 0px;
  min-width: 620px;
  background: var(--white);
  transition: none;
  padding-top: 15px;
  padding-left: 15px;
  width: 75%;
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist.active .nav-micro-menu.active {
  display: flex;
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist.active .nav-micro-menu .subMenuGroupList {
  white-space: normal;
}

.dropdownLeft.subMenudropdown .subMenu li {
  color: var(--secondary-color);
}

.dropdownLeft.subMenudropdown .subMenu li i {
  padding-right: 8px;
  font-size: 16px;
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist.active .nav-macro-name.active a,
.dropdownLeft.subMenudropdown .subMenu li:hover,
.topmenulink:hover,
.menuItem .dropdown-menu .dropdowncenter li a:hover,
.menuItem>li:hover span,
.nav-micro-menu .subMenuGroupList li a:hover {
  color: var(--primary-dark);
}

.dropdownLeft.subMenudropdown .subMenu .nav-macro-menulist.active {
  background: transparent;
}

.nav-micro-menu .subMenuGroupList li a {
  font-size: 14px;
  color: var(--secondary-color);
  text-transform: capitalize;
}

.nav-micro-menu .subMenuGroupList .menuHeading {
  color: var(--secondary-color);
  font-size: 14px;
  cursor: default;
  margin: 7px 0;
  display: block;
}

.animated-img {
  position: absolute;
  left: 30px;
  width: 200px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.sidebar-navigation {
  position: absolute;
  width: 100%;
  left: -100%;
  top: 55px;
  height: calc(100vh - 70px);
  background-color: var(--white);
  transition: all .2s ease-in-out;
  overflow: scroll;
}

.sidebar-navigation.active {
  left: 0px;
  transition: all .2s ease-in-out;
}

.sidebar-navigation>ul>li>a {
  text-transform: uppercase;
}

.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}

.sidebar-navigation ul li {
  display: block;
}

.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 5px;
  text-decoration: none;
  color: var(--secondary-color);
  letter-spacing: 0.02em;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-navigation ul li a em {
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}

.sidebar-navigation ul li:hover>a,
.sidebar-navigation ul li.selected>a {
  background-color: var(--white);
  color: var(--primary-color);
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul {
  display: none;
}

.sidebar-navigation ul li ul.open {
  display: block;
}

.sidebar-navigation ul li ul li a {
  color: var(--secondary-color);
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul li:hover>a,
.sidebar-navigation ul li ul li.selected>a {
  background-color: var(--white);
}

.sidebar-navigation ul li ul li:hover>a:before,
.sidebar-navigation ul li ul li.selected>a:before {
  margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last>a {
  background-color: var(--primary-color);
  color: var(--white);
}

.sidebar-navigation ul li ul li.selected.selected--last>a:before {
  background-color: var(--white);
}

.subMenuColor1,
.subMenuColor2 {
  background-color: var(--primary-bg-light);
}

.mobile-menu .btn:focus,
.mobile-menu .btn:active {
  outline: none !important;
  border: none;
}

a.btn.close .fa-bars::before {
  content: "\f00d";
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.homebanner {
  padding: 40px 70px 0px 70px !important;
  border-radius: 20px;
}

/* New CSS changes Banner */
.homebanner .carousel-inner .banner-img {
  position: relative;
  display: block;
}

.homebanner .carousel-inner .person-img {
  position: absolute;
  bottom: 0;
  right: 50px;

}

.homebanner .carousel-inner #person-mobile {
  position: absolute;
  bottom: 50px;
}

.homebanner .carousel-inner .person-img img {
  /* height: 200px; */
  /* width: 200px; */
}

.homebanner img,
.homebanner .carousel-item,
.homebanner .carousel-inner {
  border-radius: 20px;
}

div#carouselExampleDark .carousel-caption {
  width: 45%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  bottom: initial;
}

div#carouselExampleDark .carousel-caption h1,
div#carouselExampleDark .carousel-caption h2 {
  font-size: 30px;
  font-weight: 700;
}

div#carouselExampleDark .carousel-caption h1 span,
div#carouselExampleDark .carousel-caption h2 span {
  font-size: 40px;
  font-weight: 700 !important;
  color: var(--primary-dark);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  font-family: 'Poppins', sans-serif;
}

div#carouselExampleDark .carousel-caption h3 {
  font-size: 18px;
}

div#carouselExampleDark .carousel-control-next .carousel-control-next-icon,
div#mobileslider .carousel-control-next .carousel-control-next-icon,
div#mobileslider .carousel-control-prev .carousel-control-prev-icon,
div#desktopslider .carousel-control-next .carousel-control-next-icon,
div#desktopslider .carousel-control-prev .carousel-control-prev-icon {
  background-color: var(--primary-dark);

}

div#carouselExampleDark .carousel-control-prev {
  width: 2%;
  left: 5%;
}

div#carouselExampleDark .carousel-control-next {
  width: 2%;
  right: 5%;
}

.clients-bg {
  background-color: var(--white);
  box-shadow: -4px 0px 4px 1px var(--secondary-bg);
  border-radius: 10px;
}

.clients h2 {
  color: var(--primary-bg);
}

.clients {
  text-align: center;
  position: relative;
  overflow: visible;
}

.clients img {
  max-width: 80%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.integration-logos {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  border: 1px solid var(--primary-color);
  box-shadow: 0px 0px 5px 1px var(--shadow);
  position: relative;
}

.integration-logos img {
  margin: 0 auto;
}

.clients-bg::before {
  position: absolute;
  top: 23px;
  right: -51px;
  width: 117px;
  height: 117px;
  border-radius: 0.5em;
  transform: rotate(45deg);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  background: var(--white);
  content: "";
  z-index: -1;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: var(--section-bg);
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2,
.section-title h1 {
  font-weight: 800 !important;
  color: var(--primary-color);
  font-size: 30px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: none;
  margin-top: 0px;
  text-transform: uppercase;
}

.section-title h2 span,
.section-title h1 span {
  font-weight: 800 !important;
  color: var(--white);
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: var(--primary-color);
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}

.section-title h3 {
  font-weight: normal;
  margin-bottom: 0px;
  position: relative;
  color: var(--secondary-color);
}

.section-title p {
  margin-bottom: 0;
}

.section-title h2 #title-new {
  -webkit-text-stroke-color: var(--title-new) !important;
}

/*--------------------------------------------------------------
# Sections About
--------------------------------------------------------------*/
.solutions-buttons {
  display: none;
}

.toggle1 {
  position: absolute;
  left: 70px;
  top: 10px;
}

.toggle2 {
  position: absolute;
  right: 90px;
  top: 10px;
}

.toggle3 {
  position: absolute;
  left: 45%;
  top: 30%;
}

.toggle4 {
  position: absolute;
  right: 94px;
  top: 60%;
}

.toggle5 {
  position: absolute;
  left: 32%;
  bottom: 24%;
}

.toggle6 {
  position: absolute;
  right: 40px;
  bottom: 0px;
}

.solutions-img a i {
  padding: 5px;
  border: 1px solid var(--primary-dark);
  border-radius: 50%;
  padding: 4.5px 6px;
  background-color: var(--white);
}

.solutions-list a {
  padding: 10px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
  display: block;
  border-radius: 10px;
  position: relative;
}

.solutions-list a:before,
.boxes::before,
.integration-logos::before,
.contact-infos::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: var(--primary-dark);
  height: 2px;
  width: 0;
  transform: translateX(-50%);
  transition: all 0.4s linear;
}

.contact-infos:hover h5,
.contact-infos:hover h6 {
  color: black;
}

.solutions-list a:hover:before,
.boxes:hover:before,
.integration-logos:hover::before,
.contact-infos:hover::before {
  left: 50%;
  bottom: 0;
  background-color: var(--primary-dark);
  height: 2px;
  width: 70%;
  transform: translateX(-50%);
}

img#smartfixed {
  position: absolute;
}

.smartimganimation {
  animation: zoom-in-zoom-out 2s infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  100% {
    transform: scale(1, 1);
  }
}

.solutions-list a p {
  color: var(--secondary-color);
}

.modal-close {
  position: absolute;
  right: -7px;
  top: -10px;
  background-color: var(--white);
  border: 1px solid var(--primary-dark);
  border-radius: 50%;
  font-size: 10px;
  padding: 7px;
  opacity: 1;
}

.modal-dialog .solutions-list p {
  margin-bottom: 0px;
}

.store-img img {
  width: 100%;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta-box {
  background-color: var(--primary-dark);
  padding: 40px;
  position: relative;
}

.cta-box::before {
  position: absolute;
  top: 37px;
  right: -109px;
  width: 238px;
  height: 238px;
  border-radius: 30px;
  transform: rotate(45deg);
  background: var(--primary-dark);
  content: "";
  z-index: -1;
}

.cta h3 {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
}

.cta img {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 9;
}

/*--------------------------------------------------------------
# Industries
--------------------------------------------------------------*/
.industries-menu button {
  position: relative;
  width: 23%;
  font-weight: bold;
  border: 1px solid var(--primary-color) !important;
  border-left: 5px solid var(--primary-color) !important;
  border-radius: 0px 5px 5px 0px !important;
}

.industries-menu button::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
  transition: all .3s;
  opacity: 0;
}

.industries-menu button:hover::before {
  opacity: 1;
  width: 100%;
  z-index: -1;
}

.industries-menu button.active {
  color: var(--white) !important;
  background-color: var(--primary-color) !important;
}

.industries-menu button:hover {
  color: var(--white) !important;
}

.plateform-img {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
}

.boxes {
  background-color: var(--primary-bg-light);
  padding: 15px 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
  position: relative;
}

.boxes h6 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
  color: var(--secondary-color);
}

.boxes img {
  margin: 0 auto;
  height: 80px;
}

div#industries-slider .slick-prev {
  position: absolute;
  left: 40px;
  top: 8px;
  z-index: 999;
}

div#industries-slider .slick-next {
  position: absolute;
  right: 40px;
  top: 8px;
  z-index: 999;
}

div#industries-slider .slick-list {
  padding: 5px;
}

.industires-lists {
  padding: 0px 15px;
}

.bg-shape {
  position: relative;
  padding: 30px 15px;
  background-color: var(--white);
  z-index: 9;
}

.bg-shape::before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0px;
  height: 100%;
  width: 50%;
  background-color: var(--white);
}

.bg-shape::after {
  position: absolute;
  top: 63px;
  right: -180px;
  width: 363px;
  height: 363px;
  border-radius: 30px;
  transform: rotate(45deg);
  background: var(--white);
  content: "";
  z-index: -1;
}

/*--------------------------------------------------------------
# Integration
--------------------------------------------------------------*/
.solutions-lists {
  box-shadow: 0px 0px 10px var(--secondary-bg);
}

.integration-bg {
  position: absolute;
  left: 0px;
  bottom: 60px;
  width: 60%;
  z-index: -1;
}

#integration-carousel .slick-slide,
#integration-carousel2 .slick-slide {
  padding: 15px 5px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.vasy-client {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
  max-height: 390px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  pointer-events: none;
}

.vasy-client img {
  width: 100% !important;
}

.vasy-client::-webkit-scrollbar {
  display: none;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
section#testimonial::before {
  position: absolute;
  content: '';
  left: -50%;
  top: 30px;
  height: calc(100% - 60px);
  width: 70%;
  background-color: var(--primary-dark);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.testimonial-list {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
  background-color: var(--white);
  height: 100%;
}

.testimonial-list p:last-child {
  margin-bottom: 0px;
}

.client-details span {
  font-size: 12px;
}

.rating {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -webkit-transform-origin-x: 0;
  display: block;
  position: relative;
  width: 120px;
  height: 20px;
  background-size: 24px 20px;
  background-repeat: repeat-x;
  background-position: -3px 0;
  border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill='%23DDD' stroke-linejoin='round' stroke='%23DDD' d='M 525.333 570.775 L 528.39 578.125 L 536.325 578.761 L 530.28 583.94 L 532.127 591.684 L 525.333 587.534 L 518.539 591.684 L 520.386 583.94 L 514.341 578.761 L 522.276 578.125 Z' transform='matrix(-0.809017, 0.587785, -0.587785, -0.809017, 779.285368, 175.34678)'></path></svg>");
}

.rating:-moz-meter-optimum::-moz-meter-bar {
  background-size: 24px 20px;
  background-repeat: repeat-x;
  background-position: -3px 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill='orange' stroke-linejoin='round' stroke='orange' d='M 525.333 570.775 L 528.39 578.125 L 536.325 578.761 L 530.28 583.94 L 532.127 591.684 L 525.333 587.534 L 518.539 591.684 L 520.386 583.94 L 514.341 578.761 L 522.276 578.125 Z' transform='matrix(-0.809017, 0.587785, -0.587785, -0.809017, 779.285368, 175.34678)'></path></svg>");
}

.rating::-webkit-meter-bar {
  background: transparent;
  border-radius: 0;
  border: 0;
  height: 20px;
}

.rating::-webkit-meter-optimum-value {
  background-color: transparent;
  height: 100%;
  background-size: 24px 20px;
  background-repeat: repeat-x;
  background-position: -3px 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill='orange' stroke-linejoin='round' stroke='orange' d='M 525.333 570.775 L 528.39 578.125 L 536.325 578.761 L 530.28 583.94 L 532.127 591.684 L 525.333 587.534 L 518.539 591.684 L 520.386 583.94 L 514.341 578.761 L 522.276 578.125 Z' transform='matrix(-0.809017, 0.587785, -0.587785, -0.809017, 779.285368, 175.34678)'></path></svg>");
}

div#testimonial-slider .slick-slide {
  padding: 0 15px;
  height: inherit !important;
}

section#testimonial .slick-track {
  display: flex;
}

section#testimonial .slick-arrow {
  position: absolute;
  bottom: -35px;
  right: 25px;
  height: 24px;
  width: 24px;
  background-color: var(--primary-dark);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

section#testimonial .slick-prev {
  right: 49px;
  border-radius: 5px 0px 0px 5px;
}

section#testimonial .slick-next {
  border-radius: 0px 5px 5px 0px;
}

section#testimonial .slick-disabled {
  opacity: 0.6;
}

div#testimonial-slider .slick-list {
  padding: 5px 0px;
}

/*--------------------------------------------------------------
# Client Testimonial
--------------------------------------------------------------*/
.carousel-container {
  position: relative;
}

.carousel-main {
  height: 460px;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 12px;
}

.carousel-feature {
  position: absolute;
  top: -1000px;
  left: -1000px;
  left: 25%;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}

#client-testimonial #carousel-lefts,
#client-testimonial #carousel-rights {
  border-radius: 5px;
  background-color: var(--primary-dark);
  color: var(--white);
  font-size: 14px;
  height: 24px;
  width: 24px;
  text-align: center;
  display: inline-block;
}

.video-play-button i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 15px;
  z-index: 9;
  color: var(--white);
  font-size: 20px;
  text-align: center;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--primary-dark);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: var(--primary-dark);
  border-radius: 50%;
  transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .member {
  position: relative;
  box-shadow: 0px 0px 5px 1px var(--shadow);
  border-radius: 10px;
  background: var(--white);
  transition: 0.5s;
  height: 100%;
  overflow: hidden;
}

.blog .member img {
  transition: transform .2s;
  -webkit-transition: transform .2s;
  width: 100%;
}

.blog .member a {
  position: relative;
  display: block;
}

.blog .member a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.90) 10%, rgba(0, 0, 0, 0.50) 25%, rgba(0, 0, 0, 0.20) 50%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.blog .member a:hover::before {
  background: linear-gradient(360deg, rgba(0, 131, 185, 0.90) 25%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.blog .member h4 {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 20px;
  color: var(--white);
}

.blog .member i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: var(--white);
  font-size: 22px;
}

.blog-shadow {
  box-shadow: 0px 0px 5px 1px var(--shadow);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: var(--primary-bg);
  min-height: 40px;
  margin-top: 72px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-dark);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--primary-dark);
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--primary-dark);
}

.footer-shape {
  padding: 50px 70px 30px 70px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
  background-color: var(--white);
}

.footer-top {
  padding: 80px 0 0px 0;
}

.footer-top .footer-links {
  margin-bottom: 30px;
}

.footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 3;
}

.footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--primary-dark);
  font-size: 10px;
  line-height: 1;
  margin-right: 5px;
}

.footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  padding-left: 15px !important;
}

.footer-top .footer-links ul a {
  color: var(--primary-dark);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
}

.footer-links li a::before {
  position: absolute;
  content: "\f054";
  left: 0px;
  top: 8px;
  font: normal normal normal 10px/1 FontAwesome;
}

.footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

.footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: var(--white);
  color: var(--secondary-color);
  line-height: 1;
  padding: 6px 0;
  margin-right: 8px;
  border-radius: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  border: 1px solid var(--secondary-color);
}

.footer-top .social-links a:hover {
  background: var(--secondary-color);
  color: var(--white);
  text-decoration: none;
  /* fill: #fff !important; */
}

.footer-top .social-links a:hover svg {
  fill: #fff !important;
}

.border-right {
  border-right: 1px solid var(--secondary-color);
}

.play-store img {
  height: 45px;
}

.certificate img {
  height: 70px;
}

.mobile-app {
  margin-top: -100px;
}

.mobile-app img {
  max-width: 70%;
}

.footer-bottom {
  padding: 15px 70px 15px 70px;
  color: var(--secondary-color);
  background-color: var(--white);
}

.footer-bottom a {
  color: var(--secondary-color);
}

.quick-contact i {
  float: left;
  font-size: 18px;
  line-height: 23px;
  margin-right: 5px;
}

.quick-contact i.fa.fa-mobile {
  font-size: 24px;
}

.iso-mobile {
  display: none;
}

/*--------------------------------------------------------------
# About Us Page
--------------------------------------------------------------*/
.innerpage-banner {
  padding-top: 120px;
}

.about-top {
  position: relative;
}

.about-top::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.94);
  border-radius: 20px;
}

.about-top video {
  width: 100% !important;
  border-radius: 20px;
}

.about-top .section-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.about-top .section-title h1,
.about-top .section-title h3 {
  color: var(--white);
}

.vision-mission {
  padding-bottom: 80px;
}

.cloud-bg-shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.our-values {
  box-shadow: 0px 0px 5px 1px var(--shadow);
  border-radius: 10px;
  background-color: var(--white);
}

.our-values p {
  font-size: 14px;
}

.why-us {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.company-history .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  top: 0;
  left: -400px;
  width: 10000px;
  height: 330px;
}

.company-history .slide {
  width: 220px;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
}

.company-history .box-heading {
  background-color: var(--primary-color);
  align-items: center;
  height: 38px;
  width: 80px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.company-history .inside-box::before {
  position: absolute;
  content: "";
  top: 3px;
  right: 64px;
  width: 32px;
  height: 32px;
  border-radius: 0.5em;
  transform: rotate(45deg);
  background: var(--primary-color);
  z-index: -1;
}

.company-history .slide:nth-child(2n) .timestamp {
  top: 0;
  align-items: start;
}

.company-history .slide:nth-child(2n+1) .timestamp {
  bottom: 0;
  align-items: start;
}

.company-history .timestamp {
  width: 200%;
  padding: 0px 10px;
  display: flex;
  position: absolute;
  right: 0;
  height: 36%;
  border-right: 1px solid var(--secondary-color);
}

.company-history .status {
  border-top: 1px solid var(--secondary-light);
  position: relative;
}

.company-history .status span:before {
  position: absolute;
  content: '';
  top: -6px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.company-history .rocket {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#emp-testimonial .slick-arrow,
.video-slider .slick-arrow,
#festival-sliderss .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: var(--primary-dark);
  color: var(--white);
  height: 24px;
  width: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}

#emp-testimonial .slick-prev {
  left: -20px;
  border-radius: 5px;
}

#emp-testimonial .slick-next {
  right: -20px;
  border-radius: 5px;
}

#emp-testimonial .slick-prev i,
#emp-testimonial .slick-next i,
.video-slider .slick-prev i,
.video-slider .slick-next i,
#festival-sliderss .slick-prev i,
#festival-sliderss .slick-next i {
  font-size: 14px;
}

.buddy-circle {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--primary-color);
}

.buddy-circle img {
  width: 100%;
  height: 100%;
}

.buddy-heading {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.buddy-heading {
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 5px 10px;
}

.buddy-heading h4 {
  font-size: 20px;
}

.vasyerp {
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
}

.vasyerp-name::before {
  position: absolute;
  content: '';
  top: 0px;
  background-color: var(--primary-dark);
  height: 100%;
  width: 100%;
  left: -98%;
}

.logo-animation video {
  width: 100%;
}

#play {
  cursor: pointer;
  transition: 0.3s ease;
}

#play i {
  width: 30px;
  text-align: left;
}

#play:hover {
  color: var(--secondary-color);
  transition: 0.3s ease;
}

/*--------------------------------------------------------------
# Career Page
--------------------------------------------------------------*/
.video-wrapper {
  position: relative;
  padding-bottom: 40%;
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-slider .slick-prev {
  left: -30px;
  border-radius: 5px;
}

.video-slider .slick-next {
  right: -30px;
  border-radius: 5px;
}

.video-slider button.slick-prev.slick-arrow,
.video-slider button.slick-next.slick-arrow {
  top: 43%;
}

.video-slider iframe {
  width: 100%;
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.80);
  opacity: 0;
  transition: all ease 500ms;
  width: 100%;
}

.video-overlay.open {
  position: fixed;
  z-index: 9999;
  opacity: 1
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75)
}

.festival-sliderss {
  margin-top: -70px;
}

.festival-sliderss .slick-slide {
  padding: 10px;
}

.festivalsRow .festivalsImageBlock {
  padding-top: 70%;
  position: relative;
  width: 100%;
}

.festivalsRow img {
  height: 100%;
  left: 50%;
  padding: 0px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.festival-sliderss .carousel-inner {
  border: 3px solid var(--white);
}

.festival-sliderss .slick-prev {
  left: -20px;
  top: 40% !important;
}

.festival-sliderss .slick-next {
  right: -20px;
  top: 40% !important;
}

.founderimage img {
  border-bottom: 4px solid var(--primary-color);
}

.reward .btn {
  color: var(--secondary-dark);
  font-weight: 500;
}

.reward .btn:hover {
  color: var(--white);
}

.emp-testimonials .slide {
  padding: 5px 0px;
}

.emp-testimonials img {
  border: 4px solid var(--primary-color);
  border-radius: 15px;
}

.emp-details h4 {
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--primary-color);
}

.slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 2%;
}

.slick-dots li {
  margin: 12px 0;
  display: flex;
  justify-content: center;
}

.slick-dots li:first-child {
  margin-top: 0px;
}

.slick-dots li:last-child {
  margin-bottom: 0px;
}

.slick-dots button {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: none;
  background-color: var(--secondary-dark);
  text-indent: -9999px;
  outline: 0;
}

.slick-dots li.slick-active button {
  background-color: var(--primary-color);
}

.slick-dots li:before {
  content: '';
  position: absolute;
  top: -37px;
  height: calc(100% + 75px);
  width: 4px;
  border-radius: 40%;
  background-color: var(--secondary-bg);
  z-index: -1;
}

iframe#kekaiframe {
  height: 400px;
}

.form-group {
  margin-bottom: 15px;
}

.careersectioncard label {
  font-weight: 600;
  color: var(--secondary-dark);
  margin-bottom: 5px;
}
.foot-card{
  background-image: none !important;
}

select#joblevel,
select#salarycomp {
  width: 100%;
  height: 37.6px;
  border-radius: .375rem;
  border: 1px solid #ced4da;
}

.careersectioncard {
  /* background-image: url('../images/republic-cardbg.webp'); */
  background-color: var(--section-bg);
  background-size: cover;
  padding: 30px 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
.foot-card{
  padding: 20px 15px;
}

.emails-icons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9;
}

.emails-icons a {
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: block;
  line-height: 49px;
}

.emails-icons a i {
  font-size: 21px;
  color: var(--white);
}

.rating-circle h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  /* -webkit-text-stroke-width: 1.7px; */
  /* -webkit-text-stroke-color: var(--white); */
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  color: var(--white);
}

.rating-start {
  height: 210px;
  width: 210px;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin: 0 auto;
  color: var(--white);
  border: 30px solid var(--white);
  position: relative;
}

.rating-new {
  background-color: var(--title-new) !important;
}

.rating-new::before {
  border: 5px solid var(--title-new) !important;
}

.rating-start::before,
.ratings-img::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  left: -15px;
  bottom: -15px;
  margin: 0 auto;
  border: 5px solid transparent !important;
  border-top-color: var(--primary-color) !important;
  border-right-color: var(--primary-color) !important;
  border-bottom-color: var(--primary-color) !important;
  border-left-color: var(--primary-color) !important;
  /* border-left-color:  !important; */
  /* border-left-width: 10px !; */
  transform: rotate(42deg);
  border-radius: 50%;
  transition: all 0.4s linear;

}

.circle-para {
  margin-top: 9px !important;
}

.rating-new::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -15px;
  bottom: -15px;
  margin: 0 auto;
  border: 5px solid transparent !important;
  border-top-color: var(--title-new) !important;
  border-right-color: var(--title-new) !important;
  border-bottom-color: var(--title-new) !important;
  border-left-color: var(--title-new) !important;
  /* border-left-color:  !important; */
  /* border-left-width: 10px !; */
  transform: rotate(42deg);
  border-radius: 50%;
  transition: all 0.4s linear;

}

.ratings img {
  height: auto;
  width: 190px;
}

.progress-bar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background:
    radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(hotpink 75%, pink 0);
}


.ratings-img::before {
  border: 5px solid var(--secondary-color) !important;
}

.ratings svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}

.ratings svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--section-bg);
  stroke-width: 10;
  stroke-linecap: round;
}

.ratings svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
  stroke: var(--primary-color);
}

.ratings .number {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}

.ratings .number::before {
  content: "%";
  font-size: 42px;
  /* -webkit-text-stroke-width: 1.7px; */
  /* -webkit-text-stroke-color: var(--white); */
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  color: var(--white);
  margin-right: -90px;
}

.ratings .number h3 {
  font-size: 42px;
  /* -webkit-text-stroke-width: 1.7px; */
  /* -webkit-text-stroke-color: var(--white); */
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  color: var(--white);
}

.ratings-img {
  height: 190px;
  width: 190px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  background: url(../images/employee/dharmendra-ahuja.html) no-repeat center;
  background-size: contain;
  background-color: var(--secondary-color);
  background-position: 13px 13px;
  border: 30px solid var(--white);
  position: relative;
}

#open-positions {
  overflow: hidden !important;
}

#open-positions .box-main {
  margin-top: 70px;
}

#open-positions .box {
  background-color: var(--primary-dark);
  padding: 40px 0px 40px 120px;
  position: relative;
}

.box::before {
  position: absolute;
  top: 27px;
  right: -100px;
  width: 200px;
  height: 212px;
  border-radius: 30px;
  transform: rotate(45deg);
  background: var(--primary-dark);
  content: "";
  z-index: -1;
}

#open-positions .box .section-title {
  text-align: left;
}

#open-positions .box .section-title h2,
#open-positions .box .section-title h3 {
  color: var(--white);
}

#open-positions .box .section-title span {
  font-weight: 800 !important;
  color: transparent;
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: var(--white);
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}

#open-positions .box .btn {
  padding: 6px 35px;
}

#open-positions .job-img {
  text-align: right;
}

#open-positions .job-img img {
  width: 80%;
}



/* New */
.circle {
  position: relative;
  width: 100%;
  padding: 15px 0;
}

.circle h2 {
  display: block;
  text-align: center;
  color: #fff;
}

.circle .chart {
  position: relative;
  width: 64%;
  height: 100%;
  text-align: center;
  margin: auto;
  font-size: 40px;
  line-height: 160px;
  height: 160px;
  color: #fff;
  font-weight: bold;

}

.circle canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
}

.circle .bg {
  position: absolute;
  background-color: var(--title-new);
  height: 135px;
  width: 135px;
  border-radius: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.friend .circle .bg,
.ceo .circle .bg {
  position: absolute;
  background-color: var(--primary-color);
  height: 135px;
  width: 135px;
  border-radius: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.owner .circle .bg {
  background-color: var(--secondary-color);
  /* background-image: url(/assets-new/images/dharmendra-ahuja.webp); */
  background-size: cover;
  background-repeat: no-repeat;
}

/* .owner .owner-img{
  position: relative;
  background-image: url(/assets-new/images/dharmendra-ahuja.webp);
  background-size: cover;
  z-index: 9999;
} */
/*--------------------------------------------------------------
# State Page
--------------------------------------------------------------*/
.state-map {
  position: absolute;
  left: 80px;
  top: 0px;
  height: 100%;
  z-index: -1;
  opacity: 0.20;
}

.banner-text h1 {
  font-size: 30px;
  font-weight: 700;
}

.banner-text .d-table-cell {
  vertical-align: middle;
}

.banner-text .banner-title {
  font-size: 40px;
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: var(--primary-color);
  color: var(--white);
  font-family: 'Poppins', sans-serif;
}

.banner-text .cd-words-wrapper {
  color: var(--primary-color);
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0
}

.cd-words-wrapper b.is-visible {
  position: relative
}

.no-js .cd-words-wrapper b {
  opacity: 0
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1
}

.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s
}

.banner-text h2 {
  font-size: 18px;
  color: var(--secondary-dark);
}

.mobile-gallery i {
  position: absolute;
  left: 66%;
  top: 66%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-in-out infinite;
}

.state-form::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 90px;
  height: calc(100% - 180px);
  width: 40%;
  background-color: var(--primary-dark);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: -1;
}

.state-form::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 90px;
  height: calc(100% - 180px);
  width: 11%;
  background-color: var(--primary-dark);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: -1;
}

.state-form .col-lg-7 {
  margin-top: 60px;
}

.acceptterms p {
  font-size: 11px;
  padding-left: 15px;
}

div#super-slider .slide {
  padding: 10px;
  height: auto;
}

div#super-slider .slick-track {
  display: flex;
}

div#super-slider .carousel-image {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  background-color: var(--section-bg);
  height: 100%;
}

div#super-slider .carousel-image img {
  margin: 0 auto;
  height: 70px;
}

div#super-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

div#super-slider .slick-next.slick-arrow {
  right: -5%;
  font-size: 24px;
}

div#super-slider .slick-prev.slick-arrow {
  left: -5%;
  font-size: 24px;
}

.feature-design {
  border: 3px solid var(--primary-dark);
  border-radius: 30px;
  overflow: hidden;
}

#scroll-feature {
  overflow-y: scroll;
}

.feature-design .col-lg-9 {
  max-height: 450px;
  overflow-y: scroll;
  padding: 15px;
}

.feature-left {
  background-color: var(--primary-dark);
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}

.feature-left ul {
  list-style-type: none;
  margin-right: -1px;
}

.feature-left ul li {
  padding: 5px 0px 5px 15px;
}

.feature-left ul li a {
  padding: 15px 0px 15px 15px;
  display: block;
}

.feature-left ul li a.active {
  background-color: var(--white);
  color: var(--primary-dark) !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.feature-box {
  margin-bottom: 15px;
}

.feature-box h5 {
  font-size: 18px;
}

.feature-box p {
  font-size: 15px;
  margin-bottom: 0px;
}

.feature-box img {
  height: 80px;
  margin-bottom: 5px;
}

div#features-items .accordion-item {
  margin-bottom: 10px;
  border: 1px solid var(--primary-dark);
  border-radius: 5px;
}

div#features-items .accordion-body {
  padding: 10px;
}

div#features-items .accordion-header {
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 5px;
}

div#features-items .accordion-button {
  padding: 10px;
}

div#features-items .accordion-button:after {
  width: 20px;
  height: 20px;
}

div#features-items .accordion-button.collapsed::after {
  background: url("../images/bottom-arrow.png");
  background-size: contain;
}

div#features-items .accordion-button:not(.collapsed)::after {
  background: url("../images/top-arrow.png");
  background-size: contain;
}

.content-section {
  padding: 30px 0px 15px 0px;
  border-bottom: 2px solid var(--secondary-color);
}

.content-section:last-child {
  border-bottom: none;
}

div#business-sliders .slide {
  padding: 10px;
}

div#business-sliders .slide img {
  height: 250px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.business-sliders .slide:nth-child(even) .post-img img {
  margin-top: 50px !important;
}

.section-title h2 i {
  padding: 6px;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  font-size: 16px;
  background-color: var(--white);
  color: var(--primary-dark);
}

.input-box {
  position: absolute;
  max-width: 30px;
  height: 32px;
  transition: all 0.5s ease-in-out;
  display: inline-table;
  right: 0;
  top: 10px;
}

.input-box.open {
  max-width: 200px;
  right: -20%;
}

.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 30px;
  outline: none;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.input-box.open input {
  padding: 0 10px 0 45px;
  opacity: 1;
}

.input-box .search-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-text-stroke-width: 0px;
}

.input-box.open .search {
  border-radius: 6px 0 0 6px;
}

.search .search-icon {
  font-size: 30px;
}

section#benefits .carousel-feature {
  padding: 15px;
}

section#benefits img {
  height: 100px;
  margin-bottom: 15px;
}

.benefits h5 {
  color: var(--primary-dark);
  font-weight: 700;
  margin-top: 10px;
}

div#benefit-slider .slick-track {
  display: flex;
}

div#benefit-slider .slide .carousel-image {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  height: 100%;
}

div#benefit-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9999;
}

div#benefit-slider .slick-next.slick-arrow {
  right: -2%;
  font-size: 24px;
}

div#benefit-slider .slick-prev.slick-arrow {
  left: -2%;
  font-size: 24px;
}

div#benefit-slider .slide.slick-slide {
  padding: 15px;
  height: inherit !important;
  transform: scale(0.85);
  transition: 1s ease-in-out;
}

div#benefit-slider .slide.slick-slide.slick-current.slick-active.slick-center .carousel-image {
  background-color: var(--section-bg);
}

div#benefit-slider .slide.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.05);
  transition: 1s ease-in-out;
}

div#business-sliders .slick-arrow i {
  border-radius: 5px;
  background-color: var(--primary-dark);
  color: var(--white);
  font-size: 14px;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 23px;
}

div#business-sliders .slick-next.slick-arrow {
  position: absolute;
  left: 51%;
  bottom: -45px;
  width: auto;
  display: table;
  cursor: pointer;
}

div#business-sliders .slick-prev.slick-arrow {
  position: absolute;
  left: 49%;
  bottom: -45px;
  width: auto;
  display: table;
  cursor: pointer;
}

/* Splide  */

.splide {
  padding: 0;
  height: 150px;
}

.splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
}

.splide__track {
  height: 100% !important;
}

.splide__pagination {
  display: none;
}

.splide__arrow {
  display: none;
}

.splide__slide img {
  width: 100%;
  height: 90%;
  
  border-radius: 10px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .12);
}

@media (max-width:768px) {
  .banner-mobiletext{
    position: absolute;
    top: 25% !important;
  }
    .banner-btn{
      left: 37%;
    }
  .india-icon {
    position: absolute;
    top: 3px !important;
    right: 20px;
  }

  .accordion-body {
    font-size: 15px !important;
  }

  .business-text ul li {
    font-size: 15px !important;
  }

  p {
    font-size: 15px !important;
  }

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--primary-dark);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }

  .video-play-button i.fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 15px;
    z-index: 9;
    color: var(--white);
    font-size: 20px;
    text-align: center;
  }

  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--primary-dark);
    border-radius: 50%;
    transition: all 200ms;
  }

  /* .about-vasy{
  margin-top: 20px;
} */
}

@media (max-width:600px) {
  .about-vasy {
    margin-top: 15px;
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: 4px;
    height: 150px !important;
    width: 150px !important;
  }

}

@media (max-width:480px) {
  .splide {
    height: 120px;
  }

  .splide__slide {
    height: 100px;
  }

}

@media (max-width:400px) {
  .banner-mobiletext {
      position: absolute;
      top: 23% !important;
    }
  .splide {
    height: 120px;
  }

  .splide__slide {
    height: 100px;
  }

  .splide__slide img {
    width: 100%;
    /*height: 90%;
    padding: 0 10px;*/
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  }

}

@media (max-width:320px) {

  p {
    font-size: 13px !important;
  }

  .splide {
    height: 110px;
  }

  .splide__slide {
    height: 100px;
  }

  .splide__slide img {
    width: 100%;
    /*height: 90%;
    padding: 0 5px;*/
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  }

}

.why-vasy-video img {
  margin: auto;
  /* height: 300px !important; */
}

.why-vasy-video img,
.solution-video img {
  border-radius: 20px;
  border: 4px solid var(--primary-color);

}

.why-vasy-video .slick-arrow {
  text-align: center;
}

.why-vasy-video .slick-arrow:hover {
  cursor: pointer;
}

.why-vasy-video .slick-arrow i {
  background-color: var(--primary-dark);
  color: var(--white);
  height: 24px;
  width: 24px;
  font-size: 22px;
  text-align: center;
  border-radius: 5px;
  font-weight: 900;
}

div#faq-items .accordion-header {
  border-left: 4px solid var(--primary-dark);
}

div#faq-items .accordion-header .accordion-button.collapsed {
  color: black;
  background-color: var(--section-bg);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

div#faq-items .accordion-header .accordion-button {
  background-color: var(--primary-dark);
  color: var(--white);
  box-shadow: none !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

div#faq-items .accordion-header .accordion-button:after {
  color: var(--white);
}

div#faq-items .accordion-header .accordion-button:focus {
  box-shadow: none;
}

div#faq-items .accordion-body {
  background-color: var(--section-bg);
  font-size: 15px;
}

div#faq-items .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px !important;
}

div#faq-items .accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 0px !important;
}

.faqs .accordion-button.collapsed::after {
  background: url("../images/plus.png");
  background-size: contain;
}

.faqs .accordion-button:not(.collapsed)::after {
  background: url("../images/minus.png");
  background-size: contain;
}

button.close {
  position: absolute;
  right: -13px;
  top: -13px;
  padding: 5px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  opacity: 1;
  z-index: 99;
  border: none;
  line-height: 10px;
}

div#desktopslider .carousel-control-next,
div#desktopslider .carousel-control-prev {
  width: 5%;
}

div#mobileslider .carousel-control-next,
div#mobileslider .carousel-control-prev {
  width: 5%;
}

.offer-code img {
  position: absolute;
  left: -25px;
  top: -35px;
  width: 75%;
}

.whatsapp-icons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}

.enquiry-form {
  background-color: var(--white);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
}

/* Thank You Page */
.outer-container {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
}

.inner-container {
  display: table-cell;
  vertical-align: middle;
}

iframe#player,
iframe#player2 {
  width: 100%;
  height: 390px;
  border-radius: 10px;
  border: 4px solid var(--primary-color);
}

.mute {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 5px;
}

.lang-tab {
  border-bottom: none !important;
}

.lang-tab a {
  border: 3px solid var(--primary-color) !important;
  border-bottom: none !important;
  font-size: 14px;
  padding: 5px 10px;
}

.lang-tab a.active {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
}

.lang-tab li:first-child a {
  border-top-right-radius: 0px !important;
}

.lang-tab li:last-child a {
  border-top-left-radius: 0px !important;
}

/* Solutions Page */
.contact-banner {
  padding: 0px !important;
  border-radius: 0px !important;
}

.contact-banner img,
.contact-banner .carousel-inner,
.contact-banner .carousel-item {
  border-radius: 0px;
}

/* .solutions-banner .carousel-item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-color: rgba(0, 131, 185, 0.90);
} */

.solutions-banner-right {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}

.challanges-img img {
  border-radius: 20px;
  width: 100%;
}

.solution-video {
  margin-top: 0;
}

img#challanges-1 {
  width: 115px;
  position: absolute;
  left: -13px;
  top: 5%;
  z-index: -1;
}

img#challanges-2 {
  width: 115px;
  position: absolute;
  left: -13px;
  bottom: 5%;
  z-index: -1;
}

img#challanges-3 {
  width: 115px;
  position: absolute;
  right: -13px;
  top: 5%;
  z-index: -1;
}

img#challanges-4 {
  width: 115px;
  position: absolute;
  right: -13px;
  bottom: 5%;
  z-index: -1;
}

img#challanges-5 {
  height: 115px;
}

.solutions-features:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 12%;
  height: calc(100% - 24%);
  width: 52%;
  background-color: var(--primary-dark);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: -1;
}

.key-capabilities {
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 5px 1px var(--shadow);
}

.key-capabilities::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -5px;
  height: calc(100% + 10px);
  width: 3px;
  background-color: var(--primary-bg-light);
}

.key-capabilities.active::before {
  background-color: var(--primary-light) !important;
}

.solution-box {
  border: 1px solid var(--primary-dark);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  position: relative;
}

.solution-box::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 3px;
  background-color: var(--primary-dark);
}

.solution-box:hover {
  box-shadow: 0px 0px 5px 1px var(--shadow);
}

.solution-box:hover::before {
  width: 9px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.solution-points img {
  box-shadow: 0px 0px 5px 1px var(--shadow);
}

.business-sliders-solutions .post-img::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: rgb(0, 131, 185);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.90) 10%, rgba(0, 0, 0, 0.50) 25%, rgba(0, 0, 0, 0.20) 50%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.business-sliders-solutions .post-img p {
  opacity: 1 !important;
}

/* .business-sliders-solutions .post-img:hover p {
  opacity: 1;
} */

.business-sliders-solutions .post-img:hover::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: rgb(0, 131, 185);
  background: linear-gradient(360deg, rgba(0, 131, 185, 0.90) 25%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.business-sliders-solutions .post-img .text-start {
  position: absolute;
  left: 10px;
  bottom: 6%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

/* .business-sliders-solutions .post-img:hover .text-start {
  bottom: 6%;
} */

/* Contact Page */
.contact-banner-right {
  position: absolute;
  right: 0px;
  bottom: 10%;
}

.contact-banner .carousel-caption {
  left: calc(5% + 70px) !important;
}

.contact-banner-right img {
  border: 0px;
  border-radius: 0px;
}

.contact-infos {
  box-shadow: 0px 0px 5px 1px var(--shadow);
  height: 150px;
}

.contact-infos img {
  height: 50px;
  margin-bottom: 10px;
  border: none;
  border-radius: 0px;
}

.contact-box {
  background-color: rgba(0, 131, 185, 0.85);
  overflow: hidden;
}

.contact-box img {
  position: absolute;
  top: 0px;
  left: 12px;
  width: calc(100% - 24px);
  border-radius: 10px;
  z-index: -1;
  height: 100%;
}

.contact-icon i {
  background-color: var(--white);
  color: var(--primary-color);
  font-size: 24px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 41px;
}

.contactbox-position {
  position: absolute;
  z-index: 9;
  left: 13%;
  top: 27px;
  width: 32%;
  overflow: hidden;
}

iframe#map-location {
  border: 4px solid var(--primary-color);
  border-radius: 20px;
  width: 100%;
  height: 450px;
}

div#contact-client .slick-slide {
  padding: 10px;
}

div#contact-client .slide .client-logos {
  box-shadow: 0px 0px 5px 1px var(--shadow);
  border-radius: 10px;
}

div#contact-client .slide .client-logos img {
  padding: 0px 10px;
}

div#contact-client img {
  margin: 0 auto;
}

.newletter-box {
  border-radius: 20px;
}

.newletter-box::before {
  content: "";
  position: absolute;
  height: 130px;
  width: 130px;
  right: -50px;
  top: 24px;
  display: block;
  border-radius: 1rem;
  transform: rotate(45deg);
  background-color: var(--primary-dark);
}

input#email {
  border-radius: 0px;
  border-bottom: 2px solid var(--white) !important;
}

input#email:focus {
  box-shadow: none;
}

input#email::placeholder {
  color: rgba(255, 255, 255, 0.70);
}

.iti {
  display: block !important;
}

.selected-dial-code {
  font-size: 16px;
}

/* Client Pages */
.client-caseshape::before {
  position: absolute;
  content: "";
  left: -1.5%;
  top: 10%;
  height: 80%;
  width: 5%;
  border-radius: 20px;
  background-color: var(--primary-dark);
  z-index: -1;
}

.client-caseshape::after {
  position: absolute;
  content: "";
  right: -1.5%;
  top: 10%;
  height: 80%;
  width: 5%;
  border-radius: 20px;
  background-color: var(--primary-dark);
  z-index: -1;
}

/* img#client-banner-3 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  bottom: -320px;
} */
img#client-banner-3 {
  width: 50%;
  /* text-align: center; */
}

.client-counter .three-digit .number:before {
  content: '+';
  margin-right: -100px;
}

.client-counter .three-digit .number {
  left: 47%;
}

.client-counter .client-img img {
  padding: 6px 50px;
  /* border: 1px solid var(--primary-color); */
  border-radius: 5px;
  height: 100px;
  box-shadow: 0 1px 1px 2px lightgray;
}

.small-cta::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 7px;
  height: 55px;
  width: 54px;
  background-color: var(--primary-dark);
  border-radius: 10px;
  transform: rotate(45deg);
  z-index: -1;
}

.video-play-buttons {
  position: absolute;
  bottom: 10%;
  left: 47%;
  padding-left: 15px;
}

.video-play-buttons i {
  padding: 10px;
  border-radius: 50%;
  width: 36px;
  text-align: center;
  position: absolute;
  left: -20px;
  top: -5px;
}

/* Policy Pages */
.policy-content p {
  text-align: justify;
}

::marker {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

ol ul li {
  padding: 3px 0px;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0
  }

  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1
  }
}

@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0
  }

  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0
  }

  65% {
    opacity: 0
  }

  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0
  }

  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1
  }
}

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0
  }
}

@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1
  }

  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1
  }

  65% {
    opacity: 0
  }

  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1
  }

  65% {
    opacity: 0
  }

  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0
  }
}

/* Review Section */
.review-section2 {
  position: relative;
}

.review-section2 .review-head {
  text-align: center;
}

.review-section2 .review-head h2 {
  font-size: 27px;
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
  color: #3b2389;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.review-section2 .review-head h2 i {
  color: red;
  margin: 0 7px;
  font-size: 40px;
}

.review-section2 .review-head h2 span {
  font-size: 40px;
  margin-right: 7px;
  font-weight: 700 !important;
  color: #3b2389;
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #3b2389;
  font-family: "Poppins", sans-serif;
}

.review-section2 .review-head p {
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .review-section2 .review-head h2 {
    font-size: 18px;
  }

  .review-section2 .review-head h2 i {
    font-size: 20px;
  }

  .review-section2 .review-head h2 span {
    font-size: 22px;
  }

  .review-section2 .review-head p {
    font-size: 12px;
  }
}

@media screen and (max-width: 420px) {
  .review-section2 .review-head h2 {
    font-size: 17px;
  }

  .review-section2 .review-head h2 i {
    font-size: 20px;
  }

  .review-section2 .review-head h2 span {
    font-size: 22px;
  }

  .review-section2 .review-head p {
    font-size: 12px;
  }
}

.review-section2 .review-data {
  width: 90.5%;
  padding-top: 30px;
  margin: auto;
}

.review-section2 .review-data .review-cards {
  display: flex;
}

.review-section2 .review-data .review-cards .card {
  z-index: 1;
  height: 515px;
  width: auto;
  padding: 25px 20px;
  border-radius: 20px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.review-section2 .review-data .review-cards .card .head {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.review-section2 .review-data .review-cards .card .head .image {
  background-color: purple;
  padding: 5px 15px;
  border-radius: 100px;
  height: 45px;
  color: white;
}

.review-section2 .review-data .review-cards .card .head .name {
  margin-left: 30px;
}

.review-section2 .review-data .review-cards .card .head .name .rate {
  display: flex;
  justify-content: space-between;
}

.review-section2 .review-data .review-cards .card .head .name .rate .ico i {
  color: gold;
}

.review-section2 .review-data .review-cards .card .head .name h5 {
  margin-bottom: 2px;
  text-transform: capitalize;
  font-size: 18px;
}

.review-section2 .review-data .review-cards .card .head .name p {
  font-size: 15px;
  margin-bottom: 3px;
}

.review-section2 .review-data .review-cards .card .data-text {
  margin-top: 10px;
}

.review-section2 .review-data .review-cards .card .data-text p {
  font-size: 15px;
}

.review-section2 .review-data .icos {
  position: relative;
  z-index: 999;
  text-align: right;
  margin-top: 20px;
}

.review-section2 .review-data .icos a {
  padding: 10px;
  background-color: #3b2389;
  color: white;
}

.review-section2 .slider {
  z-index: 1;
}

.review-section2 .box-review {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #00539F;
}

#desktopgallery .modal-body {
  background-image: none;
}

@media screen and (max-width: 1024px) {
  .review-section2 .box-review {
    display: none;
  }

}

@media screen and (max-width: 768px) {
  .state-map {
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    z-index: -1;
    opacity: 0.20;
  }

  .review-section2 .review-data .icos {
    position: relative;
    z-index: 999;
    text-align: center;
    margin: 20px 0;
    display: none;
  }

  .review-btn {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 20px !important;
  }
}

/*--------------------------------------------------------------
# Responsive Screen
--------------------------------------------------------------*/
@media (min-width:1919px) and (max-width:1980px) {
  .state-form::after {
      width: 14% !important;
    }
  .why-vasy-video img {
      margin: auto;
      height: 401px !important;
    }
  .business-text .textbox2 {
    position: absolute;
    background-color: var(--section-bg);
    left: -112px;
    top: 0;
    height: 460px;
    width: 820px !important;
    z-index: -1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .text-brand {
    margin-top: 10px;
  }

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50% !important;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--primary-dark);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }

  .video-play-button i.fa {
    position: absolute;
    left: 50% !important;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 15px;
    z-index: 9;
    color: var(--white);
    font-size: 20px;
    text-align: center;
  }

  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50% !important;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--primary-dark);
    border-radius: 50%;
    transition: all 200ms;
  }
}

@media (min-width:1600px) {
  .input-box.open input {
    padding: 0 10px 0 70px;
    opacity: 1;
  }

  .input-box.open {
    max-width: 300px;
    right: -20%;
  }

  .input-box .search-box {
    position: absolute;
    top: 0;
    left: 26px;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-text-stroke-width: 0px;
  }

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 43%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--primary-dark);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }

  .video-play-button i.fa {
    position: absolute;
    left: 43%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 15px;
    z-index: 9;
    color: var(--white);
    font-size: 20px;
    text-align: center;
  }

  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 43%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--primary-dark);
    border-radius: 50%;
    transition: all 200ms;
  }

  body,
  .h6,
  h6 {
    font-size: 20px;
  }

  .h5,
  h5 {
    font-size: 24px;
  }

  .container {
    max-width: 1500px;
  }

  .time {
    line-height: 30px;
  }

  .contact-banner .carousel-caption {
    left: calc(9% + 70px) !important;
  }

  div#carouselExampleDark .carousel-caption {
    left: 9%;
  }

  div#carouselExampleDark img {
    width: 100%;
  }

  .clients-bg::before {
    top: 23px;
    right: -58px;
    width: 132px;
    height: 132px;
  }

  .bg-shape::after {
    top: 73px;
    right: -207px;
    width: 405px;
    height: 405px;
  }

  .dropdown .dropdown-menu {
    left: 54% !important;
  }

  div#industries-slider {
    margin-top: 60px !important;
  }

  .cta-box::before {
    top: 41px;
    width: 250px;
    height: 250px;
    right: -119px;
  }

  .state-form::after {
    width: 8%;
  }

  .input-box {
    right: 29%;
  }

  .input-box.open {
    right: 11%;
  }

  .newletter-box::before {
    height: 139px;
    width: 139px;
    right: -55px;
    top: 22px;
  }

  .company-history .slides {
    height: 390px;
  }

  .contact-text p {
    margin-bottom: 0px;
  }

  .circle canvas {
    position: absolute;
    top: 0;
    left: 12px;
    width: 100%;
    width: 100%;
  }

  #cookies-btn {
    position: absolute;
    right: -7px;
    top: -9px;
    background-color: var(--primary-dark);
    color: var(--white);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    border: 2px solid var(--white);
    line-height: 17px;
  }
}

@media (max-width:1600px) {
  .input-box.open input {
    padding: 0 10px 0 70px;
    opacity: 1;
  }

  .input-box.open {
    max-width: 300px;
    right: -280px;
  }

  .input-box .search-box {
    position: absolute;
    top: 0;
    left: 26px;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-text-stroke-width: 0px;
  }
}

@media (min-width:1280px) and (max-width:1290px) {
  .header-stripe .hline {
    background-image: url(../images/republic-strip.html) !important;
    background-size: cover !important;
    width: 100%;
    background-color: white;
    background-position: center;
    font-size: 13px;
    line-height: 2;
  }

  .circle canvas {
    position: absolute;
    top: 0;
    left: -12px;
    width: 100%;
    width: 100%;
  }
}

@media (min-width:1366px) and (max-width:1400px) {
  .menuItem>li {
      font-size: 14px;
      padding: 0 6px;
    }
  .header-stripe .hline {
    background-image: url(../images/republic-strip.html) !important;
    background-size: cover !important;
    width: 100%;
    background-color: white;
    background-position: center;
    font-size: 13px;
    line-height: 2;
  }

  .logo-nav {
    height: 38px;
  }

  .circle canvas {
    position: absolute;
    top: 0;
    left: -11px;
    width: 100%;
    width: 100%;
  }

  .clients-bg::before {
    position: absolute;
    top: 20px;
    right: -46px;
    width: 105px;
    height: 105px;
    border-radius: 0.5em;
    transform: rotate(45deg);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    background: var(--white);
    content: "";
    z-index: -1;
  }

  .cta-box::before {
    position: absolute;
        top: 41px;
          right: -122px;
          width: 255px;
          height: 254px;
    border-radius: 30px;
    transform: rotate(45deg);
    background: var(--primary-dark);
    content: "";
    z-index: -1;
  }
}

@media only screen and (min-width:1200px) and (max-width: 1365px) {
  .header-stripe .hline {
    background-image: url(../images/republic-strip.html) !important;
    background-size: cover !important;
    width: 100%;
    background-color: white;
    background-position: center;
    font-size: 13px;
    line-height: 2;
  }

  .circle canvas {
    position: absolute;
    top: 0;
    left: -11px;
    width: 100%;
    width: 100%;
  }

  .clients-bg::before {
    top: 20px;
    right: -45px;
    width: 104px;
    height: 104px;
  }

  section#about .solutions-list a p {
    font-size: 14px;
  }

  .bg-shape::after {
    top: 58px;
    right: -165px;
    width: 333px;
    height: 333px;
  }

  .cta img {
    width: 31%;
    left: -2%;
  }

  .cta-box::before {
    top: 41px;
    right: -118px;
    width: 255px;
    height: 255px;
  }

  .gap-xl-5 {
    gap: 1rem !important;
  }

  .menuItem>li {
    font-size: 14px;
    padding: 0 6px;
  }

  .footer-top .social-links a {
    margin-right: 0px;
  }

  .small-cta::before {
    right: -19px;
    top: 8px;
    height: 53px;
    width: 54px;
  }
}

@media (min-width:1024px) and (max-width:1199px) {
  
  .solutions-features .solutions-animations img {
    height: auto !important;
    width: 70%;
    margin: auto;
  }

  .footer-top .social-links a {
    margin-bottom: 5px;
  }

  #open-positions .box {
    background-color: var(--primary-dark);
    padding: 40px 0px 40px 56px;
    position: relative;
  }

  .client-counter .client-img img {
    height: 100px;
    padding: 6px 40px;
  }

  .about-section .shape {
    display: none;
  }

  .box::before {

    display: none;
  }

  #open-positions .box-main {
    margin-top: 20px;
  }

  #open-positions .job-img {
    text-align: center;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .static-text {
    line-height: 2.55 !important;
    margin-bottom: 0 !important;
  }

  div#keyfeatures .slide .carousel-image {
    border-radius: 10px;
    height: auto !important;
    width: 90%;
    margin: auto;
    padding: 25px 15px;
    background-color: var(--section-bg);
  }

  .key-hero {
    height: 450px;
    margin-bottom: 20px;
  }

  .bg-box {
    border: 10px solid var(--primary-dark);
    width: 100%;
    height: 650px;
    z-index: -1;
    left: 0;
    top: -88px;
  }

  .brochure-box p {
    font-size: 20px;
    width: 100%;
  }

  .brochure-img {
    text-align: center;
  }

  .brochure-box {
    text-align: center;
  }
}

@media (max-width:1024px) {
  .business-text .textbox {
    position: absolute;
    background-color: var(--section-bg);
    left: 0;
    top: 0;
    height: 460px;
    width: 0;
    z-index: -1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .business-text .textbox2 {
    position: absolute;
    background-color: var(--section-bg);
    left: -112px;
    top: 0;
    height: 460px;
    width: 0;
    z-index: -1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  body {
    font-size: 14px;
  }

  .about-section .shape {
    display: none;
  }

  element.style {
    height: 160px;
    width: 160px;
  }

  .circle canvas {
    position: absolute;
    top: 0;
    left: -11px;
    width: 100%;
    width: 100%;
  }

  section {
    padding: 30px 0px;
  }

  .homebanner {
    padding: 40px 20px 0px 20px;
  }

  div#carouselExampleDark .carousel-control-prev {
    width: 2%;
    left: 2%;
  }

  div#carouselExampleDark .carousel-control-next {
    width: 2%;
    right: 2%;
  }

  div#super-slider .slick-prev.slick-arrow {
    left: -3%;
  }

  div#super-slider .slick-next.slick-arrow {
    right: -3%;
  }

  div#business-sliders .slick-next.slick-arrow {
    right: 47%;
  }

  div#business-sliders .slick-prev.slick-arrow {
    left: 47%;
  }

  div#carouselExampleDark .carousel-caption h1,
  div#carouselExampleDark .carousel-caption h2,
  .banner-text h1,
  .section-title h2,
  .section-title h1 {
    font-size: 22px;
  }

  div#carouselExampleDark .carousel-caption h1 span,
  div#carouselExampleDark .carousel-caption h2 span,
  .banner-text .banner-title,
  .section-title h2 span,
  .section-title h1 span {
    font-size: 28px;
  }

  div#carouselExampleDark .carousel-caption h3 {
    font-size: 16px;
  }

  .section-title h3 {
    font-size: 16px !important;
  }

  .bg-shape::after,
  .bg-shape::before,
  .cta-box::before,
  .state-form::before,
  .state-form::after {
    display: none;
  }

  div#industries-slider {
    margin-top: 0px !important;
  }

  .boxes h6 {
    min-height: 32px;
  }

  .bg-shape {
    border-radius: 10px;
  }

  #integration-carousel .slick-slide,
  #integration-carousel2 .slick-slide {
    padding: 10px 0px;
  }

  .footer-shape,
  .footer-bottom {
    padding: 15px;
  }

  .footer-top {
    padding: 80px 0 0px 0;
  }

  .mobile-app {
    margin-top: -70px;
  }

  .carousel-main {
    height: 340px;
  }

  .input-box {
    right: 35%;
    top: 0px;
  }

  .input-box.open {
    right: 18%;
  }

  .offer-code img {
    width: 23%;
    left: 20px;
    top: 64px;
  }

  .header-stripe .hline {
    font-size: 14px;
  }

  .logo-nav {
    height: 40px;
  }

  .menuItem>li {
    padding: 0px 6px;
    height: 60px;
    font-size: 12px;
  }

  .dropdown .dropdown-menu {
    top: 60px !important;
  }

  .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem;
  }

  .sidebar-navigation {
    top: 63px;
  }

  .cta h3 {
    font-size: 18px;
  }

  .solutions-lists h4,
  .solutions-list h5 {
    font-size: 16px;
  }

  .solutions-list a {
    padding: 5px;
  }

  .cta img {
    width: 27%;
    left: 3%;
  }

  iframe#player,
  iframe#player2 {
    height: 290px;
  }

  .business-sliders-solutions .post-img .text-start {
    bottom: 0;
  }

  .newletter-box::before {
    display: none;
  }

  .contact-banner .carousel-caption {
    left: 3% !important;
  }

  .contact-infos h5 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .blog .member i {
    right: 10px;
    font-size: 16px;
  }

  .blog .member h4 {
    font-size: 16px;
    left: 10px;
  }

  .small-cta h3 {
    font-size: 24px;
  }

  .small-cta::before {
    right: -16px;
    top: 7px;
    height: 49px;
    width: 49px;
  }

  .dc h6 {
    font-size: 15px;
  }

}

@media (max-width:992px) {
  img#client-banner-3 {
    width: 100%;
    /* text-align: center; */
  }

  .about-section .shape {
    display: none;
  }

  .breadcrumbs {
    margin-top: 68px;
  }

  .fs-5 {
    font-size: 18px !important;
  }

  .homebanner {
    padding: 40px 15px 0px 15px;
    border-radius: 20px;
  }

  div#carouselExampleDark .carousel-caption {
    width: 45%;
  }

  div#carouselExampleDark .carousel-control-prev {
    width: 2%;
    left: 2%;
  }

  div#carouselExampleDark .carousel-control-next {
    width: 2%;
    right: 2%;
  }

  div#carouselExampleDark .carousel-control-next-icon,
  div#carouselExampleDark .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
  }

  div#carouselExampleDark .carousel-caption h1,
  div#carouselExampleDark .carousel-caption h2,
  .banner-text h1 {
    font-size: 20px;
  }

  div#carouselExampleDark .carousel-caption h1 span,
  div#carouselExampleDark .carousel-caption h2 span,
  .banner-text .banner-title {
    font-size: 24px;
  }

  div#carouselExampleDark .carousel-caption h3,
  .banner-text h2 {
    font-size: 16px;
  }

  .clients-bg::before {
    top: 20px;
    right: -45px;
    width: 103px;
    height: 103px;
  }

  .toggle1 {
    left: 13%;
    bottom: 25%;
    top: auto;
  }

  .toggle2 {
    left: 45%;
    top: auto;
    bottom: 10%;
    right: auto;
  }

  .toggle3 {
    right: 10%;
    top: 41%;
    left: auto;
  }

  .toggle4 {
    right: 34%;
    top: 18%;
  }

  .toggle6 {
    right: 45%;
    bottom: 43%;
  }

  div#industries-slider {
    margin-top: 1rem !important;
  }

  .boxes img {
    height: 55px;
  }

  .solutions-img img {
    opacity: 0.3;
    margin: 0 auto;
  }

  .solutions-left-img {
    margin-bottom: 15px;
  }

  .industires-lists {
    padding: 0px 2px;
  }

  .bg-shape {
    padding: 15px 0px;
  }

  .boxes {
    margin-bottom: 0px !important;
  }

  div#nav-tabContent {
    text-align: center;
  }

  section#testimonial .slick-arrow {
    bottom: -30px;
  }

  section#testimonial::before {
    left: -58%;
  }

  .carousel-main {
    height: 310px;
  }

  .video-overlay iframe {
    width: 80% !important;
    height: 33% !important;
  }

  .cta-box {
    padding: 20px;
  }

  .footer-top {
    padding-top: 30px;
  }

  .footer-shape,
  .footer-bottom,
  .vasy-client,
  .headerbar {
    padding: 15px;
  }

  section#about .col-lg-3 {
    display: none !important;
  }

  .solutions-buttons {
    display: block;
  }

  .quick-contact {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
  }

  .iso-mobile {
    display: inline-block;
  }

  .business-sliders .slide:nth-child(even) .post-img img {
    margin-top: 0px !important;
  }

  .cloud-bg-shape {
    display: none;
  }

  .mobile-cloud {
    margin-top: -30px;
    margin-bottom: 20px;
  }

  .vision-mission {
    padding-bottom: 0px;
  }

  .rewardSection img {
    margin-top: 15px;
  }

  div#features-items .accordion-body {
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .slick-dots li:before {
    display: none;
  }

  .emp-testimonials .d-flex {
    display: block !important;
  }

  .emp-testimonials .slick-slide img {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .emp-details {
    text-align: center;
  }

  .emp-testimonials .slick-dots li {
    margin: 0 5px;
  }

  .emp-testimonials .slick-dots {
    position: relative;
    top: auto;
    right: auto;
    display: flex !important;
    flex-direction: row;
    margin: 20px auto 0;
    width: fit-content;
  }

  .business-sliders-solutions .post-img .text-start {
    bottom: 0;
  }

  .solution-video {
    margin-top: -25px;
  }

  .contact-infos h5 {
    font-size: 18px;
  }

  .contactbox-position {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    margin-bottom: 10px;
  }

  .contact-banner-right,
  .small-cta::before {
    display: none;
  }

  .small-cta h3 {
    font-size: 18px;
    line-height: 38px;
  }

  .contact-banner .carousel-caption {
    left: 5% !important;
  }

  .contact-top {
    margin-top: 15px;
  }

  .whatsapp-icons img {
    height: 40px;
  }

  #cookie {
    left: 11%;
    width: 78%;
    transform: translateX(0%)
  }

  .selected-dial-code {
    font-size: 14px;
  }

  .dc h6 {
    font-size: 16px;
  }

}

@media (max-width:991px) {
  .solutions-features:after {
    display: none;
  }

  .menuItem {
    display: none !important;
  }

  .client-counter .client-img img {
    height: 100px;
    padding: 6px 40px;
  }

  .about-section .shape {
    display: none;
  }

  .circle canvas {
    position: absolute;
    top: -1px;
    height: 163px !important;
    width: 163px !important;
    left: 27px;
    width: 100%;
    width: 100%;
  }

  .navbarContainer {
    padding: 10px 0px;
  }

  .input-box {
    right: 28%;
    top: 1px;
  }

  .input-box.open {
    right: 5%;
  }

  div#super-slider h6 {
    font-size: 15px;
  }

  div#business-sliders .slick-next.slick-arrow {
    left: 53%;
    transform: translateX(-53%);
  }

  div#business-sliders .slick-prev.slick-arrow {
    left: 47%;
    transform: translateX(-47%);
  }

  /* Career New  */
  #open-positions .box {
    padding: 40px;
  }

  #open-positions .box .section-title span {
    font-size: 35px;
  }

  .box::before {
    display: none;
  }

  #open-positions .job-img {
    text-align: center;
    margin-top: 20px;
  }

  #open-positions .job-img img {
    width: 50%;
  }

  #client-banner-2 {
    margin-top: 0px !important;
  }

  .bor_der {
    border-left: 1px solid #a3a4a8;
    border-right: 1px solid #a3a4a8;
  }
}

@media (min-width:912px) and (max-width:915px) {
  .laptop-over {
    position: absolute !important;
    top: 8.7% !important;
    width: 24.4% !important;
    left: 34.3% !important;
    transform: rotate(0.2deg) !important;
  }
}

@media (min-width:768px) and (max-width:910px) {
  .solutions-banner .carousel-item .banner{
    height: 400px !important;
    margin-bottom: 20px;
  }
}

@media (max-width:767px) {
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 98%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
  }

  .footer-top .social-links a {
    margin-bottom: 5px;
  }

  body {
    font-size: 12px;
  }

  .about-section .shape {
    display: none;
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 40px;
  }


  img#client-banner-3 {
    width: 100%;
  }

  .homebanner .carousel-inner .banner-img {
    /* position: relative; */
    display: none;
  }

  .circle .chart {
    position: relative;
    width: 64%;
    height: 100%;
    text-align: center;
    margin: auto;
    font-size: 40px;
    line-height: 135px;
    height: 135px;
    color: #fff;
    font-weight: bold;
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: -22px;
    height: 150px !important;
    width: 150px !important;

  }

  .circle .bg {
    position: absolute;
    background-color: var(--primary-color);
    height: 120px !important;
    width: 120px !important;
    border-radius: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }

  .rating-start {
    height: 180px;
    width: 180px;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin: 0 auto;
    color: var(--white);
    border: 30px solid var(--white);
    position: relative;
  }

  .rating-start::before,
  .ratings-img::before {
    content: "";
    position: absolute;
    width: 193px;
    height: 193px;
  }

  .ratings-img {
    height: 220px;
    width: 220px;

  }

  .rating-new::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;

  }

  .h3,
  h3 {
    font-size: 18px;
  }

  .modal-dialog {
    padding: 10px;
  }

  .logo-nav {
    height: 36px;
  }

  .section-title {
    padding-bottom: 15px;
  }

  .section-title h2,
  .section-title h1 {
    font-size: 18px;
  }

  .section-title h2 span,
  .section-title h1 span {
    font-size: 22px;
    -webkit-text-stroke-width: 1.1px;
    letter-spacing: 0.3px;
  }

  .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem;
  }

  .fs-3 {
    font-size: 20px !important;
  }

  .fs-5,
  .h5,
  h5,
  .blog .member h4,
  .blog .member i {
    font-size: 16px !important;
  }

  .sidebar-navigation {
    top: 80px;
  }

  .feature-box img {
    height: 60px;
  }

  .section-title h3,
  div#business-sliders h6,
  div#features-items .accordion-button {
    font-size: 14px !important;
  }

  .sidebar-navigation {
    top: 55px;
  }

  .mobile-menu a.btn-menu {
    width: 36px;
  }

  header#header {
    width: 100vw;
  }

  .clients-bg::before {
    top: 9px;
    right: -23px;
    width: 63px;
    height: 63px;
  }

  .clients-bg {
    padding: 0px 15px !important;
  }

  .homebanner img,
  .homebanner .carousel-item,
  .homebanner .carousel-inner,
  .solutions-banner .carousel-item:before {
    border-radius: 0px;
  }

  div#carouselExampleDark .carousel-caption {
    text-align: center !important;
    transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
    bottom: auto;
  }

  div#carouselExampleDark .carousel-caption .d-flex {
    display: block !important;
  }

  div#carouselExampleDark .carousel-caption {
    width: 90%;
    left: 5%;
    top: 12%;
    padding: 0px;
  }

  div#carouselExampleDark .carousel-control-next,
  div#carouselExampleDark .carousel-control-prev {
    width: 10%;
  }

  div#carouselExampleDark .carousel-control-next-icon,
  div#carouselExampleDark .carousel-control-prev-icon {
    height: 1rem;
    width: 1rem;
  }

  div#carouselExampleDark .carousel-caption h1,
  div#carouselExampleDark .carousel-caption h2,
  .banner-text h1 {
    font-size: 18px;
    margin-bottom: 8px !important;
  }

  div#carouselExampleDark .carousel-caption h1 span,
  div#carouselExampleDark .carousel-caption h2 span,
  .banner-text .banner-title {
    font-size: 22px !important;
    -webkit-text-stroke-width: 1.1px;
    display: block;
    letter-spacing: 0.3px;
  }

  div#carouselExampleDark .carousel-caption h3 {
    font-size: 18px;
    margin-bottom: 8px !important;
  }

  div#carouselExampleDark .carousel-control-next .carousel-control-next-icon {
    background-color: transparent;
  }

  .homebanner {
    padding: 0px !important;
  }

  .solutions-left-img {
    padding-right: 0px;
  }

  div#industries-slider .slick-list {
    padding: 0px;
  }

  .boxes {
    margin-bottom: 1.5rem !important;
  }

  #integration-carousel .slick-slide,
  #integration-carousel2 .slick-slide {
    padding: 10px;
  }

  .integration-bg {
    width: 100%;
    bottom: auto;
    top: 30%;
  }

  .careersectioncard {
    padding: 25px 10px;
  }
    .foot-card {
      padding: 10px;
    }

  .clients img {
    max-width: 75%;
    padding: 0px;
  }

  .vasy-client {
    max-height: 290px;
    padding: 0px;
  }

  .solutions-list {
    text-align: left !important;
  }

  .bg-shape,
  .vasyerp {
    padding: 15px;
  }

  section#testimonial {
    padding-bottom: 65px;
  }

  section#testimonial .slick-prev {
    left: calc(48% - 24px);
  }

  section#testimonial .slick-next {
    left: 52%;
  }

  .carousel-main {
    height: 170px;
  }

  section#cta {
    padding-top: 0px;
    margin-bottom: -1px;
    padding-bottom: 0px;
    background-color: var(--primary-dark);
  }

  .cta-box {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 20px 0px;
  }

  .cta img {
    position: relative;
    right: 0px;
    bottom: -20px;
    max-width: inherit;
  }

  .cta h3 {
    font-size: 15px;
  }

  .footer-top .footer-links {
    margin-bottom: 0px;
  }

  .footer-top .footer-links ul {
    column-count: 1;
  }

  .footer-top .footer-links ul li {
    width: 50%;
    float: left;
  }

  .footer-top .footer-links ul li:last-child {
    width: 100%;
  }

  .col-lg-3.border-end.border-dark.border-2 {
    border: none !important;
  }

  .logo img {
    height: 37px;
  }

  .footer-contact {
    display: flex;
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 10px;
  }

  .social-links {
    margin-top: 4px !important;
  }

  .footer-text {
    margin-top: 10px;
  }

  .mobile-app {
    margin-top: 0px;
  }

  .footer-top .social-links a {
    margin-right: 3px;
  }

  .play-store,
  .footer-bottom a,
  .quick-contact {
    margin-top: 10px;
  }

  .innerpage-banner {
    padding-top: 65px;
    overflow-x: hidden;
  }

  .vision-mission {
    padding-bottom: 0px;
  }

  .vision-img {
    width: 60%;
  }

  .company-history .inside-box::before {
    height: 31px;
    width: 31px;
  }

  div#emp-testimonial {
    padding: 0px 30px;
  }

  #emp-testimonial .slick-next {
    right: 5px;
  }

  #emp-testimonial .slick-prev {
    left: 5px;
  }

  #festival-sliderss .slick-next {
    right: -25px
  }

  #festival-sliderss .slick-prev {
    left: -25px
  }

  #emp-testimonial .slick-arrow {
    display: none !important;
  }

  .founderimage img {
    margin: 0 auto;
    display: block;
  }

  .workingcontent {
    margin-top: 10px;
  }

  .festival-sliderss .slick-slide {
    padding: 0px;
  }

  .festival-sliderss {
    margin-top: 10px;
  }

  .ratings .rating-circle,
  .ratings .percent,
  .ratings .ratings-img {
    transform: scale(0.8);
    margin-left: -15px;
  }

  .rating-circle h3 {
    left: 54%;
    font-size: 35px;
  }

  .ratings .number {
    left: 48%;
  }

  .ratings .number h3 {
    font-size: 35px;

  }

  .ratings {
    position: relative;
    margin-top: -26px !important;
  }

  .ratings p {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .review-section2 {
    overflow: hidden !important;
  }

  .ratings img {
    position: absolute;
    bottom: -30px;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
  }

  .client-counter .ratings img {
    position: relative;
    bottom: 0px;
    left: 0%;
    transform: translateX(0%);
  }

  .client-counter .ratings .rating-circle {
    transform: scale(1);
  }

  .dc .ratings p {
    left: 34%;
    transform: translateX(-20%);
  }

  .rewardSection .reward {
    display: block !important;
    margin-bottom: 15px !important;
  }

  .rewardSection .reward .btn {
    width: 100%;
    margin-bottom: 15px;
  }

  .rewardSection .reward .btn:nth-child(2) {
    margin-bottom: 0px !important;
  }

  .video-overlay iframe {
    height: 22% !important;
  }

  .video-play-button:before {
    height: 50px;
    width: 50px;
  }

  .video-play-button:after {
    height: 30px;
    width: 30px;
  }

  .video-play-button i {
    font-size: 14px !important;
    line-height: 21px;
  }

  div#features-items .accordion-body {
    max-height: 470px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  div#benefit-slider .slick-prev.slick-arrow,
  div#super-slider .slick-prev.slick-arrow {
    left: -5%;
  }

  div#benefit-slider .slick-next.slick-arrow,
  div#super-slider .slick-next.slick-arrow {
    right: -5%;
  }

  div#benefit-slider .slide .carousel-image {
    padding: 10px;
  }

  section#benefits img {
    height: 60px;
  }

  div#business-sliders .slick-next.slick-arrow {
    left: 55%;
    bottom: -25px;
    transform: translateX(-55%);
  }

  div#business-sliders .slick-prev.slick-arrow {
    left: 45%;
    bottom: -25px;
    transform: translateX(-45%);
  }

  div#business-sliders .slide:nth-child(even) .post-img img {
    margin-top: 0px !important;
  }

  div#super-slider h6,
  .benefits h5,
  .careersectioncard h5,
  .solutions-lists h4,
  .solutions-listsss h5,
  .buddy-heading h5,
  .why-us h2,
  .founderParaContent h4,
  .emp-details h4 {
    font-size: 15px;
  }

  .founderParaContent i {
    margin: 8px 0px !important;
  }

  div#scheduleademo h3,
  .vision-mission h5 {
    font-size: 18px;
  }

  .form-control {
    padding: .25rem .55rem;
    font-size: 14px;
  }

  .feature-box h5,
  div#faq-items .accordion-header .accordion-button,
  div#carouselExampleDark .carousel-caption h3,
  .banner-text h2,
  .about-vasy h6,
  .emp-details h6 {
    font-size: 14px;
  }

  .feature-box p,
  div#faq-items .accordion-body,
  .quick-contact a {
    font-size: 13px;
  }

  div#benefit-slider .slide.slick-slide,
  .modal-body {
    padding: 10px;
  }

  div#benefit-slider .slide .carousel-image p {
    font-size: 13px !important;
    margin-bottom: 0px;
  }

  div#faq-items .accordion-body,
  div#faq-items .accordion-header .accordion-button {
    padding: 10px;
  }

  .offer-code img {
    top: 52px;
  }

  iframe#player,
  iframe#player2 {
    height: 195px;
  }

  .solutions-banner .carousel-caption {
    top: 10% !important;
  }

  /* .solutions-banner .carousel-item img {
    height: 300px;
  } */

  .solutions-banner-right {
    display: none;
  }

  .solutions-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--secondary-bg);
  }

  .solutions-features:after,
  .challanges-arrow {
    display: none;
  }

  .business-sliders-solutions .post-img .text-start {
    bottom: 0%;
  }

  iframe#map-location {
    height: 300px;
  }

  .contact-banner .carousel-caption h1 span {
    display: inline-block !important;
  }

  .contact-banner .carousel-caption {
    left: 5% !important;
    top: 45% !important;
  }

  .contact-infos h5 {
    min-height: 39px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  #cookie {
    left: 3%;
    width: 94%;
    transform: translateX(0%)
  }

  .client-caseshape::before,
  .client-caseshape::after {
    width: 10%;
  }

  .small-cta h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    display: block;
  }

  /* Career New  */
  #open-positions .box {
    padding: 20px;
  }

  #open-positions .box .section-title span {
    font-size: 25px;
  }

  .box::before {
    display: none;
  }

  #open-positions .job-img {
    text-align: center;
    margin-top: 20px;
  }

  .about-section .section-title h6 {
    font-size: 15px;
  }

}

@media (min-width:759px) and (max-width: 761px) {
  .circle canvas {
    position: absolute;
    top: -7px;
    left: 4px;
    height: 150px !important;
    width: 150px !important;
  }
}

@media (min-width:615px) and (max-width:720px) {
  .circle canvas {
    position: absolute;
    top: -7px;
    left: 4px;
    height: 150px !important;
    width: 150px !important;
  }

  .ratings .ratings-img {
    transform: scale(0.8);
    margin-left: 0px;
  }
}

@media (min-width:600px) and (max-width:610px) {
  .circle canvas {
    position: absolute;
    top: -7px;
    left: 3px;
    height: 150px !important;
    width: 150px !important;
  }
}

@media (min-width:540px) and (max-width: 550px) {
  .about-section .section-title h6 {
    font-size: 15px;
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: 4px;
    height: 150px !important;
    width: 150px !important;
  }

  .about-section .shape {
    display: none;
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 40px;
  }

  .about-vasy p {
    width: 100%;
  }

  .ratings-img {
    transform: scale(0.8);
    margin-left: 0px !important;
  }

  .mobile-ico-slider {
    margin-top: 150px;
  }

}

@media only screen and (min-width:465px) and (max-width: 530px) {
  .mobile-ico-slider {
    margin-top: 115px;
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 40px;
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: -7px;
    height: 150px !important;
    width: 150px !important;
  }

  .mobile-col {
    margin-top: 20px;
  }

  .about-section .shape {
    display: none;
  }

  .about-vasy p {
    width: 100%;
  }

  #client-banner-1,
  #client-banner-2 {
    /* text-align: center !important; */
    width: 100%;
  }
}

@media only screen and (min-width:448px) and (max-width: 460px) {
  .mobile-ico-slider {
    margin-top: 115px;
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: -10px;
    height: 150px !important;
    width: 150px !important;
  }

  .mobile-col {
    margin-top: 20px;
  }

  .about-section .shape {
    display: none;
  }

  .about-vasy p {
    width: 100%;
  }

  #client-banner-1,
  #client-banner-2 {
    /* text-align: center !important; */
    width: 100%;
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 40px;
  }
}

@media (max-width:430px) {
  .splide__slide {
    align-items: normal !important;
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: -15px;
    height: 150px !important;
    width: 150px !important;
  }

  .mobile-col {
    margin-top: 20px !important;
  }

  .about-section .shape {
    display: none;
  }

  .about-vasy p {
    width: 100%;
  }

  .mobile-ico-slider {
    margin-top: 65px;
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 40px;
  }
}

@media only screen and (min-width:412px) and (max-width: 420px) {
  .circle canvas {
    position: absolute;
    top: -7px;
    left: -16px;
    height: 150px !important;
    width: 150px !important;
  }
}

@media (max-width:400px) {
  .logo-nav {
    height: 35px;
  }

  .mobile-ico-slider {
    margin-top: 50px;
  }

  .about-section .shape {
    display: none;
  }

  .about-vasy p {
    width: 100%;
  }

  .circle canvas {
    position: absolute;
    top: -7px;
    left: -20px;
    height: 150px !important;
    width: 150px !important;
  }


  div#carouselExampleDark .carousel-caption {
    top: 10%;
  }

  div#carouselExampleDark .carousel-caption h1 {
    font-size: 25px;
  }
  div#carouselExampleDark .carousel-caption h1 span{
      font-size: 25px;
  }

  div#carouselExampleDark .carousel-caption h2 {
    font-size: 18px;
  }

  .clients-bg::before {
    height: 54px;
    width: 54px;
    right: -21px;
  }

  .logo img {
    height: 34px;
  }

  .social-links {
    margin-top: 0px !important;
    margin-left: 10px;

  }

  .quick-contact i {
    font-size: 14px;
    line-height: 19px;
  }

  .quick-contact i.fa.fa-mobile {
    font-size: 21px;
  }

  .quick-contact a {
    font-size: 14px;
  }

  iframe#player,
  iframe#player2 {
    height: 145px;
  }

  .contact-infos h5 {
    font-size: 12px !important;
  }

  .client-counter .client-img img {
    height: auto;
    padding: 6px 30px;
  }
}

@media (max-width: 376px) {
  .circle canvas {
    left: -22px;
  }

  .about-section .shape {
    display: none;
  }

  .about-vasy p {
    width: 100%;
  }

  .mobile-ico-slider {
    margin-top: 50px;
  }

}

@media (max-width:360px) {
  .mobile-offer-slide {
    height: 180px !important;
  }

  .clients-bg::before {
    height: 45px;
    width: 56px;
    right: -21px;
  }

  .feature-box h5 {
    font-size: 15px;
  }

  .about-section .section-title h6 {
    font-size: 13px;
  }

  .about-section .shape {
    display: none;
  }

  .about-vasy p {
    width: 100%;
  }

  .circle canvas {
    position: absolute;
    top: -5px;
    left: -22px;
    height: 145px !important;
    width: 145px !important;
  }

  .benefits h5 {
    font-size: 18px;
  }

  .revampNavbar .gap-3 {
    gap: 0px !important;
  }

  .clients-bg::before {
    height: 52px;
    width: 52px;
  }

  div#scheduleademo h3 {
    font-size: 18px;
  }

  .mute {
    display: block;
  }

  .ratings .rating-circle,
  .ratings .percent,
  .ratings .ratings-img {
    transform: scale(0.7);
    margin-left: -38%;
    margin-top: -36px;
  }

  .ratings-img::before {
    content: "";
    position: absolute;
    width: 214px;
    height: 214px;
  }

  .ratings-img {
    height: 242px;
    width: 242px;
  }

  .rating-circle h3,
  .ratings .number {
    left: 60%;
  }

  .ratings {
    position: relative;
  }

  .ratings p {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .ratings img {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
  }

  .dc .ratings p {
    left: 30%;
    transform: translateX(-20%);
  }

  .quick-contact p a {
    font-size: 13px;
  }

  .client-counter .rating-start {
    width: 160px;
    height: 160px;
    border: 20px solid var(--white);
  }

  .client-counter .rating-circle h3,
  .ratings .number::before {
    font-size: 30px;
  }

  .client-counter .rating-circle {
    margin-left: 0%;
  }

  .client-counter .three-digit .number:before {
    margin-right: -80px;
  }

  .ratings .number::before {
    margin-right: -67px;
  }

  .rating-circle h3,
  .ratings .number {
    left: 49%;
  }

  .rating-circle h3,
  .ratings .rating-start .number {
    left: 55%;
  }

  .mobile-ico-slider {
    margin-top: 50px;
  }

}

@media (min-width:321px) and (max-width:350px) {

  .text-brand {
    font-size: 15px !important;
  }

}

@media (max-width:320px) {
  .navbarContainer a.btn.btn-brand {
    display: none;
  }

  .about-section .shape {
    display: none;
  }

  .about-vasy p {
    width: 100%;
  }

  .circle canvas {
    position: absolute;
    top: -5px;
    left: -29px;
    height: 145px !important;
    width: 145px !important;
  }

  div#carouselExampleDark .carousel-caption {
    top: 12%;
  }

  div#carouselExampleDark .carousel-caption h1,
  div#carouselExampleDark .carousel-caption h2,
  .section-title h2,
  .section-title h1,
  .cta h3,
  .h4,
  h4 {
    font-size: 14px !important;
  }

  div#carouselExampleDark .carousel-caption h1 span,
  div#carouselExampleDark .carousel-caption h2 span,
  .section-title h2 span,
  .section-title h1 span {
    font-size: 18px;
  }

  div#carouselExampleDark .carousel-caption h3 {
    font-size: 12px;
  }

  .fs-5 {
    font-size: 14px !important;
  }

  .btn {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.25rem;
    --bs-btn-font-size: 0.675rem;
    --bs-btn-border-radius: 0.15rem;
  }

  .clients-bg::before {
    display: none;
  }

  .clients-bg {
    box-shadow: 0px 0px 4px 1px var(--secondary-bg);
  }

  .clients .col-1 {
    display: none;
  }

  .clients .col-11 {
    width: 100%;
  }

  .boxes h6 {
    font-size: 11px;
  }

  .cta .d-flex.gap-5 {
    gap: 2rem !important;
  }

  .mobile-ico-slider {
    margin-top: 25px;
  }

}

@media (max-width:280px) {

  .time .dd,
  .time .hh,
  .time .mm {
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;

  }

  .quick-contact {
    flex-wrap: wrap;
  }

  div#business-sliders .slick-prev.slick-arrow {
    left: 42%;
    transform: translateX(-45%);
    margin-right: 10px !important;
  }

  /* .splide{    
    height: 115px;
  } */
  .circle .bg {
    position: absolute;
    background-color: var(--primary-color);
    height: 100px !important;
    width: 100px !important;
    border-radius: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }

  .mobile-ico-slider {
    margin-top: 0px;
  }

  .business-sliders .fa-arrow-left {
    margin-right: 10px;
  }

  .about-section .shape {
    display: none;
  }

  .about-vasy p {
    width: 100%;
  }

  .ratings-img {
    width: 211px;
    transform: scale(0.7);
    margin-left: -38%;
    margin-top: -36px;
    height: 215px;
  }

  .circle canvas {
    position: absolute;
    top: 5px;
    left: -25px;
    height: 125px !important;
    width: 125px !important;
  }

  .ratings-img::before {
    content: "";
    position: absolute;
    left: -18px;
    width: 186px;
    height: 186px;
  }

  .circle .chart {
    position: relative;
    width: 64%;
    height: 100%;
    text-align: center;
    margin: auto;
    font-size: 30px;
    line-height: 135px;
    height: 135px;
    color: #fff;
    font-weight: bold;
  }
}


.independence-box {
  position: relative;
  padding: 24px;
}

.image-box {
  z-index: 9999;
}

.independence-bgbox {
  position: absolute;
  height: 100%;
  width: 97%;
  background-color: white;
  opacity: 0.5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 20px;
  margin: auto;
}

.bottom-img {
  z-index: 9999;
}

.header-stripe .hline {
  background-image: url(../images/republic-strip.html) !important;
  background-size: cover !important;
  width: 100%;
  background-color: white;
  height: 35px;
  background-position: center;
}

.header-stripe .orange {
  color: #F26722;
  margin-right: 5px;
}

.header-stripe .blue {
  color: #0C4F8F;
  margin-right: 5px;
}

.header-stripe .green {
  color: #379244;

}

.header-stripe span {
  color: #A00032;
}

.independence-box .careersectioncard {
  background-color: white;
}

.contact-top {
  margin-top: -75px;
}

.strip-remove .header-stripe {
  display: none;
}

/* Schedule a Demo Form */
.navratri {
  background-image: url('../images/navratri-offer-bg.html');
  background-size: cover;
  padding: 16px;
  border-radius: 8px;
}

.navratri .careersectioncard {
  position: relative;
}

.careersectioncard .dandiya {
  position: absolute;
  height: 60px;
  left: -50px;
}


/* .independence-form .independence-btn {
  background-color: #F26722 !important;
  color: white !important;
  border: none !important;
}

.independence-form .independence-btn:hover {
  background-color: #379244 !important;
  color: white !important;
  border: none !important;
}

.independence-form .orange {
  color: #F26722;
}

.independence-form .green {
  color: #379244;
} */

/* Heart beat animation */
.independence-form .big-text {
  font-size: 25px;
}

@keyframes beats {
  to {
    transform: scale(1.4);
  }
}

.mobile-offer-slide {
  height: 230px;
}

.custom-top {
  margin-top: -70px;
}

.time .a {
  border: 1px solid #0C4F8F;
  border-radius: 5px;
}

.time .dd,
.time .hh,
.time .mm {
  font-size: 35px;
}

.time .foot-time {
  background-color: var(--white);
  color: var(--primary-color);
  width: 55px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}

.time .dd {
  border-radius: 5px;
  background-color: #F26722;
  height: 60px;
  width: 60px;

  line-height: 57px;
  color: white;
  font-weight: bold;
}

.time .hh {
  border-radius: 5px;
  background-color: #0C4F8F;
  ;
  height: 60px;
  width: 60px;
  line-height: 57px;
  color: white;
  font-weight: bold;
}

.time .mm {
  border-radius: 5px;
  background-color: #379244;
  height: 60px;
  width: 60px;
  line-height: 57px;
  color: white;
  font-weight: bold;
}

.country-static {
  position: absolute;
  top: 7px;
  z-index: 1;
  left: 50px;
  padding-right: 5px;
  border-right: 2px solid;
}

.india-icon {
  position: absolute;
  top: 9px;
  height: 20px;
  width: 25px;
  left: 20px;
  z-index: 1;
}

#c_phone1,
#w-phone1, 
#erp-c_phone ,
#erp-c_phone1 {
  padding-left: 50px;
}

#c_phone,
#w-phone {
  padding-left: 50px;
}

/* Diwali */
.diya {
  position: absolute;
  bottom: 65px;
  right: -25px;
}

.diya img {
  height: 70px;
}

.hanging-diya {
  position: absolute;
  top: -30px;
  left: -20px;
}

.hanging-diya img {
  height: 180px;
}

.hanging-diya-right {
  position: absolute;
  top: -30px;
  right: -20px;
}

.hanging-diya-right img {
  height: 180px;
  transform: scaleX(-1);
}

.diwali-main {
  text-align: center;
  width: 100%;
}

.diwali-main img {
  width: 85%;
}

.text-strip {
  background: linear-gradient(to right, #fff, #3b2389, #3b2389, #fff);
  padding: 10px 0;
}

.text-strip h5 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.diwali-laptop {
  margin-left: -10px;
  width: 320px;
  margin-bottom: 10px;
}

.right-background {
  position: absolute;
  right: 0;
  bottom: 0;
}

.right-background img,
.left-background img {
  height: 200px;
}

.left-background {
  position: absolute;
  left: 0;
  top: 0;
}

.right-background img {
  opacity: 0.4;
}


/* New header changes */
/* New */
.static-text {
  line-height: 1.65;
  margin-bottom: 0;
}

.text-container {
  position: relative;
  overflow: hidden;
  height: 50px;
  display: flex;
  /* Set the height as per your design */
}

.dynamic-text {
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: transform 0.5s ease-in-out;
  margin-left: 5px;
}

.item {
  display: block;
  height: 50px;
  /* font-weight: 700 !important; */
  color: var(--primary-color);
  /* Set the height as per your design */
  line-height: 50px;
  /* Set the line-height as per your design */
}

@media (max-width:768px) {
  .banner-text h1 {
    font-size: 17px;
    margin-bottom: 8px !important;
  }

  .text-container {
    height: 26px;
  }

  .text-container .item {
    height: 28px;
    line-height: 28px;
  }
}

@media (max-width:365px) {
  .banner-text h1 {
    font-size: 15px;
    margin-bottom: 8px !important;
  }

  .text-container .item {
    height: 24px;
    line-height: 24px;
  }

}

@media (max-width:320px) {
  .solutions-banner-mobileitem img{
    height: 300px !important;
  }
  .banner-text h1 {
    font-size: 14px;
    margin-bottom: 8px !important;
  }

  .text-container .item {
    height: 23px;
    line-height: 23px;
  }

}



/* Christmas Theme */
.christmas-hang {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}

.christmas-hang img {
  width: 100%;
}

.christmas-formimg {
  position: absolute;
  top: 0;
  left: 0;
}

/* Enterprise Page */
.accordion-header {
  border-left: 4px solid var(--primary-dark);
}

.about-section .banner-cards {
  background-image: url('../images/erp/banner-bg.html');
  background-position: center center;
  height: 435px;
  background-size: cover;
  display: flex;
  margin-top: -80px;
  align-items: center;
}

.banner-cards .card-box {
  margin-top: 170px;
}

.banner-cards .card-box .banner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .12);
  background-color: var(--white);
}

.banner-cards .card-box .banner-box h5 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 0;
}

.banner-cards .card-box .col-lg-2:nth-child(odd) {
  margin-top: -50px;
}

.banner-cards .card-box .banner-box span {
  font-weight: bold;
  color: var(--primary-dark);
  font-size: 24px;
}

.erp-solution .erp-solution-text h2 {
  font-weight: 800 !important;
  color: var(--primary-color);
  font-size: 30px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: none;
  margin-top: 0px;
  text-transform: uppercase;
}

.erp-solution .erp-solution-text p {
  width: 80%;
}

.erp-solution h2 span {
  font-weight: 800 !important;
  color: var(--white);
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: var(--primary-color);
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}

.erp-solution .erp-solution-img img {
  height: 500px;
}

/* Manufacturing Key */
.manufacturing-key .key-box {
  padding: 30px;
  position: relative;
  border: 5px solid var(--primary-dark);
  transition: 1s;
}

.manufacturing-key .key-box h3 {
  color: var(--primary-dark);
  height: 68px;
  padding-top: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.key-box .key-img {
  position: absolute;
  top: -40px;
  background-color: var(--section-bg);
  padding: 0 10px;
  transition: 1s;
}

.manufacturing-key .key-box:hover .key-img img {
  transform: scale(1.2);
  transition: 1s;
}

.manufacturing-key .key-box img {
  transition: 1s;
  height: 70px;
}

.manufacturing-key .key-box p {
  margin-bottom: 0;
}

.desktop-industries {
  margin-top: 40px;
}

#pos-software {
  width: 100%;
  margin: auto;
}

.pos .slick-next {
  display: block;
  position: absolute;
  right: -50px;
  font-size: 30px;
  cursor: pointer;
  bottom: 47% !important;
}

.pos .slick-prev {
  display: block;
  font-size: 30px;
  position: absolute;
  cursor: pointer;
  left: -50px;
  top: 40%;
}

.pos .slide .carousel-image {
  width: 80%;
  margin: auto;
  text-align: center;
}

.pos .slide .carousel-image .image {
  background-image: linear-gradient(var(--section-bg), white);
  border-radius: 10px;
  width: 100%;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-button:not(.collapsed) {
  background-color: var(--primary-dark);
  color: var(--white);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* ERP Key Benefits */
.erp-benefits-cards ul li i {
  font-size: 18px;
  color: #34b233;
}

.erp-benefits-cards ul {
  padding: 0;
}

.erp-benefits-cards ul li {
  list-style-type: none;
}

.new-industries .boxes {
  width: 47%;
}

/* Report */
.report .report-card {
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 10px;
  height: 120px;
  margin-bottom: 15px;
  /* transition: 1s; */
  padding: 10px;
  justify-content: space-between;
}

.report .report-card h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0;
  font-weight: bold;
  width: 88%;
}

.report .report-card i {
  font-size: 25px;
  color: var(--white);
}

.report .report-card p {
  display: none;
  color: white;
  margin-bottom: 0;
  font-size: 14px;
}

.report .report-card:hover {
  transition: 0.5s;
  background-color: var(--white);
  border: 2px solid var(--primary-dark);

}

.report .report-card:hover h5,
.report .report-card:hover i {
  display: none;
}

.report .report-card:hover p {
  display: block;
  color: var(--primary-dark);

}

/* Vasy Gold */
.vasy-gold .section-title span {
  -webkit-text-stroke-color: #bb9e06;
}

.vasy-gold .gold-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

.gold-data .data-img {
  padding: 12px;
  width: 20%;
  border: 2px solid #bb9e06;
  border-radius: 100px;
}

.gold-data .data-text {
  width: 80%;
  padding-left: 10px;
}

.gold-data .data-text h6 {
  color: var(--primary-dark);
  font-size: 18px;
}

.vasy-gold .gold-img img {
  height: 600px;
}

/* Enterprise retail software */
.enterprise-retail {
  background-image: url('../images/erp/erp-retailbg.html');
  background-repeat: no-repeat;
  background-size: 75%;
  height: 250px;
}

.retail-text {
  margin-top: -35px;
}

.retail-img img {
  height: 313px;
  width: 100%;
  margin-top: -20px;
}

.enterprise-retail .section-title h2 span {
  font-weight: 800 !important;
  color: transparent;
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: white;
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}

.pos .slide .carousel-image img {
  width: 70%;
  margin: auto;
}

.multiple-branch .pos .slide .carousel-image img {
  width: auto !important;
  margin: 0;
}