.contain {
    background: #fff;
    margin: 0;
    padding: 0;
    height: 230px;
}
.contain .contain-inner {
    position: relative;
    transform: translateY(-50%);
    z-index: 9;
}
.contain .single-contain {
    position: relative;
    text-align: left;
    z-index: 3;
    border-radius: 5px;
    background: #1A76D1;
    transition: all .3s ease-out 0s;
}
.contain .single-contain .inner {
    overflow: hidden;
    position: relative;
    padding: 30px;
    z-index: 2;
}
.contain .single-contain:before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background: #1A76D1;
    opacity: 0;
    filter: blur(10px);
    transition: all .3s ease-out 0s;
}
.contain .single-contain:hover:before {
    opacity: 0.8;
}
.contain .single-contain:hover {
    transform: translateY(-5px);
}
.contain .single-contain .icon i {
    position: absolute;
    font-size: 110px;
    color: #fff;
    transition: all .3s ease-out 0s;
    z-index: -1;
    visibility: visible;
    opacity: 0.2;
    right: -25px;
    bottom: -30px;
}
.contain .single-contain span {
    display: block;
    color: #fff;
}
.contain .single-contain h4 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    margin-top: 13px;
}
.contain .single-contain p {
    color: #fff;
    margin-top: 22px;
}
.contain .single-contain a {
    color: #fff;
    margin-top: 25px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.contain .single-contain a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background: #fff;
    transition: all 0.4s ease;
}
.contain .single-contain a:hover:before {
    width: 100%;
}
.contain .single-contain a i {
    margin-left: 10px;
}
.contain .single-contain .time-sidual {
    overflow: hidden;
    margin-top: 17px;
}
.contain .single-contain .time-sidual li {
    display: block;
    color: #fff;
    width: 100%;
    margin-bottom: 3px;
}
.contain .single-contain .time-sidual li:last-child {
    margin: 0;
}
.contain .single-contain .time-sidual li span {
    display: inline-block;
    float: right;
}
.contain .single-contain .day-head .time {
    font-weight: 400;
    float: right;
}

.highlights-wrapper {
    padding-top: 0;
}

.highlights-wrapper.main-page {
    padding-top: 100px;
}

.highlights-wrapper.detail-page {
    padding-top: 100px;
}

.highlights-wrapper .highlight-card {
    text-align: center;
    position: relative;
    padding: 10px 20px;
}

.highlights-wrapper .highlight-card::before {
    position: absolute;
    content: "";
    right: -72px;
    top: 60px;
    width: 118px;
    border-bottom: 3px dotted #1a76d1;
}

.highlights-wrapper .highlight-card.last::before {
    display: none;
}

.highlights-wrapper .icon-wrapper {
    position: relative;
}

.highlights-wrapper .icon-wrapper i {
    font-size: 50px;
    color: #1a76d1;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 0;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 100%;
    transition: all 0.4s ease;
}

.highlights-wrapper .highlight-card:hover .icon-wrapper i {
    background: #1A76D1;
    color: #fff;
    border-color: transparent;
}

.highlights-wrapper .highlight-card h3 {
    padding-top: 128px;
    color: #2C2D3F;
    font-weight: 600;
    font-size: 21px;
}

.highlights-wrapper .highlight-card p {
    margin-top: 20px;
}

.section{
	padding:100px 0;
}

.title-box {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 250px;
}

.title-box h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 24px;
    position: relative;
    color: #2C2D3F;
}

.title-box p {
    font-size: 15px;
    color: #888;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1623px) {
	.section{
	padding:70px 0px;
}
	.title-box {
        margin-bottom: 35px;
        padding: 0px 80px;
    }

    .title-box h2 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .title-box p {
        font-size: 13px;
    }
    .contain {
        background: #fff;
        margin: 0;
        padding: 0;
        height: auto;
        padding: 50px 0;
        border-bottom: 1px solid #eee;
    }
    
    .contain .contain-inner {
        transform: translateY(-10%);
    }
    .contain .single-contain {
        margin: 15px 0;
    }
.highlights-wrapper.main-page {
        padding-top: 70px;
    }

    .highlights-wrapper .highlight-card::before {
        display: none;
    }

    .highlights-wrapper .highlight-card {
        text-align: center;
        position: relative;
        padding: 10px 155px;
        margin: 10px 0;
    }
    
}
@media only screen and (max-width: 767px) {
	.section{
	padding:50px 0px;
}
	.title-box {
        margin-bottom: 30px;
        padding: 0px 20px;
    }

    .title-box h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .title-box p {
        font-size: 13px;
    }
	.contain {
	background: #fff;
	margin: 0;
	padding: 0;
	height: auto;
	padding: 50px 0;
	border-bottom:1px solid #eee;
}

.contain .contain-inner {
transform: translateY(-5%);                                
}
.contain .single-contain{
	margin:15px 0;
	
}
.highlights-wrapper.main-page {
        padding-top: 50px;
    }

    .highlights-wrapper .highlight-card .icon-wrapper i {
        font-size: 42px;
        left: 50%;
        margin-left: -40px;
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    .highlights-wrapper .highlight-card::before {
        display: none;
    }

    .highlights-wrapper .highlight-card {
        text-align: center;
        position: relative;
        padding: 0px;
        margin: 15px 0;
    }

    .highlights-wrapper .highlight-card h3 {
        padding-top: 105px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 450px){
	.section{
	padding:50px 0px;
}
	.title-box {
        margin-bottom: 30px;
        padding: 0px 20px;
    }

    .title-box h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .title-box p {
        font-size: 13px;
    }
	
	.contain {
	background: #fff;
	margin: 0;
	padding: 0;
	height: auto;
	padding: 50px 0;
	border-bottom:1px solid #eee;
}
/*
.contain .contain-inner {
	transform: none;
}
.contain .single-contain{
	margin:15px 0;*/
}
	.highlights-wrapper .highlight-card .icon-wrapper i {
        font-size: 42px;
        left: 50%;
        margin-left: -40px;
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    .highlights-wrapper .highlight-card::before {
        display: none;
    }

    .highlights-wrapper .highlight-card {
        text-align: center;
        position: relative;
        padding: 0px;
        margin: 15px 0;
    }

    .highlights-wrapper .highlight-card h3 {
        padding-top: 105px;
        font-size: 20px;
    }
	
}