*{
    box-sizing: border-box;
    scroll-behavior: smooth;
    }
body{
        min-height: 100vh;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
}
@media
    only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2)
    {
    html,body{
        width:100%;
        overflow-x:hidden;
      }
    }
/* bannber head */
 #myCarousel{
        margin-top: 61px;
        margin-left: -12px;
}
@media only screen and (min-width: 991px) and (max-width: 1375px) {
    .slider{
        margin-top: 78px;
    }
    #impprosysfile
   {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
   }
}
/* ppc modules */
.ppc-modules .col-lg-2{
    display: flex;
}
.ppc-modules .col-lg-2 .module-img{
    border:1px solid;
	border-color:lightgray;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(26,168,226, 0.2);
    margin-bottom: 20px;
	height: 200px;
	width: 220px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    border-top: 2px solid orangered;
    border-bottom: 2px solid orangered;
}
.ppc-modules .col-lg-2 .module-img p{
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
}
/* ppc sw feature */
.ppc-feature .blockimg{
	border:1px solid;
	border-color:lightgray;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.19);
	margin-left: 30px;
	border-bottom:3px solid;
	border-bottom-color:orange;
	height: 280px;
	width: 230px;
    padding: 10px;
}
.ppc-feature .row .col-lg-3{
    display: flex;
    text-align: center;
    margin-bottom: 30px;
}
.ppc-fea-img .blockimg p{
    font-family: Verdana;
    font-size: 14px;
    font-weight: 600;
    background-color: #3b5998;
    color: aliceblue;
    border-radius: 5px;
    padding: 5px; 
}
/* ppc cards */
.ppc-cards .col-sm-6{
    margin-bottom:20px;
    display: flex;
}
.ppc-cards .card{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(26,168,226, 0.2);
    height: 575px;
    width: 320px;
    margin-left: 15px;
    
}
.ppc-cards .card-head{
text-align: center;
padding: 8px;
}
.ppc-cards .card-head h3{
font-family: Verdana;
font-weight: 600;
font-size: 20px;
color: #2b1053;
}
.ppc-cards .card-text p{
    font-size: 16px;
  padding: 15px;
  text-align: justify;
  word-spacing: 3px;
  font-family: Verdana;

}
/* buisness impact */
.chl{
	background-color:white;
	margin: 5px;
    padding:10px;
	border-radius:10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-bottom: 2px solid orangered;

}   
.chl h4{
	text-align:center;
	color:white;
	background-color:#1d82a2;
	padding:10px;
	margin: 25px;
	border-radius:10px;
	font-weight:bold;
	margin-top:10px;
    font-size: 18px;
}
/* customer */
.customer1 .col-lg-2{
    display: flex;
}
.customer1 .col-lg-2 .cust-img{
    border:1px solid;
	border-color:lightgray;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(26,168,226, 0.2);
    margin-bottom: 20px;
	height: 180px;
	width: 220px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    border-top: 2px solid orangered;
    border-bottom: 2px solid orangered;
}


 @media screen and (max-width:756px)  {
        .slider .slide{
            margin-top: 62px;
            margin-left: -11px;
        }
        .ppc-modules .col-lg-2 .module-img{
           margin-left: auto;
           margin-right: auto;
        }
        .ppc-feature .blockimg{
            margin-left: auto;
           margin-right: auto; 
        }
        .ppc-cards .card{
            margin-left: auto;
            margin-right: auto;
            height: auto;
            margin: 10px;
        }
        .customer1 .col-lg-2 .cust-img{
            margin-left: auto;
            margin-right: auto;
        }
    }


    .box {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        /* box-shadow: 0 10px 6px rgba(0, 0, 0, 0.3); */
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    
        border-top: 2px solid orangered;
        border-bottom: 2px solid orangered;
        /* border: 1px solid #68666b; */
      
      }
      .box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease;
      }
      .box:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
      }
      /* .box:hover img {
        opacity: 0.7;
      } */
      /* .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: opacity 0.3s ease;
      } */
      .box:hover .overlay {
        opacity: 1;
      }
    
        @media (max-width: 768px) {
            .box {
                width: 70%;
                margin-left: auto;
                margin-right: auto;
                display: block;
                border-radius: 10px;
                box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                
              }
           
      } 
    