
.gt-area {
    text-align: center;
}
select.gt_selector.notranslate {
    height: 34px;
    padding: 4px;
}
select.gt_selector.notranslate {
    height: 34px;
    padding: 4px 10px;
    background: #0b7fcb;
    border: 0;
    color: #fff;
    font-weight: 400;
    outline: none;
}
.bnr-text {
	text-shadow: 3px 0 #ffd555;
}
.rotate-box .elementor-flip-box__back {
    border-radius: 100%;
    width: 290px;
    height: 290px;
}
.recent-posts .elementor-post__meta-data {
    order: 4;
    margin-top: 8px;
}
/* post sltder */
.post-slider-wrap .owl-nav .owl-next {
    font-size: 26px!important;
    position: relative;
    right: -36px;
}
.post-slider-wrap .owl-nav .owl-prev {
    font-size: 26px!important;
    position: relative;
    left: -36px;
}
.post-content p {
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    margin-bottom: 8px;
    height: 100px;
    overflow: auto;font-size: 16px;
    line-height: 24px;
    color: #475467;
    margin-bottom: 8px;
    height: 100px;
    overflow: auto;
    padding-right: 14px;
}
.post-content h4{
	font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    min-height: 48px;
}
.post-thumb-img{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    top: 34px;
}
.post-thumb-img img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 100px !important;
}
.post-content {
    border-style: solid !important;
    border-color: #e5e5e5 !important;
    background: #ffffff !important;
    border-radius: 4px !important;
    padding: 48px 15px 15px !important;
    margin: 0 !important;
    display: block;
    text-align: center;
}
.icon-date {
    color: #000000;
    opacity: 0.5;
    font-size: 14px;
    margin-bottom: 10px;
}
.post-content p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}
.post-content p::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6);
}
.post-content p::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1);
}
.post-content .read-more {
    display: none;
}
.post-slider-wrap .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.post-slider-wrap .owl-nav .owl-prev  {
    font-size: 26px !important;
    position: relative;
    left: -36px;
}
.post-slider-wrap .owl-nav .owl-next  {
    font-size: 26px !important;
    position: relative;
    right: -36px;
}

@media (max-width: 768px){
.owl-dots .owl-dot {
    background: #ccc!important;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    margin: 6px;
}
.owl-dots .owl-dot.active {
    background: #7dbd42 !important;
}
.owl-dots {
    text-align: center;
}
}
.owl-nav button {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.post-slider-wrap .owl-nav .owl-prev {
    transform: rotate(180deg);
}