.feature-content p {
    line-height: 1.8;
    color: #292a2c;
    font-size: 0.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align:justify; 
   
}
h3 span
{
	color:#ed6502; 
} 
.vred{
    border-radius:40px;
}  
.shaddowcard{ 
   /*border-radius: 0px;*/
    /* background: #f2f2f2; */
   /* box-shadow: inset 5px 5px 10px #e5e5e5, inset -5px -5px 10px #d9d7d7;*/
    border-radius: 0px;
    background: #f2f2f2;
    box-shadow: 5px 5px 10px #c4c4c4, -5px -5px 10px #ffffff;
}
.bgp{
     background-image: url("../images/bg/applicationbg.jpg");
     background-size:cover;
     background-position:center;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
.formimg{
    position:relative;
    height:100%; 
}
.colfor{
    /*background-color:#bbbcbd; */
    background-color:#dddedf;
}  
@media (max-width:500px){
    video{
        width:350px;
    } 
}  


@media (min-width:501px){
    .containbox{
        background:#ededed;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 25px;
    }
} 
    @media (max-width:500px){
         .containbox{
              background:#ededed;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    } 
    } 
.seccolor{
    /*background-color:#f6f9fd;*/
      /*background: rgb(247,130,45);*/
background: linear-gradient(42deg, rgba(247,130,45,1) 9%, rgba(255,175,0,1) 100%);
      border-radius:30px;
} 
.clientimg img{
    aspect-ratio: 3/2;
    object-fit: cover; 
} 
.section-content{
    padding:50px 0px;
} 
/*.imratio img {aspect-ratio: 4/3;*/
/*    object-fit: cover;}*/
    .imratio p {
        padding-top:20px !important;
    }   
.divcenter{
    background-color: #f1f1f1;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding:20px;  
}   
.card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    height: 100%;}
    
    
    .prosize img {
        height:100%;
    }
    .product-summary >h3{
        color:#ed6502; 
    }
    
    
.title-wrapper h2{
    text-transform:uppercase;
    
}

.service-content h4{
    color:#010101; 
    text-align: left;
    font-size: 23px;
}
    
   .appwraper{
       width:100%;
       overflow:hidden;
       aspect-ratio:1.1;
       margin-bottom:15px;
   }
     .appwraper img{
       width:100%;
       height:100%;
       object-fit:cover;
   } 
    
    
 .contcol {
   background-color: #282828;  
   border-radius: 44px;      
   margin-top: -50px;         
   /* transform: translateY(-50px); */
}

@media screen and (max-width: 600px) {
    .contcol {
        border-radius: 0px;
        margin: 0px;
    }  
}

.ifrmmr{
    margin-bottom:15px;
}
 

   