/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
  --mainbg: #000024;
  --primaryColor: #0aa5d8;
  --secondaryColor: #fe9003;
  --trextColor: #000;
  --primaryFont:"DM Sans", serif;
  --white: #fff;
  --slideTet: #67caeb;
  --sectionPTB: 5rem 0;
  --machintTextcolor: #6b6c73;
  --assetcolor: #00bc87;
  --vgroprimarycolor: #38b64a;
  --vgrosecondcolor: #0271bb;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

P {
  color: var(--machintTextcolor);
  font-weight: 300;
  font-size: 0.9rem;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-family: var(--primaryFont);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

section {
  padding: var(--sectionPTB);
  position: relative;
}

.w-80 {
  width: 80%;
}

.mbg-primary {
  background: var(--primaryColor);
}

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

.ms-text-secondary {
  color: var(--secondaryColor);
}

.main-bg {
  background: var(--mainbg);
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.vert-left {
  -webkit-animation: moverx 1s infinite alternate;
  animation: moverx 1s infinite alternate;
}

@-webkit-keyframes moverx {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

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

.br-primary {
  border: solid 1px var(--primaryColor);
}

.br-secondry {
  border: solid 1px var(--secondaryColor);
}

.br-main {
  border: solid 1px var(--assetcolor);
}

.mstext-primary {
  color: var(--primaryColor);
}

.mstext-secondry {
  color: var(--secondaryColor);
}

.mstext-main {
  color: var(--assetcolor);
}

.primary-grediant {
  background: linear-gradient(210deg, var(--primaryColor), transparent);
}

.secondry-grediant {
  background: linear-gradient(210deg, var(--secondaryColor), transparent);
}

.main-grediant {
  background: linear-gradient(210deg, var(--assetcolor), transparent);
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 0 10px #f0f0f0;
}

/* 
.fixed .machint-nav ul li a{
  padding: 1.2rem 1.5rem !important;
} */

.machint-prymary-btn {
  border: solid 1px;
  background: var(--primaryColor);
  padding: 0.8rem 4rem;
  color: var(--white);
  border-radius: 10rem;
  white-space: nowrap;
}

.machint-prymary-btn:hover {
  border: solid 1px;
  border-color: var(--primaryColor);
  color: var(--primaryColor);
  background: transparent;
}

.machint-secondry-btn {
  border: solid 1px;
  border-color: var(--secondaryColor);
  padding: 0.5rem 3rem;
  color: var(--secondaryColor);
  border-radius: 10rem;
  white-space: nowrap;
}

.machint-secondry-btn:hover {
  border: solid 1px;
  border-color: var(--primaryColor);
  color: var(--primaryColor);
}

/*Navbar CSS*/
.machint-nav ul li a {
  position: relative;
  color: var(--mainbg);
  padding: 2rem 0.8rem !important;
  /* transition: all 2s; */
  white-space: nowrap;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 500;
}

.machint-nav ul li a.active, .machint-nav ul li a:hover {
  color: var(--primaryColor);
  /* background: linear-gradient(transparent, #0aa4d83b); */
  /* border-bottom: 2px solid var(--primaryColor); */
}

/* .machint-nav ul li a::after,
.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: var(--primaryColor);
  height: 1px;
} */
.fill ul li a:after {
  text-align: left;
  content: ".";
  margin: 0;
  opacity: 0;
  display: none;
}
/* 

.fill ul > li:hover > a {
  color: var(--primaryColor);
  z-index: 1;
  border-bottom: 2px solid var(--primaryColor);
}

.fill ul > li:hover > a:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
} */

/* Keyframes */
/* @-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  100% {
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #0aa4d85a);
  }
} */

.machint-nav  .dropdown-menu {
  padding: 0;
  margin: 0;
  background: var(--primaryColor);
    box-shadow: 0 0 15px #ebebeb;
}

.machint-nav  .dropdown-menu li a{
  display: block;
  padding: 0.4rem 3rem 0.4rem 1rem !important;
  font-weight: normal;
  color: #fff;
}
.machint-nav  .dropdown-menu li a:hover{
  color: var(--secondaryColor);
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  left: 0;
  /* background: var(--mainbg); */
  /* background: rgb(0 0 36 / 95%); */
  background: #fff;
  border-top: solid 1px #fff;
  min-height: 400px;
  overflow: hidden;
}

.mega-dropdown.open .mega-dropdown-menu {
  display: block;
}

.mega-cataggery-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  height: 100%;
  left: 0;
  top: 0;
}

.mega-cataggery-list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mega-cataggery-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  color: var(--trextColor);
  border-bottom: 1px solid rgb(13 202 240 / 20%);
}

.mega-cataggery-list li a::after {
  display: none;
}

.mega-cataggery-list li .megadrp {
  display: none;
  position: absolute;
  right: 0;
  width: 78%;
  top: 0;
  margin: 0;
  padding: 0;
  bottom: 0;
  background: var(--mainbg);
  height: 100vh;
}

.mega-cataggery-list li:first-child .megadrp {
  display: block;
  background: transparent;
}

.mega-cataggery-list li:hover .megadrp {
  display: block;
  z-index: 9999;
}

/* .mega-cataggery-list li ul{
  display: none;
  position: absolute;
    right: -100%;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    background: #fff;
}
.mega-cataggery-list li:hover ul{
  display: block;
} */
.mega-cataggery-list li ul li a {
  color: var(--trextColor);
  padding: 0.8rem 0 !important;
  white-space: nowrap;
  border: solid 0 transparent !important;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.mega-cataggery-list li ul li {
  position: relative;
}

.mega-cataggery-list li ul li i {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  line-height: 24px;
  color: var(--secondaryColor);
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  display: flex;
  align-items: center;
  bottom: 0;
}

.mega-cataggery-list li ul li:hover a {
  padding-left: 1rem !important;
  color: var(--secondaryColor);
}

.mega-cataggery-list li ul li:hover i {
  opacity: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.owl-carousel {
  /* background: linear-gradient(var(--mainbg), var(--primaryColor)); */
  background: url(../images/main-bg.jpg) no-repeat center top;
  background-size: cover;
}

.owl-carousel canvas {
  position: absolute;
  /* z-index: 1; */
  width: 100%;
}

.owl-carousel .item {
  height: 100vh;
  position: relative;
  display: flex;
  /* background: linear-gradient(var(--mainbg), var(--primaryColor)); */
  position: relative;
  z-index: 99;
}

.owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-carousel .item .cover {
  padding: 30px 0;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  display: flex;
  align-items: center;
}

.owl-carousel .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.owl-carousel .item .cover .header-content .btn {
  color: var(--white);
  border: solid 1px var(--secondaryColor);
  background: var(--secondaryColor);
  border-radius: 10rem;
  padding: 0.5rem 1.5rem;
}

.owl-carousel .item .cover .header-content .btn:hover {
  background: transparent;
  color: var(--secondaryColor);
}

.owl-carousel .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 1.2rem;
  color: var(--mainbg);
}

.owl-carousel .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 10px;
  word-spacing: 3px;
  color: var(--slideTet);
}

.owl-carousel .item .cover .header-content h1 span {
  font-weight: 100;
  color: var(--mainbg);
}

.owl-carousel .item .cover .header-content h4 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
  color: var(--mainbg);
  margin-bottom: 2rem;
}



.owl-carousel .owl-item.active img {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.3s;
}

.owl-carousel .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.owl-carousel .owl-item.active h2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.owl-carousel .owl-item.active h4 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.owl-carousel .owl-item.active .btn {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.owl-carousel .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}

.owl-carousel .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.owl-carousel .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.owl-carousel .owl-nav .owl-next:focus {
  outline: 0;
}

.owl-carousel .owl-nav .owl-next:hover {
  background: #000 !important;
}

.owl-carousel:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.owl-carousel:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.fixed .navbar{
  background: var(--white) !important;
}


.banner-bg {
  /* background: linear-gradient(var(--mainbg), var(--primaryColor)); */
  background: url(../images/bggg1.png) no-repeat left center fixed;
  background-size: cover;
  padding:40px 0 ;
  position: relative;
}
/* .banner-bg::after{
  content: '';
  background: url(../images/roundbg.svg) no-repeat right bottom;
  position: absolute;
    right: -47%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
} */

.head-content {
  position: relative;
  padding:0 56px;
  overflow: hidden;
}

.head-content .btn:hover {
  background: transparent;
  color: var(--secondaryColor);
}

.head-content h2 {
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--secondaryColor);
}

.head-content h1 {
  font-size: 55px;
  font-weight: 700;
  margin: 5px 0 10px;
  color: var(--mainbg);
}

.head-content h1 span {
  /* font-weight: 400; */
  color: var(--primaryColor);
}

.head-content p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
  color: var(--mainbg);
  margin-bottom: 2rem;
}

/* seactiion heading  */

.seactionHead {
  display: block;
}

.seactionHead h2 {
  color: var(--mainbg);
  font-size: 2rem;
  font-weight: 600;
}

.seactionHead h6 {
  font-weight: 100;
  color: var(--mainbg);
  position: relative;
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 2rem;
}

.seactionHead h6::after {
  content: "";
  position: absolute;
  background: var(--secondaryColor);
  width: 70px;
  height: 1px;
  bottom: -5px;
  left: 0;
  margin: 0 auto;
}

.seactionHead h6::before {
  content: "";
  position: absolute;
  background: var(--secondaryColor);
  width: 10%;
  height: 3px;
  bottom: -6px;
  left: 0;
  margin: 0 auto;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
  /* content: "";
  position: absolute;
  left: 0;
  top:100%;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #44ce6f; */
}

@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(60px);
  }
}

.seactionHead h6 span {
  font-weight: 600;
  color: var(--primaryColor);
}

/* about section  */
.machint-about {
  background: #fcfdfc;
}

.cercile-rotate {
  position: absolute;

  top: -20%;
  left: 0;
}

.cercile-rotate img {
  -webkit-animation: rotating 30s linear infinite;
  -moz-animation: rotating 30s linear infinite;
  -ms-animation: rotating 30s linear infinite;
  -o-animation: rotating 30s linear infinite;
  animation: rotating 30s linear infinite;
}

@-webkit-keyframes rotating

/* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.abt-img{
  bottom: -10%;
  right: -5%;
}

/* Our Special section  */

.service_bg {
  /* background: url(../images/services-bg.svg) no-repeat; */
  background: #eff6f9;
}

.bg-optical {
  top: 9rem;
  left: 30rem;
}

.bg-optical1 {
  top: 40%;
  right: 1rem;
}

.bg-optical2 {
  bottom: 4rem;
  left: 30rem;
}

.bg-optical3 {
  bottom: 8rem;
  left: 55rem;
}

.machint_card {
  transition: 0.5s;
  cursor: pointer;
  padding: 15px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.machint_card_icon {
  position: absolute;
  right: -1rem;
  top: -1rem;
  border-radius: 1200rem;
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.machint_card p {
  font-size: 0.8rem;
}

.machint_card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.our-products .carousel-control-next,
.our-products .carousel-control-prev {
  position: relative;
}

/* .slider-btn {
  display: flex;
  justify-content: end;
  align-items: center;
}

.slider-btn button {
  color: var(--secondaryColor);
  fill: var(--secondaryColor);
  width: 1.9rem;
  height: 1.9rem;
  border: solid 1px var(--secondaryColor);
  border-radius: 10rem;
  margin-right: 1rem;
} 
*/
.slider-btn button span {
  color: var(--primaryColor);
}

.slider-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.slider-btn .carousel-control-prev,
.slider-btn .carousel-control-next {
  opacity: 0;
  color: var(--primaryColor);
  fill: var(--primaryColor);
  width: 3rem;
  height: 3rem;
  border: solid 1px var(--primaryColor);
  background: var(--white);
  border-radius: 0.5rem;
  margin-right: 1rem;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-btn .carousel-control-prev {
  left: -4rem;
}

.slider-btn .carousel-control-next {
  right: -4rem;
}

#myCarousel:hover .slider-btn .carousel-control-prev {
  opacity: 1;
  left: 1rem;
}

#myCarousel:hover .slider-btn .carousel-control-next {
  opacity: 1;
  right: -1rem;
}

.carousel-item {
  position: relative;
  z-index: 99;
}

.product-box {
  height: 100%;
  background: #fff url(../images/serv_bg.svg) no-repeat right bottom;
  border: #f0f0f0 solid 1px !important;
  /* box-shadow:0 0 10px rgba(131, 131, 131, 10%) ; */
}

.product-box h3 {
  font-size: 1.2rem;
}

.product-box p {
  font-size: 0.8rem;
}

.viewmore {
  display: block;
  text-align: right;
}

.viewmore a {
  color: var(--secondaryColor);
  font-size: 0.8rem;
  transition: all 2s;
  position: relative;
}

.viewmore a i {
  /* opacity: 0;
  position: absolute; */
  position: relative;
  transition: all 2s;
  left: 0;
}

.viewmore a:hover i {
  opacity: 1;
  right: 0;
}

/**********Why choose ***********/

.whychoose {
  background: url(../images/why-bg.png) no-repeat left center;
}

.skill-main {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.skill-main .skill-wrrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.skill-main .skill-wrrap .skill-name {
  color: var(--mainbg);
  font-size: 1rem;
  font-weight: 500;
}

.skill-main .skill-wrrap .skill-bar {
  height: 20px;
  background-color: #eeebeb;
  border-radius: 10rem;
}

.skill-main .skill-wrrap .skill-per {
  height: 20px;
  background: var(--secondaryColor);
  border-radius: 10rem;
  width: 0;
  transition: 1s linear;
  position: relative;
}

.skill-main .skill-wrrap .skill-per:before {
  content: attr(per);
  position: absolute;
  padding: 4px 6px;
  background-color: var(--white);
  border: solid 1px var(--mainbg);
  color: #000;
  font-size: 11px;
  border-radius: 4px;
  top: -35px;
  right: 0;
  z-index: 2;
  transform: translateX(50%);
}

.skill-main .skill-wrrap .skill-per:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--secondaryColor);
  top: -13px;
  right: 0;
  transform: translateX(50%) rotate(45deg);
  border-radius: 2px;
}

.counter-section {
  background: #fdfdff;
}

.counter-box {
  display: block;
  background: var(--white);
  padding: 1rem;
  text-align: center;
  box-shadow: rgba(38, 38, 106, 0.1) 8px 8px 56px;
  border-radius: 1rem;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 500;
}

.counter {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--mainbg);
  line-height: 28px;
}

.team-card {
  position: relative;
}

.team-shot-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.team-card:hover .team-shot-detail {
  /* display: block; */
  /* background: linear-gradient(var(--mainbg), #03a6d869, var(--primaryColor), var(--mainbg)); */
  background: linear-gradient(rgb(0 0 36 / 50%), var(--mainbg));
  opacity: 1;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.team-shot-detail h5 {
  color: var(--primaryColor);
  text-shadow: 0px 0px 0px var(--primaryColor);
  position: absolute;
  top: 1rem;
}

.team-shot-detail h5 span {
  color: var(--secondaryColor);
  margin-top: 0.4rem;
}

.team-shot-detail p {
  color: var(--white);
}

.btn-secund {
  border: 2px solid var(--secondaryColor);
  color: var(--secondaryColor);
  font-size: 0.8rem;
  padding: 0.5rem 2rem;
}

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

.ft-sm {
  font-size: 0.8rem;
}

.team-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

.team-btn a {
  color: var(--secondaryColor);
  width: 1.9rem;
  height: 1.9rem;
  border: solid 1px var(--secondaryColor);
  border-radius: 10rem;
  margin-right: 1rem;
  position: relative;
}

.team-btn a span {
  color: var(--secondaryColor);
}

.team-card {
  margin-left: 15px;
  margin-right: 15px;
  background: var(--white);
}

.team-img {
  border-radius: 0.6rem;
  padding: 20px 0 0;
}

.team-head {
  text-align: left;
  display: block;
  padding: 0.8rem 0;
}

.team-head h4 {
  font-size: 1.1rem;
  color: var(--mainbg);
}

.team-bg-1 {
  background: #ebebeb;
}

.team-bg-2 {
  background: #e3d6ff;
}

.team-bg-3 {
  background: #ffe9bd;
}

.team-bg-4 {
  background: #cee0fa;
}

.team-bg-5 {
  background: #ffefef;
}

.team-bg-6 {
  background: #e5fafb;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.partner-box {
  padding: 1.3rem 1rem;
  background: #fff;
  box-shadow: rgba(33, 38, 106, 10%) 7px 7px 30px;
  border: solid 1px #f7f8f9;
  border-radius: 0.5rem;
}

.contact-section {
  background: url(../images/contact-bg.png) no-repeat center top;
}

.contact-form {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 12px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: var(--white);
  height: 50px;
  padding-left: 1rem;
  border: solid 1px #ededed;
}

.contact-form .form-text-area {
  background-color: var(--white);
  height: auto;
  padding-left: 1rem;
}

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

.contact-form .form-control:focus {
  border-color: var(--primaryColor);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(10 165 216 / 60%);
}

.contact-form .title {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.contact-form .submit-button-wrapper {
  text-align: right;
}

.contact-form .submit-button-wrapper .send-btn {
  border: none;
  border-radius: 10rem;
  background-color: var(--primaryColor);
  color: var(--white);
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
  border: solid 1px var(--primaryColor);
}

.contact-form .submit-button-wrapper .send-btn:hover {
  background-color: var(--white);
  color: var(--primaryColor);
}

.contact-list {
  background: rgb(255 255 255 / 60%);
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.contact-list ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.contact-list ul li {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
  font-size: 0.9rem;
}

.contact-list ul li:last-child {
  align-items: flex-start;
}

.contact-list ul li i {
  background: var(--primaryColor);
  border-radius: 10rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.contact-list ul li span,
.contact-list ul li a {
  width: fit-content;
  color: var(--machintTextcolor);
}

.contact-list ul li a:hover {
  color: var(--secondaryColor);
}

/***************Footer*******************/

.footer {
  padding: 5rem 0;
  background: var(--mainbg);
}

footer p {
  color: #8380bf;
}

.social-links ul {
  list-style: none;
  display: flex;
  margin: 0.7rem 0 0;
  padding: 0;
}

.social-links ul li a {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
  color: var(--white);
  border: solid 1px var(--white);
  border-radius: 10rem;
}

.social-links ul li:hover a {
  color: var(--secondaryColor);
  border: solid 1px var(--secondaryColor);
}

.footer-links h4 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 1rem;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.footer-links ul li a {
  color: #8380bf;
  font-size: 0.9rem;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  font-weight: normal;
}

.footer-links ul li:hover a {
  color: var(--secondaryColor);
}

.newsletter-box {
  background: #19193a;
  padding: 1rem;
  border-radius: 0.5rem;
}

.newsletter-box h4 {
  color: var(--white);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.newsletter-box .newsletter-inp {
  display: flex;
  width: 100%;
}

.newsletter-box .newsletter-inp .btn-send {
  display: inline-block;
  padding: 1rem 1.5rem;
  border: 0 transparent;
  background: var(--primaryColor);
  border-radius: 0 0.5rem 0.5rem 0;
  color: var(--white);
}

.copy-write {
  background: var(--mainbg);
  color: var(--white);
  border-top: solid 1px #19193a;
  padding: 1rem;
}

.copy-write p {
  margin: 0;
  padding: 0;
}

/*************Inner Heading****************/

.inner-head {
  background: var(--mainbg);
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}

.heading-bar h2 {
  font-size: 3rem;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 2rem;
}

.heading-bar h2 span {
  position: relative;
  color: var(--primaryColor);
}

.heading-bar p {
  color: var(--white);
}

.heading-bar h2 span::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -10%;
  height: 5px;
  width: 200px;
  border-radius: 20%;
  transform: skew(10deg, 356deg);
  background: linear-gradient(to right, #85caff 0%, transparent 100%);
}

.inner-head canvas {
  position: absolute;
  width: 100% !important;
  top: -3rem;
}

.about_bg {
  background: #f9fafb url(../images/about-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 10%;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: var(--primaryColor);
}

.timeline > li .timeline-image i {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }

  .timeline > li .timeline-panel {
    float: left;
    width: 45%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

.our-values {
  background: var(--mainbg);
}

.value_box {
  border: solid 1px var(--primaryColor);
  border-radius: 8px;
  background: var(--mainbg);
  margin-bottom: 1.5rem;
  height: 90%;
}

.value_box h5 {
  color: var(--primaryColor);
}

.value_box P {
  color: #91adb6;
}

.value_box:hover {
  background: #0aa5d824;
}

.blob-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2) 10%,
    var(--primaryColor) 100%
  );
  background-color: var(--primaryColor);
  box-shadow: inset 10px 0 40px var(--primaryColor),
    inset -10px 0 20px var(--primaryColor),
    inset -40px 10px 100px rgba(255, 255, 255, 0.6);
  -webkit-margin-after: 20px !important;
  margin-block-end: 20px !important;
  margin: 0 auto;
  border-start-start-radius: 70% 60%;
  border-start-end-radius: 30% 40%;
  border-end-end-radius: 30% 60%;
  border-end-start-radius: 70% 40%;
  animation: transform 3s ease-in-out infinite both alternate;
}

.value_box:hover .blob-bg {
  animation: transform 3s ease-in-out infinite both alternate,
    movement 2s ease-in-out infinite both;
}

.blob-bg i {
  font-size: 2rem;
}

@keyframes transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes movement {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: translateY(20%) rotateY(10deg);
  }
}

/***********Contact Info**************/

.contact-address-box {
  display: flex;
  justify-content: space-between;
  /* flex-direction: row;
  flex-wrap: wrap; */
  align-items: center;
  position: relative;
  padding: 0;
  margin: 0;
}

.single-contact-address-box {
  display: block;
  background: var(--mainbg);
  padding: 2rem;
  /* width: 100%; */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
}

.single-contact-address-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--mainbg);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

.single-contact-address-box h3 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

li.single-contact-address-box:hover::after {
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  background: #ffc107;
  border-radius: 8px;
}

li.single-contact-address-box:hover .inner,
li.single-contact-address-box:hover h3,
li.single-contact-address-box:hover p {
  color: var(--mainbg) !important;
}

/*
.single-contact-address-box:hover + li.single-contact-address-box:first-child{
  background: var(--mainbg) !important;
} */

.add-change {
  display: none;
}

/* li.single-contact-address-box.bg-warning:hover{
  background: var(--primaryColor) !important;
} */

/* li.single-contact-address-box:hover  .add-change{
  display: block;
  padding: 0;
  background-color: #000;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 99;
} */
li.single-contact-address-box:hover + .add-change {
  display: block;
  padding: 0;
  background-color: var(--mainbg);
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  top: 100%;
}

.inner ul {
  margin: 0;
  padding: 0;
}

.inner ul li {
  display: flex;
  gap: 15px;
}

.inner ul li h4 {
  font-size: 1rem;
  width: 6rem;
}

.inner ul li p {
  width: 100%;
  color: var(--mainbg);
  font-size: 0.9rem;
}

.sm-address {
  background: var(--mainbg);
}

/****************Vgro Landing pages css************************/
.product-banner {
  background: url(../images/hero_bg.webp) no-repeat center top;
  background-size: cover;
  /* background:linear-gradient(#0071BC, #39B54A); */
  position: relative;
  overflow: hidden;
  padding: var(--sectionPTB);
}

.product-banner h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #0470bc;
}

.product-banner h2 span {
  font-size: 1.5rem;
  display: block;
  font-weight: 100;
  color: var(--vgroprimarycolor);
  margin-bottom: 0.6rem;
  text-transform: capitalize;
}

.banner-img-left {
  position: absolute;
  left: 0rem;
  width: 25%;
  top: 5.5rem;
  bottom: 0;
}

.banner-img-right {
  position: absolute;
  right: 1rem;
  width: 20%;
  bottom: 0;
}

.banner-bnt {
  border-radius: 10rem;
  background: linear-gradient(to right, #67b26b, #4ca2cb);
  /* background: #0271BB; */
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
  border: solid 2px #67b26b;
}

.banner-bnt i {
  content: "\00bb";
  position: relative;
  opacity: 0;
  top: 0;
  right: 20px;
  transition: 500ms;
}

.banner-bnt:hover i {
  opacity: 1;
  right: 0;
}

.banner-bnt:hover {
  color: var(--white);
  background: linear-gradient(to right, #4ca2cb, #67b26b);
}

.listfev ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  list-style: none;
}

.listfev ul li {
  position: relative;
  padding-left: 0.9rem;
}

.listfev ul li::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 10rem;
  background: var(--vgroprimarycolor);
  top: 37%;
  bottom: 50%;
  left: 0;
}

.listofspecials {
  position: relative;
  overflow: hidden;
}

.listofspecials::after {
  content: "";
  position: absolute;
  background: var(--vgrosecondcolor);
  top: 0;
  bottom: 0;
  width: 50%;
  right: 0;
}

.effect-title {
  display: block;
  text-align: center;
}

.effect-title h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: var(--vgrosecondcolor);
  gap: 0.2rem;
}

.effect-list {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.effect-list ul {
  margin: 0;
  padding: 0;
}

.effect-list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}

.effect-list ul li i {
  width: 6rem;
  height: 6rem;
  border-radius: 10rem;
  background: var(--vgrosecondcolor);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 0.5rem #d3e9f9;
  margin-right: 1rem;
}

.effect-list ul li i img {
  width: 100%;
}

.effect-list ul li span {
  color: var(--mainbg);
  font-weight: 600;
  font-size: 1.2rem;
}

.swiper-full-mobile {
  position: relative;
  margin: 50px auto;
  padding-bottom: 50px;
}

.swiper-full-mobile:before {
  content: "";
  width: 265px;
  background: url(../images/mobile-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 565px;
  z-index: 2;
  margin: auto;
}

.swiper-full-mobile .swiper-slide {
  height: 100%;
}

.swiper-full-mobile .swiper-slide img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.swiper-slide.swiper-slide-active img {
  border-radius: 40px;
}

.linebar {
  position: relative;
}

.linebar::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 50%;
  height: 0.1rem;
  display: inline-block;
  background: var(--vgroprimarycolor);
}

.onesteprow {
  position: relative;
}

.onesteprow::before {
  content: "";
  position: relative;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: var(--vgroprimarycolor);
  border-radius: 10rem;
  margin-bottom: 1rem;
}

.onesteprow h5 {
  color: var(--vgroprimarycolor);
  font-weight: 600;
}

.futurelist {
  margin: 0;
  padding: 0;
}

.futurelist li {
  list-style: none;
  display: flex;
  gap: 1rem;
  background: linear-gradient(
    to right,
    var(--vgroprimarycolor),
    var(--vgrosecondcolor)
  );
  border: solid 2px #d7ecf4;
  padding: 1rem;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}

.futurelist li::after {
  width: 0;
  height: 0;
  border: solid 15px;
  border-color: transparent transparent transparent var(--vgrosecondcolor);
  content: "";
  position: absolute;
  right: calc(-2 * 15px + 2px);
  top: 50%;
  transform: translateY(-50%);
}

.futurelist-right li::after {
  content: "";
  left: calc(-2 * 15px + 2px);
  border-color: transparent var(--vgroprimarycolor) transparent transparent;
}

.futurelist li .smicon {
  background-color: var(--white);
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 10rem;
  box-shadow: rgba(50, 50, 93, 0.25) 10px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 10px 8px 16px -8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.fature-text {
  width: 75%;
  color: var(--white);
}

.fature-text h5 {
  font-size: 1rem;
}

.fature-text P {
  font-size: 0.6rem;
}

.industric {
  border-radius: 1rem;
  /* background: linear-gradient(to right, #ebf9ec, #daeff9); */
  background: var(--vgrosecondcolor);
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--mainbg);
  border: solid 0.3rem #dff5ff;
  height: 100%;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.industric h6 {
  font-size: 1rem;
  text-transform: capitalize;
  color: var(--white);
}

.industric img {
  margin-bottom: 1rem;
}

.pract-box {
  box-shadow: 0px 5px 43px 0px rgba(17, 29, 25, 0.06);
  background: var(--white);
  border-radius: 0.5rem;
  position: relative;
  z-index: 99;
  top: -3rem;
  width: 90%;
  padding: 1rem;
}

.bpm-solution {
  margin-top: 1.5rem;
}

.bpm-solution ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-flow: wrap;
  gap: 1.5rem;
}

.bpm-solution ul li {
  text-align: center;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 6px 16px rgb(52 105 203/16%);
  width: 30%;
}

.bpm-solution ul li h6 {
  margin-top: 1rem;
}

.bg-grt {
  background-image: linear-gradient(
      90deg,
      rgba(165, 165, 165, 0.03) 0,
      rgba(165, 165, 165, 0.03) 8%,
      rgba(235, 235, 235, 0.03) 8%,
      rgba(235, 235, 235, 0.03) 9%,
      rgba(7, 7, 7, 0.03) 9%,
      rgba(7, 7, 7, 0.03) 14%,
      rgba(212, 212, 212, 0.03) 14%,
      rgba(212, 212, 212, 0.03) 17%,
      rgba(219, 219, 219, 0.03) 17%,
      rgba(219, 219, 219, 0.03) 95%,
      rgba(86, 86, 86, 0.03) 95%,
      rgba(86, 86, 86, 0.03) 100%
    ),
    linear-gradient(
      67.5deg,
      rgba(80, 80, 80, 0.03) 0,
      rgba(80, 80, 80, 0.03) 11%,
      rgba(138, 138, 138, 0.03) 11%,
      rgba(138, 138, 138, 0.03) 17%,
      rgba(122, 122, 122, 0.03) 17%,
      rgba(122, 122, 122, 0.03) 24%,
      rgba(166, 166, 166, 0.03) 24%,
      rgba(166, 166, 166, 0.03) 27%,
      rgba(245, 245, 245, 0.03) 27%,
      rgba(245, 245, 245, 0.03) 89%,
      rgba(88, 88, 88, 0.03) 89%,
      rgba(88, 88, 88, 0.03) 100%
    ),
    linear-gradient(
      67.5deg,
      rgba(244, 244, 244, 0.03) 0,
      rgba(244, 244, 244, 0.03) 4%,
      rgba(16, 16, 16, 0.03) 4%,
      rgba(16, 16, 16, 0.03) 10%,
      rgba(157, 157, 157, 0.03) 10%,
      rgba(157, 157, 157, 0.03) 20%,
      rgba(212, 212, 212, 0.03) 20%,
      rgba(212, 212, 212, 0.03) 83%,
      rgba(5, 5, 5, 0.03) 83%,
      rgba(5, 5, 5, 0.03) 84%,
      rgba(237, 237, 237, 0.03) 84%,
      rgba(237, 237, 237, 0.03) 100%
    ),
    linear-gradient(90deg, #f5fdff, #fffbf3);
}

/*----  Main Style  ----*/
#cards_landscape_wrap-2 {
  text-align: center;
  background: #f7f7f7;
}

#cards_landscape_wrap-2 a {
  text-decoration: none;
  outline: none;
}

#cards_landscape_wrap-2 .card-flyer {
  border-radius: 1rem;
}

#cards_landscape_wrap-2 .card-flyer .image-box {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 100%;
  height: 200px;
}

#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

#cards_landscape_wrap-2 .card-flyer .text-box {
  text-align: center;
}

#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
  padding: 30px 18px;
}

#cards_landscape_wrap-2 .card-flyer {
  background: #ffffff;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
}

#cards_landscape_wrap-2 .card-flyer:hover {
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#cards_landscape_wrap-2 .card-flyer .text-box p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 0.8rem;
}

#cards_landscape_wrap-2 .card-flyer .text-box h6 {
  margin-top: 0px;
  margin-bottom: 4px;
  color: var(--mainbg);
  font-weight: 500;
}

/* cercle animations backgrounds */

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.cm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cm-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.cm-list li span {
  background: #e6f9ff;
  padding: 0.8rem;
  border-radius: 10rem;
  border: solid 0.4rem var(--primaryColor);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
}

.cm-list li img {
  width: 100%;
}

.why-list {
  padding: 0;
  margin: 0;
}

.why-list li {
  color: var(--machintTextcolor);
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1.1rem;
}

.why-list li::before {
  content: "";
  background: var(--primaryColor);
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 40%;
  bottom: 0;
  border-radius: 100%;
}

.why-list li:hover::before {
  background: var(--secondaryColor);
}

.why-icons {
  position: relative;
  background: var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 10rem;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
}

.why-icons::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgb(10 165 216 / 20%);
  animation: ripple 2s linear 1s infinite;
}

.why-icons::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgb(10 165 216 / 20%);
  animation: ripple 2s linear infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  /* background: linear-gradient(45deg, var(--mainbg), var(--primaryColor)); */
  background: #fff;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-loader img {
  width: 200px;
}

.typing {
  color: var(--white);
  font-size: 3rem;
  font-weight: normal;
  text-shadow: 1px 8px 50px #0ea7d7;
}

.typingText {
  color: #069cee;
  text-transform: uppercase;
  font-weight: 600;
}

.img-mitacode {
  left: 0;
  width: 90%;
  right: 0;
  margin: 0 auto;
  top: 4%;
}

.area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* z-index: 1; */
}

.z-index {
  z-index: 9;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.mita-banbox {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border: 1px solid #251c78;
  overflow: hidden;
  background: url(../images/blur_image.png) no-repeat center center;
  background-size: cover;
  padding: 2rem 1rem;
  color: #fff;
}

.mita-banbox:before {
  /* background: rgb(17 166 216 / 60%); */
  background: rgb(0 0 36 / 80%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mita-banbox p {
  color: #add0dd;
}

.it-box-sm {
  background: rgb(17 166 217 / 10%);
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.it-box-ion {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(17 166 217 / 20%);
  padding: 1rem;
  border-radius: 100% 0 100% 100%;
}

.it-box-sm p {
  color: #add0dd;
  font-size: 0.8rem;
}

.ms-dark-text {
  color: #add0dd;
}

/* .abdrg::after{
  content: '';
    background: rgb(17 166 217 / 30%);
    left: 0;
    top: -35%;
    bottom: -35%;
    position: absolute;
    width: 70%;
    border-radius: 0 10px 10px 0;
} */

.upd-pos {
  position: relative;
  z-index: 5;
}

.ms-list-group li {
  padding: 0.5rem 0.3rem;
}

/*==============================================
    roadmap
 =============================================*/
.roadmap-sec {
  position: relative;
}

.roadmap-timeline {
  position: relative;
}

.roadmap-timeline img {
  width: 100%;
}

.roadmap-timeline-item {
  position: relative;
  z-index: 1;
}

.roadmap-timeline-item .xs-roadmap {
  position: relative;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(1) {
  margin-top: 30px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(1) .single-roadmap-timeline b {
  top: -130px;
  left: -17px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(1)::before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  top: -90px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(2) {
  margin-top: -43px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(2) .single-roadmap-timeline b {
  top: -115px;
  left: -15px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(2):before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  top: -190px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(3) {
  margin-top: 10px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(3) .single-roadmap-timeline b {
  top: -140px;
  left: -17px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  top: -229px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(4) {
  margin-top: -33px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(4) .single-roadmap-timeline b {
  top: -150px;
  left: -15px;
}

.roadmap-timeline-item .xs-roadmap:nth-of-type(4):before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  top: -226px;
}

.single-roadmap-timeline {
  position: relative;
  padding-top: 45px;
  margin-top: -45px;
  min-height: 134px;
}

.single-roadmap-timeline:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: var(--primaryColor);
  content: "";
  left: 6px;
  top: 6px;
  /* right: 0; */
  margin: auto;
}

.single-roadmap-timeline:after {
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgba(10, 165, 216, 0.5);
  content: "";
  left: 0;
  top: 0px;
  /* right: 0; */
  margin: auto;
}

.single-roadmap-timeline b {
  position: absolute;
  top: -118px;
  left: 0px;
  bottom: 0;
  /* right: 0; */
  margin: auto;
  height: 50px;
  width: 50px;
  background: var(--primaryColor);
  border-radius: 50%;
  opacity: 0.5;
  -webkit-animation: loader-6-1 2s infinite;
  animation: loader-6-1 2s infinite;
}

.single-roadmap-timeline h3 {
  color: var(--primaryColor);
  font-size: 1.2rem;
}

.single-roadmap-timeline p {
  color: #add0dd;
  font-size: 0.8rem;
}

@-webkit-keyframes loader-6-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.8);
    opacity: 0;
  }
}

@keyframes loader-6-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.8);
    transform: translate3d(0, 0, 0) scale(1.8);
    opacity: 0;
  }
}

/*==============================================
    banqify template css start
 =============================================*/

.banqify-main .navbar {
  background: #f3e5ff !important;
  /* box-shadow: 0 0px 5px #dbdbdbcc; */
}

.banqify-main .navbar-nav > li > a {
  color: #000024;
}

.banqify-main .machint-prymary-btn {
  background: #560998;
  border-color: #560998;
  color: #fff;
  padding: 0.7rem 2.5rem;
}

.bancify-banner {
  background: url(../images/baq-bg.png) no-repeat;
  background-size: cover;
  /* background: linear-gradient(60deg, transparent, #f8efff); */
  /* padding: 2rem;
    border-radius: 1rem; */
}

.banqify-banner-cotant h5 {
  color: #560998;
}

.banqify-banner-cotant h1 {
  font-size: 2rem;
  font-weight: 600;
}

.banqify-banner-cotant span {
  color: #560998;
}

.banqify-banner-cotant p {
  color: #090909;
}

.imgpop {
  top: -50px;
  position: relative;
}

.cer-banqfy {
  width: 80px;
  height: 80px;
  background: #f1dffe;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 7px #f9f0ff;
}

.bg-banqify-dark {
  background: #560998;
}

.glow-cards:hover .card {
  background: radial-gradient(
    70rem circle at var(--xPos) var(--yPos),
    rgba(254, 144, 3, 0.8),
    transparent 15%
  );
}

.glow-cards .card {
  width: 100%;
  height: auto;
  background: radial-gradient(
    150rem circle at 0 0,
    rgba(145, 52, 225, 0),
    transparent 0%
  );
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.15s;
  color: #fff;
  overflow: hidden;
}

.glow-cards .card:hover {
  transform: scale(0.99);
}

.glow-cards .card:hover::before {
  opacity: 1;
}

.glow-cards .card::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: radial-gradient(
    60rem circle at var(--xPos) var(--yPos),
    rgba(0, 255, 241, 0.1),
    transparent 35%
  );
  opacity: 0;
  transition: all 0.15s ease-in-out;
}

.glow-cards .card .card-content {
  background: rgb(255 255 255 / 5%);
  border-radius: inherit;
  transition: all 0.25s;
  height: calc(100% - 0.1rem);
  width: calc(100% - 0.1rem);
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.features .feature-panel {
  margin-top: 4rem;
  padding: 5rem 1rem 0.2rem;
  border-radius: 0.8rem;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.features .feature-panel:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.features .feature-panel .feature-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -48px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 103px;
  height: 96px;
  color: #925add;
  background-color: #ffffff;
  border-radius: 22px;
  -webkit-box-shadow: #dbdbdb78 0px 10px 40px;
  box-shadow: #dbdbdb78 0px 10px 40px;
}

.features .feature-panel .feature-icon svg {
  z-index: 5;
  position: relative;
}

.features .feature-panel .feature-icon::before {
  content: "";
  width: 50%;
  height: 50%;
  /* background: #000; */
  border-radius: 0.7rem;
  position: absolute;
  right: 9px;
}

.features .feature-panel .feature-icon .bg-img {
  position: absolute;
  top: 23px;
  right: 14px;
  z-index: -1;
}

.features .feature-panel .feature-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 11px;
  text-transform: capitalize;
}

.features .feature-panel .feature-content p {
  font-weight: 400;
  margin-bottom: 0;
}

.features .feature-panel.feature-panel-1 {
  background-color: #fcefe4;
}

.features .feature-panel.feature-panel-1 .feature-icon::before {
  background-color: #fcefe4;
}

.features .feature-panel.feature-panel-2 {
  background-color: #d5f5e8;
}

.features .feature-panel.feature-panel-2 .feature-icon::before {
  background-color: #d5f5e8;
}

.features .feature-panel.feature-panel-3 {
  background-color: #e2f4fb;
}

.features .feature-panel.feature-panel-3 .feature-icon::before {
  background-color: #e2f4fb;
}

.features .feature-panel.feature-panel-4 {
  background-color: #f4e5ff;
}

.features .feature-panel.feature-panel-4 .feature-icon::before {
  background-color: #f4e5ff;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2edf6;
  border-radius: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: solid 7px #fff;
}

.listar-feature-icon-inner img {
  z-index: 5;
  position: relative;
}

.color-banq {
  color: #560998 !important;
}

.banqwhy-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ght_text h5 {
  font-size: 1rem;
}

/*==============================================
    banqify template css end
 =============================================*/

/***Blog Page CSS***/

.blog_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 1rem;
  /* box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1), 0 17px 50px rgba(0, 0, 0, 0.1); */
  border: solid 1px #f2f2f2;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease-in-out;
}

.blog_card:hover {
  box-shadow: #f0eaea 0px 0px 15px;
  border: solid 1px var(--primaryColor);
}

.blog_card:hover img {
  transition: 0.4s ease-in-out;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.blog_card_image {
  overflow: hidden;
  height: 150px;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.blog_card_image img {
  width: 100%;
  height: auto;
}

.blog_card_content h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.post-date {
  background: rgba(10, 165, 216, 0.9);
  color: var(--white);
  font-size: 0.8rem;
  padding: 0.4rem 1rem;
  display: inline-block;
  border-radius: 2rem;
  margin-bottom: 1rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.blog-content h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.blog-content h4 {
  font-weight: 500;
  font-size: 1.2rem;
}

.blog-content p {
  margin-bottom: 2rem;
}

.bann-img {
  overflow: hidden;
  max-height: 25rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.bann-img img {
  width: 100%;
  height: auto;
}

.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
}

.confetti-piece {
  position: absolute;
  width: 10px;
  height: 30px;
  background: #ffd300;
  top: 0;
  opacity: 0;
}

.confetti-piece:nth-child(1) {
  left: 7%;
  -webkit-transform: rotate(-40deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 182ms;
  -webkit-animation-duration: 1116ms;
}

.confetti-piece:nth-child(2) {
  left: 14%;
  -webkit-transform: rotate(4deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 161ms;
  -webkit-animation-duration: 1076ms;
}

.confetti-piece:nth-child(3) {
  left: 21%;
  -webkit-transform: rotate(-51deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 481ms;
  -webkit-animation-duration: 1103ms;
}

.confetti-piece:nth-child(4) {
  left: 28%;
  -webkit-transform: rotate(61deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 334ms;
  -webkit-animation-duration: 708ms;
}

.confetti-piece:nth-child(5) {
  left: 35%;
  -webkit-transform: rotate(-52deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 302ms;
  -webkit-animation-duration: 776ms;
}

.confetti-piece:nth-child(6) {
  left: 42%;
  -webkit-transform: rotate(38deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 180ms;
  -webkit-animation-duration: 1168ms;
}

.confetti-piece:nth-child(7) {
  left: 49%;
  -webkit-transform: rotate(11deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 395ms;
  -webkit-animation-duration: 1200ms;
}

.confetti-piece:nth-child(8) {
  left: 56%;
  -webkit-transform: rotate(49deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 14ms;
  -webkit-animation-duration: 887ms;
}

.confetti-piece:nth-child(9) {
  left: 63%;
  -webkit-transform: rotate(-72deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 149ms;
  -webkit-animation-duration: 805ms;
}

.confetti-piece:nth-child(10) {
  left: 70%;
  -webkit-transform: rotate(10deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 351ms;
  -webkit-animation-duration: 1059ms;
}

.confetti-piece:nth-child(11) {
  left: 77%;
  -webkit-transform: rotate(4deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 307ms;
  -webkit-animation-duration: 1132ms;
}

.confetti-piece:nth-child(12) {
  left: 84%;
  -webkit-transform: rotate(42deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 464ms;
  -webkit-animation-duration: 776ms;
}

.confetti-piece:nth-child(13) {
  left: 91%;
  -webkit-transform: rotate(-72deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 429ms;
  -webkit-animation-duration: 818ms;
}

.confetti-piece:nth-child(odd) {
  background: #7431e8;
}

.confetti-piece:nth-child(even) {
  z-index: 1;
}

.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  -webkit-animation-duration: 2000ms;
}

.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  -webkit-animation-duration: 2500ms;
  -webkit-animation-delay: 1000ms;
}

.confetti-piece:nth-child(4n-7) {
  background: red;
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(350px);
  }
}

/*==============================================
    M Insure template css start
 =============================================*/

.minsure-main .navbar {
  background: #fff !important;
  /* box-shadow: 0 0px 5px #dbdbdbcc; */
}

.minsure-main .navbar-nav > li > a {
  color: #000024;
}

.btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  background: #11a6d9;
  padding: 2rem;
  border-radius: 100%;
  width: 85px;
  height: 85px;
  line-height: 85px;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 5px 13.23px rgba(35, 61, 98, 0.24);
  box-shadow: 0px 0px 35px 8px rgba(35, 61, 98, 0.24);
  display: flex;
}

.btn-play::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgb(10 165 216 / 20%);
  animation: ripple 1s linear 1s infinite;
}

.insure-banner {
  background: #f5fafb url(../images/wale.png);
  overflow: hidden;
}

.minsure-banner-content h1 {
  font-weight: 600;
}

.minsure-banner-content h1 small {
  font-weight: 400;
  font-size: 1.5rem;
}

.minsure-top {
  background: #fff;
  position: relative;
  margin-top: -150px;
  overflow: hidden;
}

/* .minsure-top::after{
  content: "";
  background: url(../images/border.png) no-repeat scroll center bottom;
  width: 100%;
  height: calc(100% - 247px);
  position: absolute;
  bottom: -6rem;
  left: 0;
} */

.minsure-top .cer-banqfy {
  background: #d2eaf5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 7px #f0f8fb;
}

.f-image {
  position: relative;
  left: -10px;
  right: auto;
  margin-top: -31.5%;
  width: calc(100% - 710px);
}

.r-image {
  position: relative;
  right: -30px;
}

.f-content {
  background: #f3f9ff;
  padding: 30px 200px 30px 70px;
  border-radius: 1rem;
}

.left-content {
  padding: 1rem 6rem 1rem 3rem;
  background: #f3f9ff;
  position: relative;
  right: -23%;
  top: 2rem;
  border-radius: 1rem;
}

.list-insure li {
  padding: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.minsure-combi {
  background: url(../images/bg-insure.png) no-repeat center fixed;
  background-size: cover;
  position: relative;
}

.minsure-combi::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(252 117 8 / 70%);
  width: 50%;
}

.minsure-combi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgb(17 116 217 / 70%);
  width: 50%;
}

.and-ppp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 99;
  display: inline-block;
  width: 55px;
  text-align: center;
  padding: 1%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 2rem;
}

.list-0f-dif ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-0f-dif ul li {
  font-size: 1.2rem;
  display: flex;
  padding: 1rem;
  align-items: center;
  gap: 2rem;
  font-weight: 500;
  color: #fff;
}

/*==============================================
    M Insure template css End
 =============================================*/

/*==============================================
    M Doctor template css start
 =============================================*/

.mhealth-text-blue {
  color: #2e3192 !important;
}

.mhealth-text-red {
  color: #fd4c5c !important;
}

.mhealth-text-green {
  color: #5abe7d !important;
}

.msmart-text-blue {
  color: #317FFF !important;
}

.mdoc-main .navbar {
  background: #fff !important;
  /* box-shadow: 0 0px 5px #dbdbdbcc; */
}

.mdoc-main .navbar-nav > li > a {
  color: #000024;
}

.hero-animated-blobs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.hero-animated-blobs span {
  position: absolute;
  border-radius: 50%;
  -webkit-animation: dot-scale-up 1.2s infinite linear alternate;
  animation: dot-scale-up 1.2s infinite linear alternate;
}

@-webkit-keyframes dot-scale-up {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes dot-scale-up {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.hero-animated-blobs span:first-child {
  height: 1.5rem;
  width: 1.5rem;
  background: #fd4c5c;
  bottom: 35%;
  left: 6%;
  -webkit-animation: dot-scale-up 1.2s infinite linear alternate;
  animation: dot-scale-up 1.2s infinite linear alternate;
}

.hero-animated-blobs span:nth-child(2) {
  height: 1rem;
  width: 1rem;
  background: #2d348d;
  top: 15%;
  left: 15%;
  -webkit-animation: dot-scale-up 1.5s infinite linear alternate;
  animation: dot-scale-up 1.5s infinite linear alternate;
}

.hero-animated-blobs span:nth-child(3) {
  height: 10px;
  width: 10px;
  background: #fd4c5c;
  top: 25%;
  left: 40%;
  -webkit-animation: dot-scale-up 1.8s infinite linear alternate;
  animation: dot-scale-up 1.8s infinite linear alternate;
}

.hero-animated-blobs span:nth-child(4) {
  height: 14px;
  width: 14px;
  background: #2d348d;
  bottom: 30%;
  left: 50%;
}

.hero-animated-blobs span:nth-child(5) {
  height: 20px;
  width: 20px;
  background: #5abe7d;
  top: 5%;
  left: 80%;
  z-index: 5;
}

.m-content h1 {
  font-size: 3.5rem;
  margin: 1rem 0;
  color: #2e3192;
  font-weight: 700;
}

.m-content h1 span {
  color: #5abe7d;
  font-weight: 600;
}

.m-card {
  padding: 2rem 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  backdrop-filter: blur(10px);
  border: solid 2px #fff;
  background: rgba(225, 225, 225, 0.3);
  height: 100%;
}

.m-card h4 {
  margin: 1rem 0;
  color: #2e3192;
  font-weight: 600;
  font-size: 1.3rem;
}

.mhealth-future {
  background: url(../images/home-bg-two.png) no-repeat center top;
  background-size: cover;
}

.abtb {
  top: 1rem;
  left: 30%;
}

.cer-mhealth {
  width: 80px;
  height: 80px;
  background: #f1dffe;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 7px #f9f0ff;
}

.list_off {
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  gap: 15px;
}

.list_off li {
  width: 45%;
  display: block;
  background: #ddeee4;
  padding: 1rem;
  border-radius: 4px;
  border: solid 1px #5abe7d;
}

.mhealth-box {
  box-shadow: 14px 20px 48px 0px
    rgba(25.000000000000007, 15.000000000000002, 44, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 15px 15px;
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.mhealth-box .icons {
  border: solid 8px #cdefd9;
  background: #5abe7d;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 0 0 auto;
}

.mhealth-box h4 {
  color: #2e3192;
  font-weight: 600;
  font-size: 1.4rem;
}

.bg-blue {
  background: #2e3192 url(../images/bg-soft.webp) no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

.bg-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(46, 49, 146, 0.8);
  border-radius: 2rem;
}

.msmart-bg-blue {
  background: #2e3192 url(../images/realtimellm.jpg) no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

.msmart-bg-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(46, 49, 146, 0.7);
  border-radius: 2rem;
}


.box-contant {
  padding: 2rem 5rem;
  position: relative;
  z-index: 5;
}

.box-contant h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}

.app-img {
  position: absolute;
  top: -20%;
  width: 23%;
  z-index: 5;
}

.app-img1 {
  position: absolute;
  z-index: 5;
  top:80%;
  width: 50%;
  right: 0;
}

.rounded-32 {
  border-radius: 2rem;
}
/*==============================================
    M Doctor template css End
 =============================================*/

/*==============================================
    M Core template css Start
 =============================================*/

.mcore-content h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 4rem;
}

.mcore-content h1 span {
  color: #f9a612;
}

.night {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotateZ(180deg);
}

.shooting_star {
  position: absolute;
  left: 100%;
  top: 100%;
  height: 2px;
  background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: tail 3000ms ease-in-out infinite,
    shooting 3000ms ease-in-out infinite;
  animation: tail 3000ms ease-in-out infinite,
    shooting 3000ms ease-in-out infinite;
}
.shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 255, 0),
    #5f91ff,
    rgba(0, 0, 255, 0)
  );
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 255, 0),
    #5f91ff,
    rgba(0, 0, 255, 0)
  );
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% - -29px);
  left: calc(50% - 5px);
  -webkit-animation-delay: 993ms;
  animation-delay: 993ms;
}
.shooting_star:nth-child(1)::before,
.shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 993ms;
  animation-delay: 993ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - -35px);
  left: calc(50% - 76px);
  -webkit-animation-delay: 6919ms;
  animation-delay: 6919ms;
}
.shooting_star:nth-child(2)::before,
.shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 6919ms;
  animation-delay: 6919ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - -141px);
  left: calc(50% - 264px);
  -webkit-animation-delay: 911ms;
  animation-delay: 911ms;
}
.shooting_star:nth-child(3)::before,
.shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 911ms;
  animation-delay: 911ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - -172px);
  left: calc(50% - 118px);
  -webkit-animation-delay: 1445ms;
  animation-delay: 1445ms;
}
.shooting_star:nth-child(4)::before,
.shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 1445ms;
  animation-delay: 1445ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - -46px);
  left: calc(50% - 18px);
  -webkit-animation-delay: 4079ms;
  animation-delay: 4079ms;
}
.shooting_star:nth-child(5)::before,
.shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 4079ms;
  animation-delay: 4079ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - 118px);
  left: calc(50% - 293px);
  -webkit-animation-delay: 3285ms;
  animation-delay: 3285ms;
}
.shooting_star:nth-child(6)::before,
.shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 3285ms;
  animation-delay: 3285ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - 139px);
  left: calc(50% - 143px);
  -webkit-animation-delay: 134ms;
  animation-delay: 134ms;
}
.shooting_star:nth-child(7)::before,
.shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 134ms;
  animation-delay: 134ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - -106px);
  left: calc(50% - 203px);
  -webkit-animation-delay: 7737ms;
  animation-delay: 7737ms;
}
.shooting_star:nth-child(8)::before,
.shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 7737ms;
  animation-delay: 7737ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - -121px);
  left: calc(50% - 298px);
  -webkit-animation-delay: 5027ms;
  animation-delay: 5027ms;
}
.shooting_star:nth-child(9)::before,
.shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 5027ms;
  animation-delay: 5027ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - 124px);
  left: calc(50% - 125px);
  -webkit-animation-delay: 7180ms;
  animation-delay: 7180ms;
}
.shooting_star:nth-child(10)::before,
.shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 7180ms;
  animation-delay: 7180ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% - 37px);
  left: calc(50% - 54px);
  -webkit-animation-delay: 8973ms;
  animation-delay: 8973ms;
}
.shooting_star:nth-child(11)::before,
.shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 8973ms;
  animation-delay: 8973ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% - 27px);
  left: calc(50% - 168px);
  -webkit-animation-delay: 330ms;
  animation-delay: 330ms;
}
.shooting_star:nth-child(12)::before,
.shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 330ms;
  animation-delay: 330ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% - 22px);
  left: calc(50% - 43px);
  -webkit-animation-delay: 562ms;
  animation-delay: 562ms;
}
.shooting_star:nth-child(13)::before,
.shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 562ms;
  animation-delay: 562ms;
}
.shooting_star:nth-child(14) {
  top: calc(50% - 144px);
  left: calc(50% - 244px);
  -webkit-animation-delay: 8127ms;
  animation-delay: 8127ms;
}
.shooting_star:nth-child(14)::before,
.shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 8127ms;
  animation-delay: 8127ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% - 71px);
  left: calc(50% - 26px);
  -webkit-animation-delay: 5863ms;
  animation-delay: 5863ms;
}
.shooting_star:nth-child(15)::before,
.shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 5863ms;
  animation-delay: 5863ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% - -168px);
  left: calc(50% - 12px);
  -webkit-animation-delay: 9120ms;
  animation-delay: 9120ms;
}
.shooting_star:nth-child(16)::before,
.shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 9120ms;
  animation-delay: 9120ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% - -120px);
  left: calc(50% - 45px);
  -webkit-animation-delay: 1826ms;
  animation-delay: 1826ms;
}
.shooting_star:nth-child(17)::before,
.shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 1826ms;
  animation-delay: 1826ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% - -85px);
  left: calc(50% - 265px);
  -webkit-animation-delay: 9914ms;
  animation-delay: 9914ms;
}
.shooting_star:nth-child(18)::before,
.shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 9914ms;
  animation-delay: 9914ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% - -68px);
  left: calc(50% - 143px);
  -webkit-animation-delay: 6276ms;
  animation-delay: 6276ms;
}
.shooting_star:nth-child(19)::before,
.shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 6276ms;
  animation-delay: 6276ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% - 4px);
  left: calc(50% - 201px);
  -webkit-animation-delay: 5012ms;
  animation-delay: 5012ms;
}
.shooting_star:nth-child(20)::before,
.shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 5012ms;
  animation-delay: 5012ms;
}

@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

.mcore-iconbox {
  padding: 2rem 3rem;
  border-radius: 1rem;
  background: #f6f9fc;
  /* box-shadow: 0 0 10px #dedede; */
  border: solid 1px #ebebeb;
}

.mcore-iconbox svg,
.mcore-iconbox path {
  fill: #02303f;
}

.mcore-iconbox h4 {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.mcore-about {
  background: url(../images/inner-bg.png) no-repeat center top;
  background-size: cover;
}

.mcore-about p {
  font-size: 1.1rem;
  color: #000;
}
.list-mcore {
  display: block;
}

.list-mcore ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  gap: 1rem;
}

.list-mcore li {
  list-style: none;
  font-size: 1rem;
  font-weight: normal;
  background: #fff;
  padding: 1rem 3.1rem;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.03);
  border-radius: 1rem;
  width: 45%;
  position: relative;
  color: var(--machintTextcolor);
}
.list-mcore li::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #0067d4;
  left: 1rem;
  top: 1.2rem;
  border-radius: 100%;
  border: solid 5px #d8e9fa;
}
.m-index {
  position: relative;
  z-index: 555;
}

.mcore-care h2 {
  font-size: 3rem;
  line-height: 5rem;
}
.mcore-care ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  gap: 2rem;
  margin: 2rem;
  justify-content: center;
}
.mcore-care ul li {
  padding: 1rem 1.5rem;
  background-color: #f3f8fe;
  border: 1px solid #b2ddff;
  border-radius: 100rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-mcore {
}

/*==============================================
    M Core template css End
 =============================================*/
.koiper-bg {
  background: #006c6e;
}

.koiper-color {
  color: #006c6e !important;
}

.kopier-abpout-viudeo {
  bottom: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.kopier-content h1 {
  font-weight: 600;
  line-height: 4rem;
  text-transform: uppercase;
}

.kopier-content h1 span {
  font-size: 2rem;
}

.kopiertyping {
  color: #006c6e;
  font-size: 3rem;
  font-weight: bold;
}

.typingblow {
  color: #f7931f;
  text-transform: uppercase;
  font-weight: 600;
}

/************************* New Vgro Page Css **************************/

.vgrow-banner {
  /* background: linear-gradient(105deg, rgba(2,113,189,1) 70%, rgba(58,181,75,1) 70%); */
  padding: 80px 0;
  position: relative;
  background: #fff;
}
.app-hero-thumb{
  position: relative;
 }
.app-hero-thumb img{
 z-index: 5;
 position: relative;
}

.vtop{
  top: -15%;
  right: -10%;
}

.vg-head{
  font-size: 55px;
  font-weight: 600;
  line-height: normal;
  color: rgba(2,113,189,1) ;
}

.vg-head span{
  color: rgba(58,181,75,1);
}

.white-nav .machint-nav >ul >li> a{
  color: var(--mainbg);
}


 .icon {
  position: relative;
  left: 0;
}

.icon i {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg,#84bcfa,#2b70fa);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 6px 10px 0 rgba(16,73,189,.3)
}

.tagiconcolor{
  background: linear-gradient(135deg,#f7b8af,#f8452d) !important;
}
.tagiconcolor1{
  background:linear-gradient(135deg,#a0eac2,rgba(58,181,75,1)) !important;
}
 .title {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 0;
  margin: 0;
}

/* .vgro-overview{
  background: url(../images/vgro-overview.png) no-repeat center right;
  background-size: contain;
} */

.text-greenv{
  color: rgba(58,181,75,1) !important;
}

.keybox{
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  transition: all .3s linear;
  position: relative;
}
.keybox:after {
  content: '';
  background: #e7f6fc;
  border-radius: 10px;
  position: absolute;
  width: 90px;
  height: 90px;
  top: 14px;
  left: -70px;
  right: 0;
  margin: 0 auto;
}

.keybox img{
  position: relative;
  z-index: 5;
}

.keybox h4{
  padding-top: 15px;
  font-size: 18px;
  line-height: normal;
  color: var(--mainbg);
}
.keybox:hover{
  box-shadow: 0 40px 40px 0 rgba(14, 17, 51, .1);
transform: translateY(-15px);
}

.midbox{
  background:  linear-gradient(105deg, rgba(2,113,189,1) 60%, rgba(58,181,75,1) 60%);
  padding: 30px;
  border-radius: 16px;
}



.listbox{
  position: relative;
}
.listbox img{
  position: relative;
  z-index: 5;
}

.listbox:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgb(255 255 255 / 10%);
  left: -20px;
  top: -20px;
  border-radius: 100%;
}

.listbox h6{
  color: #fff;
  margin: 15px 0;
}

.listbox p{
  color: #d3d6ee;
}


.facility-list {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  margin-top: 30px;
  padding: 0;
}


.facility-list li {
  list-style-type: none;
  padding-bottom: 0px;
  width: 45%;
  display: flex;
  align-items: center;
}

.facility-list__item p {
  font-weight: 500;
  letter-spacing: .5px;
  color: #fff;
  margin: 0;
}

.icon-circle {
  height: 35px;
  width: 35px;
  background-color: #3ab54b;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-circle i {
  font-size: 14px;
  color: #fff;
}


.vgro-road .single-roadmap-timeline h3{
  color: var(--mainbg);
  font-size: 13px;
}

.bg-blue-vgro {
  background: #0271BC ;
  background-size: cover;
  position: relative;
}

.bg-blue-vgro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(2,113,189,0.8);
  border-radius: 2rem;
}

.bg-blue-vgro img{
  position: relative;
  z-index: 5;
}

.bg-blue-vgro  .machint-secondry-btn {
  border: solid 1px;
  border-color: #fff;
  padding: 0.5rem 3rem;
  color: #fff;
  border-radius: 10rem;
  white-space: nowrap;
}



.job-card {
  padding: 20px 16px;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 2rem;
}

.job-card-header {
  display: flex;
  align-items: flex-start;
}

.job-card-title {
  font-weight: 600;
  margin-top: 16px;
  font-size: 14px;
}

.job-card-postdate{
  font-size: 11px;
}

.job-card-subtitle {
  font-size: 14px;
  display: block;
  padding: 10px 0;
}
.job-detail-buttons{
  padding: 10px 0;
}
.job-detail-buttons span{
  background: #e2f4fa;
  color: var(--primaryColor);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 8px;
  display: inline-block;
  border-radius: 4px; 
  margin-bottom: 5px;
}

.machint-career-btn {
  border: solid 1px;
  border-color: var(--primaryColor);
  padding: 0.4rem 1.5rem;
  color: var(--primaryColor);
  font-size: 14px;
  border-radius: 10rem;
  white-space: nowrap;
}

.machint-career-btn:hover {
  border: solid 1px;
  border-color: var(--secondaryColor);
  color: var(--secondaryColor);
}

.iconbox{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff4e6;
  border-radius: 16px;
}
.offcanvas-end{
  width: 600px;
}

.roles-responsible ul li{
  font-size: 14px;
}

.quilification p{
  color: #000;
  font-weight: 600;
}

.quilification span{
  font-weight: 400;
  font-size: 14px;
}

#custom-button {
  padding: 5px;
  color: white;
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px;
}

#custom-button:hover {
  background-color: #038ebc;
}

#custom-text {
  margin-left: 5px;
  font-family: sans-serif;
  color: #aaa;
}


.privacycontent{
  color: var(--machintTextcolor);
  font-weight: 300;
  font-size: 0.9rem;
}
.privacycontent strong{
  font-weight: 600;
}
.privacycontent h5{
  color: #000;
}

.copy-write a{
  color: #8380bf !important;
  font-size: 14px;
}

.copy-write a:hover{
  color:var(--secondaryColor) !important;
  font-size: 14px;
}

.copy-write {
  color: #8380bf !important;
}


.iso-cetificate {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 120px;
  z-index: 5;
}

.msmart-banner{
  background:#f8f9fa url(../images/wave-shape.png) no-repeat center top;
  background-size: cover;
  padding:60px 0;
  position: relative;
  overflow: hidden;
}

.msmart-banner h1{
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 2.5rem;
  color: #001a67;
  margin-bottom: 20px;
}
.msmart-banner p{
  color: rgba(33, 37, 41, 0.75);
  font-weight: 500;
  line-height: 25px;
}

.msmart-banner h1 span{
  color: #317FFF;
}

.bg-effect {
  background: #EBF6FB;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: calc(100% - (27px + 237 * (100vw - 1430px) / 490));
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px 0 0 10px;
}

.bg-effectleft {
  background: #EBF6FB;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: calc(100% - (27px + 237 * (100vw - 1430px) / 490));
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px 0 0 10px;
}




.banner-mvidya{
  background: var(--mainbg);
}


  .laptop-sec {
      perspective: 1130px;
      text-align: center;
  }
  .laptop-img {
    webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    vertical-align: middle;
    -webkit-transform: rotateX(50deg);
    transform: rotateX(50deg);
    will-change: transform;
  }
  

@media (max-width: 767px) {
  .hand-sec {
  display: none;
}
}

.left-hand {
  position: absolute;
  bottom: calc(-100% + 108px);
  left: 140px;
}  

@media (max-width: 1430px) {
  .left-hand {
  left: 188px;
  bottom: calc(-100% + 99px);
  }
}
@media (max-width: 1400px) {
  .left-hand {
  left: 97px;
  bottom: calc(-100% + 97px);
  }
}
@media (max-width: 1199px) {
  .left-hand {
  left: 10px;
  bottom: calc(-100% + 98px);
  }
}
@media (max-width: 991px) {
  .left-hand {
  left: -105px;
  }
}


.right-hand {
  position: absolute;
  bottom: calc(-100% + 108px);
  right: 160px;
  transform: scaleX(-1);
}
@media (max-width: 1430px) {
  .right-hand {
  right: 188px;
  bottom: calc(-100% + 99px);
}
}
@media (max-width: 1400px) {
  .right-hand {
  right: 97px;
  bottom: calc(-100% + 97px);
  }
}
@media (max-width: 1199px) {
  .right-hand {
  right: 10px;
  bottom: calc(-100% + 98px);
  }
}
@media (max-width: 991px) {
  .right-hand {
  right: -105px;
  }
}

.left-finger {
  position: absolute;
  bottom: -8px;
  left: 240px;
  z-index: 1;
}

@media (max-width: 1430px) {
  .left-finger {
  left: 292px;
  }
}
@media (max-width: 1400px) {
  .left-finger {
  left: 202px;
  }
}
@media (max-width: 1199px) {
  .left-finger {
  left: 115px;
  }
}
@media (max-width: 991px) {
  .left-finger {
  left: 0;
  }
}

.right-finger {
  position: absolute;
  bottom: -8px;
  right: 260px;
  z-index: 1;
  transform: scaleX(-1);
  
}

@media (max-width: 1430px) {
  .right-finger {
  right: 292px;
  }
}
@media (max-width: 1400px) {
  .right-finger {
  right: 202px;
  }
}
@media (max-width: 1199px) {
  .right-finger {
  right: 115px;
  }
}
@media (max-width: 991px) {
  .right-finger {
  right: 0;
  }
}

.mvidya-content{
  padding-top:100px;
  text-align: center;
}


.mvidya-content h1{
  color: var(--white);
}
.mvidya-content p{
  color:#a3a3a3;
  line-height: 25px;
  font-size: 1rem;
}

.mvidya-content h4{
  color: var(--white);
  margin: 35px 0 15px;

}

.title-effect {
  padding: 3px 20px;
  background-color: rgb(198 98 227 / 15%);
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

.title-effect img {
  position: absolute;
  left: -18px;
  top: -18px;
  height: calc(100% + 36px);
  width: calc(100% + 36px);
}

.title-effect span {
  background: url(../images/title-bg.png);
  background-position: bottom;
  -webkit-background-clip: text;
  color: transparent;
}

.mvidya-btn{
  display: inline-block;
  padding: 13px 45px;
  border: solid 1px #b561c8;
  border-radius: 30px;
  color: #b561c8;
}

.mvidya-btn:hover{
  color: #b561c8;
  background: rgb(181 97 200 / 20%);
}

.bg-gif {
  position: absolute;
  /* left: 50%; */
  /* -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
  width: 100%;
  left: 0;
  right: 0;
  /* z-index: -1; */
  top: 0;
  opacity: 0.04;
  mix-blend-mode: lighten;
}



.service-box {
  padding: 40px;
  background: #000f31;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  /* height: 100%; */
  margin-bottom: 2rem;
}
.service-box::after {
      content: "";
      position: absolute;
      left: -1px;
      top: -1px;
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      background: linear-gradient(
          315.14deg,
          rgba(151,69,168,0) 65%,
          rgba(181,97,200, 0.15) 83.43% 
         
      );
      border-radius: 4px;
      z-index: -1;
      transition: all 0.5s ease;
  }
  .service-box::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
          148deg,
          rgba(151,69,168,0.5) -15.73%,
          rgba(181,97,200, 0) 98.72%
        
      );
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease;
  
}


.service-box:hover::after {
  background: rgba(151,69,168, 0.02) ;
}
.service-box:hover::before {
  opacity: 1;
  visibility: visible;
}

.service-icon {
  width: 72px;
  height: 72px;
  background: rgba(151,69,168, 0.09);
  border-radius: 4px;
  position: relative;
  transition: all 0.5s ease;
}

.service-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.service-icon .outline-icon {
  transition: all 0.5s ease;
}
.service-icon .bold-icon {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
}


.service-content {
  margin-top: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
  z-index: 5;
  position: relative;
}
.service-content h3 {
  color: rgba(var(--white), 1);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-content p {
  margin-bottom: 0;
}


.service-box:hover .service-icon {
  background-color:  rgba(151,69,168, 0.1);
}

.service-box:hover .service-icon .outline-icon {
  transform: translate(-50%, -50%) rotate(-180deg);
  opacity: 0;
  visibility: hidden;
}

.service-box:hover .service-icon  .bold-icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.vidyabg-effect {
  background: #000e31;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: calc(100% - (27px + 237 * (100vw - 1430px) / 490));
  right: 0;
  top: 0;
  /* z-index: 1; */
  border-radius: 10px 0 0 10px;
}

.stic-img{
  height: calc(100vh - 300px);
    height: -moz-calc(100vh - 300px);
    height: -webkit-calc(100vh - 300px);
    height: -o-calc(100vh - 300px);
    /* width: 50vw; */
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    align-self: flex-start;
}

.mvidya-card {
  
  /* padding: 2rem 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  backdrop-filter: blur(10px);
  border: solid 2px #fff; */
  /* background: rgba(225, 225, 225, 0.3); */
  height: 100%;
  display: flex;
  align-items: center;
}

.mvidya-card h4 {
  margin: 0 0 0.5rem;
  color: #b560c7;
  font-weight: 600;
  font-size: 1.3rem;
}

.mvidya-card p{
  color: #a3a3a3;
}

.mvidya_icon{
  background:rgb(248 212 255 / 10%) ;
  padding: 1rem;
  margin-right: 1rem;
  border-radius: 4px;
  z-index: 2;
}

.mvidya_icon img{
  width: 80px;
}


.benifit-img{
  background: url(../images/feature-bg.png) no-repeat bottom center;
}



.info-section {
  overflow: hidden;
}


.info-box {
  text-align: center;
  background: linear-gradient(
    148deg,
    rgba(151,69,168,0.1) -15.73%,
    rgba(6,18,54, 0.5) 98.72%
);
  background-size: cover;
  border-radius: 8px;
  padding: 50px;
  border: 1px solid rgba(var(--theme-color), 0.3);
  position: relative;
}


.info-box  h2 {
  color: #b560c7;
  margin-bottom: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  font-weight: 600;
  margin-top: calc(-4px + (-10 - -4) * ((100vw - 320px) / (1920 - 320)));
 
}

.info-box  h2 span {
  position: relative;
  color: rgba(var(--white), 1);
}

.info-box h2 span img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.info-section .left-hand {
  position: absolute;
  left: -260px;
  bottom: -78px;
  z-index: 1;
}
.info-section .right-hand {
  position: absolute;
  right: -260px;
  top: -78px;
  z-index: 1;
  transform: scale(-1);
}

.d--bg{
  background: #000024 !important;
}

.listing-standout{
  list-style: none;
  margin: 0;
  padding: 0;
}

.listing-standout li{
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 1rem 0;
}
.investor-tabs .nav{
  display: block !important;
}
.investor-tabs li{
  display: block;
}
.investor-tabs li .nav-link{
  background: #eee;
  margin-bottom: 6px;
  width: 100%;
  padding:22px 32px;
  text-align: left;
  color: var(--mainbg);
}

.investor-tabs .nav .nav-item button:hover,
.investor-tabs .nav .nav-item button.active {
  background-color:var(--primaryColor);
  color: #fff;
}

.thead-dark{
  background: var(--mainbg);
  color: #fff;
}

.thead-dark th{
  font-weight: 500;
  font-size: 14px;
}
table tr td{
  font-size: 14px;
}

.investor-tabs .accordion-header .accordion-button{
  font-size: 16px ;
    font-weight: 600;
}


.serve_box{
  background: var(--white);
  padding:1rem;
  border-radius: 16px;
}
.serve_box P{
  padding: 0 1rem;
}
.ser_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  border-bottom: 1px #ededed solid;
  margin-bottom: 1rem;
}

.serve_box h2{
  font-size: 18px;
  font-weight: 600;
}

.serve_box .next{
  background: var(--primaryColor);
  border-radius: 100px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: 300ms ease all;
  -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 1.4rem;
}
.serve_box:hover .next{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  box-shadow: 0 0 5px #0ba6d8;
}
.img-sx{
  overflow: hidden;
  transition: 300ms ease all;
  border-radius: 16px;
}

.img-sx img{
  transition: 300ms ease all;
}

.serve_box:hover .img-sx img{
  transform: scale(1.2); 
}

.bg-machint{
  background: var(--mainbg);
}

.exp-round{
  background: var(--primaryColor);
  border: solid 5px #fff;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display:flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  right: -15%;
    top: 38%;
}
.exp-round h4{
  margin: 0;
  padding: 0;
  font-size: 45px;
  color: var(--white);
}

