.heading {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 30px;
    margin-bottom: .1em;
    text-align: center;
    color: #245185;
    position: relative;
    margin-top: 0;
}
.heading span {
    display: block;
    font-size: 17px!important;
    margin-top: 1em;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
}


.card {
    position: relative;
    overflow: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 30px -15px;
}
.pacakage-box {
    background: #f6f6f6;
    padding-bottom: 30px;
    min-height: 350px;
}
.standerd .pacakage-header {
	    background: #ff9815;
    background-image: linear-gradient(to bottom, #14cde2, #ff98);
    color: #4c4c4c;
}
.pacakage-header {
    background: #a2ce8f;
    background-image: linear-gradient(to bottom, #1bcdde, #1e4a6b70);
    color: #fff;
    padding: 15px 10px;
}
.pacakage-content {
    padding: 20px;
}
.pacakage-box button {
    background: #4c4c4c;
    color: #fcc813;
    border: 0;
    padding: 12px 32px;
    border-radius: 3px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    text-transform: uppercase;
}
.pacakage-box button:hover {
    background: #fcc813;
    color: #4c4c4c;
}
.marginT40 {
    margin-top: 40px;
}
.about p {
    text-align: center;
}
.about h3 {
	margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}
.w3_agile_about_grid_left p {
    color: #000;
    line-height:1.65;
    text-align: justify;
	margin-bottom: 20px;
}
.table-bordered {
    border: 1px solid #b4b3b3;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #7aa8c3;
}
th {
    font-size: 18px;
}