/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.section-title-container {
    margin-bottom: 0;
}
.section-title b {
    display: none;
}
.section-title {
    position: relative;
    font-size: 25px;
    padding-bottom: 15px;
}
.section-title:before {
    content: '';
    background: #FDB714;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section-title .section-title-main {
    width: 100%;
    text-align: center;
}
.intro {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
.intro .icon-box {
    background: #FFF;
    padding: 20px;
}
.intro .icon-box .icon-box-img {
    margin-bottom: 20px;
}
.intro .icon-box .text {
    color: #777777;
}
.intro .icon-box .text h3 {
    font-size: 14px;
}
.intro .icon-box .text p {
    margin-bottom: 0;
}
.event {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}
.home-service {
    padding-top: 50px;
    padding-bottom: 0 !important;
}
.home-service .section-title-container,
.event .section-title-container {
    margin-bottom: 30px;
}
.review {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
    background-size: cover;
}
.uni-review .qoutes {
    margin-bottom: 40px;
}
.uni-review .desc {
    color: #777777;
    max-width: 470px;
    margin: 0 auto 40px;
}
.uni-review .review-title {
    margin-bottom: 0px;
    font-weight: 600;
}
.uni-review .review-image {
    margin-bottom: 20px;
}
.uni-review .review-location {
    margin-bottom: 0;
}
.news .sh-blog-shortcode.style-4 .post {
    padding-bottom: 80px;
}
.news .sh-blog-shortcode.style-4 .element .post-inner {
    position: relative;
}
.news .sh-blog-shortcode.style-4 .element .entry-thumb .image-zoom {
    padding-top: 67.5675676%;
}
.news .sh-blog-shortcode.style-4 .element .entry-content {
    background: #FFF;
    position: absolute;
    padding: 15px;
    top: calc(100% - 70px);
    left: 23px;
    right: 23px;
}
.news .sh-blog-shortcode.style-4 .element .entry-title {
    font-size: 16px;
    font-weight: 500;
}
.news .sh-blog-shortcode.style-4 .element .entry-title a {
    color: #4071B8;
}
.news .sh-blog-shortcode.style-4 .element .entry-meta {
    font-style: normal;
}
.partner {
    padding-bottom: 0 !important;
}
.partner .slider-wrapper:before {
    content: '';
    background: linear-gradient(to bottom,#fff 0%, #4071b833 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.partner .slider-wrapper .ux-logo-link {
    padding: 0 15px !important;
}
.partner .slider-wrapper {
    padding-left: 95px;
    padding-right: 95px;
    padding-bottom: 120px;
    position: relative;
}
.partner .main-logo {
    display: block;
    text-align: center;
    position: relative;
}
.partner .main-logo:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #AAAAAA;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}
.partner .main-logo .ux-logo-link {
    display: inline-block;
    background: #FFF;
    z-index: 1;
    position: relative;
}
.partner .main-logo img {
    display: inline-block;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (min-width: 550px) {
    .intro .icon-box .text h3 {
        font-size: 17px;
    }
}

@media only screen and (min-width: 650px) {
    
}

@media only screen and (min-width: 850px) {
    .review {
        padding-top: 70px !important;
        padding-bottom: 30px !important;
    }
    .event { 
        padding-top: 40px !important;
    }
    .home-service {
        padding-top: 70px !important;
    }
    .intro {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .intro .icon-box {
        background: #FFF;
        padding: 30px;
    }
    .intro .icon-box .icon-box-img {
        margin-bottom: 30px;
    }
    .intro .icon-box .text h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-title {
        font-size: 32px;
    }
    .review {
        padding-top: 90px !important;
    }
    .event { 
        padding-top: 60px !important;
        padding-bottom: 30px !important;
    }
    .home-service {
        padding-top: 90px !important;
    }
    .intro {
        padding-top: 90px !important;
        padding-bottom: 60px !important;
    }
    .intro .icon-box {
        background: #FFF;
        padding: 50px;
    }
    .intro .icon-box .icon-box-img {
        margin-bottom: 50px;
    }
    .intro .icon-box .text h3 {
        font-size: 24px;
    }
}
