:root {
    --first-color: #2e2e41;
    --second-color: #5b85ff;
    --third-color: #434354;
    --text-color: #fff;

    --box-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
    --text-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
    --font-family-theme: 'Poppins', sans-serif;
}
body{
    font-family: var( --font-family-theme);
}

.tab-nav-bar {
    position: relative;

}

.tab-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
}

.tab-menu {
    color: var(--text-color);
    list-style: none;
    background-color: #da0000;
    max-width: 1000px;
    padding: 10px;
    white-space: nowrap;
    border-radius: 50px;
    scroll-behavior: smooth;

    user-select: none;
    overflow-x: auto;
}

.tab-menu.dragging {
    scroll-behavior: unset;
    cursor: grab;
}

.tab-menu::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    display: inline-block;
    color: var(--text-color);
    font-size: 1em;
    font-weight: 400;
    margin: 0 2px;
    padding: 10px 20px;

    cursor: pointer;
    user-select: none;
    transition: background-color .3s ease;
}

.tab-menu.dragging .tab-btn {
    pointer-events: none;
}

.tab-btn:hover {
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.tab-btn.active {
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.left-btn,
.right-btn {
    position: absolute;
    color: var(--text-color);
    font-size: 1.8em;
    padding: 10px;
    cursor: pointer;
}

.left-btn {
    left: 0;
    background: linear-gradient(to left, transparent, var(--first-color) 80%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: none;
}

.right-btn {
    right: 0;
    background: linear-gradient(to right, transparent, var(--first-color) 80%);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


.news--ticker .title {
    float: left;
    padding: 11px 30px 13px;
    color: #fff;
    background-color: #204b99;
    font-size: 0;
    line-height: 0;
}
.braking_news{
    color:  #204b99;
}
@media (min-width: 768px) {
    .height-1{
        height: 383px;
    }
    .height-2{
        height: 184px;
    }
    .height-3{
        height: 200px;
    }
    .height-4{
        height:120px;
    }
    .height-41{
        height:90px;
        min-width: 100px;
    }
    .height-10{
        height: 245px;
    }
}
@media (max-width: 768px) {

    .height-4{
        height:120px;
    }
    .height-41{
        height:90px;
        min-width: 100px;
    }
    .height-10{
        height: 205px;
    }
}
.height-5{
    height:125px
}
.post--item .post--info .title .h4 a {
    display: inline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 52px;
}
.fourLine{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fiveLinet{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}


/**Typeo CSS End**/
.faq-title {
    text-align: center;
    font-size: 45px;
    font-weight: normal;
}

.faq-group {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}


.faq-group .faq-right {
    width: 100%;
    padding-left: 0px;
}

.faq-group h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 35px 0 15px 0;
}

.faq-group h3:first-child {
    margin-top: 0px;
}
.faq-btns {
    margin-bottom: 40px;
}
.faq-btn {
    width: 100%;
    display: inline-block;
    border: #000 1px solid;
    border-radius: 4px;
    text-align: center;
    margin: 10px 0;
    background-color: #fff;
    padding: 14px;
    text-decoration: none;
    color: #000;
    transition: 0.5s all;
}

.faq-btn:hover {
    background-color: #000;
    color: #fff;
}

.faq-item {
    width: 100%;
    margin: 7px 0px;
    border: #ebebeb 1px solid;
    padding: 5px 15px;
    border-radius: 8px;
}

.faq-item .faq-label {
    position: relative;
    width: 100%;
    padding: 12px 26px 12px 0px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.faq-item .faq-label i {
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.faq-item .faq-label i:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 18px;
    height: 2px;
    background-color: #000;
}

.faq-item .faq-label i:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 2px;
    height: 18px;
    background-color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.faq-item.faq-item-show .faq-label i:after {
    opacity: 0;
}

.faq-cont {
    transition: 0.3s all;
    overflow: hidden;
    height: 0px;
}

.faq-item.faq-item-show  .faq-cont {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
    height: auto;
}

.faq-cont p {
    margin: 0px 0 20px 0;
}

.faq-cont p:last-child {
    margin-bottom: 0px;
}

@media(max-width:992px) {
    .faq-group .faq-left{
        width: 100%;
    }
    .faq-group .faq-right {
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}
.shareCss{
    display: flex;
    /*justify-content: end;*/
    gap: 10px;
    vertical-align: middle;
    align-items: center;
    color:  #204b99;
    font-size: 17px;
    padding-left: 11px;
}
.post--action{
    color:  #204b99 !important;
    border-bottom: 1px solid;
    width: auto;
    display: inline;
}

/*---------------------------------------------------*/


/* ===== Tab navigation content ===== */
.tab-nav-bar {
    position: relative;
    margin: 65px 10px 40px 10px;
}

.tab-navigation {
    position: relative;
    display: unset;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
}

.tab-menu {
    color: var(--text-color);
    list-style: none;
    background-color: #fff;
    max-width: 800px;
    padding: 5px 35px;
    white-space: nowrap;
    border-bottom: 0;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    scroll-behavior: smooth;

    user-select: none;
    overflow-x: auto;
}



.tab-btn {
    display: inline-block;
    color:  #204b99;
    font-size: 1em;
    font-weight: 400;
    margin: 0 2px;
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
    transition: background-color .3s ease;
    border: 1px solid gainsboro;
    border-radius: 5px;
}


.tab-btn.active {
    background-color: #fff;
}
.tab-btn.active {
    font-weight: bold;
    border-bottom: 2px solid  #204b99;
}

.left-btn,
.right-btn {
    position: absolute;
    color: var(--text-color);
    font-size: 1.8em;
    padding: 15px 12px;
    cursor: pointer;
}

.left-btn {
    left: 0px;
    background: #fff;
    color: gray;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
}

.right-btn {
    right: -2px;
    color: gray;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}




/* ===== Media queries (max-width: 1050px;) ===== */
@media screen and (max-width: 1050px) {
    section {
        margin: 0 0;
    }

    .tab-nav-bar {
        margin: 65px 20px 40px 25px;
    }

    .tab {
        padding: 15px 25px;
    }

    .tab .row {
        flex-direction: column;
    }

    .tab .img-card {
        width: auto;
        max-width: 600px;
    }

    .country {
        font-size: 10vw;
        padding-bottom: 50px;
    }

}
/*-----------------------------------------------------*/
.fb68df9a {
    margin: 0 auto;

    padding-top: 1px;
    width: 100%;
}
.e6f0cc7d {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: flex-start;*/
    /*margin-top: 24px;*/
    padding: 0;
}
.e6f0cc7d li {
    border: 1px solid #eaeaea;
    border-radius: 16px;
    cursor: pointer;
    margin: 0 11px 24px;
    /*max-width: 203px;*/
    width: 165px !important;
    min-height:295px;
    /*min-width: 202px;*/
    overflow: hidden;
    position: relative;
    transition: all .3s;
    display: inline-block;
}
.e6f0cc7d li .ec61cbe2 {
    display: block;
}
.e6f0cc7d li .ec61cbe2 figure {
    display: block;
    line-height: 0px;
    margin: 0;
}
/*.e6f0cc7d li .ec61cbe2 figure img{*/
/*    filter: brightness(0.5);*/
/*}*/
.e6f0cc7d li .ec61cbe2 .e536afdf {
    bottom: -6px;
    color: #fff;
    font-size: 11px;
    left: 0;
    line-height: 20px;
    padding: 12px 9px 12px;
    position: absolute;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    z-index: 2;
    background: #00000057;
    font-weight: bold;
}
.e6f0cc7d li .a41eef56 {
    color: #bebebe;
    display: flex;
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0 0;
}
.e6f0cc7d li .ef624bc1 span.b6a37929 {
    border-bottom: 9px solid transparent;
    border-left: 16px solid #fff;
    border-radius: 2px;
    border-top: 9px solid transparent;
    display: block;
    height: 0;
    margin-left: 2px;
    position: relative;
    transition: all .3s;
    width: 0;
    z-index: 2;
}
.e6f0cc7d li .ef624bc1 {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .6);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 46px;
    justify-content: center;
    left: 50%;
    margin: -24px;
    position: absolute;
    top: 50%;
    width: 46px;
}
/*.slick-slider .element{*/
/*    height:100px;*/
/*    width:100px;*/
/*    background-color:#000;*/
/*    color:#fff;*/
/*    border-radius:5px;*/
/*    display:inline-block;*/
/*    margin:0px 10px;*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*    font-size:20px;*/
/*}*/
.slick-slider .slick-disabled {
    opacity : 0;
    pointer-events:none;
}
.slick-track {
    margin-left: 13px;
}
#notfound {
    position: relative;
    height: 100vh;
}
#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.notfound {
    max-width: 410px;
    width: 100%;
    text-align: center;
}
.notfound .notfound-404 {
    height: 280px;
    position: relative;
    z-index: -1;
}
.notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 118px;
    margin: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*background: url('bgError.jpg') no-repeat;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    top: -4%;
}
.notfound p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
}
.notfound a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #204b99;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px #14598b;
    box-shadow: 0px 4px 15px -5px #14598b;
}
.contactBox{
    background: #ffe9df;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.contactBox .h5{
    color: #204b99 !important;
    font-size: 16px;
    font-weight: bold;
}
.contactBox a{
    color: black;
}
.contactBox p{
    color: black;
}


.header--menu-links > li.active{
    background: #082059 !important;
}
