html, body {
    font-size: 15px;
    color: #505050;
    font-family: 'Roboto', sans-serif;
    vertical-align: baseline;
    line-height: 25px;
    font-weight: 400;
    overflow-x: hidden;
}

.container {
    max-width: 1170px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: #001044;
}

#ng-top-header {
    background: #CD1B1F;
    color: #fff;
    font-size: 16px;
}

#ng-top-header a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.top-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top-contact .contact-item {
    padding: 8px 12px 9px 12px;
    display: flex;
    align-items: center;
    /* gap:10px; */
    position: relative;
}

.top-contact .contact-item.whatsapp {
    background: #FFC500;
    color: #343a40;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding: 8px 31px 9px 32px !important;
}

.top-contact .contact-item.whatsapp a {
    color: #343a40;
}

.whatsapp a{
    color: #343a40!important;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
}

.social-icons i{
    color: #CD1B1F !important;
}

.top-contact i {
    font-size: 23px;
    font-weight: 600;
    margin-right: 12px;
    vertical-align: middle;
}

.social-icons a {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #d71920;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 15px;
}

.social-icons .fb:hover {
    background-color: #3B5998;
    color: #fff !important;
}

.social-icons .ig:hover {
    background-color: #F56505;
    color: #fff !important;
}

.social-icons .li:hover {
    background-color: #BD3518;
    color: #fff !important;
}

.social-icons .twit:hover {
    background-color: #33ccff;
    color: #fff !important;
}

.social-icons a:hover i {
    color: #ffffff !important;
     transform: rotate(360deg);
     transition: all 0.2s;
}

/* =========================
           MAIN HEADER
        ========================== */

.main-header {
    position: relative;
    background: #ffffff;
    padding: 10px 0;
    z-index: 9;
    box-shadow: 0 0 20px -10px #9e9e9e;
}

#ng-header .navbar-brand img {
    /* width: 144px; */
    height: 67px;
}

#ng-header .navbar .dropdown:hover .dropdown-menu{
        display:block;
        margin-top:0;
    }

#ng-header .navbar-nav {
    margin-left: auto;
    align-items: center;
    gap: 35px;
}

/* Fixed main header on scroll */
.main-header {
    width: 100%;
    transition: all 0.3s ease;
    z-index: 9999;
}

/* Sticky class */
.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    /* animation: slideDown 0.4s ease; */
}

/* Smooth slide animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

#ng-header .navbar-nav .nav-link {
    color: #001044;
    font-weight: 500;
    font-size: 16px;
    padding: 0px !important;
}

#ng-header .nav-item .apply-btn {
    padding: 0 32px !important;
    border-radius: 25px;
    background: #CD1B1F;
    color: #ffffff;
    height: 46px !important;
    line-height: 46px !important;
    /* vertical-align: text-top; */
}

.mainMenu .nav-item a:hover{
    color: #CD1B1F;
}


#ng-header .navbar {
    padding: 0px 0px;
}

#ng-header .navbar-brand{
    padding: 0px;
}

#ng-header .apply-btn:hover {
    background: #001044;
    color: #ffffff !important;
}

#ng-header .dropdown-menu {
    border-radius: 0;
    border: none;
    /* box-shadow: 0px 15px rgba(0, 0, 0, 0.1); */
}

#ng-header .dropdown-item {
    padding: 10px 15px;
    font-weight: 500;
}

#ng-header .dropdown-item:hover {
    background: #00000000;
    color: #CD1B1F;
}

.visa-types .dropdown-menu{
    padding: 0;

}

#ng-header .navbar-nav .nav-link:hover{
    color: #CD1B1F;
}

.visa-types .dropdown-menu li{
    margin-bottom: 0px;
    padding: 0px 20px;
}

#ng-header .visa-types .dropdown-menu{
    margin-top: 12px;
}

.visa-types .dropdown-menu li{
        height: 45px;
    /* line-height: 45px; */
    display: inherit;
    padding: 0 20px;
    border-bottom: 1px solid #ededed;
}

/* =========================
           MOBILE
        ========================== */

@media(max-width:991px) {

    .top-contact {
        justify-content: center;
    }

    .social-icons {
        justify-content: center;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-nav {
        /* margin-top: px; */
        gap: 0px !important;
            align-items: start !important;
    }

    .navbar-collapse{
        background: #d71920;
    }

    .apply-btn {
        display: inline-block;
        margin-top: 10px;
    }

    #ng-top-header{
        display: none;
    }

    #mainMenu .nav-item .nav-link{
        color: #ffffff;
    }

     #mainMenu .nav-item{
       padding:0px 20px;
       height: 50px;
       line-height: 50px;
        /* display: flex; */
        align-items: center;
        border-bottom: 1px solid #a51316;
        width: stretch;
    }

        .main-header .navbar-toggler {
        border: none;
        color: #505050;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 0px;
    }

    #ng-header .navbar-brand img {
    /* width: 144px; */
    height: 52px;
}


    .bt-ap{
        display: none !important;
    }

    #ng-header .visa-types .dropdown-item {
    padding: 0px 15px;
    font-weight: 400;
}

.visa-types .dropdown-menu li{
    line-height: 45px;
}

#ng-header .dropdown-menu{
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

}

@media screen and (min-width: 992px) {
    .visa-types ul li a {
    
        width: 308px;
        font-weight: 400 !important;
        padding: 10px 0px !important;
    }

    .visa-types{
    position: relative;
}

.visa-types .dropdown-menu{
    top: calc(100% + 12px) !important;
    transition: 0.3s;
}

}






#bottom {
    border-bottom: 5px solid #c52d2f;
    font-size: 14px;
    padding: 70px 0 10px 0;
    background: #c52d2f url(/public/ok-to-board/assets/images/footer-bg.png);
    background-size: cover;
}

#bottom .widget {
    margin-bottom: 0;
}

#bottom h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 5px 0;
    font-size: 16px;
}

#bottom ul li:before {
   font-family: FontAwesome;
    content: "\f105";
    left: 0;
    top: 0;
    z-index: 99;
    font-size: 16px;
    color: #ffffff;
    padding-right: 10px;
    /* background-image: url(/public/ok-to-board/assets/images/angle-right-svgrepo-com.svg); */
}

#footer ul li:before {
    font-family: FontAwesome;
    content: "";
    left: 0;
    top: 0;
    z-index: 99;
    font-size: 16px;
    color: #ffffff;
    padding-right: 0px;
}

#bottom .contact-f ul li:before {
    font-family: FontAwesome;
    content: "";
    left: 0;
    top: 0;
    z-index: 99;
    font-size: 16px;
    color: #ffffff;
    padding-right: 0px;
}

.contact-f ul li i {
    padding-right: 8px;
    color: #ffffff;
}

#bottom ul li a {
    color: #ffffff;
    text-decoration: none;
}

.widget ul li i{
    padding-right: 10px;
}

#footer {
    padding-top: 20px;
    border-top: 1px solid #ffffff30;
    /* padding-bottom: 30px; */
    color: #fff;
    /* background: #2e2e2e; */
    margin-top: 2em;
}

#footer p {
    color: #fff;
}

#footer ul.social-links {
    /* margin-top: 20px; */
    text-align: right;
}

#footer ul.social-links li {
    display: inline;
    margin-left: 15px;
}

#footer ul.social-links li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ffffff;
    color: #CD1B1F;
    text-align: center;
    transition: all 0.3s ease 0s;
}

#footer ul.social-links li a i:hover {
    background: #001044;
    color: #ffffff;
}

#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}

#scrollUp img {
    height: auto;
    width: 50px;
    transition: all 0.3s ease 0s;
    margin-left: 2px;
    animation: floatPlane 2s ease-in-out infinite;

}

#whatsapp-dev {
    position: fixed;
    bottom: 43px;
    right: 80px;
    z-index: 999;
}

#whatsapp-dev a {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    background: #26a69a;
    border: none;
    border-radius: 3px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 19px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none;
}

#whatsapp-dev a img {
    width: auto;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: initial;
    margin-left: 10px;
}

#bottom ul li a:hover {
    color: #001044;
}

.top-header .top-contact .contact-item a:hover {
    color: #001044 !important;
}

.visa-types p{
    margin: 0;
}

.visa-dropdown{
    display: flex;
    align-items: center;
    gap: 5px;
}

.sidebar-wrap.sticky-top .post-cat-wrap.sidebar-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sticky-top {
    position: sticky;
    top: 0 !important;
    z-index: 1020;
}

@media only screen and (max-width: 575px) {
    #bottom {
        padding: 40px 0 10px 0;
    }

        #bottom .widget {
        margin-bottom: 20px;
    }

        #footer {
        margin-top: 0;
    }

        #footer p, #footer ul.social-links {
        text-align: center;
        margin-top: 10px;
    }

        #footer p, #footer ul.social-links {
        text-align: center;
        margin-top: 10px;
    }
}


@media (max-width:991px){

   #ng-header .navbar .dropdown .dropdown-menu {
    top: 50px;
    right: 0;
    display: none !important;
    margin-top: 0;
    position: absolute;
    width: 100%;
}

.visa-types .dropdown-menu li {
    padding: 0px;
}


    #ng-header .visa-types.show-menu .dropdown-menu{
        display:block !important;
    }

    #ng-header .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar-toggler:focus {
    box-shadow: none;
}

    .visa-dropdown{
    display: flex;
    align-items: center;
    gap: 5px;
        width: 100%;
        justify-content: space-between;
}

}




.main {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 64px 0px;
}

.section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 24px;
}

.section-head h2, .section-head .h2 {
    margin: 0px;
    font-weight: 700;
    color: #001044;
}

.upcovering-section .uncovering-item .uncovering-text {
    border: 1px solid #e3dbd8;
    border-top: 0px;
    padding: 20px 20px 16px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.upcovering-section .uncovering-item .uncovering-img {
    position: relative;
}

.upcovering-section .uncovering-item .uncovering-img a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.upcovering-section .uncovering-item .uncovering-img .date i {
    width: 24px;
    font-size: 24px;
    height: 26px;
}

.upcovering-section .uncovering-item .uncovering-img .date {
    position: absolute;
    bottom: 0px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    display: flex;
    gap: 8px;
    background: #CD1B1F;
    border-top-right-radius: 10px;
}

.upcovering-section .uncovering-item .uncovering-img a {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    height: 340px;
    position: relative;
    align-items: center;
}

.upcovering-section .uncovering-item .uncovering-text h4, .upcovering-section .uncovering-item .uncovering-text .h4 {
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.upcovering-section .uncovering-item .uncovering-text p {
    color: #727272;
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.upcovering-section .uncovering-item .uncovering-text h4 a, .upcovering-section .uncovering-item .uncovering-text .h4 a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    cursor: pointer;
    color: #121c27;
}

.text-btn {
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #121c27 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.text-btn:hover , .upcovering-section .uncovering-item .uncovering-text h4 a:hover {
color: #CD1B1F !important;
}

h2, .h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.postitem-detailwrap .post-featured-image {
    margin-bottom: 24px;
}

.postitem-detailwrap h1.posttitle-detailwrap, .postitem-detailwrap .posttitle-detailwrap.h1 {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.postitem-detailwrap .meta-info {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    display: inline-flex;
    gap: 8px;
    background: #CD1B1F;
    margin-bottom: 24px;
    border-radius: 10px;
}

.postitem-detailwrap .meta-info i {
    width: 24px;
    font-size: 24px;
    height: 26px;
}

.sidebar-wrap.sticky-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.postitem-detailwrap .post-featured-image img {
    border-radius: 24px;
}

.upcovering-section h2, .upcovering-section .h2 {
    margin-bottom: 24px;
    padding-right: 100px;
}

.featured-posts.sidebar-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar-wrap.sticky-top h4, .sidebar-wrap.sticky-top .h4 {
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #dbdbdb;
}

.featured-posts.sidebar-block a .featured-postsitem {
    display: flex;
    gap: 16px;
    align-items: center;
}

.featured-posts.sidebar-block a .featured-postsitem img {
    min-width: 88px;
    max-width: 88px;
    height: 88px;
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
}

.featured-posts.sidebar-block a .featured-postsitem .featured-detailwrap .featured-title {
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    cursor: pointer;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 8px;
    line-height: 22px;
    color: #001044;
    /* background: #121c27 !important; */
}

.featured-posts a{
    text-decoration: none;
}

h6, .h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.featured-posts.sidebar-block a .featured-postsitem .featured-detailwrap .meta-info .post-date {
    display: flex;
    align-items: center;
    color: #727272 !important;
    gap: 8px;
    font-size: 14px;
}

.featured-posts.sidebar-block a:hover .featured-postsitem .featured-detailwrap .featured-title {
    color: #CD1B1F;
}

.sidebar-wrap.sticky-top .badge-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sidebar-wrap.sticky-top .badge-group .badge {
    background: #000000;
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
}

 .main .upcovering-section .owl-nav{
        display: none !important;
    }

    .catlists a{
        text-decoration: none;
        color: #001044;
    }


    .catlists a:hover{
        text-decoration: none;
        color: #CD1B1F;
    }

    .paginationwrap p, .paginationwrap .pagination{
        margin-bottom: 0px;
    }

    .paginationwrap .active>.page-link,.paginationwrap .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #CD1B1F;
    border-color: #CD1B1F;
}

.paginationwrap .page-link {
    color: #001044;
}
    

@media screen and (min-width: 767px) {
    .main {
        gap: 120px;
        padding: 120px 0px;
    }

        .rs-main-container.upcovering-section .section-head {
        flex-direction: row;
    }

        .section-head {
        gap: 27px;
        margin-bottom: 70px;
    }

        h2, .h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 52px;
    }

    .form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}

.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .upcovering-section .uncovering-item .uncovering-text {
        padding: 40px 40px 30px 40px;
    }

        h4, .h4 {
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
    }

        .postitem-detailwrap .post-featured-image img {
        border-radius: 32px;
    }

        .postitem-detailwrap h1.posttitle-detailwrap, .postitem-detailwrap .posttitle-detailwrap.h1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 52px;
    }


}