.service-tile-item {flex-grow: 0!important;}
.service-tile-item:first-of-type {
    padding-left: 0;
}
.service-tile-item .item .box {
    height: 100%;
    position: relative;
    padding: 30px!important;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    border-radius: 8px;
    background: #FFFFFF;
    transition: all .5s;
    z-index: 1;
}
.service-tile-item .item .box .icon {
    height: 70px;
    font-size: 30px;
    width: 70px;
    line-height: 70px;
    margin: auto;
    background: rgb(0 181 242 / 50%);
    border-radius: 100%;
}	
.service-tile-item .item .box .icon lord-icon {margin-top:5px;}
.service-tile-item:nth-child(2) .item .box .icon {
     color: #A5ACAF;
    background: rgb(165 172 175 / 50%);
}
.service-tile-item:nth-child(3) .item .box .icon {
color: #82c342;
    background: rgb(130 195 66 / 50%);
}
.service-tile-item:nth-child(5) .item .box .icon {
       color: #ffc107;
    background: rgb(0 181 242 / 80%);
}
.service-tile-item:nth-child(4) .item .box .icon {
color: #64A0c8;
    background: rgb(100 160 200 / 50%);
}
.service-tile-item:nth-child(6) .item .box .icon {
    color: #ff9800;
    background: hsl(36deg 100% 50% / 14%);
}		
.service-tile-item:nth-child(8) .item .box .icon {
    color: #ff6c89;
    background: rgb(255 108 137 / 14%);
}
.service-tile-item:nth-child(9) .item .box .icon {
    color: #4caf50;
    background: rgb(76 175 80 / 14%);
}
.service-tile-item:nth-child(10) .item .box .icon {
    color: #ffc107;
    background: #ffc10736;
}
.service-tile-item:nth-child(11) .item .box .icon {
    color: #9c27b0;
    background: rgb(156 39 176 / 15%);
}
.service-tile-item:nth-child(12) .item .box .icon {
    color: #ff9800;
    background: hsl(36deg 100% 50% / 14%);
}	
.service-tile-item .item .box h3 {
    margin: 21px 0px 11px 0px;
    font-size: 24px;
    line-height: 26px;
    color: #222222;
    text-transform: none;
    transition: 0.4s;
    font-weight: bold!important;
}
.service-tile-item .item .box p {margin-bottom: 0;}
.service-tile-item .item .box:hover {box-shadow: none; background-color: #003359;}
.service-tile-item .item .box:hover {color: #fff;}
.service-tile-item .item .box:hover h3, .service-tile-item .item .box:hover p {color:#fff!important;}
.service-tile-item .item .box:hover p a:link {color:#00AEEF!important;}

.table-responsive {
    border-radius: 8px;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;		
}
.table{margin-bottom:0!important;}

@media (min-width:1100px){
.table th:first-of-type {width: 70%;}
			}
.table-hover>tbody>tr:hover {
    background-color: rgb(0 170 239 / 15%);
}
hr {
    background: -moz-linear-gradient(to left, #00AEEF, #82c342);
    background: -webkit-linear-gradient(to left, #00AEEF, #82c342);
    background: linear-gradient(to left, #00AEEF, #82c342);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    background: linear-gradient(to left, #00AEEF, #82c342);
    margin: 3rem 0;
}	
h2.tuition-title {
	font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    text-wrap: balance;
    padding-top: 3rem;
    position: relative;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 2rem auto;
}
h2.tuition-title em {
    color: #003359;
    font-size: 21px;
}	
h2.tuition-title:before {
	position: absolute;
    left: 0; 
    top: 20px;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    height: 1px;
    content: "";
    background-color: #A5ACAF;
    z-index: 4;
}
h2.tuition-title:after {
	position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    top: 0px;
    content: '\f19c';
    font-size: 25px;
    line-height: 40px;
    color: #A5ACAF;
    font-weight: bold;
    z-index: 5;
    display: block;
    background-color: #ffffff;
    font-family: 'FontAwesome';
}
td.program {
    background: #003359;
    color: #fff;
    padding: 1rem !important;
    font-size: 16px;
}
td.program a {
    color: #00AEEF;
}
td.program a:after {
    content: '»';
	padding-left:5px;
}






