@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('/assets/css/nunak.css');
html {
    background-color: var(--bg-default) !important;
    overflow-x: hidden !important;
}

body {
    font-family: 'Work Sans', sans-serif !important;
    color: var(--black) !important;
    overflow-x: hidden !important;
    font-size: 18px !important;
}

a {
    color: var(--anchor_color)!important;
    text-decoration: none !important;
}

a:hover {
    /* text-decoration: underline !important; */
    font-weight: 600 !important;
}

.btn {
    border-radius: 30px;
    background-color: var(--primary)
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-800 {
    font-weight: 900 !important;
}

.btn {
    color: var(--white) !important;
}

.btn-large {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 200px !important;
    font-size: 20px !important;
}

.btn-30-radius {
    border-radius: 30px !important;
}

.btn-primary {
    background: var(--primary) !important;
    border: 0px !important;
}

.btn-primary:hover {
    background: var(--primary-hover) !important;
    text-decoration: none !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

section.zone {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.topper {
    background: var(--primary);
    color: #fff;
    padding: 2px 2px;
}


/* Header */

section.header {
    border-bottom: 1px solid #e6f9ef;
    padding: 12px 0px;
}

.header__logo {
    width: 180px !important;
}

.navbar-nav {
    display: flex !important;
    align-items: center;
}

.custom-d {
    display: flex !important;
    justify-content: space-between !important;
}

.navbar-collapse {
    flex-grow: unset !important;
}

.navigate {
    /* color: var(--white) !important; */
    border: var(--primary);
}

.navigate:hover {
    border-bottom: 1px solidvar(--primary);
}

.nav-item #nav-btn {
    padding-left: 2rem;
    padding-right: 2rem;
}

.nav-item {
    margin-right: 10px !important;
}

.nav-item .btn-1 {
    border-radius: 100px 100px 100px 0px;
    background: var(--primary);
    width: 147px;
}


/* Hero section*/

._hero {
    height: 100vh;
    background-image: url(../img/nunak/hero/bg-2.jpg);
    background-size: cover;
    background-position: center;
}

section.hero1 {
    display: block !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    max-height: 670px;
}

section.hero1 ._wrap {
    /* margin-top: 3rem; */
}

.hero1 .box-1 {
    right: 15px;
    top: 45px;
    width: 400px;
}

.hero1 .box-1 h1 {
    color: var(--primary);
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hero1 .box-1 p {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero1 .box-2 {
    left: 275px;
    z-index: 5;
}

.hero1 .box-2 .rounded-bg {
    border-radius: 30px;
    width: 363px;
    height: 463px;
    flex-shrink: 0;
    background-image: url("../img/stock-pic-1.jpg");
    /* filter: brightness(0.7); */
    color: var(--white);
}

.hero1 .box-2 .rounded-bg .m-txt {
    display: block;
    top: 16rem;
    text-align: center;
}

.hero1 .box-2 .rounded-bg .btn-wrap {
    top: 16rem;
    display: flex;
    justify-content: center;
}

.btn-lg-primary-outline {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 35px;
    border: 1px solid var(--primary);
}

.btn-lg-primary-outline:hover {
    background-color: var(--primary);
    color: var(--white) !important
}

.hero1 .hero-xz-btn {
    margin-top: 10px;
    display: table;
    width: 100px;
    font-size: 15px;
    text-align: center;
    color: #484848;
    font-family: 'Marcellus', serif;
}

.hero1 .shape {
    background-color: var(--primary) !important;
    width: 650px;
    height: 650px;
    color: white;
    align-self: center;
    position: relative;
}

.hero1 .circle {
    border-radius: 50%;
    bottom: 530px;
    left: 1032px;
    z-index: 1;
    opacity: 0.7;
}

.nu-xi-info {
    margin-top: 1rem;
}

.nu-xi-info .h {
    color: var(--primary);
    font-family: Marcellus;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nu-xi-info .s {
    font-family: Marcellus;
}

.postlist_wrap {
    margin-bottom: 4rem;
}

.postlist_wrap .h {
    font-size: 2.5rem !important;
    text-align: center;
}

.postlist {
    padding-top: 2px;
    padding-bottom: 2px;
}

.postlist .postcard {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px solid #E8E8EA;
    background: var(--white);
    justify-content: center;
    width: 100%;
    height: 550px;
    padding-top: 10px;
}

.postlist .postcard .img-wrap {
    margin-bottom: 15px;
    text-align: center !important;
}

.postlist .postcard .img-wrap img {
    /* width: 184px; */
    width: 100%;
}

.postlist .postcard .category-wrap {
    margin-bottom: 0px;
}

.postlist .postcard .category-wrap .v {
    border-radius: 6px;
    background: rgba(75, 107, 251, 0.05);
    padding: 4px 10px;
    justify-content: center;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.postlist .postcard .title-wrap {
    margin-bottom: 15px;
    font-family: Work Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    height: 25px;
}

.postlist .postcard .title-wrap a {
    color: var(--primary) !important;
}

.postlist .postcard .title-wrap a:hover {
    color: #101014 !important;
    transition: 0.6s;
}

.postlist .postcard .date {
    position: relative;
    left: 171px;
    bottom: 20px;
    color: #97989F;
    font-family: Work Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.postlist .caption-wrap {
    /* margin-top: 5px; */
    font-size: 16px;
    color: #97989F;
}

.postlist .arrow {
    color: #040404;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    position: relative;
    /* top: 428px;
    left: 245px; */
    top: 3px;
    font-size: 30px;
}

.postlist .arrow:hover {
    color: var(--primary);
}

.footer {
    border-top: 1px solid #E8E8EA;
    padding-top: 40px !important;
    padding-bottom: 1px;
    background-color: #F6F6F7;
    /* background-color: #3ac77b; */
}

.footer .newsletter_wrap .box {
    background-color: var(--white);
    border-radius: 12px;
    padding: 25px;
}

.footer .newsletter_wrap .box .sub1 {
    text-align: center;
    font-family: Work Sans;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.footer .newsletter_wrap .box .sub2 {
    text-align: center;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer .newsletter_wrap input {
    border-radius: 6px;
    border: 1px solid #DCDDDF;
    padding: 2px 8px;
    height: 40px;
    max-width: 100%;
    margin-bottom: 8px;
}

.footer .newsletter_wrap button.submit {
    border-radius: 6px;
    background: var(--primary);
    height: 30px;
    width: 124px;
}

.newsletter_sub_wrap {
    margin-bottom: 2rem;
}

.newsletter_sub_wrap {
    margin-top: 8rem;
}

.newsletter_sub {
    /* width: 1140px;
    height: 238px; */
    flex-shrink: 0;
    border-radius: 35px;
    background: var(--primary);
    margin-top: 2rem;
}

.newsletter_sub .inner {
    display: block;
}

.newsletter_sub .left-aes-img {
    position: relative;
}

.newsletter_sub .right-aes-img {
    position: relative;
    top: 122px;
    /* right: 8px; */
    left: 95%;
}

.newsletter_sub .inner_wrap {
    position: relative;
    align-items: center;
    top: -61px;
    margin: auto;
}

.newsletter_sub .h {
    color: #1E3161;
    font-family: Marcellus;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.newsletter_sub .t {
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.newsletter_sub .s2 {
    position: relative;
    top: 40px;
}

.newsletter_sub .s2 input {
    width: 325px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #F6F6F6;
    border: 0px;
    padding-left: 8px;
}

.newsletter_sub .s2 button.submit {
    width: 98px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 0px 50px 50px 50px;
    border: 0px;
    background: #1E3061;
    color: var(--white);
    position: relative;
    right: 103px;
}

.testimonial_wrap {
    margin-top: 0px;
    margin-bottom: 10px;
    height: 500px !important;
    margin-top: 100px;
    margin-bottom: 125px;
}

.testimonial_wrap .ftr-img {
    height: 570px;
    left: -50px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 100% 45%;
    overflow: hidden;
}

.testimonial_wrap .ftr-img .serivce_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.testimonial_area .actual {
    position: relative;
    top: 8rem;
}

.testimonial_area i {
    font-size: 45px;
    margin-bottom: 20px;
}

.testimonial_area p {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 20px;
}

.testimonial_area h5 {
    margin: 20px 0 10px;
}

.testimonial_area .designation {
    font-size: 14px;
    margin: 0;
}

.testimonial_area .swiper-pagination {
    text-align: right;
}

.testimonial_area .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    padding: 6px;
    background: var(--primary);
}

section.blog_post_hero_wrap {
    display: block !important;
}

.blog_post_hero {}

.blog_content_wrap {
    width: 60%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.blog_content_wrap .details {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.blog_content_wrap .title {
    margin-top: 1rem;
}

.blog_content_wrap .vertical_tag {
    border-radius: 6px;
    background: var(--primary);
    color: #fff;
    padding: 6px 12px;
}

.blog_post_hero_wrap {
    width: 100%;
    display: flex;
    /* background: var(--primary-hover) center center; */
    background: var(--anchor_color);
    color: #fff;
    padding-top: 5vh;
    padding-bottom: 5vh;
    margin-bottom: 30px;
}

footer .copyright {
    text-align: center;
    padding: 5px 0px;
    font-size: 16px;
}

.feet1-links p {
    margin-bottom: 0px;
}

.bloc-video {
    position: relative;
    height: 490px;
    margin-top: -45px;
}

.bloc-video video {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
    /* position: absolute; */
    z-index: 999999;
    height: 500px;
}

.bloc-video .content-video {
    flex-direction: column;
    color: #ffffff;
    /* margin-top: 80px; */
    font-size: 62px;
    background: #000000b0;
    position: relative;
    height: 500px;
    bottom: 507px;
    padding: 30px 0px;
}

.bloc-video .content-video ._inner {
    position: relative;
    top: 130px;
}

.bloc-video .content-video .content-text,
.content-button {
    display: flex;
    margin-left: 8%;
    /* justify-content: center; */
}

.bloc-video .content-video .content-button {
    margin-top: 50px;
}

.bloc-video .content-video .content-button button {
    cursor: pointer;
    padding: 10px;
    width: 200px;
    height: 60px;
    font-size: 16px;
    font-family: cursive;
    background: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
}

.bloc-video .content-video .content-button button:hover {
    transition: all .75s ease-in-out;
    background-color: #ffffff;
    color: #000000;
    transform: rotateX(360deg);
}

.xevx1-section-wrapper {}

.xevx1-col-wrap {
    padding: 10px;
}

.xevx1-box {
    background: var(--primary);
    color: white;
    /* width: 250px; */
    padding: 30px 20px;
    margin-bottom: 30px;
    /* margin: 0px; */
    border-radius: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.xevx1-box:hover {
    background-color: var(--secondary);
}

.xevx1-box h3,
.xevx1-box p {
    margin: 0px;
    text-align: center;
}

.xevx1-box i {
    background-color: white;
    color: var(--primary);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-bottom: 16px;
    font-size: 24px;
}

.stx-padding {
    padding: 60px 0 !important;
}

.article_list .link-btns {
    position: relative;
    bottom: 50px;
    left: 65%;
    color: var(--primary) !important;
    font-weight: 700;
}

@media screen and (min-width: 991px) and (max-width: 1399px) {
    .article_list .link-btns {
        left: 65%;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .article_list .link-btns {
        left: 218px;
    }
}

@media (max-width: 1300px) {
    .newsletter_sub .h {
        color: #1E3161;
        font-family: Marcellus;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .newsletter_sub .s2 input {
        width: 315px;
        height: 30px;
        flex-shrink: 0;
        border-radius: 50px;
        background: #F6F6F6;
        border: 0px;
        padding-left: 8px;
    }
    .newsletter_sub .s2 button.submit {
        width: 77px;
        height: 31px;
        flex-shrink: 0;
        border-radius: 0px 50px 50px 50px;
        border: 0px;
        background: #1E3061;
        color: var(--white);
        position: relative;
        left: 43%;
        bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .hero1 .box-2 {
        left: 111px;
        z-index: 5;
    }
    .hero1 .circle {
        left: 39rem;
    }
}

@media (max-width: 1024px) {
    .testimonial_wrap .ftr-img .serivce_img {
        position: absolute;
        left: 2%;
        top: 119px;
        height: 60%;
        width: auto;
    }
}

@media (max-width: 1200px) {
    .postlist .postcard {
        height: 460px;
    }
}

@media (max-width: 992px) {
    .postlist .postcard {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .postlist .postcard {
        height: 650px;
    }
    .testimonial_area p {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .hero1 .box-2 .rounded-bg {
        position: relative;
        display: none;
    }
    section.hero1 {
        margin-bottom: -9rem;
        margin-top: -54px;
    }
    .testimonial_wrap {
        height: 325px !important;
        margin-top: 50px;
        margin-bottom: 200px;
    }
    .testimonial_wrap .ftr-img {
        /* height: 570px;
        left: -50px; */
        /* width: 134%; */
        /* margin-bottom: 30px; */
        position: relative;
        left: 0px;
        border-radius: 0px;
        overflow: hidden;
        text-align: center;
        height: 233px !important;
    }
    .testimonial_wrap .ftr-img .serivce_img {
        position: absolute;
        left: 0;
        top: 0;
        height: 250px;
        width: auto;
        /* border-radius: 130px; */
    }
    .testimonial_area .actual {
        position: relative;
        top: 0px;
    }
    .testimonial_area p {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .testimonial_area .actual .heading {
        font-size: 16px !important;
    }
    .newsletter_sub .s2 {
        position: relative;
        top: 5px;
    }
    .newsletter_sub .s2 input {
        width: 200px;
        position: relative;
    }
    .newsletter_sub .s2 button.submit {
        position: relative;
        width: 80px !important;
        height: 28px;
        border-radius: 25px 25px 25px 25px;
        margin-top: 5px;
        /* right: 0px; */
        top: 2px;
        left: 0px;
    }
    .newsletter_sub .h {
        font-size: 25px;
    }
    .nu-xi-info .h {
        color: var(--primary);
        font-family: Marcellus;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .blog_content_wrap {
        width: 90%;
        margin: auto;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
    .blog_content_wrap .details {
        margin-top: 0.5rem;
        margin-bottom: 0.7rem;
    }
}

@media (max-width: 600px) {
    .testimonial_area .actual {
        position: relative;
        /* bottom: 300px; */
    }
    .newsletter_sub {
        height: 323px;
    }
    .newsletter_sub .inner {
        position: relative !important;
        bottom: 30px;
    }
    .newsletter_sub_wrap {
        margin-top: 13rem;
    }
}

@media (max-width: 400px) {
    .nu-xi-info {
        margin-top: 5rem;
    }
}

@media (max-width: 320px) {
    .nu-xi-info {
        margin-top: 13.5rem;
    }
}

.footer-disclaimer {
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    padding-bottom: 20px;
}

#contact-tcpa {
    color: #fff;
    margin-top: 15px;
    font-size: 12px;
}

#captchaContainer {
    color: #fff;
    margin-bottom: 5px;
}

#captchaAnswer {
    margin-bottom: 15px;
    color: #000;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
}