

/*index page css   poppu and  ect*/

  .client-sticky-btn {
                position: absolute;
                width: fit-content;
                height: 40px;
                background-color: #000;
                top: 12px !important;
                z-index: 10000;
                right: -480px !important;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 1s ease-in-out;
                overflow: hidden;
                border: 1px solid gold;
                border-top-left-radius: 6px;
                border-bottom-left-radius: 6px;
            }

            .client-sticky-btn:hover {
                right: -0px !important;
            }

            .menuright_link1 {
                padding-left: 8%;
                background: #f7f7f7 !important;
            }


            .client-sticky-btn p {
                width: 480px;
                color: #fff;
                padding: 0px;
                margin: 0px;
                transition: all 0.6s else;
                padding: 0px 15px;
                font-size: 16px;
                font-weight: bold;
            }


            .client-icon {
                width: 38px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #fff;
            }
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            /* about page  inline  css  */
            
            
            /*Award page  inline   css  start */
            
                @media (max-width: 768px) {
        .awards-card {
            padding: 10px 20px;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 425px) {
        .awards-card {
            padding: 10px 20px;
            margin-bottom: 10px;
        }
    }
    
     /*Award page  inline   css  start */
     
     
     
     
     /*careear page  css s tart */
     
     /*careear page  css s end */
     
     
     
     
     
     
     
     
     
     /*case  studyes css  start */
         .case-pages-btn {
        padding: 6px 16px;
        background-color:#111d67;
        border-radius: 4px;
        width: fit-content;
        display: flex;
        justify-self: center;
        margin-top: 10px;
    }
    
      .case-pages-btn:hover {
        background-color:#111d67;
   
    }
    .case-pages-btn a{
        color: #fff !important;
        text-decoration: none;
    }
    .case_content{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
         /*case  studyes css  start */


            