
/*------------- Style-05-----------*/
.grid-style.style-4 figure{
    overflow: hidden;
}
.grid-style.style-4 figure img {
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    transition: transform 0.8s;
}
.grid-style.style-4 figcaption {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateY(100%) translateY(-90px);
    -webkit-transform: translateY(100%) translateY(-90px);
    -o-transform: translateY(100%) translateY(-90px);
    -ms-transform: translateY(100%) translateY(-90px);
    transform: translateY(100%) translateY(-90px);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.grid-style.style-4 figcaption a{
    color: #fff;
}
.grid-style.style-4 figcaption p{
    font-size: 14px;    
    font-weight: 600;
}
.grid-style.style-4 .awsm-contact-info{
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
 .grid-style.style-4 figure:hover img, .grid-style.style-4 figure.cs-hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
 .grid-style.style-4 figure:hover figcaption,
.grid-style.style-4 figure.cs-hover figcaption {
    -moz-transform: translateY(0px) translateY(0px);
    -webkit-transform: translateY(0px) translateY(0px);
    -o-transform: translateY(0px) translateY(0px);
    -ms-transform: translateY(0px) translateY(0px);
    transform: translateY(0px) translateY(0px);
}
 .grid-style.style-4 figure:hover .awsm-contact-info,
.grid-style.style-4 figure.cs-hover .awsm-contact-info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
/*------------- Style-01-----------*/



/* IE 10 and IE 11 Fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card-style.style-2 .awsm-flip-front,
    .card-style.style-2 figcaption {
        -webkit-transition: -webkit-transform 0.6s, z-index 0.7s;
        -moz-transition: -moz-transform 0.6s, z-index 0.7s;
        transition: transform 0.6s, z-index 0.7s;
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        backface-visibility: visible;
    }
    .card-style.style-2 figcaption{
        z-index: 1;
        
    }
    .card-style.style-2 .awsm-flip-front{
        z-index: 2;
    }
     .card-style.style-2 figure:hover figcaption,
    .card-style.style-2 figure.cs-hover figcaption {
        z-index: 3;
    }
}

/* IE 9 fix */



:root .card-style.style-2 figcaption {
    z-index: 1;
}
:root .card-style.style-2 .awsm-flip-front {
    z-index: 2;
}
:root .card-style.style-2 figure:hover figcaption {
    z-index: 3;
}

/*------------- Style-03-----------*/
.card-style.style-3 figure{
    overflow: hidden;
    padding: 20px 20px 100px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}
.card-style.style-3 figure::before{
    content: "";
    background: rgba(255,255,255,0.9);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,1) 78%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,1) 78%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,1) 78%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transform: translateY(100%) translateY(-90px);
    -webkit-transform: translateY(100%) translateY(-90px);
    -o-transform: translateY(100%) translateY(-90px);
    -ms-transform: translateY(100%) translateY(-90px);
    transform: translateY(100%) translateY(-90px);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    z-index: 1;
}
.card-style.style-3 .awsm-grid-holder{
    overflow: visible;
}
.card-style.style-3 figure img {
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    transition: transform 0.8s;
}
.card-style.style-3 figcaption {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 30px 20px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateY(100%) translateY(-100px);
    -webkit-transform: translateY(100%) translateY(-100px);
    -o-transform: translateY(100%) translateY(-100px);
    -ms-transform: translateY(100%) translateY(-100px);
    transform: translateY(100%) translateY(-100px);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    text-align: center;
    z-index: 2;
    color: #000;
}
.card-style.style-3 figcaption a{
    color: #000;
}
.card-style.style-3 figcaption p{
    font-size: 14px;
}
.card-style.style-3 .awsm-contact-info{
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    opacity: 0;
    visibility: hidden;
}
 .card-style.style-3 figure:hover img, .card-style.style-3 figure.cs-hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
 .card-style.style-3 figure:hover figcaption,
.card-style.style-3 figure.cs-hover figcaption,
 .card-style.style-3 figure:hover::before,
.card-style.style-3 figure.cs-hover::before {
    -webkit-transform: translateY(0px) translateY(0px);
    -moz-transform: translateY(0px) translateY(0px);
    -ms-transform: translateY(0px) translateY(0px);
    transform: translateY(0px) translateY(0px);
}
 .card-style.style-3 figure:hover .awsm-contact-info,
.card-style.style-3 figure.cs-hover .awsm-contact-info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
/*------------- Style-04-----------*/
.card-style.style-4{
    display: -webkit-box;
    display: -moz-box;       
    display: -ms-flexbox;     
    display: -webkit-flex;
    display: flex; 
    flex-flow: row wrap; 
    -webkit-flex-flow: row wrap; 
}
.card-style.style-4::after{
    display: none;
}
.card-style.style-4 figure{
    padding: 20px 20px 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}
.card-style.style-4 .awsm-grid-holder{
    overflow: visible;
}
.card-style.style-4 figure img {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}
.card-style.style-4 figcaption {
    padding: 20px;
    text-align: center;
    z-index: 2;
    color: #000;
}
.card-style.style-4 figcaption a{
    color: #000;
}
.card-style.style-4 figcaption p{
    font-size: 14px;
}

 .card-style.style-4 figure:hover img, .card-style.style-4 figure.cs-hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


/*------------- Style-01-----------*/
.circle-style.style-1 figure{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.circle-style.style-1 .awsm-grid-holder{
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.circle-style.style-1 figure::before{
    content: "";
    background: rgba(0,0,0,0.75);
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: scale(0.6);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
    z-index: 1;
}
.circle-style.style-1 figure img {
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    transition: transform 0.8s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.circle-style.style-1 figcaption {
    bottom: 10px;
    left: 10px;
    right: 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 25px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateY(100%) translateY(-90px);
    -webkit-transform: translateY(100%) translateY(-90px);
    -o-transform: translateY(100%) translateY(-90px);
    -ms-transform: translateY(100%) translateY(-90px);
    transform: translateY(100%) translateY(-90px);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    text-align: center;
    z-index: 2;
}
.circle-style.style-1 figcaption a{
    color: #fff;
}
.circle-style.style-1 figcaption p{
    font-size: 14px;
}
.circle-style.style-1 .awsm-contact-info{
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s 0.2s;
    transition: transform 0.4s, opacity 0.4s 0.2s;
    opacity: 0;
    visibility: hidden;
}
 .circle-style.style-1 figure:hover::before,
.circle-style.style-1 figure.cs-hover::before{
    opacity: 1;
    transform: scale(1);
}
 .circle-style.style-1 figure:hover img, .circle-style.style-1 figure.cs-hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
 .circle-style.style-1 figure:hover figcaption,
.circle-style.style-1 figure.cs-hover figcaption {
    -webkit-transform: translateY(0px) translateY(0px);
    -moz-transform: translateY(0px) translateY(0px);
    -ms-transform: translateY(0px) translateY(0px);
    transform: translateY(0px) translateY(0px);
}
 .circle-style.style-1 figure:hover .awsm-contact-info,
.circle-style.style-1 figure.cs-hover .awsm-contact-info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
/*------------- Style-02-----------*/
.circle-style .awsm-flip-back{
    font-size: 0;
}
.circle-style figcaption::after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
}

.circle-style .awsm-flip-back-inner {
    display: inline-block;
    width: calc(100% - 1px);
    vertical-align: middle;
    font-size: 14px;
}
.circle-style.style-2 figure {
    text-align: center;
}

.circle-style.style-2 .awsm-grid-holder {
    overflow: visible;
}

.circle-style.style-2 figure img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.circle-style.style-2 .awsm-flip-front,
.circle-style.style-2 figcaption {
    color: #000;
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
}

.circle-style.style-2 .awsm-flip-front {
    z-index: 2;
    transform-origin: top;
    position: relative;
}

.circle-style.style-2 figcaption {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-style.style-2 figcaption a {
    color: #000;
}

 .circle-style.style-2 figure:hover .awsm-flip-front,
.circle-style.style-2 figure.cs-hover .awsm-flip-front {
    -moz-transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    -o-transform: rotateX(100deg);
    -ms-transform: rotateX(100deg);
    transform: rotateX(100deg);
}

/*------------- Style-03-----------*/
.circle-style .awsm-flip-back{
    font-size: 0;
}
.circle-style figcaption::after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
}

.circle-style .awsm-flip-back-inner {
    display: inline-block;
    width: calc(100% - 1px);
    vertical-align: middle;
    font-size: 14px;
}
.circle-style.style-3 figure {
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.circle-style.style-3 .awsm-grid-holder {
    overflow: visible;
}

.circle-style.style-3 figure img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.circle-style.style-3 .awsm-flip-front,
.circle-style.style-3 figcaption {
    color: #000;
}

.circle-style.style-3 .awsm-flip-front {
    z-index: 2;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.3s;
    transition: transform 0.4s, opacity 0.3s;
    opacity: 1;
    position: relative;
}

.circle-style.style-3 figcaption {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-style.style-3 figcaption a {
    color: #000;
}

 .circle-style.style-3 figure:hover .awsm-flip-front,
.circle-style.style-3 figure.cs-hover .awsm-flip-front {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

 .circle-style.style-3 figure:hover figcaption,
.circle-style.style-3 figure.cs-hover figcaption {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*------------- Style-04-----------*/
.circle-style .awsm-flip-back{
    font-size: 0;
}
.circle-style figcaption::after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
}

.circle-style .awsm-flip-back-inner {
    display: inline-block;
    width: calc(100% - 1px);
    vertical-align: middle;
    font-size: 14px;
}
.circle-style.style-4 figure {
    text-align: center;
}

.circle-style.style-4 .awsm-grid-holder {
    overflow: visible;
}

.circle-style.style-4 figure img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.circle-style.style-4 figcaption {
    color: #000;
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
}
.circle-style.style-4 .awsm-flip-front{
    opacity: 1;
    -webkit-transition: -webkit-transform 0.8s, opacity 0.4s;
    -moz-transition: -moz-transform 0.8s, opacity 0.4s;
    transition: transform 0.8s, opacity 0.4s;
}

.circle-style.style-4 .awsm-flip-front {
    z-index: 2;
    transform-origin: top;
    position: relative;
}

.circle-style.style-4 figcaption {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-style.style-4 figcaption a {
    color: #000;
}

 .circle-style.style-4 figure:hover .awsm-flip-front,
.circle-style.style-4 figure.cs-hover .awsm-flip-front {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

/*------------ Table 1 -----------*/

    .awsm-table {
        display: table;
        width: 100%;
        color: #111;
    }
    .awsm-table-row {
        display: table-row;
    }
    .awsm-table-cell {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
    }
    .awsm-table-row.awsm-table-head .awsm-table-cell {
        border: none;
    }
    .awsm-table-cell .awsm-table-cell-inner {
        max-width: 400px;
    }
    .table-style .awsm-table-img-holder {
        max-width: 75px;
    }
    .table-style img{
        max-width: 100%;
        height: auto;
    }
    .awsm-table-cell .awsm-social-icons a {
        color: #111;
    }
    .table-style.awsm-table-cell h3 {
        font-size: 14px;
        margin: 0;
        padding: 0;
        line-height: 1.235;
    }
    .table-style .awsm-table-cell h2{
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 1.235;
    }
    .awsm-table-description .awsm-table-cell-inner {
        min-width: 240px;
    }

    .awsm-table.style-1 .awsm-table-row.awsm-table-head .awsm-table-cell {
        border-bottom: 2px solid #ccc;
    }
    .awsm-table.style-1 .awsm-table-cell {
        border-bottom: 1px solid #ccc;
    }


/*------------ Table 2 -----------*/

    .awsm-table.style-2 .awsm-table-row.awsm-table-head .awsm-table-cell {
        border-bottom: none;
    }
    .awsm-table.style-2 .awsm-table-cell {
        border-bottom: none;
        
    }
    .awsm-table.style-2 .awsm-table-row:nth-child(2n+1) {
        background-color: rgba(113, 113, 113, 0.04);
    }
    .awsm-table.style-2 .awsm-table-row.awsm-table-head {
        background-color: #eee;
    }


/*------------ Table 3 -----------*/

    .awsm-table.style-3 {
        /*border: 1px solid #ddd;*/
    }
    .awsm-table.style-3 .awsm-table-row.awsm-table-head .awsm-table-cell {
        background-color: #eee;
    }
    .awsm-table.style-3 .awsm-table-cell {
        border-bottom: 1px solid #ddd;
    }
    .awsm-table.style-3 .awsm-table-row:first-child .awsm-table-cell {
        border-top: 1px solid #ddd;
    }
    .awsm-table.style-3 .awsm-table-row .awsm-table-cell:first-child { 
        border-left: 1px solid #ddd;
    }
    .awsm-table.style-3 .awsm-table-row .awsm-table-cell:last-child { 
        border-right: 1px solid #ddd;
    }
    /*------------- List 4-----------*/

    .list-style figure img {
        max-width: 300px;
    }
    .grid.list-style figcaption {
        overflow: hidden;
    }
    .grid.list-style > .awsm-grid-card {
        width: 100%;
        float: none;
        border-bottom: 1px solid rgba(35, 35, 35, 0.2);
        padding: 0 0 40px 0;
        margin-bottom: 40px;
        overflow: hidden;
    }
    .grid.list-style > li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .grid.list-style h3 {
        font-size: 36px;
        margin: 0 0 10px;
        line-height: 1.1;
    }
    .grid.list-style .awsm-personal-info span {
        font-size: 14px;
    }
    .grid.list-style {
        margin: 0;
        padding: 0;
    }
    .list-style .awsm-personal-info h3 {
        font-size: 18px;
        margin: 0 0 5px;
        line-height: 1.1;
    }
    .list-style figure {
        color: #111;
    }
    .list-style figcaption p {
        font-size: 16px;
    }
    .list-style .awsm-social-icons li {
        border: 1px solid;
        margin: 0 5px 2px 5px;
        text-align: center;
        padding: 0;
    }
    .list-style .awsm-social-icons a {
        padding: 10px 0;
        width: 40px;
    }
    .list-style .awsm-contact-info a {
        color: #111;
    }
    .list-style.style-1 .awsm-contact-info {
        font-size: 16px;
        
    }
    .list-style.style-1 figure img {
        float: left;
        margin-right: 30px;
    }


/*------------- List 2-----------*/

    .list-style.style-2 figure img {
        float: right;
        margin-left: 30px;
    }

@media screen and (max-width:700px) {
    .grid.list-style figcaption {
        overflow: visible;
    }
    .list-style.style-2 figure img, .list-style.style-1 figure img {
        float: none;
        margin: 0 0 30px 0;
    }

    .awsm-table, .awsm-table-row, .awsm-table-cell {
        display: block;
    }
    .awsm-table.style-1 .awsm-table-row {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;    
    }
    .awsm-table-row.awsm-table-head {
        display: none;  
    }
    .awsm-table-cell {
        padding: 0;
        border: none;
    }    
    .table-style .awsm-table-img-holder {
        float:left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .awsm-table-designation, .awsm-table-name {
        overflow: hidden;
    }
    .awsm-table-description {
        clear: both;
     }
    .awsm-table .awsm-table-cell h2 {
        margin-bottom: 10px;
    }
    .awsm-table .awsm-table-cell h3 {
        margin-top: 0;
    }

    /*********** Clear Border and Styles *************/

    .awsm-table.style-1 .awsm-table-cell {
        border: none;
    }
    .awsm-table-cell .awsm-table-cell-inner {
        max-width: none;
    }

    .awsm-table.style-2 .awsm-table-row {
       padding: 20px 15px;
    }
    .awsm-table.style-3{
        border: 1px solid #ccc;
    }
    .awsm-table.style-3 .awsm-table-row { 
        padding: 20px 15px;
        border-bottom: 1px solid #ccc;
    }
    .awsm-table.style-3 .awsm-table-row:last-child{
        border-bottom: none;
    }
    .awsm-table.style-3 .awsm-table-cell{
        border: none !important;
    }
}







.grid{
    list-style: none;
    padding: 30px 0;
}
.grid::after{
    content: "";
    clear: both;
    display: block;
}
.grid > li{
    float: left;
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 30px;
}


.grid-2-col > li{
    width: 50%;
}
.grid-3-col > li{
    width: 33.33%;
}
.grid-4-col > li{
    width: 25%;
}
.grid-5-col > li{
    width: 20%;
}
.awsm-grid-holder{
    overflow: hidden;
}
.grid figure{
    position: relative;
    margin: 0;
}
.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}
.grid figcaption{
    /*position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    background: #2c3f52;
    color: #ed4e6e;*/
}
.grid h3{
    margin: 0 0 3px;
    padding: 0;
    font-weight: 300;
}
.awsm-social-icons{
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 -5px;
}
.awsm-social-icons li{
    display: inline-block;
    padding: 0 5px;
}
.awsm-social-icons a{
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.awsm-social-icons a:hover{
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.awsm-contact-details {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.awsm-contact-details li {
    padding: 10px 0;
    border-bottom: 1px dotted rgba(35, 35, 35, 0.2);
}

.awsm-contact-details span {
    min-width: 100px;
    margin-right: 6px;
}
figcaption p{
    font-size: 14px;
}

.awsm-personal-info{
    position: relative;
    margin-bottom: 15px;
}
.awsm-personal-info span{
    text-transform: uppercase;
    font-size: 0.815em;
}
.awsm-contact-info p{
    margin: 0 0 15px;
}

@media (max-width:1230px){
    .grid-5-col > li{
        width: 25%;
    }
}
@media (max-width:1024px){
    .grid > li{
        width: 33.333%;
    }
    .grid-2-col > li{
        width: 50%;
    }
}

@media (max-width:992px){
    .grid > li{
        width: 50%;
    }
}
@media (max-width:830px) {
    .awsm-popup-on body{
        overflow: auto;
    }
}
@media (max-width:678px){
    .grid > li{
        width: 100%;
    }
}