

.cn-btn {
    border-radius: 50px;
    padding: 15px 40px;
    border: none;
    background: #ffffff;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}



#pfs-sec{

    .pf-sdv{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        .theme1-btn{ min-width: 200px; margin: 15px 5px;}
    }

}


#portfolios-sec{


    #pf-cnt{

        .pf-item{
            
            padding-left: 20px; padding-right: 20px;
            
            margin-bottom: 15px;

            .pf-item-row{
                background: #ffffff;
                box-shadow: #00000040 0px 5px 15px;
                border-radius: 10px;
                 padding: 15px;
            }


            .pf-imgd{
                .wb-logo{ 
                    margin-left: auto; margin-right: auto; margin-bottom: 15px; text-align: center;

                    img{max-width: 150px; max-height: 150px; width: auto; height: auto;}
                }
            }



            .pf-detail{
                .hd-row{
                    .tech-lb{
                        margin-right: 17px;
                        background-color: #dcdbdb;                    
                        border-radius: 50%;
                        padding: 10px 15px;
                        font-weight: 600;
                    }

                    .year-lb{
                        min-width: 150px;
                    }

                }

                .cnt-row{
                    padding-top: 15px; padding-bottom: 15px;

                    ul{
                        list-style: none;
                        padding-left: 0;

                        li{
                            background: #fff;
                            box-shadow: #00000040 0px 5px 15px;
                            padding: 10px 20px;
                            border-radius: 50px;
                            margin-bottom: 15px;
                        }
                    }
                }

            }

        }

    }

}




#ready-sec{
    background: #000000;
    color: #ffffff;
    background-image: url(./../images/bg1.jpg);
    background-attachment: fixed;
}










@media (min-width: 768px) {

    
    

}












@media (max-width: 768px) {

    #pfs-sec{

        .pf-sdv{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;

            .theme1-btn{ min-width: 100%; margin: 15px 15px;}
        }

    }

  
}