.fl-children-posts {
    
}
.fl-children-posts .pp-content-grid-post {
    font-size: 14px;
}
.fl-children-posts .pp-equal-height {
    display: flex;
position: relative;
}
.fl-children-posts .pp-content-post {
    float: left;
    width: 31.9%;
    padding: 10px;
    margin-bottom: 2%;
    border-radius: 8px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 15%);
}
.fl-children-posts .pp-content-post .pp-content-grid-post-title:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "\f061";
    display: flex;
    margin-left: auto;
    align-items: center;
    transition: all .5s ease-out;
    opacity: 0;
}
.fl-children-posts .pp-content-post:hover .pp-content-grid-post-title::after {
    opacity: 1;
}
.fl-children-posts a.country-card {
    color: #112369 !important;
    text-decoration: none !important;
}
.fl-children-posts .pp-content-grid-post-text {
    padding: 20px 20px 0 20px;
    color: #112369;
}
.fl-children-posts .pp-content-grid-post-title {
    margin: 0 0 16px 0;
    padding: 0;
    display: flex;
    width: 100%;
    font-size: 24px;
    color: #112369;
}
.fl-children-posts .pp-grid-space {
    width: 2%;
}
.fl-children-posts .pp-content-grid-post-image img {
    padding: 20px;
    padding-bottom: 0;
    width: auto;
    height: 100px !important;
}

.country-card-wrap ul {
list-style: none;
padding: 0 20px;
}

.country-card-wrap ul li {
border-bottom: 1px solid #11236921;
padding: 10px 0;
}

.country-card-wrap ul li:last-child {
border-bottom: none;
}

.country-card-wrap ul li a {
color: #112369;
font-weight: bold;
text-transform: capitalize;
font-size: 16px;
}

.country-card-wrap ul li a:hover {
colore: #0066B3;
}

/* Owl styles */
.fl-children-posts .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.fl-children-posts .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
display: flex;
}
.fl-children-posts .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
display: flex;
flex: 1 0 auto;
}
.fl-children-posts .owl-item .pp-content-post {
    width: 100%;
position: relative;
overflow: hidden;
margin-bottom: 80px;
display: flex;
flex-direction: column;
align-items: stretch;
}
.fl-children-posts .owl-nav.disabled,
.fl-children-posts .owl-dots.disabled {
    display: none;
}


.fl-children-posts .owl-nav {
position: absolute;
top: 25%;
left: 0;
right: 0;
z-index: 24;
}

.fl-children-posts .owl-dots {
	width: 100%;
position: absolute;
bottom: 0;
margin-top: 10px;
text-align: center;
}


.fl-children-posts .owl-dots .owl-dot {
	width: 12px;
height: 12px;
background: transparent;
border: 2px solid #FFFFFF;
border-radius: 50%;
padding: 0;
margin: 0 10px;
}

.fl-children-posts .owl-dot.active {
	background: #ffffff;
}

.fl-children-posts .owl-nav button.owl-prev {
    left: -55px;
}

.fl-children-posts .owl-nav button.owl-next {
    right: -55px;
}

.fl-children-posts .owl-nav button {
position: absolute;
display: flex;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 16px;
justify-content: center;
align-items: center;
background: #fff !important;
border-radius: 50%;
color: #0066B3;
border: none;
height: 40px;
width: 40px;
}

.fl-children-posts .owl-nav .owl-prev::before { 
content: "\f060";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}

.fl-children-posts .owl-nav .owl-next::before { 
content: "\f061";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}

.fl-children-posts .owl-nav span {
 text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.fl-children-posts .owl-nav button svg {
    width: 51px;
    height: 51px;
    color: #ffffff;
    background: #0066b3;
}