
.section-padding ul li{
  display: block;
  color: white;
}
h3,
h5,
h4,
h6,
h2{
  color: white; font-family: Poppins;
}
h3{
  font-size: 1.17em !important;
}
.single_img > img{
  object-fit: cover;
}


.dark_mode h3,
.dark_mode h5,
.dark_mode h4,
.dark_mode h6,
.dark_mode .section-padding ul li b,
.dark_mode h2{
color: black;
}
.dark_mode .section-padding ul li{
  color: var(--team-span-color);
}

.dark_mode .section-padding .lets_inner ul li b{
  color: white;
  
}
.newCards .card{
  font-family: var(--Hind-font);
    background: white;
  }
  .dark_mode .newCards .circle,
  .dark_mode .newCards .title{
    
    color: white;
  }
.dark_mode .newCards .circle,
.dark_mode .newCards .title{

  color: white;
}
.dark_mode .newCards .card{
    border: 1px solid grey !important;
    box-shadow: none;
}
.dark_mode .newCards .card{
    border: 1px solid grey !important;
    box-shadow: none;
    background: #17141d;
}

  
  .newCards .card {
    display: flex;
    height: 280px;
    width: 200px;
    background-color: white;
    border-radius: 10px;
    box-shadow: -1rem 0 3rem #0000003d;
  /*   margin-left: -50px; */
}

@media screen and (min-width : 900px) {
  .newCards .card {
    transition: 0.4s ease-out;
    position: relative;
    left: 0px;

  }
  .newCards.container {
   
    height: 300px;
    width: max-content;
    margin: auto;
  margin-top: 40px;
    display: flex;
  }
  .newCards .card:not(:first-child) {
      margin-left: -50px;
  }
  .newCards .card.active,
  .newCards .card:hover {
    transform: translateY(-20px);
    transition: 0.4s ease-out;
  }
.newcardsSlider{
  width: 100%;
}
  .newCards .card.active ~ .card,
  .newCards .card:hover ~ .card {
    position: relative;
    left: 50px;
    transition: 0.4s ease-out;
  }
  .newCards .card.active .filledbar,
  .newCards .card:hover .filledbar {
    width: 120px;
    transition: 0.4s ease-out;
  }
  .newCards .card.active .stroke,
  .newCards .card:hover .stroke {
    stroke-dashoffset: 100;
    transition: 0.6s ease-out;
  }
}

  .newCards .title {
    color: black;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 15px;
  }
  
  .newCards .bar {
    position: absolute;
    top: 100px;
    left: 20px;
    height: 5px;
    width: 150px;
  }
  
  .newCards .emptybar {
    background-color: #2e3033;
    width: 100%;
    height: 100%;
  }
  .newCards .card.swiper-slide-active .filledbar {
    width: 120px;
    transition: 0.4s ease-out;
  }
  .newCards .card.swiper-slide-active .stroke {
    stroke-dashoffset: 100;
    transition: 0.6s ease-out;
  }
  .newCards .filledbar {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 0px;
    height: 100%;
    background: rgb(0,154,217);
    background: linear-gradient(90deg, #ff0000 0%, #a70d0d 65%, rgb(78, 0, 0) 100%);
    transition: 0.6s ease-out;
  }

  
  .newCards .circle {
    position: absolute;
    color: black;
    top: 122px;
    padding: 0 10px;
    text-align: center;
  }
  
  .newCards .stroke {
    stroke: white;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    transition: 0.6s ease-out;
  }
  
  .newCardssvg  {
    fill: #17141d;
    stroke-width: 2px;
  }
@media screen and (max-width : 900px) {
 /* .newCards {
  overflow: visible !important;
 }
 .newCards .card:nth-child(1){z-index: 4 !important;}
 .newCards .card:nth-child(2){z-index: 3 !important;}
 .newCards .card:nth-child(3){z-index: 2 !important;}
 .newCards .card:nth-child(4){z-index: 1 !important;}
 .newCards .card.swiper-slide-active {z-index: 4 !important;} */
 .services_single_content .section-inner:has(.newCards){
  overflow: hidden;
 }
.newCards.container{
overflow: visible !important;
margin-top: 111px;

}
.newcardsSlider{
max-width: 300px;
}
.newCards .bar{
  width: 85%;
}
}
@media screen and (max-width : 768px) {
  .newCards.container{
    margin-top: 50px;
  }
}
@media screen and (max-width : 620px) {
  .newCards.container{
    margin-top: 0px;
  }
}
  *{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}



.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col{
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #bc1010 0%,#bc1010 100%);
  background: -o-linear-gradient(45deg,  #bc1010 0%,#bc1010 100%);
  background: linear-gradient(45deg,  #bc1010 0%,#bc1010 100%);
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.container.active .front,
.container.active .back,
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container.active .back,
.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container.active .front,
.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.2;
  position: relative;
}
.dark_mode .front .inner p,
.dark_mode .back .inner p{
  color: white;
}
.dark_mode .back .inner p{
  
  font-size: 18px;
}
.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat';
  font-weight: 300;
}

@media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
  }


  @media screen and (max-width : 600px) {
    .newCards .bar{
        width: 75%;
    }
  }