
 .back-button {
	 
	 display: flex;
	 flex: 1 0 auto;
	 flex-direction: column;
	 justify-content: center;
	 margin: 0 30px;
	 padding: 1rem;
}
	@media only screen and (max-width: 950px){
h3{
	font-size:11px;
}
	}
.Dbanner{
	height:7vh;
	width:100%;
	background-color:#FFA800;
	background-image:linear-gradient(to bottom right, #f08f0f, #FFBB46,#FFB400);
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
 z-index:-1;
}
body{
	background-image:url(../images/details.png);

}
 #back {
	 top:5vh;
	 background: #efefef;
	 background-image: linear-gradient(white, #ccc);
	 border: none;
	 border-radius: 0 0.5rem 0.5rem 0;
	 color: #4d4d4d;
	 font-family: Inter, sans-serif;
	 font-size: 24px;
	 font-weight: 600;
	 height: 54px;
	 line-height: 1;
	 padding: 1rem 2rem 1rem 1rem;
	 position: relative;
	 text-shadow: 0 1px 0 white;
	 z-index:2;
	 box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .3), inset -2px 0 0 0 rgba(0, 0, 0, .3), inset 0 -2px 0 0 rgba(0, 0, 0, .3), inset 0 3px 0 0 white, 0 3px 3px -3px rgba(0, 0, 0, .24), 0 6px 6px -6px rgba(0, 0, 0, .12);
}
 #back:before {
	 background: #efefef;
	 background-image: linear-gradient(135deg, white, #ccc);
	 border-radius: 0.5rem;
	 left: -20px;
	 position: absolute;
	 bottom: 7px;
	 content: '';
	 height: 39px;
	 transform: rotate(45deg);
	 width: 45px;
	 z-index: -1;
	 box-shadow: inset 2px 0 0 0 rgba(0, 0, 0, .3), inset 0 -2px 0 0 rgba(0, 0, 0, .3), inset 3px 0 0 0 white, 0 3px 3px -3px rgba(0, 0, 0, .24), 0 6px 6px -6px rgba(0, 0, 0, .12);
}
 #back:hover, #back:focus {
	 outline: none;
	 background-image: linear-gradient(white, #ddd);
	 box-shadow: inset 0 2px 0 0 #FFA800, inset -2px 0 0 0 #FFA800, inset 0 -2px 0 0 #FFA800, inset 0 3px 0 0 white, 0 6px 6px -6px rgba(0, 0, 0, .12), 0 9px 9px -9px rgba(0, 0, 0, .06);
}
 #back:hover:before, #back:focus:before {
	 background-image: linear-gradient(135deg, white, #ddd);
	 box-shadow: inset 2px 0 0 0 #FFA800, inset 0 -2px 0 0 #FFA800, inset 3px 0 0 0 white, 0 6px 6px -6px rgba(0, 0, 0, .12), 0 9px 9px -9px rgba(0, 0, 0, .06);
}
 #back:active {
	 background-image: linear-gradient(#ccc, #eee);
	 box-shadow: inset 0 2px 0 0 #FFA800, inset -2px 0 0 0 #FFA800, inset 0 -2px 0 0 #FFA800, inset 0 3px 3px -3px rgba(0, 0, 0, .3);
}
 #back:active:before {
	 background-image: linear-gradient(135deg, #ccc, #eee);
	 box-shadow: inset 2px 0 0 0 #FFA800, inset 0 -2px 0 0 #FFA800, inset 3px 0 3px -3px rgba(0, 0, 0, .3);
}
#top {
  display:none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  width:60px;
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #F08f0f; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 15px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  box-shadow: 0px 2px 2px 0px black;
  
}

#top:hover {
  opacity:0.6; /* Add a dark-grey background on hover */
}

 
 
.servicesd_header{
	text-align:center;
	margin-left:auto;
	font-size:3.5em;
	max-width:97%;
	margin-bottom:3vh;
	color:#f68121;
	
	
	
}
.servicesd_header2{
	text-align:center;
	margin-left:auto;
	font-size:4em;
	max-width:100%;
	margin-bottom:3vh;
	color:#ed1c24;
   
	
	
	
}
.servicesd_header3{
	text-align:center;
	margin-left:auto;
	font-size:4em;
	max-width:100%;
	margin-bottom:3vh;
	color:#0166b4;
	
	
	
}

.page-wrapper{
    padding: 100px 0;
}
.infographic-cards {
    width: 100%;
    position: relative;
    display: flex;
    gap: 2%;
    justify-content: center;
    padding-left: 0;
	

}
.infographic-cards .color-1,
.infographic-cards .color-2,
.infographic-cards .color-3,
.infographic-cards .color-4 {
    list-style: none;
    width: 50vw;
    height: auto;
	min-height:300px;
	min-width:300px;
    padding: 25px 30px;
    background: #eee;
    position: relative;
    background-image: linear-gradient(to bottom right, #e9eaecda, #ffffff);
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
    box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
    
    margin-bottom: 25px;
    border-radius: 50px;
}
.infographic-cards  h5{
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 15px;
  }
 .infographic-cards  h6{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
  }
 .infographic-cards .color-1{
    border: 10px solid var(--color-1);
  }
  
 .infographic-cards .color-2{
    border: 10px solid var(--color-2);
  }
  
 .infographic-cards .color-3{
    border: 10px solid var(--color-3);
  }
  
 .infographic-cards .color-4{
    border: 10px solid var(--color-4);
  }
  

  .infographic-cards  i{
    font-size: 35px;
    margin-bottom: 15px;
  }
  .infographic-cards .color-1 i{
    color: var(--color-1);
  }
  
 .infographic-cards .color-2 i{
    color: var(--color-2);
  }
  
 .infographic-cards .color-3 i{
    color: var(--color-3);
  }
  
 .infographic-cards .color-4 i{
    color: var(--color-4);
  }
  .number-box img{
	 min-width:40px;
	 padding-bottom:1px;
	 
  }
 
  .number-box{
    position: absolute;
      bottom: 0;
      padding: 15px;
      font-size: 23px;
      border-radius: 60px 60px 0 0;
      width: 70px;
      height: 58px;
      left: 50%;
      transform: translateX(-50%);
      box-shadow: inset 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.2), 0em 0.05em rgba(255, 255, 255, 0);
      font-weight: 800;
      color: #fff;
  }
 .infographic-cards .color-1 .number-box{
    background: var(--color-1);
  }
  
 .infographic-cards .color-2 .number-box{
    background: var(--color-2);
  }
  
 .infographic-cards .color-3 .number-box{
    background: var(--color-3);
  }
  
 .infographic-cards .color-4 .number-box{
    background: var(--color-4);
  }
  
@media screen and (max-width:991px){
    .infographic-cards{
        flex-wrap: wrap;
    }
    
}

.infra{
	 margin: 0;
    padding: 0;
    
    font-size: 14px;  
    background: #EFEFEE;
}
.maintain{
	 margin: 0;
    padding: 0;
    
    font-size: 14px;  
    background: #EFEFEE;
}
.software{
	 margin: 0;
    padding: 0;
    
    font-size: 14px;  
   
}


