/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.faceBox .thumb {
    border-radius: 20px;
    height: 422px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out !important;
}
.faceBox .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.faceBox .thumb .ctn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #1f2a48;
    padding: 26px 30px;
    transition: all 0.4s ease-in-out !important;
    transform: translateY(79%);
    width: 94%;
    border-radius: 20px;
}
.faceBox .thumb .ctn h3 {
    color: #fff;
    font-size: 26px;
    line-height: 33px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}
.faceBox .thumb .ctn p {
    color: #fff;
    line-height: 28px;
    font-family: 'Montserrat';
    opacity: 0;
    visibility: hidden;
}
.faceBox .thumb:hover .ctn {
    transform: none;
    width: 100%;
}
.faceBox .txt {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
}
div#slider_faces .item {
    padding-top: 70px;
}
div#slider_faces .owl-item.center .faceBox .thumb {height: 503px;}
div#slider_faces 
 .owl-stage {
    display: flex;
    align-items: flex-end;
}
div#slider_faces .owl-item.center .faceBox .thumb .ctn {
    transform: translateY(83%);
}
div#slider_faces .owl-item.center .faceBox .thumb:hover .ctn {
    transform: none;
}
div#slider_faces.owl-carousel.owl-drag .owl-item {
    height: 633px;
    display: flex;
    align-items: flex-end;
}



.postBox .thumb {
    height: 422px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.postBox .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.post_grids {
    display: flex;
    flex-wrap: wrap;
}

.post_grids .col-12 {
    max-width: 33.33%;
    flex: 33.33%;
    padding: 0 15px;
}

.postBox .thumb .ctn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #1f2a48;
    padding: 15px 24px;
    transition: all 0.4s ease-in-out !important;
    transform: translateY(73%);
    width: 94%;
    border-radius: 20px;
}
.postBox .thumb .ctn h3 {
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}
.postBox .thumb .ctn p {
    color: #fff;
    line-height: 28px;
    font-family: 'Montserrat';
    opacity: 0;
    visibility: hidden;
}
.faceBox .thumb:hover .ctn {
    transform: none;
    width: 100%;
    background: rgb(31 42 72 / 67%);
}

.postBox  .btn_post {
    width: 54px;
    height: 57px;
    background: #fad02c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
    position: absolute;
    bottom: -24px;
    right: 44px;
}

.postBox {
    position: relative;
}
.postBox .thumb:hover .ctn {
    transform: none;
    width: 100%;
    background: rgb(31 42 72 / 67%);
}


div#slider_faces .owl-nav button {
    width: 57px;
    height: 57px;
    background: #fad02c;
    border-radius: 100%;
    box-shadow: none;
    outline: none;
    margin: 0 190px;
}

div#slider_faces .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

div#slider_faces .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}
.faceBox .thumb:hover .ctn p,
.postBox .thumb:hover .ctn p {
    opacity: 1;
    visibility: visible;
}