@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-padding-top: 15rem;
}

/* width */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.288);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #660091;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #61018a;
}

a {
    text-decoration: none;
}


a:hover {
    text-decoration: none !important;
}

.container {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}

header .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* min-height: 19vh; */
    min-width: 100%;
    z-index: 10;
    background: #FFFFFF;
    /* padding: 20px 0px; */
    padding: 10px 0px;
}

.logo_menu_area {
    display: flex;
}

.logo_menu_area > img {
    max-width: 90px;
    height: 36px;
}

.menu-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto 0px auto 0px;
    gap: 10px;
    z-index: 999999;
}

header .navigation .hamburger {
    margin-right: 20px;
    display: none;
}

header .navigation .hamburger .bar {
    width: 30px;
    height: 2px;
    margin: 7px;
    background: #000000;
}

.menu-list li a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    transition: color 1s ease, border 1s ease;
    z-index: 999;
    padding: 3px 8px;
}

.bottom_bar {
    background-color: #6A2EE8;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.btn-rounded {
    background: #660091;
    border-radius: 30px;
}

.purple {
    background: #660091;
}


.get_demo_btn .btn-rounded {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 15px 20px;
    border-radius: 30px;
}

.auth_area {
    display: flex;
    align-items: center;
    gap: 30px;
}

.auth_area .log_in {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}


ul.breadcrumb {
    list-style: none;
    padding: 20px 0 40px 0;
    margin: 0;
}

ul.breadcrumb li {
    display: inline;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #222222;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "";
    background: url("data:image/svg+xml,%3Csvg width='3' height='5' viewBox='0 0 3 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.069966 4.36689C-0.0129567 4.29246 -0.0221703 4.17693 0.0423251 4.09337L0.069966 4.06367L1.81214 2.50004L0.0699659 0.936406C-0.0129568 0.861979 -0.0221705 0.746446 0.042325 0.662885L0.0699659 0.633191C0.152889 0.558763 0.281608 0.550494 0.374708 0.608382L0.407792 0.633191L2.48774 2.50004L0.407792 4.36689C0.314504 4.45062 0.163254 4.45062 0.069966 4.36689Z' fill='%23222222'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.86px;
}

ul.breadcrumb li a {
    /* text-decoration: underline; */
    color: #222222;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.blog_header {
    background: linear-gradient(90deg, #ECF2FF 0%, #F7E6FF 100%);
    background: url('../img/category_bg.jpg');
    background-size: cover;
}

.category.blog_header {
    background: url('../img/category_bg.jpg');
    background-size: cover;
}

.single.blog_header {
    background: url('../img/category_bg.jpg');
    background-size: cover;
}

.search.blog_header {
    background: url('../img/category_bg.jpg');
    background-size: cover;
    padding: 60px 0;
}

.page_heading h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-transform: capitalize;
    color: #222222;
    margin: 0 0 15px 0;
    font-family: 'Montserrat' !important;
}

.page_heading p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
}


.lates_posts h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #222222;
    margin-bottom: 40px;
    margin-top: 30px;
}

.lates_posts .card_wrapper .blog_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    color: #222222;
    padding-bottom: 20px;
}

.lates_posts .card_wrapper .blog_excerpt {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.lates_posts .card_wrapper .thumbnail > img {
    /* max-width: 540px; */
    /* height: 300px; */
    object-fit: cover;
    transition: transform 0.25s;
    will-change: transform;
}

.lates_posts .card_wrapper .thumbnail {
    overflow: hidden;
    max-width: 540px;
    height: 300px;
    border-radius: 15px;
}

.lates_posts .card_wrapper .thumbnail > img:hover {
    transform: scale(1.05);
}

.blog-card-grid {
    display: flex;
    gap: 30px;
    padding-bottom: 14px;
    padding-bottom: 60px;
}

.blog_metas {
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog_excerpt {
    padding-bottom: 20px;
}

.blog_author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog_author:hover {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #660091;
}

.blog_author:hover p {
    color: #660091;
}

.blog_crete_date:hover {
    text-decoration-line: underline;
    color: #660091;
}

.blog_author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.blog_author p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #929292;
}

.blog_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog_crete_date {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    text-transform: uppercase;
    color: #929292;
    transition: 0.1s;
    cursor: pointer;
}

.blog_wrapper {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
}

.blog-card {
    width: 30%;
}

.blog-card .thumbnail img {
    width: 330px;
    height: 185px;
}

.blog-card .thumbnail img:hover {

    transform: scale(1.05);
}

.blog-card .thumbnail img {
    object-fit: cover;
    transition: transform 0.25s;
    will-change: transform;
    width: 100%;
    height: 100%;
}


.blog-card .blog_title h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: #222222;
    margin-bottom: 15px;
    margin-top: 20px;
    height: 87px;
}

.blog-card .blog_title h3:hover {
    color: #660091;
}


.blog-card .blog_excerpt {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 24px; */
    color: #222222;
    padding-bottom: 30px;
}

.blog-card .blog_author p {
    margin: 0;
}

/* Nav Bar */

.nav-bar {
    position: sticky;
    top: 0px;
    padding: 12px 0;
    background-color: #2b1264;
    z-index: 1;
}

.nav-bar {
    top: 32px;
}

.nav-bar__wrapper {
    display: flex;
    justify-content: space-between;
}

.nav-bar__categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.nav-bar__category-link {
    height: fit-content;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.5px;
    color: #fff;
}

.nav-bar__category-link--active {
    padding: 5px 16px;
    background-color: #fff;
    border-radius: 4px;
    color: #660091;
}

.nav-bar__category-link:hover,
.nav-bar__category-link:active,
.nav-bar__category-link:visited,
.nav-bar__category-link:focus {
    outline: none;
    color: #fff;
}

.nav-bar__category-link--active:hover,
.nav-bar__category-link--active:active,
.nav-bar__category-link--active:visited,
.nav-bar__category-link--active:focus {
    outline: none;
    color: #660091;
}

.nav-bar__categories-select {
    display: none;
    width: 100%;
}

#nav-bar-categories {
    display: none;
}

.nav-bar__categories-select .nice-select {
    width: 100%;
    height: 40px;
    padding: 10px 35px 10px 15px;
    border-radius: 4px;
    line-height: 16px;
}

.nav-bar__categories-select .nice-select::after {
    content: none;
}

.nav-bar__categories-select .nice-select::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    background: #F0E6F4 url(/wp-content/themes/revuze/assets/img/arrow-down.svg) no-repeat 50% 50%;
    border-radius: 50%;
    transition: all .15s ease-in-out;
}

.nav-bar__categories-select .nice-select.open::before {
    transform: rotate(-180deg);
}

.nav-bar__categories-select .current {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1C191E;
}

.nav-bar__categories-select .list {
    margin: 0;
}

.nav-bar__categories-select .option {
    font-family: 'Montserrat';
}

.nav-bar__search {
    min-width: 250px;
}

.nav-bar__form-search {
    position: relative;
}

.nav-bar__form-search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.nav-bar__form-search .input__wrap {
    position: relative;
}

.nav-bar__form-search .input__icon {
    position: absolute;
    top: 14px;
    left: 20px;
}

.nav-bar__form-search .input__input {
    width: 100%;
    min-height: 40px;
    padding: 8px 40px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
}

.nav-bar__form-search .input__input::placeholder,
.nav-bar__form-search .input__input::-ms-input-placeholder {
    color: #8C8B8B;
}

.nav-bar__form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: #FF8C2E;
    border: none;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .nav-bar {
        position: static;
    }
}

@media only screen and (max-width: 768px) {
    .nav-bar__wrapper {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .nav-bar__categories {
        display: none;
    }

    .nav-bar__categories-select {
        display: block;
    }

    .nav-bar__search {
        flex: 1 1 0;
    }
}

/* Nav Bar */

.newsletter_section {
    min-height: 240px;
    background-repeat: no-repeat;
    margin: 50px 0;
}

.newsletter_section h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 150%;
    color: #222222;
    margin-bottom: 20px
}

.newsletter_section span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 150%;
    color: #222222;
    margin-bottom: 20px
}


.newsletter_section .form_area {
    /* padding: 60px; */
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 80px;
}

.newsletter_section .form_area .btn-follow {
    /* Just a little styling to make it pretty */
    border: 1px solid blue;
    background: blue;
    color: white;
}

.newsletter_section .form_area form {
    max-width: 415px;
}

.newsletter_section .form_area form {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    border: 1px solid #660091;
    border-radius: 30px;
    padding: 0;
    max-width: 415px;
    width: 100%;
    align-items: center;
}

.newsletter_section .form_area input {
    flex-grow: 2;
    border: none;
    border-radius: 30px;
    max-width: 415px;
    width: 100%;
    padding: 15px 20px;
}


.newsletter_section .form_area form.active {
    border: 1px solid #FF8802;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.1);
}


.newsletter_sidebar .form_area form.active {
    border: 1px solid #FF8802;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.1);
}


.newsletter_section .form_area input:focus-visible {
    outline: none;
}


.newsletter_section .form_area .btn-follow {
    background: #FF8802;
    border-radius: 20px;
    border: none;
    padding: 12px 30px;
    margin-right: 5px;
    cursor: pointer;
    transition: 0.2s;
    border: 1px solid #FF8802 !important;
}

.newsletter_section .form_area .btn-follow:hover {
    background-color: #660091 !important;
    border: 1px solid #660091 !important;
    color: rgb(255, 255, 255) !important;
}

.btn-follow:hover {
    background-color: #660091 !important;
    border: 1px solid #660091 !important;
    color: rgb(255, 255, 255) !important;
}


.pagination_wrapper {
    background: linear-gradient(90deg, #ECF2FF 0%, #F7E6FF 100%);
}

.pagination_wrapper .row {
    display: flex;
    padding: 24px 5px;
}

.pagination_wrapper .pagination-numeric {
    width: 50%;
    display: flex;
    align-items: center;
}

.pagination_wrapper .pagination-numeric .pagination {
    display: flex;
    gap: 5px;
    /*20px*/
    margin: 0;
    padding: 0;
}

.pagination_wrapper .pagination-numeric .pagination li {
    list-style: none;
    /* padding: 0 5px; */
}

.pagination_wrapper .pagination-numeric .pagination li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #660091;
    padding: 4px 10px;
}

.pagination_wrapper .pagination-numeric .pagination li:hover a {
    background: #ffffff;
    border-radius: 10px;
    color: #660091;
    filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.1));
}

.pagination_wrapper .pagination-numeric .pagination li a.active {
    background: #F4DBFF;
    border-radius: 10px;
    padding: 4px 10px;
    color: #660091;
}

.hiring_section .button-yellow-rounded:hover {
    background: #FFFFFF;
    color: #660091;
}


.pagination_wrapper .pagination-button {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.pagination_wrapper .pagination-button ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.pagination_wrapper .pagination-button ul li {
    list-style: none;
}

.pagination_wrapper .pagination-button ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #660091;
    padding: 10px 28px;
}

.pagination_wrapper .pagination-button ul li.previous {
    border-top: 1px solid #660091;
    border-bottom: 1px solid #660091;
    border-left: 1px solid #660091;
    border-radius: 20px 0px 0px 20px;
    padding: 9.5px 0.5px;
    transition: 0.2s;
}

.pagination_wrapper .pagination-button ul li.previous:hover {
    background: #FFFFFF;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.1);
    border-radius: 20px 0px 0px 20px;
    border: 1px solid #ffffff;
}


.pagination_wrapper .pagination-button ul li.next {
    border: 1px solid #660091;
    border-radius: 0px 20px 20px 0px;
    padding: 9.5px 11.5px;
    transition: 0.2s;
}

.pagination_wrapper .pagination-button ul li.next:hover {
    background: #FFFFFF;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0px 20px 20px 0px;
    border: 1px solid #ffffff;
}

.hiring_section {
    background-image: url('../img/hrbackground.png');

}

.hiring_section .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    max-width: 733px;
    margin: 0 auto;
}

.hiring_section .hiring_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 100px 0 2px 0;
}

.hiring_section .hiring_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: 18px 0 50px 0;
}

.hiring_section .button-yellow-rounded {
    background: #FF8802;
    border-radius: 50px;
    padding: 20px 20px;
    gap: 7px;
    max-width: 200px;
    transition: 0.2s;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
}

.hiring_section .button-yellow-rounded::after {
    content: '';
    background-image: url('../img/arrow.svg');
    width: 14px;
    height: 14px;
}

.hiring_section .button-yellow-rounded:hover::after {
    content: '';
    background-image: url('../img/arrow_hover.svg');
    width: 14px;
    height: 14px;
}


.footer {
    background: #232323;
}

.footer .row {
    display: flex;
    justify-content: space-between;
    /* gap: 240px; */
}

.footer .row-top {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    gap: 0 125px;
}


.footer .row-bottom {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    gap: 125px;
}

.footer .row .col-7 {
    width: 60%;
}

.footer .row .col-5 {
    width: 40%;
    padding-left: 96px;
}

.footer .row-bottom .col-7 {
    width: 60%;
}

.footer .row-bottom .col-5 {
    width: 40%;
}

.footer .footer_menu {
    padding: 55px 0 0px 0;
}

.footer .bottom_menu {
    padding: 5px 0;
}

.footer .footer_menu h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #613DC1;
}

.footer .footer_menu ul {
    margin: 0;
    padding: 0;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.footer .footer_menu li {
    list-style: none;
}

.footer .footer_menu li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.footer .footer_menu li a:hover {
    color: #FF8802;
}

.row-bottom .col-6 {
    width: 50%;
}

.row-top .col-8 {
    width: 70%;
}

.row-top .footer_menu .double-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

}

.row-top .footer_menu .double-column li {
    width: 48%;
}

.footer_logo {
    display: flex;
    align-items: center;
    gap: 0px 40px;
}

.footer_logo > .logo {
}

.footer_logo > .phone {
    color: #fff;
}

.footer_logo > .social li {
    list-style: none;
}

.footer_logo > .social li a {
}

.footer_logo > .social li a img {
}

.copyright {
    color: #fff;
}

.footer_logo .social {
    display: flex;
    gap: 12px;
}

.blog_header_wrapper {
}

.blog_header_wrapper .row {
    display: flex;
    gap: 33px;
}

.blog_header_wrapper .col-6 {
    width: 50%;
    display: flex;
    justify-content: end;
}

.blog_header_wrapper .form_area {
    background: #F4DBFF;
    border-radius: 10px;
    padding: 20px 20px;
}

.blog_header_wrapper .form_area h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    color: #222222;
}

.blog_header_wrapper .form_area form {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    border: 1px solid #660091;
    border-radius: 30px;
    padding: 0;
    max-width: 415px;
    width: 100%;
    align-items: center;
}

.blog_header_wrapper .form_area input {
    flex-grow: 2;
    border: none;
    border-radius: 30px;
    max-width: 415px;
    width: 100%;
    padding: 15px 20px;
}

.blog_header_wrapper .form_area input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;

}

.blog_header_wrapper .form_area button {
    background: #FF8802;
    border-radius: 20px;
    border: none;
    padding: 12px 30px;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
    border: 1px solid #FF8802;
}

.editors_pick_wrapper {
    display: flex;
    gap: 20px;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.editor_picks {
    position: relative;
    padding-bottom: 74px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -4.557291666666666vw;
    right: auto;
    border-radius: 50%;
    border: 1px solid #660091;
    width: 40px;
    height: 40px;
    top: 9.765625vw;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -4.557291666666666vw;
    left: auto;
    border-radius: 50%;
    border: 1px solid #660091;
    width: 40px;
    height: 40px;
    top: 9.765625vw;
}

.lates_posts {
    position: relative;
}


.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
    color: #660091;
    font-size: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.62939 4.72606L5.10268 0.260431C5.27119 0.0842572 5.47034 0 5.72312 0C5.97589 0 6.17504 0.0842572 6.34355 0.260431L6.86442 0.773634C7.03293 0.942148 7.11719 1.14896 7.11719 1.39407C7.11719 1.63152 7.03293 1.83834 6.86442 2.02217L3.53243 5.35416L6.85676 8.67848C7.02527 8.847 7.10953 9.05381 7.10953 9.29892C7.10953 9.53638 7.02527 9.74319 6.85676 9.92702L6.33589 10.4402C6.16738 10.6087 5.96057 10.693 5.71546 10.693C5.47034 10.693 5.26353 10.6087 5.09502 10.4402L0.621731 5.9746C0.453217 5.79842 0.368959 5.59161 0.368959 5.3465C0.376619 5.10139 0.460876 4.89457 0.62939 4.72606Z' fill='%23660091'/%3E%3C/svg%3E%0A");
    background-size: inherit;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    width: 20px;
    height: 20px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
    color: #660091;
    font-size: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37061 6.27394L2.89732 10.7396C2.72881 10.9157 2.52966 11 2.27688 11C2.02411 11 1.82496 10.9157 1.65645 10.7396L1.13558 10.2264C0.967069 10.0579 0.882813 9.85104 0.882813 9.60593C0.882813 9.36848 0.967069 9.16166 1.13558 8.97783L4.46757 5.64584L1.14324 2.32152C0.97473 2.153 0.890473 1.94619 0.890473 1.70108C0.890473 1.46362 0.97473 1.25681 1.14324 1.07298L1.66411 0.559776C1.83262 0.391262 2.03943 0.307005 2.28454 0.307005C2.52966 0.307005 2.73647 0.391262 2.90498 0.559776L7.37827 5.0254C7.54678 5.20158 7.63104 5.40839 7.63104 5.6535C7.62338 5.89861 7.53912 6.10543 7.37061 6.27394Z' fill='%23660091'/%3E%3C/svg%3E%0A");
    background-size: inherit;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    width: 20px;
    height: 20px;
}

.editors_picks_pagination {
    display: flex;
}

.editors_picks_pagination .swiper-pagination-bullet-active {
    background-color: #660091 !important;
}

.editors_picks_pagination .swiper-pagination-bullet {
    background-color: #D7D7D7;
    opacity: 1;
}

.editors_picks_pagination-mob {
    display: none;
}

.latest_post_pagination-mob {
    display: none;
}

.thumbnail {
    position: relative;
    overflow: hidden;
    max-width: 330px;
    height: 185px;
    border-radius: 15px;
}

.thumbnail .topic {
    position: absolute;
    padding: 10px 12px;
    background: #fff;
    border-radius: 18.5732px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #222222;
    margin: 20px;
}

.thumbnail .topic img {
    width: 8px;
    height: 10px;
}

.single-post .thumbnail {
    width: 100%;
    max-width: 540px;
    height: 295px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.single-post .thumbnail > .featured {
    object-fit: cover;
    transition: transform 0.25s;
}


.single-post .thumbnail > .featured:hover {
    transform: scale(1.05);
}

.single-post .blog_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #222222;
    padding-bottom: 30px;
}


.single-post .blog-card-grid {
    padding-bottom: 69px;
}


/* Blog Single */
.single-content_wrapper {
    margin-top: 60px;
}

.single-content_wrapper .row {
    display: flex;
    /* gap: 55px; */
}

.single-content_wrapper .content {
    max-width: 636px;
    margin-right: 30px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
}

.single-content_wrapper .content h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-transform: capitalize;
    color: #222222;
}


.single-content_wrapper .content h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    color: #222222;
}

.single-content_wrapper .content h2 > span {
    font-weight: 700 !important;
}

.single-content_wrapper .content h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: #222222;
}


.single-content_wrapper .content img {
    width: 100%;
    padding: 25px 0;
}

.single-content_wrapper .content ul {
    margin: 0;
}

.single-content_wrapper .content ul li {
    margin: 10px 0;
}

.single-content_wrapper .content ul li::before {
    content: "\2022";
    color: #660091;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.social_sticky-mob {
    display: none;
}

.single-content_wrapper .social_sticky {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 120px;
    height: 100%;
    margin-right: 55px;
    padding: 0px 0 80px 0;
}

.single-content_wrapper .social_sticky li {
    list-style: none;
    border: 1px solid #660091;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    transition: 0.2s;
    padding-top: 10px;
}

.single-content_wrapper .social_sticky li:hover {
    background: #FFFFFF;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}

.author_bio-mob {
    display: none;
}

.single-content_wrapper .sidebar {
    width: 100%;
    position: sticky;
    top: 120px;
    height: 100%;
    padding: 0px 0 70px 0;
}

.single-content_wrapper .sidebar .table_of_content {
    background: #F4F8FB;
    border-radius: 10px;
    padding: 25px;
}

.single-content_wrapper .sidebar .table_of_content h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #222222;
}

.single-content_wrapper .content .author_box {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.single-content_wrapper .content .author_box .author_avatar {
    width: 16%;
}

.single-content_wrapper .content .author_box .author_avatar img {
    width: 100px;
    min-height: 100px;
    border-radius: 50%;
    object-fit: cover;
    height: 150px;
}

.single-content_wrapper .content .author_box .author_meta {
    width: 74%;
}

.single-content_wrapper .content .author_box .author_meta h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #222222;
}

.single-content_wrapper .content .author_box .author_meta p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #222222;
}

.single-content_wrapper .content .author_box .social_link {
    /* border: 1px solid #660091; */
    /* border-radius: 50%; */
    height: 40px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: normal;
    margin-top: 20px;
    width: 10.6666667%;
    padding-bottom: 0;
}

.single-content_wrapper .content .author_box .social_link a {
    border: 1px solid #660091;
    border-radius: 50%;
    padding: 5px 10px;
}


.single-content_wrapper .content .author_box .social_link:hover a {
    background: #FFFFFF;
    box-shadow: 0px 12px 12px rgb(0 0 0 / 10%);
    border: 1px solid #fff;
}

.single-content_wrapper .content .author_box .social_link:hover {
}

.related_blogs {
    background: linear-gradient(90deg, #ECF2FF 0%, #F7E6FF 100%);
}

.related_blog_wrapper h2 {
    padding: 60px 0 20px 0;
    color: #222222;
}

.related_blog_cards {
    display: flex;
    gap: 52px;
}

.related_blog_cards .blog_title {
    padding: 0;
}

.topics_section {
    padding-bottom: 60px;
}

.topics_section .topics {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.topics_section .topics li {
    list-style: none;
    background: #FFFFFF;
    border-radius: 30px;
}

.topics_section .topics li a {
    display: flex;
    padding: 10px;
}

.topics_section .topics li a img {
}


.progress-container {
    width: 100%;
    height: 6px;
    position: sticky;
    top: -1px;
    z-index: 99;
}

.progress-bar {
    height: 6px;
    background: #FF8802;
    width: 0%;
    border-radius: 0px 5px 5px 0px;
}

.search .pagination_wrapper {
    margin-top: 40px;
}

.no_search-result h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: capitalize;
    color: #222222;
}

.no_search-result .no_search-cards {
    display: flex;
    gap: 30px;
}


.topics_bar {
    display: flex;
    /* gap: 30px; */
    flex-wrap: wrap;
    align-items: center;
}

.topics_bar li {
    list-style: none;
}

.topics_bar li.active {
    background: #fff;
    border-radius: 30px;
    padding: 5px 10px;
}

.topics_bar li.active a {
    color: #660091;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.topics_bar li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.topics_bar li a:hover {
    color: #FF8802;
}

.topics_bar li.active a:hover {
    color: #660091;
}

.topics_bar .break_line {
    color: #fff;
}


.search_bar form {
    transition: all 0.3s;
    width: 38px;
    height: 38px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #660091;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_bar input {
    width: 100%;
    height: 42.5px;
    line-height: 30px;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
    border: 0;
}


.search_bar .fa {
    box-sizing: border-box;
    padding: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

.search_bar form:hover {
    width: 250px;
    cursor: pointer;
    padding: 0 5px;
}

.search_bar form:hover input {
    display: flex;
    height: auto;
    width: 100%;
    z-index: 999;
}

.search_bar form:hover .fa {
    background: #ffffff;
    /* color: white; */
}

.bottom_bar .row {
    display: flex;
    justify-content: space-between;
}

.bottom_bar .row .search_bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Dropdown menu */
/* dd container */
.dropdown {
    display: inline-block;
    position: relative;
    outline: none;
    margin: 10px;
}

/* button */
.dropbtn {
    padding: 12px 16px;
    color: white;
    cursor: pointer;
    transition: 0.35s ease-out;
}

.dropbtn:hover {
    color: #FF8802;
}

/* dd content */
.dropdown .dropdown-content {
    position: absolute;
    top: 50%;
    background-color: #f7f7f7;
    width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s ease-out;
    color: #1a1a1a;
    background: #FCFCFC;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    min-width: 250px;
}

.dropdown-content a {
    padding: 12px 16px;
    display: block;
    text-decoration: none;
    transition: 0.35s ease-out;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 154% */
    color: #222222;
    display: flex;
    gap: 10px;
}

.dropdown-content a:hover {
    background-color: #F4DBFF;
    border-radius: 5px;
}

/* show dd content */
.dropdown:focus .dropdown-content {
    outline: none;
    transform: translateY(20px);
    visibility: visible;
    opacity: 1;
}

.dropbtn:hover,
.dropdown:focus .dropbtn {
}

/* mask to close menu by clicking on the button */
.dropdown .db2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.dropdown:focus .db2 {
    display: inline-block;
}

.dropdown .db2:focus .dropdown-content {
    outline: none;
    visibility: hidden;
    opacity: 0;
}

.single-post .blog_title-mobile {
    display: none;
}

.heading_contents {
}

.heading_contents li {
    list-style: none;
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
}


.heading_contents li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135.5%;
    color: #222222;
    display: block;
    transition: all 0.3s;
}

.heading_contents li a::before {
    content: '';
    position: absolute;
    background-color: #f4f8fb;
    width: 10px;
    height: 10px;
    left: -5px;
    z-index: 2;
    top: 30%;
    transform: translateY(-50%);
    border-radius: 50px;
    border: 1px solid #660091;
    transition: all 0.3s;
}

.heading_contents li:last-child a::after {
    content: '';
    position: absolute;
    left: -5px;
    width: 10px;
    z-index: 1;
    background: #F4F8FB;;
    width: 10px;
    height: calc(100% - 10px);

}

.heading_contents li a:hover,
.heading_contents li a.active {
    color: #660091;
}

html {
    scroll-behavior: smooth;
}

.heading_contents li a:hover::before,
.heading_contents li a.active::before {
    background-color: #660091;
    width: 17px;
    height: 17px;
    left: -8px;
    transition: all 0.3s;
    border: 1px solid #f4f8fb;
}

.heading_content_wrapper {
    padding-left: 0;
    position: relative;
    margin: 0;
}

.heading_content_wrapper::after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    left: 0;
    top: 0;
    background-color: #613DC1;
    z-index: 0;
    margin-top: 15px;
}


.newsletter_sidebar .form_area h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #222222;
}

.newsletter_sidebar .form_area form {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    border: 1px solid #660091;
    border-radius: 30px;
    padding: 0;
    max-width: 415px;
    width: 100%;
    align-items: center;
}


.newsletter_sidebar .form_area input {
    flex-grow: 2;
    border: none;
    border-radius: 30px;
    max-width: 415px;
    width: 100%;
    padding: 15px 20px;
}

.newsletter_sidebar .form_area button {
    background: #FF8802;
    border-radius: 20px;
    border: none;
    padding: 12px 30px;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
    border: 1px solid #FF8802;
}

.newsletter_sidebar {
    padding: 10px 15px;
}

.newsletter_sidebar h2 {
    padding: 0 10px;
}


.footer .hs-form input[type="submit"] {
    border-radius: 5px;
    padding: 0 30px;
    border: none;
    cursor: pointer;
    height: 40px;
    background: #660091;
    color: #fff;
    width: 100%;
    margin-top: 30px;
    background-color: #660091;
}

.footer .hs-form input[type="submit"]:hover {
    background-color: #ffffff;
}

.footer .field {
    width: 100%;
}

.footer .field input {
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.footer .field label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    color: #fff;
}

.footer .inputs-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer .legal-consent-container .hs-form-booleancheckbox-display input {
    float: left;
    max-width: 15px;
    margin-bottom: 2px;
    margin-top: 5px;
    margin-right: -10px;
}

.footer textarea {
    min-height: 80px;
}

.footer .hs-form-booleancheckbox {
    margin-top: 15px;
}

.footer .legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: inline;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
}

.copyright-wrapper {
    margin-top: 70px;
    padding-bottom: 40px;
}


/* Navigation Menu */


.menu-list .sub-menu {
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 15%);
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    background: #fff;
    text-align: left;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 30px;
    width: 200px;
}

.menu-list > li {
    position: relative;
    z-index: 999;
}

.menu-list > li:after {
    content: "";
    width: 0%;
    position: absolute;
    bottom: 0;
    background-color: orange;
    height: 4px;
    left: 0;
    bottom: -23px;
    transition: 0.3s all;
}

.menu-list > li:not(.btn):hover:after {
    width: 100%;
}


.menu-list li:hover > .sub-menu {
    left: -85px;
}

.menu-list .sub-menu:before {
    content: '';
    border-bottom: 16px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: calc(50% - 10px);
    top: -13px;
}

.menu-list .sub-menu:after {
    content: '';
    height: 30px;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
}

.menu-list .sub-menu li {
    list-style: none;
    padding: 8px 5px;
    display: flex;
    width: 100%;
}


.menu-list .sub-menu li a {
    list-style: none;
    width: 100%;
}

.right-menu-item {
    display: none;
}


/* TEST */
.main-navigation ul li.new-icons-submenu:hover > ul,
.main-navigation ul li.new-submenu:hover > ul {
    left: 50% !important;
    transform: translatex(-50%);
    top: -6px;
    opacity: 1;
    margin: 55px 0;
    display: flex;
    flex-wrap: wrap;
}

.main-navigation ul .new-icons-submenu ul {
    box-shadow: none;
    float: left;
    position: fixed;
    max-width: 1200px;
    width: 100%;
    left: 500% !important;
    transform: translatex(-50%);
    z-index: 99999;
    background: 0 0;
    text-align: left;
    padding: 15px 0;
    border-radius: 10px;
    padding-top: 60px;
    transition: opacity 0.4s, top 0.3s;
}


.main-navigation ul .new-submenu ul {
    box-shadow: none;
    float: left;
    position: fixed;
    max-width: 1200px;
    width: 100%;
    left: 500% !important;
    transform: translatex(-50%);
    z-index: 99999;
    background: 0 0;
    text-align: left;
    padding: 15px 20px;
    border-radius: 10px;
    padding-top: 60px;
    min-height: 330px;
    padding-left: 15px;
    padding-right: 600px;
    transition: opacity 0.4s, top 0.3s;
}

.main-navigation ul .new-icons-submenu ul:before,
.main-navigation ul .new-submenu ul:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 200vw;
    height: 100%;
    display: block;
    left: -50vw;
    top: 20px;
    border-top: 1px solid #ccc;
    z-index: -1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.main-navigation ul .new-icons-submenu ul {
    display: flex;
}

.main-navigation ul .new-icons-submenu ul li {
    width: 25%;
    padding: 0 15px;
}

.main-navigation ul .new-icons-submenu ul li a {
    width: 100%;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 30px 20px;
    font-size: 0;
}

.main-navigation .right-menu-item {
    display: none;
}

.main-navigation .new-icons-submenu .right-menu-item {
    display: block;
}

.main-navigation ul .new-icons-submenu ul li a .right-menu-item {
    font-size: 14px;
    padding-left: 38px;
    position: relative;
}

.main-navigation ul .new-icons-submenu ul li a:hover {
    background-color: #f4f4ff;
}

.main-navigation ul .new-icons-submenu ul li a .right-menu-item p {
    line-height: 26px;
    margin-bottom: 0;
    color: #000;
}

.main-navigation ul .new-icons-submenu ul li a .right-menu-item img {
    width: 22px;
    position: absolute;
    left: 0;
    top: 5px;
}

.main-navigation ul .new-icons-submenu ul li a .right-menu-item .h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
}

.main-navigation ul .new-icons-submenu ul li a {
    position: relative;
    right: -15px;
    transition: 0.3s right;
}

.main-navigation ul .new-icons-submenu:hover ul li a {
    right: 0;
}

.main-navigation ul .new-submenu ul li {
    position: static;
    width: 50%;
    margin: 0;
}

.main-navigation ul .new-submenu ul li.default-link {
    height: 0;
    width: 0;
    overflow: hidden;
}

.main-navigation ul .new-submenu ul li.default-link .right-menu-item {
    visibility: visible;
    opacity: 1;
    right: 30px;
}

.new-submenu .right-menu-item {
    position: absolute;
    width: 520px;
    top: 50px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    background: #fff;
    display: flex;
    right: 0;
    transition: 0.3s all;
    overflow: hidden;
}

.main-navigation ul .new-submenu ul li .right-menu-item {
    visibility: none;
    opacity: 0;
    /*     right: 0; */
    left: 400px;
}

.main-navigation ul .new-submenu ul li:hover .right-menu-item {
    visibility: visible;
    opacity: 1;
    right: 40px;
    left: 50%;
}

.main-navigation ul .new-submenu ul li:hover ~ li.default-link .right-menu-item {
    visibility: hidden;
    opacity: 0;
    right: 0;
}

.main-navigation ul li.new-submenu > ul li a:hover {
    color: #7928b7;
    background: 0 0 !important;
    font-weight: 500 !important;
}

.main-navigation ul li.new-submenu > ul li a {
    padding: 0;
    padding: 8px 0;
    display: block;
    width: 100%;
    padding-left: 10px;
    opacity: 0;
    transition: 0.3s all;
    color: #000;
}

.current-menu-item > a:before {
    display: none;
}

.main-navigation ul li.new-submenu:hover > ul li a {
    padding-left: 0;
    opacity: 1;
}

.main-navigation ul li.new-submenu > ul li a:after {
    content: "\f054";
    background-color: #ff7c3c;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 9px;
    line-height: 15px;
    text-align: center;
    padding-left: 2px;
    margin-left: 10px;
    top: -1px;
    position: relative;
    left: 0;
    transition: 0.3s all;
    left: -7px;
    opacity: 0;
    transition: 0.3s all;
}

.main-navigation ul li.new-submenu > ul li a:hover:after {
    left: 0;
    opacity: 1;
}

.new-submenu .right-menu-item .submenu-left-part {
    padding: 33px;
    width: calc(100% - 190px);
}

.new-submenu .right-menu-item .submenu-left-part .h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 5px;
}

.new-submenu .right-menu-item .submenu-left-part p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 0;
    color: #6b6b6b;
}

.new-submenu .right-menu-item .submenu-right-part {
    width: 190px;
    margin: 0;
}

.main-navigation ul .new-icons-submenu ul:after,
.main-navigation ul .new-submenu ul:after {
    top: -10px;
}

.navbar-nav > li {
    position: relative;
}

.navbar-nav > li > a:before {
    display: none !important;
}

.navbar-nav > li.current-menu-item a {
    color: #ff8c2e;
}

.navbar-small .navbar-nav > li:after {
    bottom: -23px;
}

.navbar-nav > li:after {
    content: "";
    width: 0%;
    position: absolute;
    bottom: 0;
    background-color: orange;
    height: 4px;
    left: 0;
    bottom: -23px;
    transition: 0.3s all;
}

.navbar-nav > li:not(.btn):hover:after {
    width: 100%;
}

.new-submenu .right-menu-item .submenu-right-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}

.new-submenu .full-pad .right-menu-item .submenu-right-part img {
    object-fit: contain;
}

.new-submenu .full-pad .right-menu-item .submenu-right-part {
    padding-right: 20px;
    margin: 20px 0;
}

.new-submenu .y-pad .right-menu-item .submenu-right-part {
    margin: 20px 0;
}

.menu-item-has-children.menu-item-2174 ul,
.menu-item-has-children.menu-item-5303 ul {
    display: flex;
    flex-wrap: wrap;
}

.menu-item-has-children.menu-item-2174 ul li,
.menu-item-has-children.menu-item-5303 ul li {
    max-width: 50%;
    width: 100%;
}

.main-navigation ul li.menu-item-2174:hover > ul,
.main-navigation ul li.menu-item-5303:hover > ul {
    left: -250px;
}

.main-navigation ul li.menu-item-2174 > ul,
.main-navigation ul li.menu-item-5303 > ul {
    max-width: 600px;
    width: 1000%;
}

.main-navigation ul .menu-item-2174 ul a,
.main-navigation ul .menu-item-5303 ul a {
    width: auto;
    min-width: 200px;
}


.main-navigation {
    width: calc(100% - 132px);
    padding-left: 0px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
}

.main-navigation ul li.new-icons-submenu:hover > ul,
.navbar-fixed-top.navbar-small .main-navigation ul li.new-submenu:hover > ul {
    left: 50% !important;
    transform: translatex(-50%);
    top: 50px;
    margin-top: 0;
    padding-top: 50px;
}

.main-navigation ul .new-icons-submenu ul li a .right-menu-item img {
    width: 22px;
    position: absolute;
    left: 0;
    top: 5px;
    object-fit: contain;
}


.main-navigation .sub-menu > li > a:hover {
    border-radius: 10px;
    background-color: #ece2ff;
    color: #000;
}

.latest_post_pagination {
    margin-bottom: 68px;
}


.lates_posts .swiper-button-prev,
.lates_posts .swiper-rtl .swiper-button-next {
    left: -4.557291666666666vw;
    right: auto;
    border-radius: 50%;
    border: 1px solid #660091;
    width: 40px;
    height: 40px;
    top: 12.765625vw;
}

.lates_posts .swiper-button-next,
.lates_posts .swiper-rtl .swiper-button-prev {
    right: -4.557291666666666vw;
    left: auto;
    border-radius: 50%;
    border: 1px solid #660091;
    width: 40px;
    height: 40px;
    top: 12.765625vw;
}

.latest_post_pagination {
    display: flex;
}

.latest_post_pagination .swiper-pagination-bullet-active {
    background-color: #660091 !important;
}

.lates_posts .card_wrapper .blog_title:hover {
    color: #660091 !important;
}

.search_bar form:hover input:focus-visible {
    outline: none;
}

.search_bar form.active {
    border: 1px solid #FF8802;
    padding: 0 8px;
}

#search-clear {
    display: none;
}


.content p a {
    color: #660091;
    text-decoration: underline;
}

.content p a:hover {
    color: #660091;
    text-decoration: underline !important;
}

.social_link a > img {
    padding: 0 !important;
}

.related_blog_cards .blog-card .thumbnail {
    height: 179px;
}

b {
    font-weight: 700;
}

input {
    outline: none;
}

#hsForm_fdeb0d6d-b902-441c-9ac5-bd754887bedb label {
    display: none;
}

#hsForm_fdeb0d6d-b902-441c-9ac5-bd754887bedb .hs-button.primary {
    background: #FF8802;
    border-radius: 20px !important;
    padding: 13px 29px !important;
    margin-left: 4px;
    cursor: pointer;
    transition: 0.2s;
    color: #fff;
    flex-grow: 2 !important;
    border: none !important;
    max-width: none !important;
    width: 100% !important;
    padding: unset;
}


#hsForm_fdeb0d6d-b902-441c-9ac5-bd754887bedb .hs-button.primary:hover {
    background-color: #660091;
}

#hsForm_fdeb0d6d-b902-441c-9ac5-bd754887bedb .hbspt-form {
    width: 100%;
}


#hsForm_fdeb0d6d-b902-441c-9ac5-bd754887bedb .hs_email {
    width: 100%;
}

#hsForm_fdeb0d6d-b902-441c-9ac5-bd754887bedb .actions {
    margin-right: 10px;
}

.no-list.hs-error-msgs {
    margin: 0;
    position: absolute;
    list-style: none;
}

.no-list.hs-error-msgs .hs-error-msg {
    color: rgb(179, 11, 11);
    display: flex !important;
    margin: 5px -30px;
    width: 100%;
    max-width: 370px;
    font-size: 12px;
}

/* Modal */
.top-5 {
    top: 50% !important;
}

.modal-window {
    position: fixed;
    background-color: rgb(56 56 56 / 46%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    display: none;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window > div {
    width: 445px;
    position: absolute;
    top: 135%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.modal-window header {
    font-weight: bold;
}

.modal-window h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #222222;
    margin-top: -20px;
}

.modal-window p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #222222;
}

.popup_btn {
    background: #660091;
    border-radius: 30px;
    padding: 13px 4px;
}

.popup_btn a {
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.modal-close {
    color: #aaa;
    line-height: 10px;
    font-size: 80%;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.modal-close:hover svg {
    background: #FFFFFF;
    box-shadow: 0px 12px 12px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.modal-close:hover svg > circle {
    stroke: white;
}


.modal-close:hover {
    color: black;
}


.modal-window > div {
    border-radius: 10px;
}

.modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
}

.submitted-message {
    color: #222222;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.nav-fixed {
    /* transition: all 600ms ease-in-out; */
    position: fixed !important;
    width: 100%;
    left: 0;
    padding: 10px 210px !important;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
	top: 0 !important;
}

footer .submitted-message {
    color: #fff;
}

footer .no-list.hs-error-msgs.inputs-list {
    color: #fff;
}

footer .no-list.hs-error-msgs .hs-error-msg {
    color: rgb(179, 11, 11);
    display: flex !important;
    margin: auto;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
}

footer .no-list.hs-error-msgs {

    margin: 0;
    position: static;
}


.content table {
    border: 1px solid #660091;
    border-radius: 10px;
    padding: 0;
}

.content table img {
    max-width: 100%;
}


.content table figcaption {
    margin: 0;
}

.content table figcaption {
    max-width: 180px;
    margin: 0 auto !important;
}

.content table figcaption > a {
    color: #660091;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.content table blockquote p {
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 0;
}


.bannercta {
    border-radius: 10px;
    background: linear-gradient(90deg, #ECF2FF 0%, #F7E6FF 100%);
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.bannercta:after {
    content: '';
    background-size: 330px 230px;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -146px;
    bottom: -19px;
}

.bannercta .row {
    display: flex;
}


.bannercta .row .col:first-child {
    max-width: 68%;
    width: 100%;
}

.bannercta .row .col h3 {
    color: #222;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 36.4px */
    margin-bottom: 24px;
    margin-top: 0;
}

.bannercta .row .col .purple {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px 20px;
    max-width: fit-content;
    transition: 0.3s all;
}

.btn-rounded.purple {
    transition: 0.3s all;
}

.btn-rounded.purple:hover {
    background-color: #7f51e5;
}

@media only screen and (max-width: 768px) {

    .bannercta .row .col:first-child {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .bannercta:after {
        content: '';
        background-size: 330px 230px;
        background-position: right;
        background-repeat: no-repeat;
        position: absolute;
        width: 330px;
        height: 230px;
        right: 3px;
        bottom: -71px;
    }

    .bannercta .row .col .purple {
        margin: 0 auto;
    }

    .bannercta .row .col img {
    }

    .bannercta .row .col:last-child {
        height: 156px;
    }
}