/*
Theme Name: Yeb 3 Payments
Theme URI: https://opencollective.com/web3payments
Author: Systango
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: web3payments

Web 3 Payments WordPress Theme 2011-2024
Web 3 Payments is distributed under the terms of the GNU GPL
*/
/* @import url('https://fonts.googleapis.com/css2?family=Nobile:wght@400;500&display=swap'); */



@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&display=swap');
/* @font-face {
    font-family: "Inter", sans-serif;
    src: url('assets/fonts/HelveticaNeue-Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Inter", sans-serif;
    src: url('assets/fonts/HelveticaNeue-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter", sans-serif;
    src: url('assets/fonts/HelveticaNeue-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Inter", sans-serif;
    src: url('assets/fonts/HelveticaNeue-Bold.otf');
    font-weight: 600;
    font-style: normal;
} */

html {
    box-sizing: border-box;
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "Inter", sans-serif;
    color: #101828;
}

body.navbar-open {
    overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: "Inter", sans-serif;
    color: #101828
}

h1,
h2,
h3 {
    font-family: "Nobile", serif;
}

p,
.wp-block-list,
.wp-block-table,
.list-group li{
    color: #667085;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* bg colors */
.bg-blue {
    background-color: #1570EF !important;
}

.bg-blue-gr {
    background-image: url(assets/img/blue-gr.webp);
    background-size: cover;
    background-position: center top;
}

.bg-grey {
    background-color: #FBFBFB !important;
}

.border-primary {
    border-color: #344054 !important;
}

.btn-primary {
    padding: 0 16px !important;
    border-radius: 8px !important;
    height: 40px;
    display: inline-flex !important;
    gap: 6px;
    align-items: center;
}

/* Header */
header {
    padding: 22px 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9;
    background-color: transparent;
    transition: all 0.5s;
}

header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.sticky {
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: 0;
    top: 0;
}

#main-menu ul {
    margin-bottom: 0;
    padding: 0;
}

#main-menu ul li {
    padding: 8px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 8px;
}

#main-menu ul li.current-menu-item .nav-link.active,
.sticky #main-menu ul li.current-menu-item .nav-link.active {
    font-weight: 600;
}

.beginners-guide-template-default #main-menu ul li.current-menu-item .nav-link.active {
    color: #1570EF !important;
}

.sticky #main-menu ul li.current-menu-item .nav-link.active {
    color: #1570EF !important;
}

.single-beginners-guide #main-menu ul li a {
    color: #1570EF !important;
}

#main-menu ul li .dropdown-item {
    padding: 0.25rem 0.5rem;
}

#main-menu ul li a {
    text-decoration: none;
}

.gt-current-lang {
    color: #fff !important;
    text-decoration: none;
    /* text-shadow: 0 0 12px #006eb6; */
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

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

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #344054 !important;
    }
}


@media only screen and (min-width: 840px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center !important;
    }
}

.page-template-contact #main-menu ul li .dropdown-item,
.page-template-casestudy #main-menu ul li .dropdown-item,
.page-template-default .gt-current-lang,
.page-template-front-page #main-menu ul li a,
.single-casestudy #main-menu ul li a,
.single-news #main-menu ul li a,
.page-template-front-page .gt-current-lang,
.single-casestudy .gt-current-lang,
.single-news .gt-current-lang,
.sticky .gt-current-lang {
    color: #344054 !important;
    text-shadow: none;
}

/* .page-template-default #main-menu ul li a, */
.admin-bar .navbar .lighter-logo,
.page-template-default .navbar .lighter-logo {
    display: none;
}

.navbar-open .lighter-logo {
    display: none !important;
}

.navbar-brand-link,
.single-casestudy .lighter-logo,
.single-news .lighter-logo,
.sticky .lighter-logo {
    display: none;
}

.navbar-collapse.show .navbar-brand-link {
    display: block;
}

.page-template-default .navbar-brand-link,
.page-template-front-page .navbar-brand-link,
.page-template-front-page .sticky .navbar-brand-link,
.single-casestudy .navbar-brand-link,
.single-news .navbar-brand-link,
.sticky .navbar-brand-link {
    display: block;
}

.navbar-brand {
    height: 36px;
    width: auto;
    max-width: none;
}

.sticky #main-menu ul li a {
    color: #344054 !important;
    text-shadow: none;
}

.mobile-nav-expand {
    display: none
}

.navbar-expand-md .navbar-collapse {
    justify-content: center
}

.mob-language-wrapper {
    display: none
}

.page-template-casestudy.admin-bar .navbar .lighter-logo {
    display: block
}

.page-template-casestudy.admin-bar header.site-header.tt-head.sticky .navbar .lighter-logo {
    display: none
}


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

    .launch-smarter-wrapper .card-wrapper {
        height: auto !important;
        margin-bottom: 8px;
        padding: 40px 20px;
    }

    .page-template-casestudy .collapse.navbar-collapse.show .navbar-brand-link,
    .page-template-contact .collapse.navbar-collapse.show .navbar-brand-link {
        display: block
    }

    /* .page-template-default .type-page.status-publish{
          padding: 80px 0 0 0 !important;
      } */

    .page-template-casestudy .collapse.navbar-collapse.show a.lighter-logo {
        display: none
    }

    .page-template-contact .collapse.navbar-collapse.show a.lighter-logo {
        display: none !important;
    }

    .launch-smarter-wrapper {
        padding-bottom: 20px
    }

    .launch-project-wrapper,
    .package-need-wrapper {
        padding: 20px 0 !important
    }

    .package-need-wrapper .section-para {
        margin-bottom: 20px !important
    }

    .launch-smarter-wrapper .card-wrapper.bg-blue.text-center.text-white,
    .launch-smarter-wrapper .card-wrapper.bg-blue-gr.text-center {
        height: 346px !important;
    }

    .launch-smarter-wrapper .card-wrapper.bg-blue-gr.text-center {
        height: auto !important;
        padding-bottom: 220px;
    }

    .mob-language-wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
        background-image: url(assets/img/arrow-down-icon.svg) !important;
    }

    button.navbar-toggler-close {
        background: #ededed;
        border: none;
        padding: 6px 8px;
    }


    button.navbar-toggler-close {
        background-color: #F2F4F7;
        color: #667085;
        border-radius: 8px;
    }

    .backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9998;
        display: none;
    }

    .backdrop.show {
        display: block;
    }

    .collapse.navbar-collapse.show {
        display: flex !important;
    }

    .navbar-collapse .w-full {
        width: 100%
    }

    .collapse.navbar-collapse.show::after {
        /* 	content:''; */
        position: fixed;
        left: 0;
        width: 100%;
        height: 100vh;
        top: 0;
        z-index: 9999;
        overflow-y: auto;
        border-radius: 0;
        padding: 20px;
    }

    #main-menu ul {
        gap: 10px
    }

    #main-menu ul li {
        font-size: 16px
    }

    #main-menu ul li:hover .dropdown-menu {
        border: none
    }

    #main-menu ul li .dropdown-menu.dropdown-menu-end li {
        margin-top: 12px;
    }

    /* 	#main-menu ul li .dropdown-menu.dropdown-menu-end li:last-child{
          margin-bottom: 0
      } */
    #main-menu ul li .dropdown-menu.dropdown-menu-end li a {
        padding: 8px 0;
    }

}

/*  Language Switcher */
#gt_float_wrapper {
    display: flex;
    align-items: center;
}

.gt_float_switcher,
.gt-selected {
    background-color: transparent !important;
}

.gt_float_switcher {
    font-size: 14px !important;
    position: relative;
    overflow: inherit !important;
    min-width: 120px;
    text-align: left;
    box-shadow: none !important;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    left: 0;
    top: 100%;
    background-color: #fff;
    z-index: 99;
    border: 1px solid #f8f9fa;
    border-radius: 0px 0px 6px 6px;
    border-top: 0;
    margin-top: -2px;
}

.gt_float_switcher .gt_options a {
    font-size: 13px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gt_float_switcher .gt_options a:hover {
    background-color: var(--dark-color) !important;
    color: var(--white-color) !important;
}

.gt_float_switcher img {
    width: 16px !important;
    height: 16px !important;
    object-fit: cover;
    margin-right: 7px !important;
    border-radius: 50% !important;
}

.gt_float_switcher .gt-current-lang {
    border: 1px solid var(--light-color);
    border-radius: 6px;
    text-align: center;
    font-weight: 400 !important;
}

.gt_float_switcher .gt-current-lang .gt_float_switcher-arrow {
    margin-left: 2px;
    transform: rotate(0deg) !important;
}

.gt_float_switcher .gt-current-lang .gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(-180deg) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    width: 11px;
    height: 11px;
    background-image: url(assets/img/arrow-down.svg) !important;
}

.page-template-begginers-guide .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url(assets/img/arrow-down-white.svg) !important;
}

.page-template-contact .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url(assets/img/arrow-down-white.svg) !important;
}

.page-template-casestudy .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url(assets/img/arrow-down-white.svg) !important;
}

.page-template-default .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url(assets/img/arrow-down-white.svg) !important;
}

.page-template-begginers-guide .sticky .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url(assets/img/arrow-down.svg) !important;
}

.page-template-contact .sticky .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url(assets/img/arrow-down.svg) !important;
}

.page-template-casestudy .sticky .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url(assets/img/arrow-down.svg) !important;
}

.page-template-default .sticky .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url(assets/img/arrow-down.svg) !important;
}

@media screen and (max-width:640px) {
    header {
        padding: 12px 8px;
    }

    .navbar-toggler {
        order: 2;
    }

    .navbar-collapse {
        order: 3;
        background: #fff;
        border-radius: 5px;
    }

    #main-menu {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100vh;
        top: 0;
        z-index: 9999;
        overflow-y: auto;
        border-radius: 0;
        padding: 20px;
        align-content: space-between;
        height: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        background: #fff;
    }

    #main-menu.show {
        display: flex;
    }

    header.sticky {
        top: 0
    }

    #main-menu ul li {
        padding: 0;
    }

    .mobile-nav-expand {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #EAECF0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .page-template-casestudy #main-menu ul li a,
    .page-template-contact #main-menu ul li a {
        color: #344054 !important;
        text-shadow: none;
    }

    .page-template-casestudy #main-menu ul li a.nav-link.active {
        color: #1570EF !important;
        text-shadow: none;
    }

    @media screen and (max-width: 640px) {
        .mob-language-wrapper {
            padding: 18px 8px 18px 16px !important;
        }

        #main-menu ul li {
            margin: 0;
        }

        #main-menu ul li ul li {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .mob-language-wrapper .gt-current-lang img {
        order: 2;
        width: 24px !important;
        height: 24px !important;
    }

    .mob-language-wrapper .gt-current-lang .gt-lang-code {
        order: 1
    }

    .mob-language-wrapper .gt-current-lang .gt_float_switcher-arrow {
        order: 3
    }

    .mob-language-wrapper .gt_float_switcher {
        width: 100%
    }

    .mob-language-wrapper .gt_float_switcher {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mob-language-wrapper .gt-lang-code {
        width: 100%;
        text-align: left;
        font-family: "Inter", sans-serif;
        color: #475467;
    }

    .mob-language-wrapper .gt-selected {
        width: 100%
    }

    .mob-language-wrapper .gt-current-lang {
        display: flex;
        align-items: center;
        padding: 0 !important;
    }

    .mob-language-wrapper .gt_float_switcher .gt_options {
        top: auto;
        bottom: 100%;
    }

    .mob-language-wrapper {
        background: #F2F4F7;
        border-radius: 5px;
        display: block;
        padding: 12px 8px 12px 16px;
    }

    .desktop-language-wrapper {
        display: none
    }

    .banner .banner-img {
        position: absolute;
        bottom: 0;
        right: -45%;
    }
	.hero-left{
		position: relative;
		z-index: 2;
	}
    .banner .btn-primary {
        justify-content: center;
        margin-top: 88px;
    }

    .launch-smarter-wrapper .section-heading {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 840px) {
    .menu-headermenu-container {
        align-items: center
    }

    .banner h1 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
}

/*  End Language Switcher */

/* Banner */
.banner {
    background-image: url('assets/img/banner-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 0 0;
    position: relative;
    overflow: hidden;
    background-position: center top;
}

.banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(#ffffff00, #ffffff);
    height: 200px;
}

.banner .banner-img {
    margin-top: 60px
}

.banner h1 {
    color: #101828;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 16px;
}

.banner .para {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 28px;
}

.banner .content-top {
    padding-top: 66px;
}

.banner .content-bottom {
    margin-top: 88px;
    position: relative;
    z-index: 1;
}

.banner .content-bottom ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.banner .content-bottom ul li {
    margin-right: 18px;
}

.banner .content-bottom ul li .heading {
    color: #1D2939;
    font-size: 35px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 24px;
    font-family: "Inter", sans-serif;
    letter-spacing: 1px;
}

.banner .content-bottom ul li .text {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

@media screen and (max-width:640px) {
    .page-template-casestudy ul li a.nav-link.active {
        color: #1570EF !important;
    }

    .mob-language-wrapper {
        width: 100%;
    }

    #main-menu ul {
        gap: 10px
    }

    .banner .content-top {
        padding-top: 20px
    }

    .banner .content-top h1 {
        font-size: 30px;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .banner .para {
        font-size: 14px;
        line-height: 20px;
    }

    main#content {
        padding: 0px;
    }

    .banner .content-bottom {
        margin-top: 20px;
    }

    .banner .content-bottom ul {
        display: block;
    }

    .banner .content-bottom ul li {
        margin-bottom: 24px;
    }

    .banner .content-bottom ul li .heading {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .banner .content-bottom ul li .text {
        font-size: 13px;
    }

    .navbar-light .navbar-brand {
        margin-right: 0;
    }
}

/*   Privacy Page css */
.page-template-default .header {
    display: none;
}

/* .page-template-default .type-page.status-publish{
          padding: 120px 0 0 0;
      } */
.page-template-default .what_is p {
    color: #344054;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 28px;
}

.page-template-default .wp-block-heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.page-template-default ol.wp-block-list {
    list-style: auto;
}

.page-template-default ol.wp-block-list li {
    color: #344054;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 28px;
}

.page-template-default ul.wp-block-list {
    list-style: disc;
}

/* Privacy Page css */
/* Common css */
section {
    padding: 92px 0;
}

section .section-heading {
    color: #1D2939;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 16px;
}

section .section-para {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

section .section-lable {
    color: #1570EF;
    background-color: #EFF8FF;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    padding: 12px 24px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 auto 16px auto;
}

section .content-heading {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    color: #101828;
}

section .heading-md {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

section .heading-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #101828;
    border-bottom-color: #101828 !important;
}

section .text-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #344054;
}

@media screen and (max-width:640px) {
    section .section-heading {
        font-size: 20px;
        line-height: 26px;
    }
}

/* launch-smarter-wrapper */
.launch-smarter-wrapper {
    background-color: #ffffff;
    padding-top: 67px;
}

.launch-smarter-wrapper .section-heading {
    margin-bottom: 56px;
}

.card-wrapper {
    padding: 48px 40px;
    border: 1px solid #E4EBF1;
    border-radius: 16px;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.launch-smarter-wrapper .card-wrapper {
    height: 346px;
}

@media only screen and (min-width: 840px) {
    .launch-smarter-wrapper .card-wrapper {
        height: 426px;
    }
}

.card-wrapper * {
    z-index: 2;
    position: relative;
}

.card-wrapper .security-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 1;
}

.card-wrapper h4 {
    margin-bottom: 8px;
    font-weight: 400;
}

.card-wrapper.bg-grey {
    background-image: url(assets/img/gray-block-bg.webp);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}

.card-wrapper .card-block-4 {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    left: 40px;
    right: 40px;
}

.card-wrapper .block-4-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    height: 100%;
}


/* launch-project-wrapper */
.launch-project-wrapper {
    background-color: #FAFBFB;
}

.launch-project-wrapper .content-heading,
.launch-project-wrapper .text-sm {
    margin-bottom: 40px
}

.launch-project-wrapper .list-group li {
    display: flex;
}

.launch-project-wrapper .list-group li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}


.altrnt-rows>.row:nth-child(2n) {
    padding: 100px 0;
}

.altrnt-rows>.row:nth-child(2n)>div:first-child {
    order: 2;
}

/* package-need-wrapper */
.package-need-wrapper {
    background-color: #ffffff;
    padding: 82px 0 20px 0;
}

.package-need-wrapper .card-wrapper {
    border-radius: 16px;
    padding: 58px 0 0 0;
    text-align: center;
    border: 1px solid #E4EBF1;
    background-color: #FAFBFB;
}

.package-need-wrapper .card-wrapper .heading-md,
.package-need-wrapper .card-wrapper .section-para {
    padding-left: 44px;
    padding-right: 44px;
}

.package-need-wrapper .section-para {
    margin-bottom: 80px;
}

.package-need-wrapper .card-wrapper .section-para {
    margin-bottom: 28px;
}

/* project-directory-wrapper */
.project-directory-wrapper {
    background-color: #1D2939;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background-image: url(assets/img/directory-bg.webp);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.project-directory-wrapper .heading-icon {
    display: block;
    margin: 16px auto;
}

.project-directory-wrapper .section-para {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    margin-bottom: 70px;
    color: #D0D5DD;
}

.project-directory-wrapper:before,
.project-directory-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 156px;
    background: linear-gradient(270deg, rgba(29, 41, 57, 0.00) 0%, rgba(29, 41, 57, 0.80) 100%);
    z-index: 3;
    pointer-events: none;
}

.project-directory-wrapper:after {
    right: 0;
    left: auto;
    transform: rotate(180deg);
}

#case-studies-container .showcase-slider {
    gap: 22px;
}

.showcase-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}

.showcase-slider .slick-slide {
    margin: 0 8px;
}

.showcase-slider .slick-list {
    width: 100%;
    flex: 0 0 100%;
}

.showcase-slider .showcase-item {
    border-radius: 14px;
    background-color: #fff;
    overflow: hidden;
    width: 240px;
}

.beginner-guide-wrapper {
    background: #1570EF;
    padding-top: 115px;
    padding-bottom: 70px;
    position: relative;
    margin-bottom: 32px;
}

@media (min-width: 1200px) {
    .news-banner h1 {
        font-size: 45px;
        margin-bottom: 15px;
    }
}

.beginner-guide-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/img/patern-1-png.webp');
    background-size: cover;
}

.beginner-guide-wrapper h2,
.beginner-guide-wrapper P {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.showcase-slider.casestudy .showcase-item {
    width: 100%;
}

.showcase-slider.beginner-guides {
    /*       justify-content: space-between; */
    gap: 2%;
}

.showcase-slider.beginner-guides .showcase-item {
    margin-bottom: 24px;
}

.showcase-slider.beginner-guides .showcase_header {
    height: 220px !important;
}

.showcase-slider.beginner-guides .showcase_header img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 992px) {
    .showcase-slider.beginner-guides .showcase-details h5 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .showcase-slider.beginner-guides .showcase-details p {
        max-height: 75px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.showcase-slider.beginner-guides .showcase-details h5 {
    font-weight: 400;
}

.showcase-slider .showcase-item.circle {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 8px;
}

.casestudy-archive .showcase-item {
    flex: 0 0 32%;
}

.showcase-slider.casestudy .showcase-item {
    flex: 0 0 100%;
}

@media only screen and (min-width: 992px) {
    .showcase-slider.casestudy .showcase-item {
        flex: 0 0 31%;
    }
}

@media only screen and (min-width: 1200px) {
    .showcase-slider.casestudy .showcase-item {
        flex: 0 0 32%;
    }
}

#showcase-carousel-2 .showcase-item,
#wallets-carousel-rvrs .logos-item {
    float: right;
}

.showcase-slider .showcase_header {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.showcase-slider.casestudy .showcase-item {
    height: auto;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    background: white;
}

.showcase-slider.casestudy .showcase_header {
    height: 150px;
    position: relative;
}

.showcase-slider.casestudy .showcase_header.beginners-guide {
    height: 180px;
}

.showcase-slider.casestudy .showcase_header.beginners-guide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-coral-reef {
    background-color: #C3B89B;
}

.bg-sage {
    background-color: #A2A98B;
}

.bg-bottle-green {
    background-color: #031911;
}

.sm-tokens img {
    margin-left: -12px;
}

.sm-tokens img:first-child {
    margin-left: 0;
}

.showcase-slider.casestudy .showcase_header .showcase-tag {
    position: absolute;
    right: 24px;
    top: 15px;
    background-color: white;
    padding: 4px 12px;
    border-radius: 15px;
    color: var(--Primary-Grey-500, #667085);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.fw-500 {
    font-weight: 500;
}

.shwocase-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-size: 12px;
    line-height: 12px;
    gap: 4px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
}

.shwocase-tag>span {
    display: inline-block;
}

.shwocase-tag>span:after {
    content: ",";
}

.shwocase-tag>span:last-child:after {
    content: "";
}

.shwocase-tag img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.showcase-slider .showcase_header>img {
    height: 32px;
    width: auto;
}

.showcase-slider.casestudy .showcase_header>img {
    height: 80px;
}

.showcase-details {
    padding: 12px;
}

.showcase-slider.casestudy {
    padding-top: 32px;
}

.showcase-slider.casestudy .showcase-details {
    padding: 24px;
}

.showcase-slider.casestudy .showcase-footer {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
}

.showcase-slider.casestudy .card-more {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.showcase-slider.casestudy .card-more .time {
    font-size: 14px;
    color: #98A2B3;
    margin-bottom: 0;
}

.showcase-slider.casestudy .card-more .readmore {
    font-size: 16px;
    color: #1570EF;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 0;
    font-weight: 500;
}

.showcase-details h5 {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    color: #344054;
    margin-bottom: 5px;
}

.showcase-details h6 {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #344054;
}

.showcase-footer {
    display: flex;
    padding: 3px 6px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 3px;
    margin-top: 12px;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.showcase-footer-left {
    display: flex;
    gap: 6px;
}

.light-green {
    background: rgba(18, 183, 106, 0.08);
    color: #12B76A;
}

.light-blue {
    background: rgb(240 248 255 / 100%);
    color: #1570EF;
}

.showcase-footer-right {
    font-weight: 500;
}

.showcase-slider.casestudy .showcase-details h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #101828;
}

.showcase-slider.casestudy .showcase-details h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #475467;
}

.cta-link {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none;
    margin: 0 auto;
}

.payments-news-wrapper {
    padding-top: 20px;
    padding-bottom: 82px;
    ;
}

.payments-news {
    padding: 106px 0 111px 0;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #E4EBF1;
    background-color: #FAFBFB;
    position: relative;

    background-image: url(assets/img/subscribe-bg.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.payments-news .success-box,
.payments-news .error-box {
    padding-top: 12px;
    display: none;
}

.form_holder {
    display: flex;
}

.payments-news .success-box.show,
.payments-news .error-box.show {
    display: block;
}

.payments-news .success-box img,
.payments-news .error-box img {
    padding: 16px;
}

.payments-news .success-box p,
.payments-news .error-box p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff;
}

.payments-news .success-box .fw-medium,
.payments-news .error-box .fw-medium {
    font-weight: 500;
}

.payments-news .success-box .underline,
.payments-news .error-box .underline {
    text-decoration: underline;
}

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

    .payments-news .success-box,
    .payments-news .error-box {
        padding-top: 30px;
    }

    .payments-news .success-box img,
    .payments-news .error-box img {
        padding: 8px;
    }

    .payments-news .success-box p,
    .payments-news .error-box p {
        font-size: 14px;
        line-height: 21px;
    }
}

.payments-news .wpcf7-spinner {
    display: none;
}

.payments-news form>p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 460px;
}

.payments-news input,
.footer-submit input {
    padding: 10px 56px 10px 24px !important;
    background: white;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #1018280d;
    outline: none;
    height: 44px;
    max-width: 320px;
}

.footer-submit input {
    max-width: 280px;
    font-size: 14px;
}

.payments-news .btn-submit {
    border-radius: 8px;
    background-color: #175CD3;
    padding: 8px 40px !important;
}

.payments-news .privacy-disclaimer {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    flex: 0 0 100%;
    text-align: left;
    margin-top: 10px;
}

.payments-news .privacy-disclaimer a {
    color: #fff;
}

.payments-news .section-heading {
    color: #fff;
}

.payments-news .section-para,
.payments-news .section-para a {
    color: #fff;
}

.payments-news .section-para a {
    text-decoration: underline;
}

.payments-news .input-icon,
.footer-submit .input-icon {
    position: absolute;
    top: 11px;
    right: 16px;
}

.one-package .showcase-slider .slick-prev {
    display: none !important;
}

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

    .launch-project-wrapper .content-heading,
    .launch-project-wrapper .section-para,
    .launch-project-wrapper .text-sm {
        margin-bottom: 20px;
    }

    .altrnt-rows>.row>div:first-child {
        order: 2;
    }

    .altrnt-rows>.row:nth-child(2n) {
        padding: 0;
    }

    .payments-news {
        padding: 30px 20px;
        background-image: url(assets/img/subscribe-bg-mobile.webp);
    }

    .payments-news form>p {
        display: block;
    }

    .payments-news input {
        max-width: 300px;
        display: block !important;
        width: 100%;
        margin: 3px auto !important;
    }

    .one-package .col-md-6 {
        margin-bottom: 20px;
    }

    .package-need-wrapper .card-wrapper {
        padding: 20px 0;
    }

    .one-package dotlottie-player {
        max-width: 90% !important;
        margin-bottom: 0 !important;
    }

    #wallets-carousel-rvrs {
        margin-bottom: 0;
    }

    .project-directory-wrapper {
        padding: 20px 0;
        background-image: url(assets/img/directory-bg-mobile.webp);
    }

    .project-directory-wrapper:before,
    .project-directory-wrapper:after {
        width: 40px;
    }

    .payments-news .privacy-disclaimer {
        display: block;
        max-width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    .project-directory-wrapper .section-para,
    .project-directory-wrapper .section-heading {
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
        z-index: 5;
    }

    .project-directory-wrapper .section-para {
        margin-bottom: 40px;
    }
}

#wallets-carousel {
    margin: 72px 0 20px 0;
}

#wallets-carousel-rvrs {
    margin-bottom: 72px;
}

#wallets-carousel,
#wallets-carousel-rvrs {
    margin-left: -12%
}

#wallets-carousel-rvrs .slick-slide {}

.logos-item img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

dotlottie-player {
    width: 100%;
    height: auto;
    max-width: 640px;
    margin: 0 auto;
}

.one-package dotlottie-player {
    max-width: 68%;
}

.footer-alt {
    margin-top: 60px;
}

footer {
    border-top: 1px solid #E1E7EF;
    background: #FBFBFB;
}

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

.footer-top-section {
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #CAD2E2;
}

.footer-top-section .footer-logo {
    margin-bottom: 32px;
}

.footer-top-section .footer-logo img {
    width: 190px;

}

.footer-top-section .footer-nav-listing ul li {
    margin-right: 32px;
    display: inline-block;
}

.footer-top-section .footer-nav-listing ul li:last-child {
    margin-right: 0;
}

.footer-top-section .footer-nav-listing ul li a {
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-text-sm, 20px);
    /* 142.857% */
    text-decoration: none;
}

.footer-top-section .footer-nav-listing ul li a:hover {
    color: #1570EF;
}

.footer-bottom-section {
    padding: 32px 0 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	column-gap: 40px;
}

.footer-bottom-section .info {
	max-width: 700px;
}
.footer-bottom-section .info .copyright {
    color: var(--Primary-Grey-500, #667085);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
    margin-bottom: 4px;
}

.footer-bottom-section .info .para {
    color: var(--Primary-Grey-400, #98A2B3);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
    margin-bottom: 0;
}

.footer-bottom-section .terms {
    margin-bottom: 0;
}

.footer-bottom-section .terms li {
    margin-right: 32px;
    display: inline-block;
}

.footer-bottom-section .terms li a {
    text-decoration: none;
    color: var(--Primary-Grey-500, #667085);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
}

.footer-bottom-section .terms li a:hover {
    color: #1570EF;
}

.footer-bottom-section .terms li:last-child {
    margin-right: 0px;
}

.case-studies_hero {
    color: #FFF;
    height: 500px;
    background-image: url(assets/img/casestudies-bg.webp);
    background-size: cover;
    display: flex;
    align-items: center;
    padding-top: 80px;
}

.case-studies_hero h1 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.case-studies_hero p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 490px;
    margin: 24px 0 32px 0;
}

.case-studies_hero img {
    max-height: 400px;
    display: block;
    margin: 0 auto;
}

.content-bottom ul {
    display: flex;
    gap: 24px;
    margin-top: 42px;
    padding: 0;
}

.content-bottom ul li h5 {
    font-size: 35px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Nobile", serif;
    color: white;
}

.case-studies_hero .content-bottom ul li h5 span {
    font-size: 24px;
    font-weight: 400;
    line-height: 20px
}

.case-studies_hero .content-bottom ul li p {
    font-size: 16px;
    margin: 12px 0 0;
}

.case-studies_hero .row {
    display: flex;
    align-items: center;
}

#case-studies-container {
    padding: 32px 0;
}

.case-studies-header {
    display: block;
    justify-content: space-between;
}

@media screen and (max-width:840px) {
    .case-studies_hero {
        padding-top: 90px;
        height: auto;
    }

    .case-studies_hero h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .case-studies_hero p {
        margin: 10px 0;
    }

    .content-bottom ul {
        padding-left: 0;
        margin-top: 24px;
    }

    footer {
        padding: 8px;
    }

    .footer-top-section ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .footer-top-section .footer-logo {
        margin-bottom: 15px;
    }

    .footer-top-section .footer-nav-listing ul li {
        margin: 0;
        padding: 12px 0;
        display: block;
    }

    .footer-top-section .footer-nav-listing ul li a {
        font-size: 16px;
    }

    .footer-top-section {
        padding-bottom: 10px;
        text-align: left;
    }

    .footer-bottom-section {
        padding: 20px 0 80px 0;
        display: block;
    }

    .footer-bottom-section .terms ul {
        padding-left: 0;
        margin-top: 15px;
    }

    .footer-bottom-section .info .copyright {
        margin-bottom: 16px;
    }

    .footer-bottom-section .terms {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .case-studies-header {
        display: flex;
    }
}

#case-studies-filters {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 12px;
    overflow-x: auto;
}

@media only screen and (min-width: 840px) {
    #case-studies-filters {
        gap: inherit;
    }
}

@media only screen and (min-width: 992px) {
    #case-studies-filters {
        margin-bottom: 0;
        justify-content: start;
    }
}

@media only screen and (min-width: 1200px) {
    #case-studies-filters {
        gap: 32px;
    }
}

@media only screen and (max-width: 840px) {
    #case-studies-filters>a {
        white-space: nowrap;
        flex-wrap: nowrap !important;
    }

    #case-studies-filters {
        margin-bottom: 0;
    }
}

#case-studies-filters>a {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #344054;
    border-bottom: solid 2px #fff;
    padding: 8px 0;
    text-decoration: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

#case-studies-filters>a.active-filter {
    color: #1570EF;
    border-bottom: solid 2px #1570EF;
    font-weight: 500;
}

#case-studies-filters .filter-button .badge,
.dropdown .badge {
    margin-left: 8px;
    padding: 3px 12px;
    border-radius: 16px;
    border: 1px solid #D0D5DD;
    background-color: #FCFCFD;
    color: #667085;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#case-studies-filters .filter-button.active-filter .badge,
.dropdown .badge {
    background-color: #1570EF;
    border: 1px solid #1570EF;
    color: #ffffff;
}


#case-studies-container .sm-tokens {
    display: flex;
}

#case-studies-container .sm-tokens .icon-overlap {
    margin-right: -5px;
    min-width: 16px;
    min-height: 16px;
}

#case-studies-container .sm-tokens .icon-overlap.ethereum {
    background-image: url('assets/img/eth.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

#case-studies-container .sm-tokens .icon-overlap.polygon {
    background-image: url('assets/img/polygon.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

#case-studies-container .sm-tokens .icon-overlap.bsc {
    background-image: url('assets/img/bnb.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

#case-studies-container .sm-tokens .icon-overlap.base {
    background-image: url('assets/img/base.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

#case-studies-container .sm-tokens .icon-overlap.avax {
    background-image: url('assets/img/avax.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

#case-studies-container .sm-tokens .icon-overlap.solana {
    background-image: url('assets/img/solana.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

#case-studies-container .sm-tokens .icon-overlap:last-child {
    margin-right: unset;
}

.case-studies-header-right .form-control {
    padding: 8px 40px 8px 16px;
    border-radius: 8px !important;
    border: 1px solid #EAECF0;
    background: #FCFCFD;
    position: relative;
    color: #98A2B3;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-left: 1px solid #EAECF0 !important;
    text-transform: capitalize;
}

.case-studies-header-right .form-control::placeholder {
    color: #98A2B3;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.case-studies-header-right .form-control:focus {
    box-shadow: none;
}

.case-studies-header-right .input-group-prepend {
    position: absolute;
    right: 0px;
    top: 2px;
}

.case-studies-header-right .input-group-prepend .btn:hover,
.case-studies-header-right .input-group-prepend .btn:focus {
    background-color: transparent !important;
    box-shadow: none;
}

.sort-wrapper {
    display: flex;
    cursor: pointer;
    margin-left: 24px;
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
    position: relative;
}

.sort-wrapper .selecting_sorting {
    text-decoration: underline;
    color: #1570EF;
    cursor: pointer;
    padding-left: 4px;
    position: relative;
}

.sort-wrapper .selecting_sorting:after {
    content: "";
    background-image: url("assets/img/caret-down.svg");
    top: 11px;
    display: inline-block;
    width: 8px;
    height: 5px;
    z-index: 1;
    background-repeat: no-repeat;
    margin-left: 4px;
}

.sort-wrapper .selecting_sorting.rotate:after {
    transform: rotate(180deg);
}

.sort-wrapper .label {
    cursor: pointer;
}

.sort-wrapper .caret-view {
    width: 7px;
    margin-left: 8px;
    display: flex;
}

.sort-wrapper label {
    white-space: nowrap;
    display: flex;
}

.sort-wrapper select {
    border: 0;
    margin-left: 8px;
    color: #1570EF;
    outline: none;
    border-bottom: 1px solid #1570EF;
    cursor: pointer;
}

.single-content-casestudy .breadcrumbs ul {
    padding: 0;
    margin-bottom: 40px;
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid #EAECF0;
    overflow-x: auto;
    padding-bottom: 24px;

}

.single-content-casestudy .breadcrumbs ul li {
    margin-right: 14px;
    position: relative;
    white-space: nowrap;
}

.single-content-casestudy .breadcrumbs ul li::after {
    content: '/';
    position: absolute;
    right: -10px;
    color: #667085;
}

.single-content-casestudy .breadcrumbs ul li:last-child::after {
    content: '';
}

.single-content-casestudy .breadcrumbs ul li:first-child::after {
    color: #1570EF;
}

.single-content-casestudy .breadcrumbs ul li span,
.single-content-casestudy .breadcrumbs ul li a {
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
}

.single-content-casestudy .breadcrumbs ul li a {
    color: #1570EF;
    font-weight: 500;
}

.single-content-casestudy .breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.single-content-casestudy h1 {
    color: #101828;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    /* 120% */
}

.single-content-casestudy h1+p {
    color: #344054;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    margin-bottom: 28px;
}

.single-content-casestudy .case-study-top-round-block-container {
    border-radius: 16px;
    background: #EAECF0;
    gap: 24px;
    display: flex;
    justify-content: space-between;
    padding: 32px;
    margin-top: 50px;
}

.single-content-casestudy .case-study-top-round-block-container .case-study-top-round-block {
    background: #FFFFFF;
    padding: 24px;
    gap: 12px;
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
}

.single-content-casestudy .case-study-top-round-block-container .heading-holder {
    display: block;
}

.single-content-casestudy .case-study-top-round-block-container .heading-holder .text-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.single-content-casestudy .case-study-top-round-block-container .heading-holder .text-left .wp-block-image {
    width: 50px;
}

.single-content-casestudy .case-study-top-round-block-container .heading-holder .text-left .text-head {
    width: 100%;
    margin-bottom: 0;
}

.single-content-casestudy .case-study-top-round-block-container .heading-holder .text-right {
    width: 100%;
}

.single-content-casestudy .case-study-top-round-block-container .heading-holder .text-head {
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.single-content-casestudy .case-study-top-round-block-container .heading-holder .text-head-2 {
    color: #00133D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
}

.single-content-casestudy .case-study-top-round-block-container .content-text {
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.single-content-casestudy {
    padding-top: 110px;
}

.single-content-casestudy .areoi-element .content-left-image-right,
.single-content-casestudy .areoi-element .content-left-image-left {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-content-casestudy .content-text-holder .heading {
    color: #101828;
    font-size: 26px;
    font-weight: 400;
    line-height: 130%;
    /* 33.8px */
    letter-spacing: 0.52px;
    margin-bottom: 40px;
}

.single-content-casestudy .content-text-holder .content {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
}

.single-content-casestudy .content-left-image-right .img-holder img {
    border-radius: 16px;
}

.single-content-casestudy .entry-content ul {
    padding-left: 0;
}

.single-content-casestudy .entry-content ul li {
    list-style: disc;
    color: #535862;
    margin-left: 25px;
}



.single-content-casestudy .entry-content h2,
.single-content-casestudy .entry-content h3,
.single-content-casestudy .entry-content h4,
.single-content-casestudy .entry-content h5 {
    font-family: "Inter", sans-serif;
    margin-bottom: 16px;
    font-weight: 400;
}

.single-content-casestudy .entry-content h6 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 400;
}

.single-content-casestudy .entry-content h4 {
    font-size: 20px;
}

.single-content-casestudy .entry-content h2 {
    font-size: 30px
}

.single-content-casestudy .entry-content a {
    color: #101828;
}

.single-content-casestudy .entry-content a:hover {
    text-decoration: none;
}

.single-content-casestudy .entry-content h3 {
    font-size: 24px
}

.wp-element-caption {
    font-size: 14px;
    color: #535862;
}

.single-content-casestudy .entry-content p {
    color: #535862;
    margin-bottom: 16px;
}

.single-content-casestudy .entry-content p strong {
    color: #181D27;
}

.contact-wrapper .card-wrapper {
    padding: 32px 16px;
    text-align: center;
}

.contact-wrapper .card-wrapper .heading {
    color: #101828;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}


@media only screen and (min-width: 992px) {
    .contact-wrapper .card-wrapper .heading {
        margin-bottom: 28px;
    }

}

.contact-wrapper .card-wrapper img {
    margin-bottom: 8px;
}

@media only screen and (min-width: 992px) {
    .contact-wrapper .card-wrapper img {
        margin-bottom: 12px;
    }
}

.contact-wrapper .card-wrapper .sm-heading {
    color: #98A2B3;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
    .contact-wrapper .card-wrapper .sm-heading {
        margin-bottom: 28px;
    }
}

.contact-wrapper .card-wrapper .para-box {
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid #E4EBF1;
    background: #FFF;
}

@media only screen and (min-width: 992px) {
    .contact-wrapper .card-wrapper .para-box {
        padding: 12px 24px;
    }
}

.contact-wrapper .card-wrapper .para-box .para {
    color: #1570EF;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.contact-wrapper .card-wrapper .para-box .para a {
    text-decoration: none;
}


@media only screen and (max-width:840px) {
    .single-content-casestudy .case-study-top-round-block-container {
        padding: 16px;
        flex-wrap: wrap
    }

    .single-content-casestudy .case-study-top-round-block-container .case-study-top-round-block {
        flex: 0 0 100%;
    }

    .single-content-casestudy h1 {
        font-size: 32px;
        line-height: 130%
    }

    .sort-wrapper {
        margin-left: auto;
    }
}

#main-menu ul li:hover .dropdown-menu {
    display: block;
}

.paggination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 52px;
    flex: 0 0 100%;
}

.paggination-wrapper .btn-box {
    padding: 6px 12px;
    border-radius: 10px;
}

.paggination-wrapper .btn-box,
.paggination-wrapper .circle-button .active {
    color: #344054;
    border: 1px solid #EAECF0;
    background: #FCFCFD;
    font-size: 14px;
    font-weight: 500;
}

.paggination-wrapper .btn-box.disabled {
    color: #98A2B3;
}

.paggination-wrapper .circle-button {
    color: #344054;
    margin-right: 2px;
}

.paggination-wrapper .circle-button.active {
    border-radius: 50%;
}

.paggination-wrapper .circle-button button {
    border-radius: 50%;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
}

.page-template-templates .navbar-light .navbar-toggler-icon {
    background-image: url('assets/img/menu.svg;') !important;
}

.page-template-templates .sticky .navbar-light .navbar-toggler-icon {
    background-image: url('assets/img/download.svg;') !important;
}

.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}

.beginners-guide-template-default #main-menu ul li a {
    color: #344054 !important;
}

.beginners-guide-template-default .gt_float_switcher .gt-selected .gt-current-lang {
    color: #344054 !important;
}

.beginners-guide-template-default .lighter-logo {
    display: none;
}

.beginners-guide-template-default .navbar-brand-link {
    display: block;
}

.privacy-wrapper .wp-block-list strong {
    font-weight: 400;
}

.privacy-wrapper .wp-block-list strong>strong>strong {
    font-weight: 500;
    color: #101828;
}

.page-template-default .gt-lang-code {
    color: #ffffff;
}

.site-header.sticky .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: #344054;
}

.page-template-default .navbar .lighter-logo,
.page-template-default .site-header.sticky .navbar .navbar-brand-link,
.page-template-begginers-guide .navbar .lighter-logo,
.page-template-partners .navbar .lighter-logo {
    display: block;
}

.page-template-default .site-header.sticky .navbar .lighter-logo,
.page-template-default .navbar-brand-link,
.page-template-begginers-guide .site-header.sticky .navbar .lighter-logo ,
.page-template-partners .site-header.sticky .navbar .lighter-logo {
    display: none;
}

.page-template-contact .navbar .lighter-logo {
    display: block !important;
}

.page-template-contact .site-header.sticky .navbar .lighter-logo {
    display: none !important;
}


.entry-content .wp-block-image {
    overflow: hidden;
    margin-bottom: 20px;
}

.entry-content .wp-block-image img {
    border-radius: 16px;
}


.related-post-section {
    border-top: 1px solid #EAECF0;
    padding-top: 50px;
}


/* 404 Page start */
.not-found_hero {
    color: #FFF;
    min-height: 500px;
    background-image: url(assets/img/not-found-banner-bg.png);
    background-size: cover;
    display: flex;
    align-items: center;
    padding-top: 130px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.not-found_hero h1 {
    color: #fff;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.not-found_hero p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 480px;
    margin: 24px auto 230px;
}

.not-found_hero .not-found-img {
    max-width: 350px;
    height: auto;
    width: 100%;
    margin: 0 auto 32px;
}

.not-found_hero .down-arrow {
    display: none;
}

@media only screen and (max-width: 840px) {
    .not-found_hero .not-found-img {
        max-width: 280px
    }

    .not-found_hero h1 {
        font-size: 32px;
        margin-bottom: 16px
    }

    .not-found_hero {
        position: relative;
    }

    .not-found_hero .down-arrow {
        position: absolute;
        display: inline;
        bottom: 20px;
    }
}

@media only screen and (max-width: 520px) {
    .not-found_hero {
        background-image: url(assets/img/not-found-banner-mobile-bg.png);
    }
}

/* 404 Page ends */

.no-results-wrap {
    display: flex;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #F2F4F7;
    margin-top: 24px;
    display: none;
}

.no-results {
    display: flex;
    max-width: 300px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.no-results-icon {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #EAECF0
}

.no-results-heading {
    color: #181D27;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.no-results-subheadng {
    color: #667085;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

@media screen and (max-width:840px) {
    .no-results-wrap {
        height: 400px;
    }

    .case-studies-header-right {
        flex-wrap: wrap;
    }
}

/* New footer css */
.footer-submit .privacy-disclaimer {
    color: #525A6A;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    flex: 0 0 100%;
    margin-top: 22px;
}

.footer-submit .privacy-disclaimer a {
    color: #525A6A;
}

.footer-top-section .footer-nav-listing ul {
    padding: 0;
}

.footer-top-section {
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #CAD2E2;
    display: flex;
}

.footer-top-section .footer-logo {
    margin-bottom: 32px;
    text-align: left !important;
}

.footer-top-section .wpcf7-spinner {
    display: none;
}

.footer-submit form p {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.footer-top-section .footer-nav-listing ul {
    text-align: left;
}

.footer-top-section .footer-submit {
    margin-top: 0 !important;
}

.footer-top-section>div:first-child {
    width: 110%;
}

.footer-top-section .footer-nav-listing ul li {
    margin-right: 20px;
}

.footer-submit .btn-submit {
    border-radius: 8px;
    background-color: #1570EF;
    padding: 8px 40px !important;
}

.footer-submit input::placeholder {
    color: #98A2B3;
}

.footer-submit input[type="text"] {
    color: #98A2B3;
}

.footer-submit input {
    padding: 10px 16px !important;
    border: 1px solid #EAECF0;
}

.back-on-top {
    display: none
}

@media screen and (max-width:991px) {
    footer {
        padding-top: 32px;
    }

    .footer-top-section {
        flex-wrap: wrap;
        padding-top: 32px;
        padding-bottom: 16px;
    }

    .footer-top-section>div:first-child {
        order: 2;
    }

    .footer-submit .btn-submit {
        max-width: 100%;
        width: 100%;
        margin-left: 0 !important;
    }

    .footer-submit input {
        max-width: 100%;
        width: 100%;
        margin-bottom: 12px;
    }

    .footer-submit label.position-relative {
        width: 100%;
    }

    .footer-submit .privacy-disclaimer {
        text-align: center;
        margin-top: 12px;
        padding-bottom: 26px;
        border-bottom: 1px solid #EAECF0;
    }

    .footer-submit form p {
        margin-bottom: 0;
    }

    .footer-top-section .footer-nav-listing ul li {
        padding-top: 8px;
        padding-bottom: 8px;
        color: #1D2939;
    }

    .footer-logo img {
        max-width: 187px;
    }

    .footer-bottom-section {
        padding-bottom: 32px;
    }

    .back-on-top {
        display: block;
        font-size: 12px;
        color: #667085;
        text-decoration: none;
    }

    .page-template-contact #main-menu ul li a.nav-link.active {
        color: #1570EF !important;
    }

    .page-template-begginers-guide ul li a.nav-link.active {
        color: #1570EF !important;
    }

    .page-template-casestudy ul li a.nav-link.active {
        color: #1570EF !important;
    }
}

@media screen and (max-width:840px) {
    .page-template-casestudy ul li a.nav-link.active {
        color: #1570EF !important;
    }
}

.single-casestudy #main-menu ul li.current-menu-item .nav-link.active,
.single-news #main-menu ul li.current-menu-item .nav-link.active {
    color: #1570EF !important;
}

.footer-submit .wpcf7-not-valid-tip {
    text-align: left;
    font-size: 14px;
    margin-top: 4px;
}

.footer-submit .wpcf7 form.invalid .wpcf7-response-output {
    text-align: left;
    margin: 0 !important;
    position: absolute;
    font-size: 14px;
    top: -35px;
    right: 0;
}

.dropdown-custom {
    padding: 8px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px #1018281a;
    min-width: 188px;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 0;
}

.dropdown-custom li {
    background-color: #ffffff;
    padding: 12px;
    font-size: 14px;
    line-height: 17px;
    color: #667085;
}

.dropdown-custom li:hover {
    color: #1570EF;
}

.dropdown-custom li.active {
    background-color: #F2F4F7;
    color: #1570EF;
}

.dropdown-custom li a {
    text-decoration: none;
}

.footer-submit form {
    position: relative;
}


/*social icons footer*/
ul.list-unstyled.social-media-wrapper {
    text-align: right;
    margin-bottom: 0.5rem;
}

.social-media-wrapper li {
    display: inline-block;
    margin-left: 0.75rem;
}

.social-media-wrapper svg {
    width: 1.5rem;
    height: 1.5rem;
}

.social-media-wrapper a {
    display: inline-block;
    transition: 0.2s;
}

.social-media-wrapper a:hover {
    transform: scale(1.15);
}

@media(max-width: 991px) {
    .social-media-wrapper {
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .info.footer-bottom-right-info {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 1rem;
    }

    .footer-bottom-section {
        text-align: center;
    }
}

/* Pagination style */
.w3-pagination {
    width: 100%;
}

.pagination-wrap,
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.pagination-numbers {
    display: flex;
    gap: 10px;
}

.pagination-prevnext a {
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    text-decoration: none;
    display: block;
    width: 100%;
}

.page-numbers {
    width: 44px;
    height: 44px;
    display: flex;
    color: #667085;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.page-numbers.current {
    border: 1px solid #EAECF0;
    box-shadow: 0px 1px 2px 0px #1018280D;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCFCFD;
    color: #667085;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

a.next.page-numbers,
a.prev.page-numbers {
    border: 1px solid var(--Border-Card-200, #EAECF0);
    box-shadow: 0px 1px 2px 0px #1018280D;
    box-shadow: 0px 1px 2px 0px #1018280D;
    background: var(--Base-Pure-White, #FFFFFF);
    min-width: 99px;
    height: 44px;
    border-radius: 8px;
    padding: 10px;
    width: auto;
    position: absolute;
}

a.prev.page-numbers{
    left: 0;
}
a.next.page-numbers{
    right: 0;
}
.next.page-numbers img {
    margin-left: 10px;
}

.prev.page-numbers img {
    margin-right: 10px;
}

.home-announcement {
    padding-top: 90px;
    padding-bottom: 90px;
}

.home-announcement .case-studies-header {
    display: none !important;
}

#page.hasTopbar {
    padding-top: 0;
}

#page.hasTopbar header.sticky {
    top: 0;
}

.topBar {
    width: 100%;
    height: 56px;
    padding: 8px;
    z-index: 99;
    background: linear-gradient(270deg,
            rgba(12, 64, 136, 0) 0%,
            #1570ef 83%);

    background-color: #1570EF;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topBar-bg {
    width: 100%;
    height: 56px;
    position: absolute;
    background-image: url(assets/img/topbar.png);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;

}


.topBar-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    z-index: 2;
    text-align: center;
    /* animation: marquee 12s linear infinite; */
}

.news-page-content .showcase-slider.beginner-guides .showcase-item {
    margin-bottom: 0px;
}

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

    .topBar,
    .topBar-bg {
        height: 44px;
    }

    .topBar-text {
        font-size: 12px;
        line-height: 20px;
        max-width: 320px;
    }

    /* 	#page.hasTopbar {
    	padding-top: 56px;
	} */
}


@keyframes marquee {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}


.marquee {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-right: 4rem;
    animation: scroll 15s linear infinite;
}

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

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

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Home page partner Section css */
.partner-home-section {
    background-color: #FAFBFB;
    background: #FAFBFB;
    border: 1px solid #E4EBF1;
    border-radius: 16px;
}

.partner-content-left {
    padding-left: 50px;
}

.home-partner .section-para>p {
    margin-bottom: 32px;
}

.partner-home-section img{
	margin-right: 50px;
}
.partner_Sec_animation{	
	margin-left: auto;
	margin-right: 50px;
	display: inline-block;
}
.partner-home-section dotlottie-wc{
	width: 410px;
	height: 500px
}
@media(max-width:992px) {
    .partner-home-section h4.content-heading br {
        display: none;

    }

    .partner-content-left {
        padding-left: 16px;
    }
	
	.partner-home-section img{
		margin-right: 0;
	}
	.partner_Sec_animation{	
		height: 250px;
		overflow: hidden;
		position: relative;
		margin: 10px 0 0;
	display: block;
	}
/* 	.partner_Sec_animation:before{	
		content:"";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 2;
		background: linear-gradient(190deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);;
	} */
/* 	.partner_Sec_animation:after{	
		content:"";
		display: block;
		position: absolute;
		width: 100%;
		height: 86px;
		bottom: -21px;
		left: 0;
		background: linear-gradient(180deg, rgba(250, 251, 251, 0) 0, #FAFBFB 100%);
	} */
	.partner-home-section dotlottie-wc{
		width: 100%;
		height: 590px;
        transform: translateY(-50%);
        margin-top: 50%;
    }
}

@media(max-width:767px) {
    section.home-partner {
        padding: 40px 20px;
    }

    .partner-content-left {
        padding-left: 12px;
        text-align: center;
        padding-top: 30px;
        padding-right: 12px;
    }

    .partner-image-right img {
        width: 80%;
    }
}

/*Partner page styling*/
.partners {
    width: 100%;
    background-image: url(assets/img/partner-page-hero.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 125px;
    padding-bottom: 40px;
}

.partners h1,
.partners p {
    color: #fff;
}

.inner-hero-image-wrap {
    text-align: right;
}

.inner-hero-image-wrap img {
    width: 70%;
}

.light-button {
    background: #F9FAFB;
    color: #1570EF !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    padding: 10px 16px !important;
    max-height: 44px;
    display: inline-flex !important;
    font-size: 14px !important;
}

.light-button span {
    margin-right: 8px;
}

.inner-hero-content-wrap h1,
.inner-hero-content-wrap p {
    margin-bottom: 32px;
}

.inner-hero-content-wrap {
    padding-right: 10px;
}

@media(min-width:767px) and (max-width:1024px) {
    .inner-hero-image-wrap img {
        width: 100%;
    }

    .inner-hero-content-wrap h1 {
        font-size: 28px;
    }

    .inner-hero-content-wrap h1,
    .inner-hero-content-wrap p {
        margin-bottom: 16px;
    }

    .partners {
        background-image: url(assets/img/tablet-image.webp);
    }
}

@media(max-width:767px) {
    .partners {
        background-image: url(assets/img/mobile-header.webp);
        padding-top: 80px;
        padding-bottom: 10px;
    }

    .inner-hero-image-wrap {
        padding-top: 38px;
        text-align: center;
    }

    .inner-hero-image-wrap img {
        width: 100%;
    }

    .inner-hero-content-wrap h1,
    .inner-hero-content-wrap p {
        margin-bottom: 16px;
    }
}

.showcase-slider.casestudy .partners-card .showcase_header {
    background-size: cover;
    background-position: center;
    background-image: url(assets/img/partners-card.png);
    background-repeat: no-repeat;
    height: 200px;
}


.showcase-slider.casestudy .partners-card .showcase-details h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
}


.showcase-slider.casestudy .partners-card .visit-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1570EF;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.showcase-slider.casestudy .partners-card .visit-link:hover {
    gap: 16px;
}

.partners-section-heading {
    font-size: 16px;
    color: #1D2939;
    line-height: 24px;
}

.partners-section-heading p {
    font-weight: 500;
}

.partner-dropdown {
    display: none;
    width: 100%;
    margin-bottom: 16px;
}

.partner-dropdown .dropdown-toggle {
    height: 44px;
    border: solid 1px #EAECF0;
    border-radius: 8px;
    background-color: #fff;
    text-align: left;
    padding: 0 14px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-weight: 500;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.partner-dropdown .dropdown-toggle::after {
    border: none;
    width: 10px;
    height: 5px;
    background-image: url("assets/img/dropdown-icon.svg");
    background-size: contain;
}


.partner-dropdown .dropdown-menu {
    width: 100%;
    border: solid 1px #EAECF0;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(16, 24, 40, 0.1);
    padding: 0;
}

.partner-dropdown .dropdown-menu li {
    padding: 10px 16px;
    font-size: 14px;
    color: #344054;
    border-bottom: solid 1px #EAECF0;
}

.partner-dropdown .dropdown-menu li:hover {
    background-color: #F9FAFB;
    color: #1570EF;
    cursor: pointer;
}

.partner-dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}


.partner-dropdown .dropdown-menu li a {
    color: #344054;
    text-decoration: none;
}

@media screen and (max-width: 840px) {
    .partner-dropdown {
        display: block;
        position: relative;
    }

    .partners-section #case-studies-filters, 
    .partners-section .sort-wrapper{
        display: none;
    }

    .case-studies-header-right .form-control{
        height: 44px;
    }

}

.cat_title {
    display: flex;
    gap: 8px;
    align-items: center;
}

/*Header navigation update css*/

#main-menu ul li:hover .dropdown-menu {          
    box-shadow: 0px 12px 16px -4px #10182814;
}


#main-menu .dropdown-menu li{
    margin:0;
}

#main-menu ul.dropdown-menu {
    border: 0;
    box-shadow: 0px 12px 16px -4px #10182814;
}

#main-menu .dropdown-menu li {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

#main-menu ul.dropdown-menu li:hover {
    background-color: #F2F4F7;
}

#main-menu .dropdown-menu li a:hover {
    background-color: transparent;
}

#main-menu .dropdown-menu li:first-child {
    margin-top: 8px;
}

#main-menu .dropdown-toggle::after{
    vertical-align: middle; 
    margin-left: 6px;
}
header#masthead .mobile-nav-expand button.navbar-toggler.navbar-toggler-close {
    padding: 8px;
}
.mobile-footer-menu{
    width:100%;
}
.social-media.mob-social-media ul.list-unstyled.social-media-wrapper {
    margin-bottom: 20px !important;
}
.social-media.mob-social-media ul.list-unstyled.social-media-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}
@media(min-width:991px){
    .mobile-footer-menu {
        display: none;
    }
}


.entry-content table{
	margin-bottom: 30px
}
.entry-content table,
.entry-content th,
.entry-content td{
	border: solid 1px #a1a1a1;
}