
.logo-brand {
    position: relative;
    width: 80%;
}
.logo-brand:after {
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
}
.logo-brand img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ratio-content {
    position: relative;
}
.ratio-content:after {
    content: "";
    display: block;
    padding-top: 56.25%;
    position: relative;
}
.ratio-content img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#page {
    background-color: #fff;
}
.countdown {
    padding-bottom: 8%;
    padding-top: 8%;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://themify.org/ultra-education/wp-content/uploads/sites/17/2023/01/technology-discussion.jpg);
}
.countdown-cover:before, .countdown-cover:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    transition: opacity .5s ease-in-out, background-color .5s ease-in-out;
}
.countdown-cover:before {
    background-color: rgba(0, 0, 0, .5);
    top: 0;
}
.institution {
    transition: all .5s;
}
.institution:hover {
    box-shadow: 0 10px 50px 0 rgb(18 25 33 / 10%);
    transform: perspective(400px) scale(1.02);
}
.institution h6 {
    color: #0077b6;
    transition: all .5s;
}
.institution:hover h6 {
    color: #00b3e6;
}

.home-post{
    background-size: cover;
    border-radius: 15px;
    position: relative;
    transition: all .5s;
    overflow: hidden;
}
.home-post:after {
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
}
.home-post:hover .home-post-img{
    transform: scale(1.2);
}
.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-post-img{
    width: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
}
.post-content {
    background-color: rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8%;
    width: 100%;
    z-index: 1;
}
.post-content .post-date-wrap {
    margin-top: 8%;
    position: absolute;
    top: 0;
}
.entry-content {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out,max-height .3s ease-in-out;
}
.home-post:hover .entry-content{
    opacity: 1;
    visibility: visible;
    max-height: 55px;
}
.post-title{
    line-height: 1.4em;
    margin: 0 0 0.4em;
    padding: 0;
    text-transform: none;
    letter-spacing: -.04em;
}
.home-post-cover:before, .home-post-cover:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    transition: opacity .5s ease-in-out, background-color .5s ease-in-out;
}
.home-post-cover:before {
    background-color: rgba(0, 0, 0, .1);
    top: 0;
}
.builder-contact input, .builder-contact textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background-color: transparent;
    max-width: none;
    width: 100%;
    text-transform: none;
    padding: 0.4em 0.5em;
    margin: 0 0.5em 0.5em 0;
}
.builder-contact input:focus, .builder-contact textarea:focus {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.row_frame_right {
    width: 17%;
    width: 17%;
    height: 100%;
    background-image: linear-gradient(to bottom right, transparent 50%, #00b3e6 0);
    position: absolute;
    top: 0;
    right: 0;
}
.owl-nav{
    text-align: center;
}
.owl-nav button{
    width: 50px;
    height: 50px;
    background-color: white!important;
    border-radius: 50%;
    margin:0 5px;
}
.institution .link-web {
    color: #1261a0;
}

