.main-header .main-menu ul ul.submenu {
    width: 280px;
}

.header-area .header-top {
    background-color: #303A52;
    padding: 5px 0px;
}

.footer-area {
    background-color: #181c25;
}

.footer-media li {
    margin-right: 10px;
    display: inline;
}

.search-box {
    width: 170px;
}

@media (max-width: 767px) {
    .search-box {
        width: 100%;
    }
}

.blog_details ul li {
    list-style: disc;
}

.blog_details ol li {
    list-style: decimal;
}

.blog_details p {
    color:#212529;
    line-height: 1.5;
}

ul.blog-info-link li {
    list-style: none;
}


.header-area .header-top .header-info-left ul li {
    margin-right: 10px;
    padding-right: 10px;
}

.header-area .header-top .header-info-right .header-date li {
    margin-right: 10px;
}

.header-area .header-top .header-info-right .header-date li:last-child {
    margin-right: 0;
}

.logo-title {
    font-size: 20px;
}

.logo-subtitle {
    font-size: 15px;
    color: #847c7c;
}

.main-header .main-menu ul li a {
    padding: 14px 15px;
    /* color: #17191d; */
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .main-header .main-menu ul li a {
        padding: 14px 15px;
    }
}

.header-area .header-bottom {
    box-shadow: 0 0 36px 0 rgb(0 0 0 / 21%);
    background: #e61717;
}

.main-header .main-menu ul ul.submenu>li>a:hover {
    color: #00109d;
    background: none;
}

.footer-bottom-area .footer-copy-right p a {
    color: #3ec1d3;
}
.footer-bottom-area .footer-copy-right p a:hover {
    color: #e66868;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .footer-padding {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

.footer-padding {
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-bottom-area .footer-border {
    padding: 10px 0px;
}

.about-details .about-details-cap h4::before {
    background: #7d8bff;
}

.form-control-search 
{
    border-radius: 8px 0 0 8px !important;
}

.form-control-search:focus
{
    box-shadow: none !important;
    border-color: #999999 !important;
}

.input-group-search button
{
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    border-right: 1px solid !important;
    border-color: #CED4D9 !important;
    background: white !important;
    color: #999999 !important;
    border-radius: 0 8px 8px 0 !important;
}

.input-group-search button:hover,
.input-group-search button:focus,
.input-group-search button:before,
.input-group-search button:after
{
    background: white !important;
    color: #999999 !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .section-padding30 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.section-padding30 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.btn-send {
    padding: 20px 25px;
}

@media (min-width: 1201px) {
    .contact-section {
        padding: 50px 0 40px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .contact-section {
        padding: 50px 0 40px;
    }
}
@media (max-width: 991px) {
    .contact-section {
        padding: 45px 0 35px;
    }
}
.contact-section {
    padding: 40px 0 30px;
}

.berita-baru:hover {
    color: #e66868;
}

.berita-baru {
    color: #3ec1d3;
    opacity: 0;

    -webkit-transition: opacity 1s ease-in;
       -moz-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
}

.berita-baru.load {
    opacity: 1;
}

.title-category {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #2d4ce7;
    padding: 7px 14px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    overflow: hidden;
}

.blog_item_img {
    background: #fff;
    box-shadow: 0px -3px 20px 0px rgb(221 221 221 / 60%);
}

.blog_details {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgb(221 221 221 / 60%);
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
}

.blog_right_sidebar .single_sidebar_widget {
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    background: #fff;
}

.single-post {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.single-post-area .blog_details {
    padding: 26px 20px;
}

.blog_right_sidebar .search_widget .form-control {
    height: 40px;
}

.blog_right_sidebar .search_widget .input-group button {
    background: #ff2143;
    padding: 3px 12px;
}

.btn-login {
    padding: .20rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    background: #e61717;
}

.about-details-cap {
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    background: #fff;
}

.p-10 {
    padding: 15px 20px;
}

li.page-item {
    box-shadow: 1px 0px 20px 0px #2d2d2d0d;
}

.about-details-cap ol li {
    list-style: decimal;
}

#scrollUp {
    bottom: 100px;
    background: #e61717;
}

.about-details .about-details-cap li {
    color: #464d65;
    font-size: 14px;
}

.background-banner {
    background-image: url('../img/background.webp');
    /* background-size: cover; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.title-banner {
    text-align: center;
    background-color: rgb(0 0 0 / 0.3);
    padding: 100px 0px 150px;
}

.title-banner h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.profile-schools {
    padding-top: 40px;
    padding-bottom: 40px;
}

.profile-box {
    width: 100%;
    padding: 15px;
    /* position: relative;
    top: -80px; */
    /* margin-top: 50px; */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
}


.trophy-schools {
    padding: 10px;
    min-width: 200px;
}

.trophy-icon {
    font-size: 40px;
    color: #339af0;
}

.trophy-desciption {
    margin-left: 5px;
}

.trophy-sum {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: -10px;
}

.trophy-ket {
    font-size: 15px;
    font-weight: 500;
}

.profile-img {
    position: relative;
}

.profile-img img {
    width: 100%;
}

.video-profile {
    padding: 0px 50px 30px;
}

h3.video-profile-title {
    padding: 0px 0 20px;
    text-transform: uppercase;
}

.play-btn {
    width: 60px;
    height: 60px;
    background: radial-gradient(#e7442dad 50%, rgb(231 68 45 / 37%) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.play-btn:hover {
    background: #e7442d;
}

.play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.welcome-section {
    background: #fff;
    padding: 40px 0px;
    margin-top: 45px;
}

.welcome-title {
    padding: 0 0 25px;
}

.services {
    padding: 50px 0;
}

.services .services-title {
    text-transform: uppercase;
    padding: 0 0 30px;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
}

.services .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}

.services .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}

.services a:hover {
    color: #e7442d;
}

.services .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-link li {
    padding: 10px;
}

a.tags-link {
    color: #212121;
    padding: 5px 10px;
    border: 1px solid #a2a1a2;
    margin-right: 10px;
}

a.tags-link:hover {
    background: #e7442d;
    -webkit-text-fill-color: #fff;
}

@media (min-width: 768px) {
    .title-banner {
        padding: 150px 0px 190px;
    }

    .title-banner h1 {
        font-size: 60px;
    }

    
    .trophy-schools {
        min-width: 250px;
    }
}