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}


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%;
}
.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;
}


@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 (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) {
    .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;
    }
}








