body {
    padding: 0;
    margin: 0;
    font-family: Poppins;
}

.bg-blue {
    background-color: #edf7fe;
    padding: 50px 0 80px 0;
}

h2 {
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #0065a5;
}

h2 span {
    font-weight: 500;
    font-size: 18px;
    color: #b36d4e;
    width: 100%;
    display: inline-block;
    margin: 10px 0px;
}

.contact p {
    font-family: Poppins;
    max-width: 606px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center !important;
    text-align-last: center;
    color: #666666;
    text-align: center;
    padding: 20px 0;
}

.ques-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding: 5px 0;
}

form {
    max-width: 622px;
    margin: 0 auto;
    /* padding-bottom: 80px; */
}
.form-group {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}
.form-group input,
.form-group select,
.form-group textarea {
    border: 1px solid #0000001c;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    color: #666666;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 10px 0;
}

.iti.iti--allow-dropdown {
    width: 100%;
}
.form-group input::placeholder {
    color: #666666;
}

.form-check {
    margin-bottom: 20px;
}
.form-check-label {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
input[type="submit"] {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #b36d4e;
    padding: 10px 45px 10px 20px;
    border: 2px solid #b36d4e;
    border-radius: 8px;
}

input[type="submit"]:hover {
    color: #fff !important;
    background: #0065a5 !important;
    border: 2px solid #0065a5;
}

.form-submit {
    position: relative;
    display: inline-block;
}
.form-submit .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.form-submit:hover input[type="submit"] {
    background-color: transparent;
    color: #b36d4e;
    transition: 0.5s;
}
.form-submit:hover svg line#primary,
.form-submit:hover svg polyline#primary-2 {
    /* fill: #b36d4e; */
    stroke: #b36d4e !important;
}

.bg-dblue {
    background: #152265;
    padding: 20px 0;
    text-align: center;
}

.footer-cont a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 165%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}

.footer-cont a:hover {
    text-decoration: underline;
}

/*Header*/

header {
    box-shadow: 0px 4px 4px 0px #0000000d;
}

.logo img {
    width: auto;
    height: 60px;
    margin-top: 10px;
}

.main_menu {
    margin: 0px;
}

.home_slider {
    width: 100%;
    float: left;
    height: 550px;
    position: relative;
}

.home_slider::after {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.45);
}

.home_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_area {
    width: 100%;
    height: calc(100% - 200px);
    position: absolute;
    left: 0px;
    top: 200px;
}

.home_slider p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.home_slider h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
}

.main_btn {
    width: auto;
    height: 46px;
    border-radius: 8px;
    background: #b36d4e;
    color: #fff;
    padding: 0px 25px;
    font-size: 14px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
}

.main_btn:hover {
    background: #0065a5;
    color: #fff;
}

.owl-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 60px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background: #d9d9d970 !important;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 50px;
}

.owl-dot.active {
    background: #fff !important;
}
.home_slider .owl-dots .owl-dot span {
    display: none !important;
}

.AboutFiji {
    width: 100%;
    display: inline-block;
    padding: 40px 0px 15px;
}

.AboutFiji h2 {
    margin-bottom: 40px;
}

p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: justify;
    text-align-last: left;
}

.Register_Download {
    width: 100%;
    display: inline-block;
    padding: 30px 0px 40px;
    background: #edf7fe;
}
.Register_Download p {
    width: 95%;
}

.Register_Download p strong {
    font-weight: 600;
}
.Register_Download ul {
    margin: 0px 0px 25px;
    width: 95%;
}
.Register_Download ul li {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
    text-align-last: left;
}

.register-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0px 200px 200px 200px;
}

.news_event {
    padding: 50px 0px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.news_event::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 336px;
    background: #0065a5;
    content: "";
    z-index: 1;
}

.news_event .container {
    position: relative;
    z-index: 2;
}

.news_event h2 {
    color: #fff !important;
    margin-bottom: 40px;
}

.news_event h2 span {
    color: #fff !important;
}

.news_event h5 {
    color: #0065a5;
    font-size: 16px;
    padding: 20px 0px 10px;
}

.news_event p {
    color: #666;
    font-size: 15px;
    text-align: left;
    text-align-last: left;
}

a.readmore {
    color: #008bf9;
    font-size: 15px;
    text-decoration: none;
}

a.readmore:hover {
    color: #000;
}

a.readmore:hover svg path {
    stroke: #000;
}

.testimonial {
    width: 100%;
    padding: 50px 0px;
    background: #edf7fe;
}

.testimonial h2 {
    margin-bottom: 30px;
}

.testimonial .col-box {
    position: relative;
}

.testimonial .col-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.testimonial .col-box .overveiw {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    height: 100%;
    display: table;
    text-align: center;
}

.testimonial .col-box .overveiw span {
    display: table-cell;
    vertical-align: middle;
}

.testimonial .col-box .overveiw span img {
    width: 70px;
    height: auto;
    display: inline-block;
}

button.btn-close {
    background: #152265;
    position: absolute;
    z-index: 99999;
    right: -10px;
    top: -10px;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0px;
}

button.btn-close svg {
    width: 24px;
    height: auto;
}

button.btn-close:hover {
    background: #000;
}

.contact_us {
    padding: 40px 0px;
    background: #1c2b78;
}

.contact_us h2 {
    color: #fff;
    text-align: left;
    margin: 20px 0px;
}

.contact_us p {
    color: #fff;
    text-align: left;
    line-height: 30px;
}

.contact_us p a {
    color: #fff;
    text-decoration: none;
}

.contact_us p a:hover {
    color: #fff;
    text-decoration: underline;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px 0px 0px;
}
li.nav-item {
    padding: 0px 10px;
}
li.nav-item a {
    height: 80px;
    line-height: 80px;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
}

li.nav-item a:hover,
li.nav-item a.active {
    border-bottom: #0065a5 3px solid;
    color: #0065a5;
}

.container-fluid {
    padding: 0px 50px;
}

header.main_header {
    width: 100%;
    display: inline-block;
    height: 80px;
}

.news_event .owl-dots,
.testimonial .owl-dots {
    width: 100%;
    position: relative !important;
    text-align: center;
    left: auto !important;
    bottom: auto !important;
    margin-top: 30px !important;
}

/*------30-06025------*/

li.nav-item a.fiji-logo1 {
    padding: 10px 20px 10px 10px !important;
    border-right: #ddd 1px solid;
    width: auto;
    display: inline-block;
    margin-top: 14px !important;
    height: auto;
    line-height: normal;
}

li.nav-item a.fiji-logo1:hover {
    border-bottom: 0px;
}

li.nav-item a.fiji-logo2 {
    padding: 0px 5px !important;
    width: auto;
    display: inline-block;
    margin-top: 10px !important;
    height: auto;
    line-height: normal;
}

li.nav-item a.fiji-logo2:hover {
    border-bottom: 0px;
}

/*---------Blog--------*/

.blog_detail_page {
    padding: 70px 0px;
}

nav {
    width: 100%;
    float: left;
}

ol.breadcrumb {
    width: auto;
    float: left;
    background: #f6f6f6;
    padding: 5px 15px;
    border-radius: 5px;
}

li.breadcrumb-item {
    font-size: 13px;
    color: #6c7880;
}

li.breadcrumb-item a {
    color: #6c7880;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #3d22cf;
}
/*03-07-2025*/
.blog_col img {
    width: 100%;
}
.blog-img img {
    width: 100%;
    height: 620%;
    object-fit: cover;
}
.blog-img {
    position: relative;
}
.overveiw {
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    color: #fff;
}
.overveiw h3 {
    font-family: Raleway;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
}
.overveiw ul {
    display: flex;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.overveiw ul li {
    font-family: Raleway;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 0 3px 0;
}
.blog_detail_page .overveiw h3 {
    padding: 10px 0;
}
.blog_detail_page h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    padding-bottom: 25px;
    margin: 0;
}
.blog_detail_page p {
    padding-bottom: 25px;
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1b1b1f;
}
.socail_icon {
    background-color: #0065a5;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.socail_icon p {
    color: #fff;
    padding: 0;
}
.icon a {
    padding: 0 7px;
}
h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
}
ul.artical-cont {
    list-style: none;
    padding: 0;
}
ul.artical-cont li.active {
    border-left: 2px solid #1377ae;
}
ul.artical-cont li.active a {
    color: #1377ae;
    font-weight: 500;
}
ul.artical-cont li:hover {
    border-left: 2px solid #1377ae;
}
ul.artical-cont li:hover a {
    color: #1377ae;
    font-weight: 500;
}
ul.artical-cont li {
    padding: 5px 0 5px 20px;
    margin: 10px 0;
    border-left: 2px solid transparent;
}
.artical-cont a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1b1b1f;
    text-decoration: none;
}
.blog-hr {
    color: #6c7880;
    margin: 30px 0;
}
.blog_col img {
    height: 160px;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.blog_col h5 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 7px 0;
    line-height: 100%;
    color: #1b1b1f;
    margin: 0;
}
.blog_col ul {
    display: flex;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.blog_col ul li {
    font-family: Raleway;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 0 3px 0;
}
/*Blog page design*/
.blog {
    padding: 40px 0;
}

.blog-list-content {
    padding: 20px 25px;
    background-color: #f5f8fa;
    box-shadow: 0 14px 14px 0 rgba(21, 34, 101, 0.4);
    backdrop-filter: blur(36px);
    margin: -50px 30px 20px;
    position: relative;
    z-index: 1;
}

.blog-footer {
    padding: 15px 0;
}

.col-sm-4.blog-list {
    margin-bottom: 20px;
    padding: 0px;
}
.blog-list-content .title a {
    font-size: 18px;
    font-weight: bold;
    color: #1b1b1f;
    text-decoration: none;
    transition: all 0.5s;
}
.blog-list-content .title a:hover {
    text-decoration: underline;
}
.blog .col-sm-4.blog-list img {
    width: 100%;
    padding: 0 18px;
}

.blog-footer {
    font-weight: 100;
}
.blog-footer span {
    color: #152265;
    font-weight: 400;
}
button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 25px;
    width: 25px;
    background-color: #842029;
    color: #fff;
    border: 0;
    border-radius: 50%;
}
.alert.alert-danger ul {
    margin: 0px;
}

@media (max-width: 1180.98px) {
    li.nav-item a.fiji-logo2 img {
        width: 150px;
        margin-top: 3px;
    }

    li.nav-item a.fiji-logo1 img {
        width: 110px;
    }

    li.nav-item {
        padding: 0px 5px;
    }
}

@media (max-width: 991.98px) {
    .img-menu {
        padding: 15px 0;
    }

    .hamburger-menu {
        display: block;
    }

    .header-menu ul.web-menu {
        display: none !important;
    }
    /*--nav---*/
    div#navbarSupportedContent {
        position: absolute;
        top: 100%;
        right: 0px;
        background: #fff;
        width: 250px;
        margin-top: 18px;
        padding: 0px 8px;
        z-index: 999;
    }

    /* .navbar-light .navbar-nav .nav-item {
    border-bottom: #999 1px dashed;
  } */

    .navbar-light .navbar-nav .nav-item:last-child {
        border-bottom: #999 0px dashed;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.55);
        border: 0px;
        box-shadow: none;
        padding: 0px;
        margin-top: 22px;
    }

    .navbar-toggler-icon {
        width: 38px;
        height: 38px;
    }

    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-collapse.collapse.show ul li a.nav-link {
        height: 48px;
        line-height: 48px;
        text-decoration: none;
    }

    .slider_area {
        top: 150px;
        height: calc(100% - 150px);
    }

    .slider_area .owl-dots {
        bottom: -90px;
    }
    li.nav-item a.fiji-logo1 {
        border-right: #ddd 0px solid;
        width: 100%;
    }
    .navbar {
        position: inherit;
    }

    .main_menu div#navbarSupportedContent {
        position: absolute;
        background: #fff;
        margin-top: 18px;
        padding: 40px 0px;
        z-index: 999;
        left: 13px;
        right: 13px;
        top: 62px;
        text-align: center;
        width: auto;
    }

    .main_menu li.nav-item a {
        height: auto !important;
        line-height: 1.5 !important;
        font-size: 14px;
        margin-top: 7px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
        padding: 0 10px 5px;
    }
}

@media (max-width: 768.98px) {
    .home_slider {
        height: 530px;
    }

    .slider_area {
        top: 100px;
        height: calc(100% - 100px);
    }

    .slider_area .owl-dots {
        width: 100%;
        position: absolute;
        text-align: center;
        left: 0px;
        bottom: -90px;
    }
    .blog_col {
        padding: 10px 0;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        display: none;
    }
}

@media (max-width: 567.98px) {
    .container-fluid {
        padding: 0px 15px;
    }

    h2 {
        font-size: 24px;
    }

    h2 span {
        font-size: 15px;
    }
    .blog-img {
        height: 500px;
    }
    .socail_icon.d-flex {
        flex-wrap: wrap;
    }
    input[type="submit"] {
        font-size: 12px;
        padding: 10px 23px 10px 9px;
    }
    .form-submit .arrow {
        right: 10px;
    }
    .container {
        padding: 0 30px;
    }
    .blog-img img {
        height: 100%;
    }

    .home_slider h1 {
        font-size: 29px;
    }
}
