.card {
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 2px;
    color: rgba(0, 0, 0, .84);
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .23), 0 3px 10px rgba(0, 0, 0, .16);
}
.card .card-height-indicator {
    margin-top: 100%}
.card .card-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.card .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
}
.card .card-image img {
    width: 100%;
    height: 250px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    pointer-events: none;
}
.card .card-image .card-image-headline {
    position: absolute;
    bottom: 16px;
    left: 18px;
    color: #fff;
    font-size: 2em;
}
.card .card-body {
    height: 30%;
    padding: 18px;
}
.card .card-footer {
    height: 10%;
    padding: 18px;
}
.card .card-footer button {
    margin: 0!important;
    position: relative;
    bottom: 25px;
    width: auto;
}
.card .card-footer button:first-child {
    left: -15px;
}
.modal-content {
    box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    border-radius: 2px;
    border: none;
}
.modal-content .modal-header {
    border-bottom: none;
    padding: 24px;
    padding-bottom: 0;
}
.modal-content .modal-body {
    padding: 24px;
}
.modal-content .modal-footer {
    border-top: none;
    padding: 24px;
}
.modal-content .modal-footer button {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
}
.modal-content .modal-footer button.pull-left {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    left: -5px;
}
.modal-content .modal-footer button+button {
    margin-bottom: 16px;
}
.modal-content .modal-body+.modal-footer {
    padding-top: 0;
}
.modal-backdrop {
    background: rgba(0, 0, 0, .3);
}

.list_service div.row{
    margin-bottom: 10px;
}

.tp-abt-why {}
.tp-why-list{}
.tp-why-list .list-group-item-text{line-height: 26px;}
.tp-abt-why .tp-why-list .list-group .list-group-item .row-action-primary span {
    background: #92278F;
    font-variant: normal;
    border-radius: 100%;
    padding: 14px 25px;
    overflow: hidden;
    display: block;
    color: #fff;
    font-size: 20px;
}

.gallery-block{margin-bottom: 30px;}
.gallery-block-ct{}
.gallery-block-ct h2{margin-bottom: 0px;}

.tp-story-blk .col-md-4{padding-left: 0px;padding-right: 0px;}

#gallery_grid {
    margin-top: 13px;
    max-width: 80%;
    max-height: 50%;
    margin-left: auto;
    margin-right: auto;
}


/***** MODAL PROPERTIES *****/
 .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background:transparent;
    border:none;
    outline:none;
}
.modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}
.close {
    font-size: 80px;
    margin:-20px 0 0 0;
}
/***** MEDIA QUERIES *****/
 @media only screen and (max-width: 641px) {
    /***** MODAL PROPERTIES *****/
    .modal-body {
        height:100px;
        padding:0;
        margin: 0;
    }
    .modal-content {
        padding:0;
        margin: 0;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 15px;
    }
    .close {
        margin:-12px 0 0 0;
    }
}
@media only screen and (min-width: 768px) {
    /***** MODAL PROPERTIES *****/
    .close {
        font-size: 80px;
        margin:30px -43px -20px 100px;
    }
}