html *
{

   /* font-family: 'Open Sans', sans-serif !important; */
   font-family: 'Roboto'!important;

}

.fa, .fas, .far {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.line-limit-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-limit-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1024px){
    .home-project-item-list .block-content {
        padding: 5px 0px !important;
        text-align: center;
    }

    /* .post-media img{
        height: 450px !important;
        width: 100%;
        object-fit: cover !important;
    } */
}

@media only screen and (min-width: 768px){
    .objectFit150{
        height: 150px !important; 
        width: 100% !important; 
        object-fit: cover !important;
    }
    .objectFit175{
        height: 175px !important; 
        width: 100% !important; 
        object-fit: cover !important;
    }
    .objectFit200{
        height: 200px !important; 
        width: 100% !important; 
        object-fit: cover !important;
    }
    .objectFit300{
        height: 300px !important; 
        width: 100% !important; 
        object-fit: cover !important;
    }
}


@media (max-width:480px)  { /* smartphones, Android phones, landscape iPhone */ 
    .homepage-banner {
        padding-top: 114px !important;
    }
}


.blog-post__hr {
    margin-bottom: 1em !important;
}

.blog-post .content img{
    width: 100% !important;
    height: auto !important;
}

.box-title {
    max-width: 600px;
}

.homepage-banner {
    height: auto;
    padding-bottom: 0px;
    padding-top: 168px;
}

.section-header{
    height: auto;
}

.top-menu .link a{
    color: white;
    font-size: 12px;
}

.top-menu li{
    margin-right: 20px !important;
}

.top-menu{
    padding-left: 15px;
}

.inner .banner {
    padding: 100px 40px 0 40px;
}

.main-wrapper .content {
    margin-top: 40px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #2c378f !important;
    border-color: #2c378f !important;
}

.fa{
    font-family: 'FontAwesome' !important;;
}

@media only screen and (max-width: 991px){
    #site-header .mobile-button {
        top: 1.5em;
    }
}

.isSelected{
    color: #2878EB !important;
}

.page-item.disabled .page-link {
    display: none;
    background-color: #1a212c !important;
}

.floatRight{
    float: right;
}

.elementor-5 .elementor-element.elementor-element-8edc4ac {
    padding: 50px 0 120px 0 !important;
}

.course-price{
    border-radius: initial !important;
    padding: 0px 10px 0 10px !important;
    line-height: 45px !important;
    min-height: 45px !important;
    /* border-radius: 15% !important; */
}

.elementor-138 .elementor-element.elementor-element-43eeffd .courselog-widget-logo img {
    max-width: 210px !important;
}

@media (min-width: 768px){
    .elementor-138 .elementor-element.elementor-element-3189300 {
        width: 38% !important;
    }

    .elementor-138 .elementor-element.elementor-element-ac77f67 {
        width: 62%  !important;
    }
}

/* .course-entry-content{
    color: #fff !important;
} */

.elementor-widget-text-editor {
    color: #ffffff !important;
}

.course-entry-content ul{
    padding: 10px !important;
}