@import url("https://fonts.cdnfonts.com/css/jost-3");
@import url("https://fonts.cdnfonts.com/css/akzidenzgrotesk");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  background-color: #ffffff;
}
body .left-body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: rgba(6, 50, 97, 0.6901960784);
  z-index: 12;
  animation: left_window 0.6s ease-in-out;
  animation-fill-mode: forwards;
}
body .right-body-overlay {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: rgba(0, 24, 50, 0.6901960784);
  z-index: 12;
  animation: right_window 0.6s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes left_window {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
@keyframes right_window {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}

.quotes {display: none;}

/*-------this is for mobile version-----*/
.left-side-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  height: 100%;
  width: 0%;
  transition: 0.5s;
  background-color: rgba(0, 24, 50, 0.937254902);
}

.right-side-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
  height: 100%;
  width: 0%;
  transition: 0.5s;
  background-color: rgba(0, 24, 50, 0.937254902);
}
.right-side-menu .close-icon {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  position: fixed;
  right: 3%;
  top: 4%;
  display: none;
}
.right-side-menu .close-icon span {
  display: block;
  width: 35px;
  height: 1px;
  background-color: #529a6c;
  transition: 0.5s;
}
.right-side-menu .close-icon .top-line {
  transform: rotate(45deg);
}
.right-side-menu .close-icon .bottom-line {
  transform: rotate(-45deg) translate(5px, -2px);
}

.mobile-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  padding: 10px 2.8% 10px 2.8%;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 24, 50, 0.737254902);
}
.mobile-nav .logo {
  width: 13%;
}
.mobile-nav .logo img {
  width: 100%;
}
.mobile-nav .mob_menu_icon {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
.mobile-nav .mob_menu_icon span {
  display: block;
  height: 1px;
  width: 30px;
  background-color: #6ebc46;
}

/*------this is for mobile version-------*/
.home-banner {
  width: 100%;
  position: relative;
  /*----------it is included in carrer page*/
}
.home-banner .banner-content {
  top: 40%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.home-banner .banner-content .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-banner .banner-content .contents h1 {
  font-size: 70px;
  font-family: "AkzidenzGrotesk", sans-serif;
  color: white;
  z-index: 1;
  position:relative;
}
.home-banner .banner-content .contents h1 span{
    color: #dc1d25;
    border-bottom: solid 3px #fff;
}
/*.home-banner .banner-content .contents h1 span {*/
/*  background: -webkit-linear-gradient(34deg, #6ebc46 25%, #0b519c 75%);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/



.navBg{
    background: #080913;
}

.home-banner .banner-content .contents h1 .banner-overlay {
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 5px;
  width: 0%;
  z-index: 0;
  transition: 1s;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  display: none;
}
.home-banner .banner-content .contents p {
  font-size: 24px;
  font-family: "Jost", sans-serif;
  color: white;
  z-index: 1;
  background: linear-gradient(to right, #fff 10%, #a8acd2 90%) left no-repeat, #fff;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.7s ease-in-out;
}
.home-banner .banner-content .contents a {
  z-index: 1;
  font-size: 30px;
  font-family: "Jost", sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(to right, #dc1d25 50%, #dc1d25 50%) left no-repeat, #dc1d25;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.6s ease-in-out;

}
.home-banner .banner-content .contents a:hover {
  /*background-size: 100% 100%;*/

}
.home-banner .banner-content .contents a i {
  font-size: 18px;
  color: #dc1d25;
}
.home-banner img {
  width: 100%;
}
.home-banner .nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.8% 5px 2.8%;
  position: fixed;
  width: 100%;
  top: 0;
  transition: 1s;
  z-index: 10;
}
.home-banner .nav-wrap .logo {
  width: 11%;
  cursor: pointer;
  padding: 10px 0 0 0;
}
.home-banner .nav-wrap .logo img {
  width: 100%;
}
.home-banner .nav-wrap .menuList {
  width: 47%;
}
.home-banner .nav-wrap .menuList ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-banner .nav-wrap .menuList ul li {
  list-style-type: none;
  position: relative;
}
.home-banner .nav-wrap .menuList ul li a {
  text-decoration: none;
  font-size: 19px;
  font-family: "Jost", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-weight: 300;
  position: relative;
}
.home-banner .nav-wrap .menuList ul li a .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  transition: 0.6s;
  background: #ffffff;
}
.home-banner .nav-wrap .menuList ul li a .fa-caret-down {
  color: #dc1d25;
  transition: 0.6s;
}
.home-banner .nav-wrap .menuList ul li .subMenu {
  position: absolute;
  visibility: hidden;
  top: 0;
  opacity: 0;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
  align-items: start;
  background: #2b3064;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.home-banner .nav-wrap .menuList ul li .subMenu ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5em;
  padding: 10px 10px 10px 14px;
}
.home-banner .nav-wrap .menuList ul li .subMenu ul li {
  list-style-type: none;
}
.home-banner .nav-wrap .menuList ul li .subMenu ul li a {
  color: #ffffff;
  font-size: 18px;
}
.home-banner .nav-wrap .menuList ul li .subMenu ul li a .overlay {
  height: 1px;
  width: 0%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.6s;
}
.home-banner .nav-wrap .menuList ul li .subMenu ul li a:hover .overlay {
  width: 100%;
}
.home-banner .nav-wrap .menuList ul li .subMenu:hover {
  box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.6);
}
.home-banner .nav-wrap .menuList ul li #sub-1 {
  width: 175%;
}
.home-banner .nav-wrap .menuList ul li #sub-2 {
  width: 210%;
}
.home-banner .nav-wrap .menuList ul li #sub-3 {
  width: 320%;
}
.home-banner .nav-wrap .menuList ul li:hover .subMenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.home-banner .nav-wrap .menuList ul li:hover a .fa-caret-down {
  transform: rotate(180deg);
}
.home-banner .nav-wrap .menuList ul li:hover a .overlay {
  width: 100%;
}
.home-banner .nav-wrap button {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  border: none;
  padding: 5px 2% 5px 2%;
  background: #dc1d25;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  width: 230px;
}
.home-banner .nav-wrap button .btn-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background-color: #3782d2;
  transition: 0.6s;
}
.home-banner .nav-wrap button a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.home-banner .nav-wrap button span {
  position: relative;
  z-index: 5;
}
.home-banner .nav-wrap button:hover .btn-overlay {
  width: 100%;
}
.home-banner .blue-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  background-color: rgba(0, 24, 50, 0.9058823529);
}

.second {
  padding: 130px 2.8% 50px 2.8%;
}
.second .both-text {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.second .both-text .erp-gradient {
  position: absolute;
  bottom: -6%;
  left: -6%;
  width: 60%;
  z-index: -1;
}
.second .both-text .erp-gradient img {
  width: 100%;
}
.second .both-text .title {
  width: 37%;
  display: flex;
  flex-direction: column;
  gap: 4em;
}
.second .both-text .title h1 {
  font-family: "AkzidenzGrotesk", sans-serif;
  font-size: 60px;
  line-height: 1.1;
  color: #001832;
}
.second .both-text .title h1 span {
      color: #dc1d25;
    border-bottom: solid 3px #001832;
}
.second .both-text .title h1 span .overlay {
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 5px;
  width: 100%;
  z-index: -1;
  -webkit-text-size-adjust: 100%;
  background-color: #001832;
}
.second .both-text .title .laptop-img {
  width: 100%;
}
.second .both-text .title .laptop-img img {
  width: 100%;
}
.second .both-text .para {
  width: 54%;
}
.second .both-text .para p {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  margin-bottom: 55px;
}
.second .both-text .para .more-button {
  display: flex;
  align-items: center;
}
.second .both-text .para .more-button a {
  font-size: 24px;
  font-family: "Jost", sans-serif;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(to right, #dc1d25 10%, #2b3064 90%) left no-repeat, #2c3167;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.6s ease-in-out;
}
.second .both-text .para .more-button a:hover {
  background-size: 100% 100%;
}
.second .both-text .para .more-button .arrows i {
  font-size: 20px;
  color: #dc1d25;
}
.second .both-text .para .tick-text-container {
  display: grid;
  grid-template-columns: 45% 45%;
  align-items: start;
  justify-content: space-between;
  row-gap: 2.5em;
}
.second .both-text .para .tick-text-container .text {
  display: flex;
  align-items: start;
  justify-content: left;
  line-height: 1.2;
  gap: 0.5em;
}
.second .both-text .para .tick-text-container .text .para-text {
  font-size: 24px;
  font-family: "Jost", sans-serif;
}
.second .brand-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
  overflow: hidden;
}
.second .brand-logos .brand-logo {
  width: 100%;
  border-radius: 50%;
  padding: 10px 10px;
  
}
.second .brand-logos .brand-logo img {
  width: 100%;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.third .parent {
  background-color: #a8acd2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /**/
  position: relative;
}
.third .parent .left-img {
  width: 47%;
}
.third .parent .left-img img {
  width: 100%;
}
.third .parent .right-text {
  color: #ffffff;
  width: 48%;
}
.third .parent .right-text h1 {
  font-size: 60px;
  font-family: "AkzidenzGrotesk", sans-serif;
  margin-bottom: 50px;
}
.third .parent .right-text h1 span {
     color: #001832;
    border-bottom: solid 2px #001832;
}
.third .parent .right-text h1 span .overlay {
    display: none;
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 5px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #Ffffff;
}
.third .parent .right-text p {
  color: #2e2f67;
  font-size: 24px;
}
.third .parent .right-text .more-button {
  display: flex;
  align-items: center;
}
.third .parent .right-text .more-button a {
  font-size: 24px;
  font-family: "Jost", sans-serif;
      color: #2f3161;
    font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 0;
  transition: 0.6s ease-in-out;
}
.third .parent .right-text .more-button a:hover {
  color: #dc1d25;
}
.third .parent .right-text .more-button .arrows i {
  font-size: 20px;
      color: #2f3161;
}
.third .parent .card-container {
  position: absolute;
  bottom: 0;
  padding: 0px 2.8% 0px 2.8%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.third .parent .card-container .Card {
  width: 31.5%;
  background: linear-gradient(139deg, #5da65e 5%, #357c86 30%, #256b90 40%, #0b519c 55%);
  font-family: "Jost", sans-serif;
  padding: 45px 2% 60px 2%;
  transition: 0.5s;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 55px;
  color: #ffffff;
}
.third .parent .card-container .Card h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 3%;
}
.third .parent .card-container .Card p {
  font-size: 24px;
  margin-bottom: 50px;
}
.third .parent .card-container .Card .arrow {
  position: relative;
}
.third .parent .card-container .Card .arrow i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  font-size: 24px;
  color: #529a6c;
}
.third .parent .card-container .Card:hover {
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.6);
}
.third .parent .card-container .Card:hover .arrow i {
  left: 90%;
}

.fourth .card-container {
  padding: 0px 2.8% 0px 2.8%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: -8%;
}
.fourth .card-container .Card {
  width: 32.5%;
  /*background: linear-gradient(139deg, #5da65e 5%, #357c86 30%, #256b90 40%, #0b519c 55%);*/
      background: #2a3064;
  font-family: "Jost", sans-serif;
  padding: 45px 2% 60px 2%;
  transition: 0.5s;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 55px;
  color: #ffffff;
}
.fourth .card-container .Card h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 3%;
}
.fourth .card-container .Card p {
  font-size: 18px;
  margin-bottom: 50px;
}
.fourth .card-container .Card .arrow {
  position: relative;
}
.fourth .card-container .Card .arrow i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  font-size: 24px;
  color: #dc1d25;
}
.fourth .card-container .Card:hover {
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.6);
}
.fourth .card-container .Card:hover .arrow i {
  left: 90%;
}
.fourth .card-img-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 2.8% 100px 2.8%;
  overflow: hidden;
}
.fourth .card-img-container .card-img {
  width: 25%;
  cursor: pointer;
}
.fourth .card-img-container .card-img .image {
  width: 100%;
  overflow: hidden;
}
.fourth .card-img-container .card-img .image img {
  width: 100%;
  transform: scale(1);
  transition: 0.6s;
}
.fourth .card-img-container .card-img .caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  position: relative;
}
.fourth .card-img-container .card-img .caption h4 {
  font-size: 30px;
  font-family: "Jost", sans-serif;
}
.fourth .card-img-container .card-img .caption i {
  font-size: 24px;
  color: #529a6c;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.fourth .card-img-container .card-img:hover .image img {
  transform: scale(1.3);
}
.fourth .card-img-container .card-img:hover .caption i {
  opacity: 1;
  left: 92%;
}
.fourth .card-img-container .right-card-img {
  width: 47%;
  cursor: pointer;
}
.fourth .card-img-container .right-card-img .image {
  width: 100%;
  overflow: hidden;
}
.fourth .card-img-container .right-card-img .image img {
  width: 100%;
  transform: scale(1);
  transition: 0.6s;
}
.fourth .card-img-container .right-card-img .caption {
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.fourth .card-img-container .right-card-img .caption h4 {
  font-size: 30px;
  font-family: "Jost", sans-serif;
}
.fourth .card-img-container .right-card-img .caption i {
  font-size: 24px;
  color: #d4352f;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.fourth .card-img-container .right-card-img:hover .image img {
  transform: scale(1.3);
}
.fourth .card-img-container .right-card-img:hover .caption i {
  opacity: 1;
  left: 96%;
}

/*today's css for product section*/
.product {
  padding: 90px 2.8% 90px 2.8%;
  background: #a8acd3;
}
.product h1 {
  text-align: center;
}
.product h1 span {
  font-size: 60px;
  font-family: "AkzidenzGrotesk", sans-serif;
  color: #2b3064;
  text-align: center;
  position: relative;
}
.product h1 span .underline {
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 4px;
  width: 100%;
  background-color: #191d45;
}
.product .all-product-cards {
  padding: 45px 0 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .all-product-cards .product-card {
  position: relative;
  width: 19%;
  background-color: #2b3064;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding: 3% 1%;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}
.product .all-product-cards .product-card:hover {
  box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.8);
}
.product .all-product-cards .product-card:hover .card-overlay {
  height: 100%;
  width: 100%;
}
.product .all-product-cards .product-card .card-overlay {
  height: 0%;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(114deg, rgb(220, 29, 37) 5%, rgb(255, 111, 119) 95%);
  transition: 0.5s;
}
.product .all-product-cards .product-card .icon {
  width: 30%;
  z-index: 1;
}
.product .all-product-cards .product-card .icon img {
  width: 100%;
}
.product .all-product-cards .product-card h5 {
  font-size: 30px;
  font-family: "Jost", sans-serif;
  color: #ffffff;
  margin: 0;
  z-index: 1;
}
.product .all-product-cards .product-card p {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
.product .all-product-cards .product-card .right-arrow {
  z-index: 1;
}
.product .all-product-cards .product-card .right-arrow i {
  font-size: 23px;
  color: #fff;
}

/*end of today's product section*/
/*start of solution section*/
.solution {
  position: relative;
}
.solution .solution-container {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.solution .solution-container .left-side-text {
  width: 43%;
  padding: 120px 2.8% 0 2.8%;
}
.solution .solution-container .left-side-text h1 span {
  font-size: 60px;
  font-family: "AkzidenzGrotesk", sans-serif;
  color: #2b3064;
  position: relative;
}
.solution .solution-container .left-side-text h1 span .underline {
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 4px;
  width: 100%;
  background-color: #2b3064;
}
.solution .solution-container .left-side-text p {
  font-size: 18px;
  font-family: "Jost", sans-serif;
}
.solution .solution-container .left-side-text .flex-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1em;
  margin-top: 10%;
}
.solution .solution-container .left-side-text .flex-container .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 2% 4%;
  background: linear-gradient(to right, #fff 10%, #f1eeee 15%, #a8acd3 80%);
  border-bottom-right-radius: 20px;
  transition: 0.5s;
  cursor: pointer;
}
.solution .solution-container .left-side-text .flex-container .flex h4 {
  font-size: 24px;
  font-family: "Jost", sans-serif;
}
.solution .solution-container .left-side-text .flex-container .flex h4 i {
  font-size: 17px;
  color: white;
}
.solution .solution-container .left-side-text .flex-container .flex:hover {
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.4);
  background: linear-gradient(to right, #a8acd3 10%, #f1eeee 80%);
}
.solution .solution-container .left-side-text .flex-container .flex:hover h4 i {
  color: black;
}
.solution .solution-container .right-side-img {
  width: 56.25%;
}
.solution .solution-container .right-side-img img {
  width: 100%;
}

/*end of solution section*/
.fifth {
  background-color: #2b3064;
  padding: 140px 2.8%;
  overflow: hidden;
  position: relative;
}
.fifth .bg-pattern {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.fifth .bg-pattern img {
  width: 100%;
  height: 100%;
}
.fifth .client-feedback h1 {
  font-size: 60px;
  font-family: "AkzidenzGrotesk", sans-serif;
  color: white;
  text-align: center;
  margin-bottom: 100px;
}
.fifth .client-feedback h1 span {
      position: relative;
    color: #a8acd3;
    z-index: 1;
}
.fifth .client-feedback h1 span .text-overlay {
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 5px;
  width: 100%;
  z-index: 1;
  transition: 1s;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}
.fifth .client-feedback .feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fifth .client-feedback .feedback .ratings {
  background: -webkit-linear-gradient(34deg, #a8acd3 25%, #e51c27 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fifth .client-feedback .feedback .ratings i {
  font-size: 30px;
}
.fifth .client-feedback .feedback .text {
  width: 70%;
  color: #ffffff;
  margin: 45px 0;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  text-align: center;
}
.fifth .client-feedback .feedback .name-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.fifth .client-feedback .feedback .name-container .line {
  height: 1px;
  width: 3%;
  background-color: #e62934;
}
.fifth .client-feedback .feedback .name-container .name {
  color: #e62934;
  font-size: 25px;
  text-transform: uppercase;
}

footer {
  padding: 90px 2.8% 70px 2.8%;
  background-color: #eeede9;
}
footer .top-container {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 55px;
  border-bottom: 1px solid rgb(148, 144, 144);
}
footer .top-container .logo {
  width: 15%;
  cursor: pointer;
}
footer .top-container .logo img {
  width: 100%;
}
footer .top-container .address {
  width: 22%;
  font-weight: 500;
  /*color:red;*/
}
footer .top-container .contact-no {
  width: 15%;
  font-weight: 500;
  cursor: pointer;
  background: linear-gradient(to right, #529a6c 10%, #0b519c 90%) left no-repeat, #000000;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.6s ease-in-out;
}
footer .top-container .contact-no:hover {
  background-size: 100% 100%;
}
footer .top-container .social-icons {
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .top-container .social-icons .social {
  height: 45px;
  width: 45px;
  background: linear-gradient(131deg, #2b3064 10%, #676ebd 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}
footer .top-container .social-icons .social i {
  color: #ffffff;
}
footer .top-container .social-icons .social:hover {
  background: linear-gradient(to right, #e51c27 10%, #f97d83 90%);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
}
footer .bottom-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .bottom-container .para {
  font-size: 18px;
  width: 40%;
}
footer .bottom-container .list-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 52%;
}
footer .bottom-container .list-container .list {
  font-size: 21px;
}
footer .bottom-container .list-container .list ul {
  padding: 0;
}
footer .bottom-container .list-container .list ul h4 {
  font-size: 28px;
  margin-bottom: 15px;
  text-decoration: underline;
}
footer .bottom-container .list-container .list ul li {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 18px;
}
footer .bottom-container .list-container .list ul li a {
  text-decoration: none;
  color: black;
  background: linear-gradient(to right, #529a6c 10%, #0b519c 90%) left no-repeat, #000000;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.6s ease-in-out;
}
footer .bottom-container .list-container .list ul li a:hover {
  background-size: 100% 100%;
}
/*footer .bottom-container .list {*/
/*  font-size: 21px;*/
/*}*/
/*footer .bottom-container .list ul {*/
/*  padding: 0;*/
/*}*/
/*footer .bottom-container .list ul h4 {*/
/*  font-size: 30px;*/
/*  margin-bottom: 18px;*/
/*}*/
/*footer .bottom-container .list ul li {*/
/*  list-style-type: none;*/
/*  margin-bottom: 5px;*/
/*}*/
/*footer .bottom-container .list ul li a {*/
/*  text-decoration: none;*/
/*  color: black;*/
/*  background: linear-gradient(to right, #529a6c 10%, #0b519c 90%) left no-repeat, #000000;*/
/*  background-size: 0% 100%;*/
/*  background-clip: text;*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  transition: 0.6s ease-in-out;*/
/*}*/
/*footer .bottom-container .list ul li a:hover {*/
/*  background-size: 100% 100%;*/
/*}*/
footer .last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  cursor: pointer;
}
footer .last .email {
  background: linear-gradient(to right, #529a6c 10%, #0b519c 90%) left no-repeat, #000000;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.6s ease-in-out;
}
footer .last .email:hover {
  background-size: 100%, 100%;
}

/*----------------CARRER PAGE CSS START HERE---------------------------------------*/
.carrer-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.7em;
}
.carrer-image-container .left {
  width: 30.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.7em;
}
.carrer-image-container .left .image {
  width: 100%;
}
.carrer-image-container .left .image img {
  width: 100%;
}
.carrer-image-container .middle {
  width: 30.5%;
}
.carrer-image-container .middle .image {
  width: 100%;
}
.carrer-image-container .middle .image img {
  width: 100%;
}
.carrer-image-container .right {
  width: 30.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.7em;
}
.carrer-image-container .right .image {
  width: 100%;
}
.carrer-image-container .right .image img {
  width: 100%;
}

.tick-card-sec {
  padding: 90px 2.8% 90px 2.8%;
  background: linear-gradient(114deg, #a8acd2 5%, #a8acd2 95%);
  margin-top: 6%;
}
.tick-card-sec h1 {
  color: #2a2f62;
  font-family: "AkzidenzGrotesk", sans-serif;
  margin-bottom: 5%;
  font-size: 60px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 0.3em;
}
.tick-card-sec h1 span {
  position: relative;
  color: #dc1d25;
}
.tick-card-sec h1 span .underline {
  position: absolute;
  left: 0;
  bottom: 6%;
  height: 6px;
  width: 100%;
  background-color: #2a2f62;
}
.tick-card-sec .tick-card-container {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 2em;
}
.tick-card-sec .tick-card-container .tick-card {
  position: relative;
  width: 24%;
  font-family: "Jost", sans-serif;
  background: #001832;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  transition: 0.5s;
  cursor: pointer;
}
.tick-card-sec .tick-card-container .tick-card:hover {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
}
.tick-card-sec .tick-card-container .tick-card:hover .tick-mark {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
}
.tick-card-sec .tick-card-container .tick-card .tick-mark {
  position: absolute;
  left: 45%;
  top: -10%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dc1d25;
  transition: 0.5s;
}
.tick-card-sec .tick-card-container .tick-card .tick-mark i {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.9);
}
.tick-card-sec .tick-card-container .tick-card h4 {
  font-size: 30px;
  text-align: center;
  margin-top: 20%;
}
.tick-card-sec .tick-card-container .tick-card p {
  text-align: center;
  font-size: 23px;
  font-weight: 300;
  padding: 0 4% 12% 4%;
  margin: 0;
}

.all-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.all-position .left {
  width: 45%;
  padding-left: 2.8%;
}
.all-position .left h1 {
  font-size: 60px;
  margin-bottom: 4%;
}
.all-position .left h1 span {
  background: -webkit-linear-gradient(34deg, #dc1d25 30%, #dc1d25 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.all-position .left h1 span .underline {
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 5px;
  width: 100%;
  z-index: -1;
  -webkit-text-size-adjust: 100%;
  background-color: #001832;
}
.all-position .left .text {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  margin-bottom: 7%;
}
.all-position .left .content-container {
  font-family: "Jost", sans-serif;
  display: grid;
  grid-template-columns: 42% 42%;
  align-items: start;
  justify-content: space-between;
  gap: 3em;
}
.all-position .left .content-container h5 {
  font-size: 20px;
  margin: 0;
}
.all-position .left .content-container .date {
  font-size: 23px;
  color: #5da65e;
}
.all-position .left .content-container p {
  font-size: 18px;
  margin-top: 5%;
}
.all-position .left .content-container a {
  font-size: 23px;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}
.all-position .left .content-container a i {
  font-size: 18px;
  color: #6ebb47;
}
.all-position .right {
  width: 50%;
}
.all-position .right img {
  width: 100%;
}

/*----------------------------------------------------------------------------------*/
/*-----------------------------------CONTACT US----------------------------------*/
.contact {
  display: flex;
  align-items: start;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-top: -13%;
  padding: 0 2.8%;
  height: 68vh;
}
.contact .right-side-img {
  width: 50%;
  height: 100%;
}
.contact .right-side-img img {
  height: 100%;
  width: 100%;
}
.contact .left-side-form {
  width: 50%;
  height: 100%;
  background: linear-gradient(142deg, #dc1d25 5%, #2a2f64 95%);
  padding: 4% 3% 5% 4%;
}
.contact .left-side-form .top {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: whitesmoke;
  margin-bottom: 110px;
}
.contact .left-side-form .top .address {
  width: 36%;
}
.contact .left-side-form .top .line {
  width: 1px;
  height: 90px;
  background-color: white;
}
.contact .left-side-form .top .contact-no {
  width: 25%;
}
.contact .left-side-form .top .email {
  width: 30%;
}
.contact .left-side-form .form-container h1 {
  font-size: 70px;
  font-family: "AkzidenzGrotesk", sans-serif;
  color: #ffffff;
  margin: 0;
  margin-bottom: 75px;
}
.contact .left-side-form .form-container form .input-boxes {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 5em;
  margin-bottom: 10%;
}
.contact .left-side-form .form-container form .input-boxes input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  padding-bottom: 2%;
  font-size: 25px;
  color: white;
}
.contact .left-side-form .form-container form .input-boxes input::-moz-placeholder {
  color: white;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
.contact .left-side-form .form-container form .input-boxes input::placeholder {
  color: white;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
.contact .left-side-form .form-container form .input-boxes input:focus {
  outline: 0;
}
.contact .left-side-form .form-container form .msg-box {
  width: 100%;
  margin-bottom: 70px;
  margin-bottom: 5%;
  margin-bottom: 4rem;
}
.contact .left-side-form .form-container form .msg-box textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 25px;
  color: white;
  font-weight: 200;
  font-family: "Jost", sans-serif;
  border-bottom: 1px solid white;
}
.contact .left-side-form .form-container form .msg-box textarea:focus {
  outline: 0;
}
.contact .left-side-form .form-container form .msg-box textarea::-moz-placeholder {
  color: white;
  font-weight: 300;
}
.contact .left-side-form .form-container form .msg-box textarea::placeholder {
  color: white;
  font-weight: 300;
}
.contact .left-side-form .form-container form button {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  border: none;
  padding: 10px 5% 10px 5%;
  background: #969ac4;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 300;
  float: right;
}
.contact .left-side-form .form-container form button i {
  transform: rotate(300deg);
  color: #65b152;
}

/*--------------------------------------------------------------------------------*/
/*___________________________START OF ABOUT US PAGE_________________________________*/
.counter-sec .hands-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-sec .hands-banner .middle-image {
  width: 94%;
  margin-bottom: -16%;
}
.counter-sec .hands-banner .middle-image img {
  width: 100%;
}
.counter-sec .counter {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  padding: 17% 2.8% 4% 2.8%;
  background: linear-gradient(153deg, #eeede9 5%, #a8acd3 95%);
}
.counter-sec .counter .count {
  width: 22%;
  color: #2b3064;
}
.counter-sec .counter .count .num-counter {
  display: flex;
  align-items: center;
}
.counter-sec .counter .count .num-counter .plus {
  font-size: 150px;
  font-family: "AkzidenzGrotesk", sans-serif;
}
.counter-sec .counter .count .num-counter .num {
  font-size: 150px;
  font-family: "AkzidenzGrotesk", sans-serif;
}
.counter-sec .counter .count .line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: -8%;
}
.counter-sec .counter .count .caption {
  font-family: "AkzidenzGrotesk", sans-serif;
  font-size: 30px;
  padding-top: 3%;
}

.card-sec {
  margin-top: -5%;
  z-index: 4;
  position: relative;
}
.card-sec .card-container {
  padding: 0 2.8% 0 2.8%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.card-sec .card-container .Card {
  width: 32.5%;
  background: #a8acd3;
  font-family: "Jost", sans-serif;
  padding: 45px 2% 60px 2%;
  transition: 0.5s;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 55px;
  color: #ffffff;
}
.card-sec .card-container .Card h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 3%;
  color: #2b3064;
}
.card-sec .card-container .Card p {
  font-size: 19px;
  color: #424351;
}
.card-sec .card-container .Card .arrow {
  position: relative;
}
.card-sec .card-container .Card .arrow i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  font-size: 24px;
  color: #529a6c;
}

/*__________________________END OF ABOUT US PAGE_______________________________________*/
.main-blue-container {
  background: #001832;
  padding: 5% 2.8% 5% 2.8%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.main-blue-container .left {
  width: 51%;
}
.main-blue-container .left .first-para {
  color: #ffffff;
  width: 100%;
  margin-bottom: 6em;
}
.main-blue-container .left .first-para h1 {
  font-size: 60px;
  font-family: "AkzidenzGrotesk", sans-serif;
  margin-bottom: 3%;
}
.main-blue-container .left .first-para h1 span {
  background: #dc1d25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.main-blue-container .left .first-para h1 span .underline {
  position: absolute;
  left: 0;
  bottom: 9%;
  height: 6px;
  width: 100%;
  background-color: #ffffff;
}
.main-blue-container .left .first-para p {
  font-size: 20px;
  padding-left: 8.5%;
}
.main-blue-container .left .second-para {
  color: #ffffff;
  width: 100%;
}
.main-blue-container .left .second-para h1 {
  font-size: 60px;
  font-family: "AkzidenzGrotesk", sans-serif;
}
.main-blue-container .left .second-para h1 span {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.main-blue-container .left .second-para p {
  font-size: 20px;
  padding-left: 8.5%;
  margin-bottom: 4%;
}
.main-blue-container .left .second-para ul {
  padding-left: 0;
  padding-left: 8.5%;
}
.main-blue-container .left .second-para ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 1em;
  padding-bottom: 2%;
}
.main-blue-container .left .second-para ul li .small-para {
  font-size: 20px;
  font-family: "Jost", sans-serif;
}
.main-blue-container .right {
  width: 42%;
  margin-top: -7.5%;
  position: relative;
}
.main-blue-container .right .triangle {
  position: absolute;
  transform: rotate(359deg);
  left: -46px;
  top: 1px;
  z-index: -1;
}
.main-blue-container .right .form-container {
  padding: 20% 6.8% 20% 6.8%;
  width: 100%;
  background: linear-gradient(142deg, #dc1d25 5%, #0b519c 95%);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-blue-container .right .form-container h1 {
  font-size: 50px;
  font-family: "AkzidenzGrotesk", sans-serif;
  text-align: center;
}
.main-blue-container .right .form-container p {
  font-size: 23px;
  font-family: "Jost", sans-serif;
  text-align: center;
  width: 53%;
}
.main-blue-container .right .form-container form {
  display: flex;
  flex-direction: column;
  gap: 4em;
  width: 100%;
  margin-top: 10%;
}
.main-blue-container .right .form-container form input {
  border: none;
  border-bottom: 1px solid white;
  background-color: transparent;
  width: 100%;
  font-size: 23px;
  font-family: "Jost", sans-serif;
  color: white;
}
.main-blue-container .right .form-container form input::-moz-placeholder {
  color: #ffffff;
}
.main-blue-container .right .form-container form input::placeholder {
  color: #ffffff;
}
.main-blue-container .right .form-container form input:focus {
  outline: 0;
}
.main-blue-container .right .form-container form textarea {
  border: none;
  border-bottom: 1px solid white;
  background-color: transparent;
  width: 100%;
  font-size: 23px;
  font-family: "Jost", sans-serif;
  color: white;
}
.main-blue-container .right .form-container form textarea::-moz-placeholder {
  color: #ffffff;
}
.main-blue-container .right .form-container form textarea::placeholder {
  color: #ffffff;
}
.main-blue-container .right .form-container form textarea:focus {
  outline: 0;
}
.main-blue-container .right .form-container form button {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  border: none;
  padding: 10px 5% 10px 5%;
  background: #dc1d25;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 300;
  width: 38%;
  margin: 0 auto;
}

/*________________________START OF ERP PAGE________________________________*/
.last-icon-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6em;
  overflow: hidden;
}
.last-icon-container .left-img {
  width: 60%;
}
.last-icon-container .left-img img {
  width: 100%;
}
.last-icon-container .right-list {
  width: 45%;
  padding-right: 2.8%;
}
.last-icon-container .right-list .content-list {
  width: 100%;
}
.last-icon-container .right-list .content-list h1 {
  font-size: 60px;
  font-family: "AkzidenzGrotesk", sans-serif;
  margin-bottom: 3%;
}
.last-icon-container .right-list .content-list h1 span {
  background: #dc1d25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.last-icon-container .right-list .content-list h1 span .underline {
  position: absolute;
  left: 0;
  bottom: 6px;
  background-color: black;
  height: 6px;
  width: 100%;
}
.last-icon-container .right-list .content-list p {
  font-size: 20px;
  font-family: "Jost", sans-serif;
}
.last-icon-container .right-list .content-list .icon-list {
  display: grid;
  grid-template-columns: 40% 40%;
  align-items: center;
  justify-content: space-between;
  margin-top: 10%;
  gap: 3em;
  cursor: pointer;
}
.last-icon-container .right-list .content-list .icon-list .icon {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.last-icon-container .right-list .content-list .icon-list .icon .name {
  font-size: 20px;
  font-weight: 500;
}

/*__________________________END OF ERP PAGE_________________________________*/
/*___________________START OF BUSINESS INTELLIGENCE SOLUTION__________________*/
.para-container {
  padding: 130px 2.8% 50px 2.8%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.para-container .left-para {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.para-container .left-para .heading h1 {
  font-family: "AkzidenzGrotesk", sans-serif;
  font-size: 60px;
}
.para-container .left-para .heading h1 span {
  background: #dc1d25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.para-container .left-para .heading h1 span .underline {
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 5px;
  width: 100%;
  z-index: -1;
  -webkit-text-size-adjust: 100%;
  background-color: #001832;
}
.para-container .left-para .image {
  width: 80%;
}
.para-container .left-para .image img {
  width: 100%;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.2);
}
.para-container .right-para {
  font-size: 30px;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  width: 51%;
}
.para-container .right-para .p_1 {
  margin-bottom: 9%;
}
.para-container .right-para h2 {
  margin-bottom: 1.5%;
}
.para-container .right-para h2 span {
  font-family: "AkzidenzGrotesk", sans-serif;
  font-size: 60px;
  background: #2b3064;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.para-container .right-para .p_2 {
  margin-bottom: 4%;
}
.business-list-container {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2% 2.8% 5% 2.8%;
}
.business-list-container .list {
  width: 30%;
  display: flex;
  align-items: start;
  gap: 1em;
}
.business-list-container .list ul {
  padding: 0;
}
.business-list-container .list ul h4 {
  display: flex;
  align-items: start;
  gap: 0.4em;
  font-size: 30px;
  font-family: "Jost", sans-serif;
}
.business-list-container .list ul h4 span {
  position: relative;
  margin-bottom: 2%;
}
.business-list-container .list ul h4 span .underline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.business-list-container .list ul li {
  list-style-type: none;
  font-size: 26px;
  font-family: "Jost", sans-serif;
  margin-bottom: 2%;
}

.container1 {
  padding-right: 2.8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #001832;
  color: white;
}
.container1 .left {
  width: 45%;
}
.container1 .left img {
  width: 100%;
}
.container1 .right {
  width: 50%;
}
.container1 .right h1 {
  font-family: "AkzidenzGrotesk", sans-serif;
  font-size: 60px;
}
.container1 .right h1 span {
  background: #dc1d25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.container1 .right h1 span .underline {
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 5px;
  width: 100%;
  z-index: 0;
  -webkit-text-size-adjust: 100%;
  background-color: white;
}
.container1 .right p {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  padding-left: 6%;
  padding-top: 1%;
}

.container2 {
  padding: 6% 2.8% 4% 2.8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container2 .left {
  width: 50%;
}
.container2 .left h1 {
  font-family: "AkzidenzGrotesk", sans-serif;
  font-size: 60px;
}
.container2 .left h1 span {
  background: #dc1d25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.container2 .left h1 span .underline {
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 5px;
  width: 100%;
  z-index: -1;
  -webkit-text-size-adjust: 100%;
  background-color: black;
}
.container2 .left p {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  padding-left: 6%;
  padding-top: 1%;
}
.container2 .right {
  width: 45%;
}
.container2 .right .form-img {
  width: 100%;
}
.container2 .right .form-img img {
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}

/*___________________END OF BUSINESS INTELLIGENCE SOLUTION__________________*/
/*_______________START OF DATA BACKUP AND SECURITY___________________*/
.blue-container {
  background-color: #001832;
  color: white;
  padding: 6% 2.8% 5% 2.8%;
  position: relative;
}
.blue-container .right-top {
  width: 46%;
  position: absolute;
  top: 0;
  right: 0;
}
.blue-container .right-top img {
  width: 100%;
}
.blue-container .text-container .top-content {
  width: 53%;
  margin-bottom: 5%;
}
.blue-container .text-container .top-content h1 {
  font-size: 60px;
  font-family: "AkzidenzGrotesk", sans-serif;
  margin-bottom: 5%;
  line-height: 1;
}
.blue-container .text-container .top-content h1 span {
  background: #dc1d25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.blue-container .text-container .top-content h1 span .underline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
}
.blue-container .text-container .top-content h6 {
  font-size: 30px;
  font-family: "Jost", sans-serif;
  margin-bottom: 2%;
  background: -webkit-linear-gradient(270deg, #6ebc46 25%, #0b519c 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-left: 10%;
}
.blue-container .text-container .top-content p {
  font-size: 20px;
  padding-left: 10%;
}
.blue-container .bottom-content h2 {
  font-size: 60px;
  font-family: "AkzidenzGrotesk", sans-serif;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 1%;
}
.blue-container .bottom-content .new-para {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  padding-left: 4%;
  width: 50%;
  margin-bottom: 3%;
}
.blue-container .bottom-content .ticked-text {
  display: flex;
  align-items: start;
  gap: 0.5em;
  padding-left: 4%;
}
.blue-container .bottom-content .ticked-text .circular-tick {
  margin-top: 0.5%;
}
.blue-container .bottom-content .ticked-text p {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  margin-bottom: 2%;
}

.additional-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.additional-container .left-img {
  width: 55%;
}
.additional-container .left-img img {
  width: 100%;
}
.additional-container .right-para {
  padding-right: 2.8%;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  width: 40%;
}
.additional-container .right-para h1 {
  font-family: "AkzidenzGrotesk", sans-serif;
  font-size: 60px;
}
.additional-container .right-para h1 span {
  background: #dc1d25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.additional-container .right-para h1 span .underline {
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 5px;
  width: 100%;
  z-index: -1;
  -webkit-text-size-adjust: 100%;
  background-color: #001832;
}
.paralell-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 5% 2.8% 5% 2.8%;
}
.paralell-container .info {
  width: 32%;
}
.paralell-container .info .title {
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.paralell-container .info .title h4 {
  font-size: 30px;
  font-family: "Jost", sans-serif;
  text-decoration: underline;
}
.paralell-container .info p {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  padding-left: 8%;
}

/*_______________END OF DATA BACKUP AND SECURITY___________________*/
@media (max-width: 1600px) {
  .home-banner .nav-wrap .menuList {
    width: 54%;
  }
  .home-banner .nav-wrap .menuList ul li a {
    text-decoration: none;
    font-size: 20px;
  }
  .home-banner .banner-content .contents a i {
    font-size: 14px;
  }
  .home-banner .nav-wrap button {
    font-size: 18px;
    padding: 5px 1.5% 5px 1.5%;
  }
  .home-banner .nav-wrap {
    padding: 15px 2.8% 15px 2.8%;
  }
  .home-banner .nav-wrap .menuList ul li .subMenu ul {
    padding: 7px;
  }
  .home-banner .nav-wrap .menuList ul li .subMenu {
    padding: 5px;
  }
  .home-banner .nav-wrap .menuList ul li .subMenu ul li a {
    font-size: 18px;
  }
  .home-banner .banner-content .contents h1 {
    font-size: 65px;
  }
  .home-banner .banner-content .contents p {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .home-banner .banner-content .contents a {
    font-size: 18px;
  }
  .home-banner .banner-content .contents h1 span .banner-overlay {
    height: 3px;
  }
  .second .both-text .title h1 {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 50px;
  }
  .second .both-text .para p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .second .both-text .para .more-button a {
    font-size: 18px;
  }
  .second .both-text .para .more-button .arrows i {
    font-size: 12px;
  }
  .second {
    padding: 55px 2.8% 26px 2.8%;
  }
  .second .brand-logos .brand-logo {
    width: 90%;
  }
  .second .both-text .title h1 span .overlay {
    height: 2px;
  }
  .second .brand-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
  }
  .third .parent .right-text h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .third .parent .right-text h1 span .overlay {
    height: 2px;
  }
  .third .parent .right-text p {
    font-size: 19px;
    margin-bottom: 30px;
    margin-left: 4%;
  }
  .third .parent .right-text .more-button a {
    font-size: 18px;
    margin-left: 4%;
  }
  .fourth .card-container .Card .arrow i {
    font-size: 18px;
  }
  .fourth .card-container .Card h3 {
    font-size: 24px;
  }
  .fourth .card-container .Card p {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .fourth .card-container .Card {
    padding: 30px 2% 36px 2%;
  }
  .fourth .right-text .more-button .arrows i {
    font-size: 12px;
  }
  .fourth .card-img-container .card-img .caption h4 {
    font-size: 22px;
  }
  .fourth .card-img-container .card-img .caption i {
    font-size: 18px;
  }
  .fourth .card-img-container .right-card-img .caption h4 {
    font-size: 22px;
  }
  .fourth .card-img-container .right-card-img .caption i {
    font-size: 18px;
  }
  .fourth .card-img-container {
    padding: 50px 2.8% 50px 2.8%;
  }
  .fifth {
    padding: 100px 2.8% 100px 2.8%;
  }
  .fifth .client-feedback h1 {
    font-size: 55px;
    margin-bottom: 45px;
  }
  .fifth .client-feedback h1 span .text-overlay {
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 2px;
  }
  .fifth .client-feedback .feedback .text {
    width: 70%;
    color: #ffffff;
    margin: 20px 0;
    font-size: 18px;
  }
  .fifth .client-feedback .feedback .ratings i {
    font-size: 18px;
  }
  .fifth .client-feedback .feedback .name-container .name {
    color: #e62934;
    font-size: 19px;
  }
  footer .top-container {
    font-size: 18px;
    padding-bottom: 35px;
  }
  footer {
    padding: 50px 2.8% 40px 2.8%;
  }
  footer .top-container .social-icons .social {
    height: 35px;
    width: 35px;
  }
  footer .top-container .logo {
    width: 11%;
  }
  footer .bottom-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .bottom-container .para {
    font-size: 17px;
  }
  footer .top-container .social-icons {
    width: 13%;
  }
  footer .bottom-container .list-container .list {
    font-size: 16px;
  }
  footer .bottom-container .list-container .list ul h4 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  /*footer .bottom-container .list {*/
  /*  font-size: 16px;*/
  /*}*/
  /*footer .bottom-container .list ul h4 {*/
  /*  font-size: 21px;*/
  /*  margin-bottom: 13px;*/
  /*}*/
  footer .last {
    font-size: 16px;
  }
  /*section for product*/
  .product h1 span {
    font-size: 50px;
  }
  .product .all-product-cards .product-card {
    padding: 3% 1%;
  }
  .product .all-product-cards .product-card h5 {
    font-size: 20px;
  }
  .product .all-product-cards .product-card p {
    font-size: 16px;
  }
  .product .all-product-cards .product-card .right-arrow i {
    font-size: 18px;
  }
  .product .all-product-cards .product-card .icon {
    width: 22%;
  }
  .product {
    padding: 60px 2.8% 60px 2.8%;
  }
  .grid-container .grid h4 span {
    font-size: 20px;
  }
  .grid-container .grid p {
    font-size: 16px;
  }
  .grid-container .grid a {
    font-size: 16px;
  }
  .grid-container {
    gap: 1em;
    padding: 3% 3%;
  }
  .solution .solution-container .left-side-text .flex-container .flex h4 {
    font-size: 20px;
  }
  .solution .solution-container .left-side-text .flex-container .flex {
    padding: 1% 3%;
  }
  .solution .solution-container .left-side-text {
    width: 43%;
    padding: 60px 2.8% 0 2.8%;
  }
  .solution .solution-container .left-side-text p {
    font-size: 18px;
  }
  .solution .solution-container .left-side-text h1 span {
    font-size: 50px;
  }
  /* end section for solution*/
  /*-------------START OF CONTACT US--------------------*/
  .contact .left-side-form .form-container form .input-boxes input {
    font-size: 17px;
  }
  .contact .left-side-form .form-container form .input-boxes {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 2em;
    column-gap: 1em;
    row-gap: 3em;
    margin-bottom: 6%;
  }
  .contact .left-side-form {
    padding: 3.5% 3% 2% 2%;
  }
  .contact .left-side-form .form-container form .msg-box textarea {
    width: 100%;
    background-color: transparent;
    border: 1ps solid white;
    font-size: 17px;
  }
  .contact .left-side-form .form-container form button {
    font-size: 17px;
    padding: 5px 2% 5px 2%;
  }
  .contact .left-side-form .form-container form .msg-box {
    margin-bottom: 2rem;
  }
  /*--------------------END OF CONTACT US---------------------*/
  /*________________________START OF CARRER PAGE______________________*/
  .carrer-image-container {
    gap: 1em;
  }
  .carrer-image-container .left {
    gap: 1em;
  }
  .carrer-image-container .right {
    gap: 1em;
  }
  .tick-card-sec h1 {
    font-size: 50px;
    margin-bottom: 3%;
  }
  .tick-card-sec {
    padding: 50px 2.8% 50px 2.8%;
    background: #a8acd2;
    margin-top: 2%;
  }
  .tick-card-sec h1 span .underline {
    position: absolute;
    left: 0;
    bottom: 8%;
    height: 3px;
  }
  .tick-card-sec .tick-card-container .tick-card p {
    text-align: center;
    font-size: 16px;
  }
  .tick-card-sec .tick-card-container .tick-card h4 {
    font-size: 24px;
    text-align: center;
    margin-top: 16%;
  }
  .tick-card-sec .tick-card-container .tick-card .tick-mark i {
    font-size: 20px;
  }
  .tick-card-sec .tick-card-container .tick-card .tick-mark {
    position: absolute;
    left: 45%;
    top: -6%;
    height: 40px;
    width: 40px;
  }
  .all-position .left h1 {
    font-size: 50px;
  }
  .all-position .left .text {
    font-size: 20px;
  }
  .all-position .left .content-container h5 {
    font-size: 21px;
  }
  .all-position .left .content-container .date {
    font-size: 15px;
  }
  .all-position .left .content-container p {
    margin-top: 3%;
    margin-bottom: 5%;
    font-size: 16px;
  }
  .all-position .left .content-container a {
    font-size: 16px;
  }
  .all-position .left .content-container a i {
    font-size: 15px;
  }
  .all-position .left .content-container {
    grid-template-columns: 45% 45%;
    gap: 2em;
  }
  .all-position .left h1 span .underline {
    bottom: 7px;
    height: 3px;
  }
  /*________________________END OF ABOUT US PAGE______________________*/
  .counter-sec .counter .count .num-counter .num {
    font-size: 80px;
  }
  .counter-sec .counter .count .num-counter .plus {
    font-size: 80px;
  }
  .counter-sec .counter .count .caption {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 20px;
  }
  .counter-sec .counter .count {
    width: 20%;
  }
  .counter-sec .counter .count .line {
    width: 84%;
  }
  .second .both-text .para .tick-text-container .text .para-text {
    font-size: 20px;
  }
  .text .tick-icon {
    width: 8%;
  }
  .text .tick-icon img {
    width: 100%;
  }
  .second .both-text .para .tick-text-container {
    row-gap: 1.5em;
  }
  .card-sec .card-container .Card p {
    font-size: 16px;
  }
  .card-sec .card-container .Card h3 {
    font-size: 22px;
  }
  .card-sec .card-container .Card {
    padding: 24px 2% 24px 2%;
  }
  /*__________________START OF ABOUT US PAGE__________________________*/
  /*_________________START OF ERP PAGE*_________________________________*/
  .main-blue-container .left .first-para h1 {
    font-size: 50px;
  }
  .main-blue-container .left .first-para p {
    font-size: 18px;
  }
  .main-blue-container .left .first-para h1 span .underline {
    position: absolute;
    left: 0;
    bottom: 9%;
    height: 3px;
  }
  .main-blue-container .left .second-para h1 {
    font-size: 50px;
  }
  .main-blue-container .left .second-para p {
    font-size: 18px;
  }
  .main-blue-container .left .second-para ul li .small-para {
    font-size: 18px;
  }
  .second-para ul li .rounded-tick {
    width: 4%;
  }
  .second-para ul li .rounded-tick img {
    width: 30px;
    height: 27px;
  }
  .main-blue-container .right {
    width: 44%;
    margin-top: -6.3%;
  }
  .main-blue-container {
    background: rgb(0, 24, 50);
    padding: 3% 2.8%;
  }
  .main-blue-container .right .form-container form {
    gap: 3em;
    margin-top: 2%;
  }
  .main-blue-container .right .form-container {
    padding: 14% 4.8% 10% 4.8%;
  }
  .main-blue-container .right .form-container h1 {
    font-size: 35px;
  }
  .main-blue-container .right .form-container p {
    font-size: 17px;
    width: 60%;
  }
  .main-blue-container .right .form-container form input {
    font-size: 16px;
  }
  .main-blue-container .right .form-container form textarea {
    font-size: 16px;
  }
  .main-blue-container .right .form-container form button {
    font-size: 17px;
  }
  .main-blue-container .left .first-para {
    margin-bottom: 4em;
  }
  .last-icon-container .right-list .content-list h1 {
    font-size: 50px;
    margin-bottom: 1%;
  }
  .last-icon-container .right-list .content-list h1 span .underline {
    bottom: 6px;
    height: 3px;
  }
  .last-icon-container .right-list .content-list p {
    font-size: 18px;
  }
  .last-icon-container {
    gap: 3em;
  }
  .last-icon-container .right-list .content-list .icon-list .icon .name {
    font-size: 20px;
  }
  .icon-img {
    width: 13%;
  }
  .icon-img img {
    width: 100%;
  }
  .last-icon-container .right-list .content-list .icon-list {
    gap: 1.5em;
  }
  /*_________________END OF ERP PAGE*_________________________________*/
  /*_________________START OF BUSINESS INTELLIGENCE PAGE______________*/
  .para-container .left-para .heading h1 {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 50px;
  }
  .para-container .right-para {
    font-family: "Jost", sans-serif;
    font-size: 20px;
  }
  .para-container .right-para h2 span {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 35px;
  }
  .para-container .left-para .image {
    width: 90%;
  }
  .para-container .left-para {
    align-items: start;
  }
  .para-container {
    padding: 55px 2.8% 26px 2.8%;
  }
  .business-list-container .list ul h4 {
    display: flex;
    align-items: start;
    gap: 0.4em;
    font-size: 23px;
  }
  .business-list-container .list ul li {
    list-style-type: none;
    font-size: 20px;
    font-family: "Jost", sans-serif;
    margin-bottom: 1%;
  }
  .container1 .right h1 {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 50px;
  }
  .container1 .right p {
    font-size: 19px;
  }
  .container1 .right h1 span .underline {
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 2px;
  }
  .container2 .left h1 {
    font-size: 50px;
  }
  .container2 .left h1 span .underline {
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 3px;
  }
  .container2 .left p {
    font-size: 19px;
  }
  .container2 {
    padding: 3% 2.8% 3% 2.8%;
  }
  .list .tick_icon {
    width: 6%;
  }
  .list .tick_icon img {
    width: 100%;
  }
  .business-list-container .list {
    gap: 0.5em;
  }
  .business-list-container {
    padding: 2% 2.8% 1% 2.8%;
  }
  .para-container .left-para .heading h1 span .underline {
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 3px;
  }
  /*_________________END OF BUSINESS INTELLIGENCE PAGE______________*/
  /*_______________START OF DATA BACKUP AND SECURITY___________________*/
  .blue-container .text-container .top-content h1 {
    font-size: 40px;
  }
  .blue-container .text-container .top-content p {
    font-size: 18px;
  }
  .blue-container .text-container .top-content h6 {
    font-size: 26px;
    font-family: "Jost", sans-serif;
    margin-bottom: 1%;
  }
  .blue-container .text-container .top-content h1 span .underline {
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 2px;
  }
  .blue-container .bottom-content h2 {
    font-size: 40px;
  }
  .blue-container .bottom-content .new-para {
    font-size: 19px;
  }
  .blue-container .bottom-content .ticked-text p {
    font-size: 19px;
  }
  .additional-container .right-para h1 {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 40px;
    margin-bottom: 4%;
  }
  .additional-container .right-para h1 span .underline {
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 3px;
  }
  .additional-container .right-para {
    padding-right: 2.8%;
    font-size: 18px;
  }
  .paralell-container .icon {
    width: 7%;
  }
  .paralell-container .icon img {
    width: 100%;
  }
  .paralell-container .info .title h4 {
    font-size: 22px;
  }
  .paralell-container .info p {
    font-size: 18px;
    margin-bottom: 2%;
  }
  .paralell-container {
    padding: 3% 2.8% 3% 2.8%;
  }
  /*_______________END OF DATA BACKUP AND SECURITY___________________*/
}
@media (max-width: 1100px) {
  .home-banner .nav-wrap button a{
      font-size: 14px;
  }
  footer .top-container .contact-no{
      width: 20%;
  }
  
  .home-banner .nav-wrap .menuList {
    width: 60%;
  }
  .home-banner .nav-wrap .menuList ul li a {
    text-decoration: none;
    font-size: 15px;
  }
  .home-banner .nav-wrap button {
    font-size: 16px;
    padding: 3px 1.5% 3px 1.5%;
    width: 175px;
  }
  .fifth .client-feedback .feedback .text{
      width: 90%;
  }
  .home-banner .nav-wrap .logo {
    width: 10%;
  }
  .home-banner .nav-wrap .menuList ul li #sub-2 {
    width: 234%;
  }
  .home-banner .nav-wrap .menuList ul li #sub-3 {
    width: 340%;
  }
  .second .both-text .title h1 {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 40px;
  }
  .third .parent .right-text h1 {
    font-size: 40px;
    margin-bottom: 7%;
  }
  .third .parent .right-text p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .third .parent .right-text .more-button .arrows i {
    font-size: 16px;
  }
  .fourth .card-container .Card {
    width: 32.5%;
  }
  .fourth .card-container .Card p {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .fourth .card-container .Card {
    width: 32.5%;
  }
  .fourth .right-text h1 {
    font-size: 40px;
  }
  .fourth .right-text p {
    font-size: 16px;
    margin-bottom: 17px;
    margin-left: 4%;
  }
  .product .all-product-cards {
    padding: 35px 0 16px 0;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    row-gap: 1em;
  }
  .product .all-product-cards .product-card .icon {
    width: 15%;
  }
  .third .parent .right-text .more-button a {
    font-size: 15px;
  }
  .fourth .card-container .Card {
    padding: 23px 2% 31px 2%;
  }
  .fourth .card-container .Card h3 {
    font-size: 21px;
  }
  .fourth .card-img-container .right-card-img .caption h4 {
    font-size: 19px;
  }
  .fourth .card-img-container .card-img .caption h4 {
    font-size: 16px;
  }
  .fourth .card-img-container .right-card-img .caption h4 {
    font-size: 16px;
  }
  .fourth .card-img-container .card-img .caption {
    padding-top: 7px;
  }
  .fourth .card-img-container .right-card-img .caption {
    padding-top: 7px;
  }
  .fourth .card-img-container .right-card-img .caption i {
    font-size: 15px;
  }
  .fourth .card-img-container .card-img .caption i {
    font-size: 15px;
  }
  .product .all-product-cards .product-card p {
    font-size: 15px;
  }
  .product .all-product-cards .product-card {
    gap: 0.5em;
    width: 100%;
  }
  .product .all-product-cards .product-card {
    padding: 7% 4%;
  }
  .product .all-product-cards .product-card .right-arrow i {
    font-size: 16px;
  }
  .solution .solution-container .left-side-text {
    width: 43%;
    padding: 20px 2.8% 0 2.8%;
  }
  .solution .solution-container .left-side-text h1 span {
    font-size: 40px;
  }
  .solution .solution-container .left-side-text h1 span .underline {
    height: 2px;
  }
  .solution .solution-container .left-side-text p {
    font-size: 16px;
  }
  .solution .solution-container .left-side-text .flex-container .flex h4 {
    font-size: 14px;
    margin: 0;
  }
  .solution .solution-container .left-side-text .flex-container .flex h4 i {
    font-size: 13px;
  }
  .solution .solution-container .left-side-text .flex-container {
    gap: 0.5em;
    margin-top: 4%;
  }
  .logo-icon img {
    width: 70%;
  }
  .fifth .client-feedback h1 {
    font-size: 41px;
  }
  .fifth .client-feedback h1 {
    font-size: 41px;
  }
  .fifth {
    padding: 70px 2.8% 70px 2.8%;
  }
  footer .top-container .social-icons {
    width: 20%;
  }
  footer .top-container .social-icons .social i {
    color: #ffffff;
    font-size: 15px;
  }
  footer .top-container {
    font-size: 16px;
  }
  footer .top-container .address {
    width: 26%;
  }
  footer .bottom-container .para {
    font-size: 15px;
  }
  footer .bottom-container .list {
    font-size: 15px;
  }
  footer .bottom-container .list ul h4 {
    font-size: 19px;
    margin-bottom: 5px;
  }
  footer .last {
    font-size: 15px;
    flex-wrap: wrap;
  }
  footer {
    padding: 37px 2.8% 22px 2.8%;
  }
  /*___________________START OF CARRER PAGE_______________*/
  .home-banner .banner-content .contents h1 {
    font-size: 50px;
    margin: 0;
  }
  .home-banner .banner-content .contents p {
    font-size: 16px;
  }
  .all-position {
    flex-direction: column;
    gap: 2em;
  }
  .all-position .left {
    width: 100%;
    padding-top: 3%;
  }
  .all-position .left .content-container {
    gap: 4em;
  }
  .all-position .right {
    width: 100%;
  }
  .tick-card-sec .tick-card-container .tick-card {
    position: relative;
    width: 30%;
  }
  .tick-card-container {
    display: flex;
    flex-wrap: wrap;
  }
  /*____________________END OF CARRER PAGE*______________*/
  /*____________________START OF CONTACT PAGE_____________*/
  .contact-section .contact {
    flex-direction: column;
  }
  .contact .right-side-img {
    width: 100%;
  }
  .contact .left-side-form {
    width: 100%;
  }
  .contact .left-side-form {
    padding: 3.5% 3% 2% 2%;
  }
  .contact-section .contact {
    margin-top: 12%;
  }
  /*____________________END OF CONTACT PAGE________________*/
  /*_____________START OF ERP PAGE_________________*/
  .main-blue-container .left .first-para h1 {
    font-size: 40px;
  }
  .main-blue-container .left .first-para p {
    font-size: 16px;
  }
  .main-blue-container .left .second-para h1 {
    font-size: 37px;
  }
  .main-blue-container .left .second-para p {
    font-size: 16px;
  }
  .main-blue-container .left .second-para ul li .small-para {
    font-size: 15px;
  }
  .main-blue-container .left .second-para ul li {
    gap: 0.5em;
    padding-bottom: 4%;
    align-items: start;
  }
  .second-para ul li .rounded-tick {
    width: 4%;
  }
  .main-blue-container .right .form-container h1 {
    font-size: 27px;
  }
  .main-blue-container .right .form-container p {
    font-size: 15px;
    width: 80%;
  }
  .main-blue-container .right .form-container form button {
    font-size: 15px;
    padding: 5px 3% 4px 3%;
    width: 50%;
  }
  .last-icon-container .right-list .content-list h1 {
    font-size: 34px;
  }
  .last-icon-container .right-list .content-list .icon-list .icon .name {
    font-size: 15px;
  }
  .last-icon-container .right-list .content-list p {
    font-size: 15px;
  }
  .last-icon-container .right-list .content-list .icon-list {
    margin-top: 6%;
  }
  .last-icon-container {
    gap: 2em;
  }
  .last-icon-container .right-list .content-list h1 span .underline {
    bottom: 4px;
    height: 2px;
  }
  /*_______________END OF ERP PAGE__________________*/
  /*__________________START OF ABOUT US______________*/
  .second .both-text .para .tick-text-container .text .para-text {
    font-size: 15px;
  }
  .text .tick-icon {
    width: 13%;
  }
  .counter-sec .counter .count .num-counter .num {
    font-size: 40px;
  }
  .counter-sec .counter .count .num-counter .plus {
    font-size: 40px;
  }
  .counter-sec .counter .count .caption {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 16px;
  }
  .counter-sec .counter .count {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  .counter-sec .counter .count .caption {
    padding: 0;
  }
  .card-sec .card-container .Card h3 {
    font-size: 20px;
    margin-bottom: 5%;
  }
  .business-list-container {
    display: grid;
    grid-template-columns: 45% 45%;
    align-items: center;
    justify-content: center;
    gap: 2em;
  }
  .business-list-container .list {
    width: 100%;
  }
  .para-container .left-para .heading h1 {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 36px;
  }
  /*____________________END OF ABOUT US ______________*/
}
@media (max-width: 750px) {
  /*for mobile view*/
  .mobile-nav .logo {
    width: 27%;
  }
  .home-banner .nav-wrap {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    margin-top: 35%;
  }
  .home-banner .nav-wrap .logo {
    display: none;
  }
  .home-banner .nav-wrap .menuList {
    width: 100%;
  }
  .home-banner .nav-wrap .menuList ul {
    flex-direction: column;
    gap: 1.5em;
    margin-bottom: 10px;
  }
  .home-banner .nav-wrap .menuList ul li:hover {
    width: 100%;
    text-align: center;
  }
  .home-banner .nav-wrap .menuList ul li:hover a {
    font-size: 23px;
  }
  .home-banner .nav-wrap .menuList ul li:hover .subMenu {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .home-banner .nav-wrap .menuList ul li a {
    text-decoration: none;
    font-size: 24px;
  }
  .home-banner .nav-wrap .menuList ul li .subMenu ul li a {
    font-size: 20px;
  }
  .home-banner .nav-wrap .menuList ul li .subMenu ul {
    display: flex;
    gap: 0.5em;
  }
  .home-banner .nav-wrap .menuList ul li .subMenu ul li {
    list-style-type: none;
    text-align: left;
  }
  .home-banner .nav-wrap button {
    font-size: 19px;
    padding: 5px 3.5% 5px 3.5%;
  }
  #desk-banner {
    display: none;
  }
  #mob-banner {
    display: block;
  }
  .home-banner .nav-wrap .menuList ul li #sub-1 {
    width: 100%;
    transition: 0.5s;
  }
  .home-banner .nav-wrap .menuList ul li #sub-2 {
    width: 100%;
    transition: 0.5s;
  }
  .home-banner .nav-wrap .menuList ul li #sub-3 {
    width: 100%;
    transition: 0.5s;
  }
  /*end of mobile view*/
  .home-banner .banner-content .contents h1 {
    font-size: 40px;
    text-align: center;
  }
  .home-banner .banner-content .contents p {
    font-size: 16px;
    padding: 0 4% 2% 4%;
    text-align: center;
    margin-top: 4%;
    line-height: 1;
  }
  .home-banner .banner-content .contents h1 span .banner-overlay {
    height: 1px;
    bottom: 3px;
  }
  .home-banner .banner-content .contents a {
    font-size: 14px;
  }
  .second {
    padding: 20px 2.8% 26px 2.8%;
  }
    .second .both-text .erp-gradient {
    top: 0;
    left: 0;
    width: 100%;
  }
  .second .both-text {
    display: flex;
    flex-direction: column;
  }
  .second .both-text .title {
    width: 100%;
  }
  .second .both-text .title h1 {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 32px;
  }
  .second .both-text .para {
    width: 100%;
  }
  .second .both-text .para p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    margin-bottom: 13px;
  }
  .second .both-text .para .more-button a {
    font-size: 14px;
  }
  .second .both-text .title h1 span .overlay {
    position: absolute;
    left: 0;
    bottom: 4px;
  }
  .second .brand-logos .brand-logo {
    width: 100%;
  }
  .fourth {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .fourth .right-text {
    color: #ffffff;
    width: 100%;
  }
  .third .parent .right-text {
    color: #ffffff;
    width: 100%;
    padding: 8% 2.8%;
  }
  .third .parent .right-text .more-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .third .parent .right-text h1 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 4%;
  }
  .third .parent .right-text p {
    font-size: 16px;
    text-align: center;
    margin: 0;
    margin-bottom: 4%;
  }
  .third .parent .right-text .more-button .arrows i {
    font-size: 15px;
  }
  .third .parent .right-text .more-button a {
    font-size: 17px;
    margin: 0;
    text-align: center;
  }
  .fourth .card-container .Card p {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .fourth .card-container .Card h3 {
    font-size: 21px;
  }
  .fourth .card-container {
    position: static;
  }
  .fourth .card-container {
    flex-direction: column;
    gap: 1em;
  }
  .fourth .card-container .Card {
    width: 100%;
  }
  .third .parent .left-img {
    width: 100%;
  }
  .fourth .card-img-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }
  .fourth .card-img-container .card-img {
    width: 100%;
  }
  .third .parent {
    padding: 0;
    flex-direction: column-reverse;
  }
  .fourth .card-img-container .card-img .caption {
    padding-top: 5px;
  }
  .fourth .card-img-container .card-img .caption h4 {
    font-size: 18px;
  }
  .fourth .card-img-container .right-card-img {
    width: 100%;
  }
  .fourth .card-img-container {
    padding: 0em 2.8% 1em 2.8%;
  }
  .fourth .card-img-container .right-card-img .caption {
    padding-top: 5px;
  }
  .fourth .card-img-container .right-card-img .caption h4 {
    font-size: 18px;
  }
  .product .all-product-cards {
    padding: 20px 0 10px 0;
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .product .all-product-cards .product-card {
    width: 100%;
    gap: 1em;
    padding: 3%;
  }
  .product .all-product-cards .product-card .icon {
    width: 12%;
  }
  .product h1 span {
    font-size: 35px;
  }
  .product h1 span .underline {
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
  }
  .product {
    padding: 24px 2.8% 20px 2.8%;
  }
  .solution .solution-container .left-side-text h1 span .underline {
    bottom: 6px;
    height: 2px;
  }
  .solution .solution-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 2em;
  }
  .solution .solution-container .left-side-text .flex-container .flex {
    border-bottom-right-radius: 10px;
  }
  .solution .solution-container .right-side-img {
    width: 100%;
  }
  .solution .solution-container .left-side-text {
    width: 100%;
    padding: 30px 2.8% 0 2.8%;
  }
  .solution .solution-container .left-side-text {
    width: 100%;
    padding: 30px 2.8% 0 2.8%;
  }
  .solution .solution-container .left-side-text .flex-container .flex h4 {
    font-size: 16px;
    margin: 0;
  }
  .flex .logo-icon img {
    width: 70%;
  }
  .solution .solution-container .left-side-text .flex-container .flex h4 i {
    font-size: 12px;
  }
  .grid-container {
    position: static;
    width: 100%;
    gap: 2.5em;
    grid-template-columns: auto;
  }
  .grid-container .grid h4 span {
    font-size: 19px;
  }
  .grid-container .grid p {
    font-size: 15px;
    margin-bottom: 3px;
    text-align: center;
  }
  .grid-container .grid h4 {
    text-align: center;
  }
  .grid-container .grid a {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fifth .client-feedback h1 {
    font-size: 35px;
    margin-bottom: 0;
  }
  .fifth .client-feedback .feedback .text{
      margin: 5px 0;
  }
  footer .bottom-container .list-container .list ul li{
      font-size: 16px;
  }

  .fifth .client-feedback h1 span .text-overlay {
    bottom: 2px;
    height: 2px;
  }
  .fifth .client-feedback .feedback .text {
    width: 100%;
    color: #ffffff;
    margin: 20px 0;
    font-size: 16px;
  }
  .fifth .client-feedback .feedback .ratings i {
    font-size: 14px;
  }
  .fifth .client-feedback .feedback .name-container .name {
    font-size: 15px;
  }
  footer {
    padding: 30px 2.8% 30px 2.8%;
  }
  footer .top-container {
    font-size: 16px;
  }
  footer .top-container {
    font-size: 16px;
    flex-direction: column;
    gap: 1em;
  }
  footer .top-container .address {
    width: 100%;
    text-align: center;
  }
  footer .top-container .logo {
    width: 45%;
  }
  footer .top-container .contact-no {
    width: 100%;
    text-align: center;
  }
  footer .top-container .social-icons {
    width: 100%;
    justify-content: center;
    gap: 1em;
  }
    footer .bottom-container .list-container {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .bottom-container .list-container .list ul h4 {
    font-size: 18px;
    margin-bottom: 6px;
    text-decoration: underline;
  }
  footer .bottom-container {
    flex-direction: column;
    gap: 1em;
  }
  footer .bottom-container .para {
    font-size: 16px;
    width: 100%;
  }
  footer .last {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  footer .last {
    font-size: 12px;
    font-weight: 500;
  }
  /*-----------START OF CONTACT US PAGE----------------*/
  .contact-section .contact {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: -30%;
  }
  .contact .left-side-form {
    width: 100%;
  }
  .contact .right-side-img {
    width: 100%;
  }
  .contact .left-side-form {
    padding: 5% 6% 5% 3%;
  }
  .contact .left-side-form .form-container form .input-boxes input {
    font-size: 15px;
  }
  .contact .left-side-form .form-container form .msg-box textarea {
    width: 100%;
    background-color: transparent;
    border: 1ps solid white;
    font-size: 15px;
  }
  .contact .left-side-form .form-container form button {
    font-size: 15px;
    padding: 5px 2% 5px 2%;
  }
  /*--------------END OF CONTACT US PAGE------------------*/
  /*________________START OF CARRER PAGE____________*/
  .carrer-image-container .right, .carrer-image-container .left, .carrer-image-container .middle {
    gap: 0.5em;
  }
  .carrer-image-container {
    gap: 0.5em;
  }
  .tick-card-sec .tick-card-container .tick-card {
    position: relative;
    width: 100%;
  }
  .tick-card-sec .tick-card-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .tick-card-sec .tick-card-container .tick-card h4 {
    font-size: 22px;
    text-align: center;
    margin-top: 9%;
  }
  .tick-card-sec .tick-card-container .tick-card p {
    font-size: 17px;
    font-weight: 300;
    padding: 0 4% 7% 4%;
  }
  .tick-card-sec h1 {
    font-size: 35px;
    margin-bottom: 7%;
  }
  .all-position .left h1 {
    font-size: 35px;
  }
  .all-position {
    display: flex;
    flex-direction: column-reverse;
  }
  .all-position .left {
    width: 100%;
  }
  .all-position .right {
    width: 100%;
  }
  .all-position .left h1 span .underline {
    bottom: 6px;
    height: 2px;
  }
  .all-position .left .content-container {
    grid-template-columns: auto;
    gap: 2em;
    padding-bottom: 2em;
  }
  .all-position {
    gap: 1em;
  }
  .all-position .left .text {
    font-size: 19px;
  }
  .all-position .left .content-container p {
    margin-top: 1%;
    margin-bottom: 2%;
  }
  /*_________________START OF CONTACT PAGE____________*/
  /*______________START OF ERP PAGE___________________*/
  .second .both-text .title {
    gap: 2em;
  }
  .main-blue-container {
    flex-direction: column;
    padding: 6% 2.8%;
  }
  .main-blue-container .left {
    width: 100%;
  }
  .main-blue-container .left .first-para h1 {
    font-size: 32px;
  }
  .main-blue-container .left .first-para p {
    font-size: 15px;
  }
  .main-blue-container .left .second-para h1 {
    font-size: 32px;
  }
  .main-blue-container .left .first-para {
    margin-bottom: 2em;
  }
  .main-blue-container .left .second-para p {
    font-size: 15px;
  }
  .main-blue-container .left .second-para ul li .small-para {
    font-size: 15px;
  }
  .second-para ul li .rounded-tick {
    width: 9%;
  }
  .second-para ul li .rounded-tick img{
      width: 25px;
    height: 22px;
  }
  .para-container{
      display: block;
  }
  .para-container .left-para{
      width: 90%;
      display: block;
      margin: 0 auto;
  }
  .main-blue-container .left .second-para ul li {
    gap: 0.5em;
    align-items: start;
    margin-bottom: 5%;
  }
  .main-blue-container .right {
    width: 100%;
    margin-top: 0;
  }
  .main-blue-container .right .form-container h1 {
    font-size: 27px;
  }
  .main-blue-container .right .form-container p {
    font-size: 15px;
    width: 80%;
    line-height: 1.2;
  }
  .main-blue-container .right .form-container form input {
    font-size: 15px;
  }
  .main-blue-container .right .form-container form textarea {
    font-size: 15px;
  }
  .main-blue-container .right .form-container form button {
    font-size: 16px;
    border: none;
    padding: 5px 3% 4px 3%;
    width: 47%;
  }
  .last-icon-container {
    flex-direction: column;
  }
  .last-icon-container .left-img {
    width: 100%;
  }
  .last-icon-container .right-list {
    width: 100%;
  }
  .last-icon-container .right-list .content-list h1 {
    font-size: 34px;
  }
  .last-icon-container {
    gap: 1em;
  }
  .last-icon-container .right-list .content-list p {
    font-size: 16px;
  }
  .last-icon-container .right-list .content-list .icon-list .icon .name {
    font-size: 15px;
  }
  .last-icon-container .right-list .content-list .icon-list {
    justify-content: center;
  }
  .last-icon-container .right-list .content-list {
    width: 100%;
    padding-left: 2.8%;
    padding-bottom: 5%;
    text-align: center;
  }
  .last-icon-container .right-list .content-list .icon-list .icon {
    gap: 0.3em;
  }
  /*______________END OF ERP PAGE___________________*/
  /*_____________START OF ABOUT US_____________*/
  .second .both-text .para .tick-text-container {
    display: grid;
    grid-template-columns: auto;
    row-gap: 0.5em;
    margin-top: 5%;
  }
  .text .tick-icon {
    width: 5%;
  }
  .counter-sec .counter .count .num-counter .num {
    font-size: 35px;
  }
  .counter-sec .counter .count .num-counter .plus {
    font-size: 35px;
  }
  .counter-sec .counter .count .caption {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 15px;
    padding-top: 1%;
  }
  .counter-sec .counter {
    display: grid;
    grid-template-columns: 45% 45%;
    align-items: center;
    justify-content: center;
    row-gap: 2em;
  }
  .counter-sec .counter .count .line {
    width: 75%;
  }
  .counter-sec .counter .count {
    width: 100%;
  }
  .counter-sec .counter .count .num-counter {
    margin-bottom: 8%;
  }
  .card-sec .card-container .Card {
    width: 100%;
  }
  .card-sec .card-container {
    flex-direction: column;
  }
  .card-sec .card-container {
    gap: 0.5em;
  }
  .card-sec {
    margin-top: -10%;
  }
  /*______________END OF ABOUT US_______________*/
    /*___________________START OF BUSINESS INTELLIGENCE_____________*/

    .container1 .right h1 {
        font-size: 30px;
    }
    .container1 .right p {
        font-size: 16px;
    }
    .container1 .left {
        width: 100%;
    }
    .container1 .right {
      width: 90%;
      margin: 25px auto 0 auto;
    }
    .container1 .right p {
        font-size: 16px;
        margin-bottom: 1%;
    }
    .container2 .left h1 {
        font-size: 30px;
    }
    .container2 .left p {
        font-size: 16px;
        margin: 0;
    }
    .list .tick_icon {
        width: 7%;
    }
    .list .tick_icon img{
        width: 25px;
    height: 22px;
    }
    .container1{
        display: block;
        padding-right: 0;
        width: 90%;
         margin: 0 auto;
         padding-bottom: 25px;
    }
    
    .container1 .right h1 span .underline{
        bottom: -4px;
    }
    .container2{
        display: block;
        padding-right: 0;
        width: 90%;
    }
    .container2 .left{
        width: 90%;
        margin: 0 auto 25px auto;
    }
    .container2 .right{
        width: 90%;
        margin: 0 auto 25px auto;
    }
    .para-container .right-para h2 span {
        font-family: "AkzidenzGrotesk", sans-serif;
        font-size: 30px;
    }
    .para-container .right-para {
        font-family: "Jost", sans-serif;
        font-size: 17px;
        width: 90%;
    display: block;
    margin: 0 auto;
    }
    .business-list-container{
        display: block;
    }
    footer .top-container .contact-no {
        width: 90%;
    }
    footer .top-container .address {
        width: 90%;
    }
    footer .top-container .social-icons {
        width: 90%;
    }
   
   
    /*___________________END OF BUSINESS INTELLIGENCE_____________*/
  /*______________START OF DATABACKUP AND SECURITY____________*/
  .blue-container .text-container .top-content {
    width: 100%;
  }
  .blue-container .text-container .top-content h6 {
    font-size: 21px;
  }
  .blue-container .text-container .top-content p {
    font-size: 16px;
  }
  .blue-container .text-container .top-content h1 {
    font-size: 30px;
  }
  .blue-container .right-top {
    width: 100%;
    position: static;
    margin-bottom: 6%;
  }
  .blue-container .bottom-content h2 {
    font-size: 30px;
  }
  .blue-container .bottom-content .new-para {
    font-size: 16px;
    width: 100%;
  }
  .blue-container .bottom-content .ticked-text p {
    font-size: 16px;
    margin-bottom: 4%;
  }
  .blue-container .bottom-content .ticked-text .circular-tick {
    width: 5%;
  }
  .blue-container .bottom-content .ticked-text .circular-tick img {
    width: 100%;
  }
  .additional-container .left-img {
    width: 100%;
  }
  .additional-container .right-para {
    width: 100%;
  }
  .additional-container {
    flex-direction: column;
  }
  .additional-container .right-para h1 {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 30px;
    margin-bottom: 2%;
  }
  .additional-container .right-para h1 span .underline {
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
  }
  .additional-container .right-para {
    padding: 3% 2.8% 3% 2.8%;
    font-size: 16px;
  }
  .additional-container .right-para .up {
    margin-bottom: 2%;
  }
  .paralell-container {
    flex-direction: column;
    gap: 1.5em;
  }
  .paralell-container .info {
    width: 100%;
  }
  .paralell-container .info .title h4 {
    font-size: 19px;
  }
  .paralell-container .info p {
    font-size: 15px;
    margin-bottom: 1%;
  }
  .paralell-container .icon {
    width: 5%;
  }
  .paralell-container .info .title {
    display: flex;
    align-items: start;
    gap: 0.2em;
  }
  /*______________END OF DATABACKUP AND SECURITY____________*/
}
@media (min-width: 750px) {
  #desk-banner {
    display: block;
  }
  #mob-banner {
    display: none;
  }
  .mobile-nav {
    display: none;
  }
  .home-banner .nav-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    opacity: 1;
    visibility: visible;
  }
  .home-banner .nav-wrap .logo {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */