.ct-search-link2 {
    display: none;
}
.breadcrumb-list {
    justify-content: right;
    margin-bottom: 30px;
}

.breadcrumb-list {
    display: flex;
    gap: 8px;
    align-items: center;
}
.breadcrumb-list .breadcrumb-item {
    color: #757575;
}
.breadcrumb-list .breadcrumb-item::before {
    content: none;
}
.breadcrumb-list .breadcrumb-item {
    color: #757575;
}
.breadcrumb-list .breadcrumb-item:hover {
    color: #000000;
}
.dota {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dota span {
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: #757575;
    border-radius: 50%;
}
@-webkit-keyframes videoPulse {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes videoPulse {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
.entry-meta.v-meta {
    text-align: right;
    color: #787878
}
.customize-ct.v-ct {
    padding-left: 25px;
}
.customize-ct.v-ct h5{
    margin-top: 30px;
    margin-bottom: 15px;
}
.navbar-default a.navbar-brand {
    width: 80%; /******** 60% *******/
}
ul.t-address li a{
    color:#ffffff;
}
ul.t-address li a:hover{
    color:#ffffff;
}
.row.review-slider:first-child{
    margin-bottom: 7em;
}

.ev-detail-content p, .course-content.cs-contents p{
    font-size: 16px;
}

.courses.news-events{
    margin-top: 100px;
}
.clr{
    clear:both;
}

.card, .card.wrap_h, .card.wrap_h .collapse.show, .card.wrap_h .collapse.show .card-body, .card-header.hutulbur, .card-header.hutulbur h5{
    background: none
}
.card-body{
    padding: 35px;
}

/*.home-3.services-main .service-list-wrap .service-ct-list:first-child {
    padding-right:0;
}
.home-3.services-main .service-list-wrap .service-ct-list:last-child {
    padding-left:0;
}*/

a.a_cl-white{
    color: #fff;
}

.course-content-side ul li a{
    color:#565656;
}
.course-content-side ul li a:hover{
    color:#000000;
}

.testimonials_more{
    position: absolute; top: 180px; right: 30px;color:#ffffff
}

.testimonials_more i{
    font-size: 20px
}

.testimonials_more_home{
    position: absolute; top: 160px; right: 60px;color:#25b4e7;opacity:.2
}

.testimonials_more_home i{
    font-size: 40px;
}
/*.consult-content::after{content:"\f101";position:absolute;bottom:-30px;left:4.54rem;font-size:3rem;font-family:fontawesome;color:#ff0000}*/
    .home-2.testimonial .feedback-main .feedback-inner .consult-content::after{content:"";left:inherit;right:3rem;bottom:-5rem;color:#25b4e7;opacity:.2}
/*.home-3.services-main .serv-us-wrap{position:relative;height:100%;padding:55px;background-image:url(../images/cloister-of-the-university-of-milan-N8MH3V3.jpg);background-attachment:fixed;z-index:-1}*/

.counter-wrap .content .value-pin.procent .value::after{content:"%";position:relative}

.modal-video {
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

.modal-video-movie-wrap {
    position: static;
}

.modal-video-body {
    padding: 0 15px;
}

.modal-video-movie-wrap {
    border: 5px solid #ffffff;
}

.modal-video-close-btn {
    color: #ffffff;
    font-size: 22px;
    top: 15px;
    right: 18px;
    overflow: inherit;
    width: auto;
    height: auto;
}
.modal-video-close-btn:before {
    display: none;
}
.modal-video-close-btn:after {
    background-color: transparent;
    margin: 0;
    top: 0;
    border-radius: 0px;
    content: "\f00d";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.modal-video-close-btn .close {
    font-size: 34px;
    color: #ffffff;
    opacity: 1;
    position: relative;
}
.modal-video-close-btn:hover, .modal-video-close-btn:focus, .modal-video-close-btn:active {
    outline: 0;
}
.modal-video-close-btn:hover:after, .modal-video-close-btn:focus:after, .modal-video-close-btn:active:after {
    color: #2C75BA;
}
span.video-play-icon {
    position: absolute;
    top:34%;
    left:37%;
    background: #ee8c1c;;
    color: #fff;
    display: inline-block;
    padding-left: 5px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
text-align: center}

.fa-play:before {
    content: "";
}

.gall_video_wrap{
    margin-bottom: 12px;
    padding-left:15px;
    padding-right:15px;
}

.gall_video:nth-child(2n) iframe{
    padding-left: 6px
}
.gall_video:nth-child(2n+1) iframe{
    padding-right: 6px
}
/*.gall_video iframe{
    width:100%;height: calc(100% / (16/9));
}*/
.gall_video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 30% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

}
/*padding-top: 56.25% !important;*/
/* Then style the iframe to fit in the container div with full height and width */
.gall_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width:100%;height:100%;
    /*max-width: 100%;
    height: auto;*/
}


.counter-wrap .content.d-flex{
    margin-top: 1em;
}
.counter-wrap .content.d-flex .value-pin{
    width:33%;
}
.counter-wrap .content.d-flex .value-pin:first-child{
    padding-left: 0
}
.counter-wrap .content.d-flex .value-pin:last-child{
    padding-right: 0
}

.ft-lists{
    width:100% !important;
}
.ft-lists ul{
    /*margin-top: 4.3em;*//*line-height: 250%;*/
}
.ft-lists ul li{
    /*line-height: 250%;*/
    margin-bottom: 20px;
}
.ft-lists ul li i{
    margin-right: 10px;
}
.ft-lists ul li:last-child i{
    margin-right: 13px;
}
.contact-map-wrap{
    background-color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.contact-main .contact-map {
    overflow:hidden;
    padding-top: 15px !important;
    background-color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-main .contact-map iframe {
    margin-top: -80px;
    border:none;
}

.contact-map-wrap2{
    background-color: #ffffff;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    /*margin-top: 60px;
    margin-bottom: 60px;*/
}
.contact-map2 {
    overflow:hidden;
    padding-top: 15px !important;
    background-color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-map2 iframe {
    margin-top: -80px;
    border:none;
    width: 100%;
    min-height: 450px;
}
.scholarship-note {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #25b4e7;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
}


@media (max-width: 1200px) {
    .gall_video_wrap{
        margin-bottom: 8px;

    }
    .gall_video:nth-child(2n) iframe{
        padding-left: 5px
    }
    .gall_video:nth-child(2n+1) iframe{
        padding-right: 5px
    }
}
@media (max-width: 1199px) {
    footer .footer-upper .f-maincontent ul li a {
        margin-bottom: 15px;
    }
}
@media (min-width: 992px) {
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
        min-width: 400px;
        left: -100px !important;
    }
}
@media (max-width: 991px) {
    .slicknav_nav .ct-search-link {
        display: none;
    }
    .ct-search-link2 {
        display: block;
        float: right;
        margin-right: 100px
    }
    footer .footer-upper .f-maincontent {/*2025*/
        padding-top: 0;
    }
    footer .footer-upper .f-maincontent img {
        width: 50%;
    }
    .course-content-side{
        margin-bottom:3em;
    }
    .gall_video:nth-child(2n) iframe{
        padding-left: 4px
    }
    .gall_video:nth-child(2n+1) iframe{
        padding-right: 4px
    }

    .counter .counter-wrap .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .counter .counter-wrap .content .value-pin {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .counter-wrap .content.d-flex .value-pin:first-child{
        padding-left: 15px
    }
    .counter-wrap .content.d-flex .value-pin:last-child{
        padding-right: 15px
    }
    .testimonials_more{
        position: absolute; top: 100px; right: 30px;
    }
}

@media (max-width: 767px) {
    .gall_video:nth-child(2n) iframe{
        padding-left: 0;
    }
    .gall_video:nth-child(2n+1) iframe{
        padding-right: 0;
    }
    .gall_video iframe{
        margin-top:8px;
    }
    .gall_video:first-child iframe{
        margin-top:0;
    }
    .gall_video {
        padding-top: 56% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

    }
}
@media (max-width: 357px) {
    .slide-btn .btn-curve:first-child{
        margin-bottom: 15px;
    }
    .testimonials_more_home{
        position: absolute; top: 190px; right: 30px;
    }
}
.services-main .service-list-wrap .service-ct-list {
    height: 100%;
    margin-bottom: 1px !important;
}
.service-list-wrap {
    position: relative;
    top: -5rem;
}

.home-2 .services-main .service-list-wrap .service-ct-list {
    top: 0;/*-5rem*/
    padding: 40px 20px 40px 20px;
}

.home-2 .services-main .service-list-wrap .service-ct-list.sec {
    /*top: 0 !important;*/
}
.cs-title.sch {
    margin-top: 80px;
}

.cs-title.sch h3{
    text-transform: uppercase;
}
.cs-contents.sch-content {
    margin-bottom: 30px;
}
.card-body.sch-body {
    background-color: #ffffff;
}
/*.tiktok {

}*/
.bg-tiktok {
    background: #000000;
    background-image: url(../images/tiktok.png);
    background-repeat: no-repeat;
    background-position: center;
}
/*.home-3.courses .wrap-customize .course-single-wp .customize-item .sv-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}*/
/*.sv-image.vid {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 520px;
    position: relative;
    margin-bottom: 100px;
}*/

.video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-button a {
    display: block;
    position: relative;
    cursor: pointer;
}
.video-button a i {
    background-color: rgba(255, 255, 255, 0.7);
    /*background-color: #ffffff;*/
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: #182a68;
    display: block;
    font-size: 24px;
    line-height: 104px;
    width: 104px;
    height: 104px;
    text-align: center;
}
.video-button a:after {
    background-color: #ffffff;
    position: absolute;
    display: block;
    content: "";
    height: 70px;
    width: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: -1;
    top: 16px;
    left: 16px;
    -webkit-animation: videoPulse 1.6s ease-out infinite;
    animation: videoPulse 1.6s ease-out infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@media screen and (max-width: 575px) {
    .video-button a i {
        font-size: 18px;
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
    .video-button a:after {
        height: 50px;
        width: 50px;
    }
}
.u-case {
    text-transform: uppercase;
}