html {
    font-family: "Poppins",Arial, Helvetica, sans-serif;
  }
a {
    color: #ffce00;
    text-decoration: none;
}
li {
    margin-bottom: 1rem;
}
li ul{
    margin-top: 1rem;
}
li  li {
    margin-bottom: .5rem;
}
h1,h2,h3,h4 {
    /* text-transform: uppercase; */
    margin-bottom: 2rem;
}

img {
max-width: 100%;
}
.ratio img{
    object-fit: cover;
}
.row-body {
    min-height: calc(100vh - 275px);
}
.item {
        font-weight: bold;
}
.flag {
    width: 40px;
}
.flag img{
    object-fit: cover;
}


.hero h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
    color: white;
    background: rgba(0,0,0,0.4);
    width: 100%;
    text-align: center;
    z-index: 1;
}
body {
    height: 100%;
    min-height: 100vh;
    position: relative;
}
.hero img {
    width: 100%;
}
h5 {
    margin-bottom: 0;
}
.link-secondary.me-5 {
    line-height: 1;
}
.nav-item {
    margin: 0 .5rem
}
.nav-link {
    color: white;
    word-break: normal;
}

.nav-link:hover {
    opacity: .8;
    color: white;
}
.navbar {
    padding: 0;
}
.text-image .ratio.ratio-16x9 {
    background: black;
}
a {
    word-break: break-all;
    color: #5b99e4;
    text-decoration: none;
}
.list-unstyled a{
    color: inherit
}
.scrollspy-indicator-container {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-unstyled a:hover,.list-unstyled a.active,.spy-clickable.spy-active{
    color: #5b99e4
}
.item .ratio img {
    object-fit: contain;
}
.mr-3r{
    margin-right: 3rem;
}
.border-image{
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}
.navbar-nav{
    float: right;
}
.navbar-toggler{
    float: right;
    transition: all ease-in-out 0.3s;
}
.menu-control{
   display: none;
}
.navbar-close{
    padding: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: none !important;
    display: none;
    transition: all ease-in-out 0.3s;
}
.navbar-close img{
    height: 32px;
    padding: 7px 0;
}
.blog-header{
    height: 64px;
    display: flex;
    align-items: center;
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0!important;
    z-index: 3;
}
.open-menu{
    overflow: hidden;
}
.nav-item a{
    position: relative;
}
.nav-item.active a:before{
    position: absolute;
    content: '';
    width: 100%;
    bottom: 2px;
    left: 0;
    height: 2px;
    background-color: white;
}
main{
    padding-top: 4rem;
}
@media screen and (max-width: 1200px){
    .navbar-nav{
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .nav-item{
        margin-left: 0 !important;
        padding-left: 34px;
    }
    .nav-item.active a:before{
       display: none;
    }
    .nav-item.active{
        background-color: #f0f0f0;
        margin-left: 0;
        padding-left: 34px;
    }
    .nav-item.active a{
        color: #212529;
    }
    .open-menu .navbar-close{
        display: block;
    }
    .open-menu .navbar-toggler{
        display: none;
    }
    .menu-control{
        display: block;
    }
    .navbar-nav{
        position: fixed;
        z-index: 9;
        top: 64px;
        color: #E2DFCF;
        left: 0;
        background: #212529;
        height: 100%;
        width: 100%;
        transition: all 0.3s ease-in-out;
        transform: translateX(100vw);
        border-top: 1px solid #f0f0f0;
        display: block !important;
        padding-top: 1rem;
        padding-left: 1.4rem;
        overflow: auto;
        max-height: calc(100% - 64px);
        overflow-x: hidden;
    }

    .open-menu .navbar-nav {
        transform: translateX(0);
    }
    .navbar-nav .nav-item{
        width: 100%;
        margin-top: 1rem;
    }
}
.hide-tag{
    opacity: 0;
    width: 0;
    height: 0;
    display: inline;
    overflow: hidden;
}
.core-image{
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0,0,0,1);
    border-radius: 60px;
}
.core-image img{
    max-width: 60px;
}
@media screen and (max-width: 767px){
    .navbar-nav{
        padding-left: 0;
    }
    .nav-item{
        margin-left: 0 !important;
        padding-left: 12px;
    }
    .nav-item.active{
        background-color: #f0f0f0;
        margin-left: 0;
        padding-left: 12px;
    }
    .mb-sm-4{
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1400px){
    .nav-item{
        margin: 1.45rem 1rem;
    }
}

.qa-list{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}
.qa-list li{
    width: 33.33%;
    padding: 10px;
    text-align: center;
}
.qa-list li > a{
    height: 100%;
    padding: 16px 16px 40px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    display: block;
    transition: all ease-in-out 0.3s;
}
.qa-list li > a:hover{
    border-color: #888;
}
.qa-list li > a >img{
    max-height: 150px;
}
.img-border{
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}

.has-child {
    position: relative;
}
.has-child:hover ul {
    visibility: visible ;
    opacity: 1;
}
ul.ul-children {
    position: absolute;
    top: 100%;
    padding: 20px;
    background: white;
    list-style: none;
    background: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    min-width: 220px;
    margin: 0;
    transition: all ease-in-out 0.3s;
    right: 0;
    opacity: 0;
    visibility: hidden;
}
ul.ul-children li{
    margin: .5rem 0
  }
@media screen and (max-width: 992px){
    ul.ul-children {
        position: static;
        visibility: visible;
        opacity: 1;
    }
   
    .qa-list-1 li,.qa-list li{
        width: 100%;
    }
    .qa-list li > a{
        padding: 10px 6px 30px;
    }
    ul.ul-children li {
        margin: 0!important;
    }
    ul.ul-children {
        margin-left: 10px;
        padding: 0;
    }
}