﻿
/*This site Developed By : Firdous Ahmad
    Contact:+91-9906 53 61 53
    rosefirdous@mail.com
    rosefirdous@yahoo.com
    */

body
{
 margin:0 auto;
}

.pack_main
{
    width: 300px;
    height: auto;
    overflow: hidden;
    /*margin-left: 20px;*/
    float: left;
    padding: 50px 30px 0px 30px;
    /*border:1px solid white;*/
}

    .pack_main h2
    {
        color: #fff;
        font-family: 'Open Sans';
        font-size: 20px;
        font-weight: lighter;
        text-align: center;
        /*border-bottom: 1px dotted white;*/
        width:300px;
       padding: 30px 50px 0px 0px;
        
    }

.pack_img
{
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 200px;
    /*border:5px solid #fff ;*/
    /*box-shadow: 10px 10px 5px 20px #fff inset;*/
}

.img
{
    height: 180px;
    width: 180px;
    border-radius: 200px;
    margin: 10px;
}

.pack_img:hover
{
    border: none;
    transition: all 0.5s ease-in-out;
    box-shadow: 1px 1px 1px 12px #fff /*inset*/;
    display: block;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*-webkit-filter: grayscale(1);*/
}

.pack_main a
{
    text-decoration: none;
}

.bottom_line
{
    border-bottom: 3px solid red;
    width: 70px;
    height: 5px;
    margin: 0 auto;
    margin-top: -20px;
    
}
