@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
}

.header-nav-main.nav-line-bottom > li > a:before,
.header-nav-main.nav-line-grow > li > a:before,
.header-nav-main.nav-line > li > a:before,
.header-nav-main.nav-box > li > a:hover,
.header-nav-main.nav-box > li.active > a,
.header-nav-main.nav-pills > li > a:hover,
.header-nav-main.nav-pills > li.active > a {
    background-color: var(--primary-color) !important;
}

#header .header-wrapper {
    position: absolute;
    top: 40px;
}

.header-wrapper .nav-left {
    justify-content: center;
}

.header-wrapper .header-nav-main > li > a {
    font-weight: 400;
}

.header-wrapper .top-divider {
    display: none;
}

.header .flex-row {
    background: #FFFFFFb8;
    border-radius: 10px;
}

.header .flex-right {
    margin-left: 20px;
}

.header .flex-right .header-button .button span {
    text-transform: capitalize;
    padding: 8px 6px;
    font-size: 13px;
}

.header .flex-right .header-button .button:after {
    content: unset;
}

.header-bottom .flex-row {
    background: transparent;
}

.header-bottom .nav-right.header-bottom-nav {
    position: absolute;
    right: 0;
}

li.header-language-dropdown:before,
li.header-language-dropdown:after,
li.header-language-dropdown > a {
    display: none !important;
}

li.header-language-dropdown ul.nav-dropdown {
    border: 0;
    margin-left: 0 !important;
    box-shadow: unset;
    padding: 0;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    z-index: 9;
    opacity: 1;
    background: transparent;
    min-width: fit-content;
}

li.header-language-dropdown ul.nav-dropdown li a {
    border: 0;
}

li.header-language-dropdown ul.nav-dropdown li a span {
    display: none;
}

li.header-language-dropdown ul.nav-dropdown li .icon-image img {
    width: 32px;
    height: 24px;
    object-fit: cover;
}

.slide-content {
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: 99999999;
}

.slider-banner .banner-bg .overlay {
    background: linear-gradient(90.62deg, rgba(12, 12, 12, 0.42) 0.53%, rgba(12, 12, 12, 0.6) 50.02%, rgba(12, 12, 12, 0.42) 99.5%);
}

.slide-content .slide-text {
    max-width: 650px;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.slide-content .slide-text {
    max-width: 90%;
    margin: auto;
    text-align: center;
}

.slide-content .slide-text h5 {
    color: #7FA4FF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.slide-content .slide-text h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 50px;
    line-height: 74px;
    color: #fff;
}

.slide-content .slide-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.btn-slide span {
    font-size: 16px;
    line-height: 100%;
}

.btn-slide.btn-slide-white span {
    color: var(--primary-color);
}

.slide-text .btn-slide:hover {
    box-shadow: none;
}

.slide-text .btn-slide {
    font-weight: 400;
    margin-bottom: 0 !important;
}

.slide-content .slide-form {
    width: 400px;
    max-width: 400px;
}

.slide-content .slide-form {
    background: #fff;
    border-radius: 10px;
}

.slide-form form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.slide-form .form-control-text {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.slide-form .form-control-text h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}

.slide-form .form-control-text p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.slide-form .form-control {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
}

.slide-form .wpcf7-spinner,
.slide-form .wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.slide-form .wpcf7-response-output {
    display: none;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.slide-form .form-control label {
    position: relative;
}

.slide-form .form-submit {
    text-align: center;
}

.slide-form .form-submit input[type="submit"] {
    margin: auto;
    width: 100%;
    border-radius: 100px;
}

.slide-form .form-submit p,
.slide-form .form-submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slide-form .form-control label strong {
    position: absolute;
    line-height: 22px;
    font-weight: normal;
    color: #888;
    left: 25px;
    top: 9px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.slide-form .form-control strong.focusIn {
    font-size: 14px;
    top: -10px;
    left: 30px;
    background-color: #fff;
    padding: 0 5px;
    color: var(--primary-color);
}

.slide-form .form-control strong.focusIn1 {
    font-size: 14px;
    top: -10px;
    left: 30px;
    background-color: #fff;
    padding: 0 5px;
    color: var(--primary-color);
}

.slide-form .form-control .input-text {
    border-radius: 100px;
    padding-left: 25px;
    height: 44px;
    margin-bottom: 14px;
    color: #888;
}

.slide-form .form-control .input-text.input-img {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    font-size: 12px;
    padding-top: 12px;
}

.slide-form .form-control .input-text:hover,
.slide-form .form-control .input-text:focus,
.slide-form .form-control .input-text:active {
    border-color: var(--primary-color);
    box-shadow: none;
    color: var(--primary-color) !important;
}

.info-list {
    padding-bottom: 15px;
}

.info-list .info-item {
    border-radius: 14px;
    box-shadow: 0px 2px 12px 0px #00000024;
    background: #fff;
}

.info-list .info-item h3,
.info-list .info-item h3 a {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #668EEF;
}

.info-list .info-item p,
.info-list .info-item p a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0;
    color: #020202;
}

.info-list .info-item a
{
    display: block;
    width: 100%;
}

.info-list .info-item {
    cursor: pointer;
    padding: 30px 25px;
}

.info-list-about {
    margin-top: 20px;
}

.info-list-about .info-item {
    border-top: 3px solid #668EEF
}

/* .title-header
{
    text-align: center;
} */
.text.title-header h1,
.text.title-header h2,
.text.title-header h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    color: #1D1D1D;
    margin: 0 auto;
}

.text.title-header h4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #7FA4FF;
}

.text.title-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
}

.title-header {
    padding-bottom: 50px;
}

.locations-img {
    opacity: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 14px 0px #00000021;
}

.connecting-text,
.connecting-image,
.connecting-text .title-header {
    padding-bottom: 0 !important;
}

.connecting-image {
    height: -webkit-fill-available;
}

.connecting-image .col-inner {
    height: 100%;
    display: block;
    position: relative;
}

.connecting-image .connecting-img {
    position: absolute;
}

.connecting-image .connecting-img img {
    border-radius: 20px;
}

.connecting-image .connecting-img-1 {
    padding-left: 60px;
    top: 0;
    right: 0;
    z-index: 1;
}

.connecting-image .connecting-img-2 {
    padding-right: 160px;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.cultural-item .col-inner {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 14px 0px #00000021;
    padding: 23px 23px 0px;
}

.cultural-item {
    padding-bottom: 30px !important;
}

.cultural-item .col-inner img {
    border-radius: 14px;
}

.cultural-item .box-text,
.cultural-item .box-text .box-text-inner {
    position: unset;
}

.cultural-item .col-inner h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
}

.cultural-item .col-inner p {
    font-family: Inter;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 28px;
    text-align: center;
}

.cultural-date {
    border-radius: 10px;
    padding-top: 1px;
    padding-right: 14px;
    padding-bottom: 1px;
    padding-left: 14px;
    background: #507FF2;
    color: #fff;
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 1px;
    line-height: 46px;
    text-align: center;
}

.why-item {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.why-item .col-inner {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    border-radius: 20px;
    box-shadow: 0px 2px 14px 0px #00000021;
    padding: 30px 20px;
}

.why-item .col-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.why-item .col-inner ul li {
    width: calc(50% - 1.3em);
    margin-bottom: 0;
}

.why-item .col-inner p {
    margin-bottom: 0;
}

.why-item .col-inner h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
}

.why-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.button.btn-more {
    display: flex;
    width: fit-content;
    margin: auto;
    align-items: center;
    border-radius: 90px;
    border-color: #668EEF;
    padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 14px;
    padding-left: 24px;
}

.button.btn-more span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.section-image {
    padding-top: 0 !important;
}

.album-about {
    margin-top: 40px;
}

.album-home .gallery-col.grid-col-1 {
    max-width: 30%;
    -ms-flex-preferred-size: 36%;
    flex-basis: 30%;
}

.album-home .gallery-col.grid-col-1-2.large-6 {
    max-width: 64%;
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%;
}

.album-home .gallery-col.grid-col-1-2.large-3 {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
}

.album-home .gallery-col.grid-col {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 14px;
}

.album-home .gallery-box {
    box-shadow: 0px 2px 14px 0px #00000021;
    border-radius: 20px;
    overflow: hidden;
}

.partners-list > .col-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 40px;
}

.partners-list > .col-inner > .img {
    padding: 10px 20px;
    width: calc((100% - 33.333%) / 4) !important;
    margin-bottom: 0 !important;
}

.partners-list > .col-inner > .img:first-child {
    width: calc(33.3333%) !important;
}

.team-items > .col-inner {
    border-radius: 20px;
    overflow: hidden;
}

.team-items > .col-inner .box-image img,
.img-team img
{
    object-position: top!important;
}

.team-items > .col-inner > .team-member-content {
    display: none;
}

.team-items .box-text-inner > .uppercase {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
}

.team-items-about > .col-inner {
    box-shadow: 0px 2px 12px 0px #00000024;
    border-radius: 14px;
}

.team-items-about .box-text-inner > .uppercase {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
}

.team-items-about .box-image {
    padding-top: 50px;
    padding-bottom: 20px;
}

.team-items-about .box-image-inner {
    width: 100px;
    height: 100px;
    margin: auto;
    padding-top: 0 !important;
}

.team-items-about .box-image-inner img {
    width: 100%;
    object-position: top;
}

.team-items-about .box-text {
    padding-left: 28px !important;
    padding-right: 28px !important;
    padding-bottom: 40px;
}

.team-items-about .box-text-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.list-news .post-item > .col-inner {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 14px 0px #00000021;
}

.list-news .post-item .box-text-inner h5 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.list-news .box-blog-post .is-divider {
    display: none;
}

.list-news .post-item .box-text-inner .from_the_blog_excerpt {
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    height: 112px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.list-news .post-item .box-image {
    margin: 20px;
    border-radius: 14px;
    overflow: hidden;
}

.list-news .flickity-page-dots .dot {
    width: 48px !important;
    height: 6px;
    border-radius: 70px;
    background: #D9D9D9;
}

.list-news .flickity-page-dots .dot.is-selected {
    background: #507FF2;
}

.requirement-item > .col-inner {
    border-top: 3px solid #668EEF;
    box-shadow: 0px 2px 12px 0px #00000024;
    opacity: 1;
    border-radius: 14px;
    border-top-width: 3px;
    height: 320px;
    padding: 40px;
    display: flex;
    align-items: center;
}

.requirement-item > .col-inner h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0;
}

.requirement-item > .col-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
}

.requirement-item > .col-inner p strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}

.requirement-item:nth-child(-n + 3) > .col-inner {
    height: 500px;
}

.requirement-table .col-inner {
    box-shadow: 0px 2px 12px 0px #00000024;
    border-radius: 14px;
    padding: 20px;
    overflow: auto;
}

.requirement-table table {
    margin-bottom: 0;
}

.requirement-table thead,
.requirement-table tbody,
.requirement-table tr,
.requirement-table td,
.requirement-table th {
    border-color: transparent;
}

.requirement-table thead {
    background: #507FF2;
}

.requirement-table thead th {
    padding: 10px 30px;
    color: #fff;
    text-transform: capitalize;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}

.requirement-table thead th:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    padding-left: 40px;
}

.requirement-table thead th:last-child {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.requirement-table tbody td {
    padding: 20px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #1D1D1D;
}

.requirement-table tbody tr:not(:last-child) td
{
    border-bottom: 1px solid #E0E0E0;
}

.requirement-table tbody tr td:nth-child(2)
{
    color: #507FF2;
}

.section-form {
    transform: translateY(-120px);
    z-index: 1;
}

.section-form .row-form {
    background: #fff;
    box-shadow: 0px 2px 14px 0px #00000021;
    border-radius: 20px;
    padding: 30px;
}

.contact-info {
    background: linear-gradient(160.4deg, #507FF2 -7.62%, #487CFD 112.5%);
    border-radius: 20px;
    padding-bottom: 0 !important;
}

.contact-info .col-inner {
    padding: 32px;
}

.ct-if-text {
    color: #fff;
}

.ct-if-text h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
}

.ct-if-text h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: flex;
}

.ct-if-text h4 img {
    margin-bottom: 0 !important;
    margin-right: 12px;
    width: 20px;
    height: auto;
    object-fit: contain
}

.ct-if-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.ct-if-text-2 p {
    margin-left: 32px;
}

.ct-if-text-3 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.ct-if-text-3 p strong {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}

.contact-form {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

.contact-form form {
    margin-bottom: 0;
}

.form-contact {
    display: flex;
    flex-wrap: wrap;
}

.form-contact .form-control {
    width: 100%;
}

.form-contact .form-control.form-50 {
    width: 50%;
}

.form-contact .form-control.form-50:nth-child(2n) {
    padding-left: 10px;
}

.form-contact .form-control.form-50:nth-child(2n - 1) {
    padding-right: 10px;
}

.form-contact .form-control label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #101010;
    margin-bottom: 15px;
}

.form-contact .form-control input,
.form-contact .form-control textarea {
    background: #FAFAFA !important;
    border-radius: 100px;
    height: 54px;
    min-height: 54px;
    width: 100%;
    resize: none;
    padding: 13px 0;
    padding-left: 20px;
    margin-bottom: 20px;
    box-shadow: none !important;
    border: none;
}

.form-contact .form-control.form-submit input {
    background: #507FF2 !important;
    line-height: 1;
    margin-bottom: 0;
}

.form-contact .form-control .wpcf7-spinner {
    display: none;
}

.form-contact .form-control input::placeholder,
.form-contact .form-control textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #898989;
}

.ac-question .accordion-item {
    border-left: 3px solid #668EEF;
    box-shadow: 0px 2px 12px 0px #00000024;
    border-radius: 14px;
    margin-bottom: 30px;
}

.ac-question .accordion-inner {
    background: #507FF21A;
}

.ac-question .accordion-title {
    border-top: 0;
    padding: 22px 32px;
}

.ac-question .accordion-title.active {
    background: transparent;
}

.ac-question .accordion-title .toggle {
    right: 0;
    top: 19px;
    left: unset;
}

.ac-question .accordion-title .toggle i {
    top: unset;
    font-family: 'Inter' !important;
}

.ac-question .accordion-title.active>.toggle {
    transform: rotate(0);
}

.ac-question .accordion-title span {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #1D1D1D;
}

.ac-question .accordion-title .icon-angle-down:before {
    content: "+";
}

.ac-question .accordion-title.active .icon-angle-down:before {
    content: "-";
}

.row-our > .col > .col-inner {
    margin-top: 10px;
    padding: 30px !important;
    box-shadow: 0px 2px 12px 0px #00000024;
    border-radius: 14px;
}

.row-our > .col > .col-inner .col {
    padding-bottom: 0 !important;
}

.row-our > .col > .col-inner .img {
    border-radius: 12px;
    overflow: hidden;
}

.row-our > .col > .col-inner h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #1D1D1D;
}

.row-our > .col > .col-inner h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #808080;
}

.row-our > .col > .col-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}

.banner-member {
    box-shadow: 0px 2px 14px 0px #00000021;
    border-radius: 20px;
    overflow: hidden;
}

.banner-member:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #354B81C2;
    border-radius: 20px;
    z-index: 1;
}

.banner-member .text-box {
    z-index: 2;
}

.banner-member .text-box h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
}

.banner-member .text-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
}

.membership-item .col-inner {
    box-shadow: 0px 2px 12px 0px #00000024;
    border-top: 3px solid #668EEF;
    border-radius: 14px;
    padding: 40px;
}

.membership-item h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #1D1D1D;
}

.membership-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
}

.membership-business .col-inner {
    padding-left: 24px;
    padding-right: 24px;
}

.membership-item-2 .col-inner {
    display: flex;
    flex-wrap: wrap;
}

.membership-item-2 .col-inner .text {
    width: 100%;
}

.membership-item-2 .button.btn-member:nth-child(odd) {
    margin-right: auto;
}

.membership-item-2 .button.btn-member:nth-child(even) {
    margin-left: auto;
}

.membership-item-2 .button.btn-member {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 70px;
    border-color: #668EEF;
    padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 14px;
    padding-left: 24px;
    background-color: #0E245B !important;
}

.membership-item-2 .button.btn-member span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.membership-item-2 p {
    margin-bottom: 24px;
}

.membership-item-2 h6 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
}

.banner-member-1:before {
    background: #00000066;
}

.bg-footer {
    padding: 60px 0;
    background: red;
    border-radius: 20px;
    background: url('/wp-content/uploads/2025/09/bg-footer.png');
    position: relative;
}

.bg-footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #001446C2;
    border-radius: 20px;
    box-shadow: 0px 2px 14px 0px #00000021;
}

.bg-footer > * {
    color: #fff;
}

.bg-footer  p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    padding-left: 162px;
    padding-right: 162px;
}

.bg-footer h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    text-align: center;
    padding-left: 162px;
    padding-right: 162px;
    color: #fff;
}

.bg-footer  p strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.btn-white.button.btn-more {
    background-color: #fff !important;
}

.btn-white.button.btn-more span {
    color: var(--primary-color);
    font-weight: 400;
}

.banner-breadcrumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.62deg, rgba(12, 12, 12, 0.56) 0.53%, rgba(12, 12, 12, 0.64) 49.66%, rgba(12, 12, 12, 0.56) 99.5%);
    z-index: 1;
}

.banner-breadcrumb .text-box {
    z-index: 2;
}

.experience-item h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
}

.experience-item p {
    font-weight: 400;
    font-size: 13.5px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.experience-item {
    padding-left: calc(48px + 24px);
    position: relative;
    padding-bottom: 40px;
}

.experience-item:before {
    content: "";
    display: flex;
    width: 48px;
    height: 48px;
    background: #507FF2;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    place-items: center;
    border-radius: 100%;
    color: #fff;
}

.experience-item-1:before {
    content: "01";
}

.experience-item-2:before {
    content: "02";
}

.experience-item-3:before {
    content: "03";
}

.experience-item-4:before {
    content: "04";
}

.experience-item-5:before {
    content: "05";
}

.experience-item-6:before {
    content: "06";
}

.experience-item-7:before {
    content: "07";
}

.experience-item-8:before {
    content: "08";
}

.experience-item-9:before {
    content: "09";
}

.experience-list .experience-item:not(:last-child):after {
    content: "";
    height: calc(100% - 48px);
    display: block;
    width: 0px;
    border-left: 2px dashed #507FF2;
    position: absolute;
    left: 24px;
    z-index: -1;
    bottom: 0;
}

.pricing-list {
    box-shadow: 0px 2px 14px 0px #00000021;
    padding: 40px 50px !important;
    border-radius: 20px;
}

.pricing-list:first-child {
    margin-right: auto;
}

.pricing-list:last-child {
    margin-left: auto;
}

.text-pricing h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    color: #507FF2;
}

.package-list .col-inner {
    box-shadow: 0px 2px 14px 0px #00000021;
    border-radius: 20px;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
}

.package-list .col-inner h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.package-list .col-inner p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.package-list .col-inner p:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}

.package-text {
    width: 100%;
}

.package-text-left,
.package-text-right {
    min-height: 300px;
}

.package-text-left p:before {
    width: 17px;
    height: 16px;
    background: url('/wp-content/uploads/2025/09/3-Check.svg');
    margin-right: 5px;
}

.package-text-right p:before {
    width: 17px;
    height: 16px;
    background: url('/wp-content/uploads/2025/09/x.svg');
    margin-right: 5px;
}

.package-text-full-l,
.package-text-full-r {
    width: 50%;
}

.package-text h5 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}

.our-mission-text {
    background: #507FF21A;
    border-radius: 120px;
    padding: 18px 200px;
}

.our-mission-text h4 {
    color: #1D1D1D;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
}

.our-mission-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
}

.form-contact .form-control.form-50.form-cb-l{
    padding-left: 0;
    padding-right: 10px;
}

.form-contact .form-control.form-50.form-cb-r{
    padding-right: 0;
    padding-left: 10px;
}

.form-cb .wpcf7-checkbox label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-cb .wpcf7-checkbox label input {
    width: 24px;
    height: 24px;
    min-height: auto;
    margin: 0;
    margin-right: 14px;
    border-radius: 6px;
    border: 1px solid #D5D5D5
}

.form-note {
    display: flex;
    margin: auto !important;
    margin-top: 20px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.form-note strong {
    font-weight: 600;
}

.form-cb .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
}

.form-cb .wpcf7-checkbox .wpcf7-list-item  .wpcf7-list-item-label {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

#form-other-1,
#form-other-2
{
    display: none;
}

#form-other-1.show,
#form-other-2.show
{
    display: block;
    width: 100%;
    width: 100vw !important;
    max-width: 1170px;
}


input[id^="ot_checkbox_"] {
    width: 100vw !important;
    max-width: 1170px;
}

.form-registration .form-control.form-submit {
    margin-top: 20px;
}

.back-to-top {
    right: 2px !important;
}

.absolute-footer {
    display: none;
}

.footer-top {
    background: #1b1e7e;
    padding-top: 50px;
    color: #fff;
}

.footer-top > div {
    padding-bottom: 10px;
}

.footer-top h3,
.footer-top a,
.footer-top a:hover {
    color: #fff !important;
}

.copy-right p
{
    margin-bottom: 0;
}

.copy-right {
    background: #00035b;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.copy-right-text p {
    margin-bottom: 0;
    font-size: 12px;
    color: #c5c5c5;
}

.copy-right-text a,
.copy-right-text a:hover,
.copy-right-statistics label {
    color: #c5c5c5;
    font-size: 12px;
}

.copy-right-statistics h2 {
    display: none;
}

.copy-right-statistics > li {
    margin-left: 5px !important;
}

.copy-right-statistics .widget>ul,
.copy-right-statistics .widget>ul>li {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #c5c5c5;
}

.copy-right-statistics .widget>ul>li+li {
    border-top: 0;
}

.copy-right-statistics label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.copy-right-statistics .widget>ul>li+li {
    margin-left: 10px;
}

.shop-page-title,
.product-section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.2rem !important;
    font-weight: 700;
    font-style: normal;
    color: #141414;
    line-height: 1.2;
}

.badge-inner {
    display: inline-block;
    padding: 0.5em 1em 0.35em 1em;
    line-height: 1.2;
    vertical-align: top;
    font-size: 12px !important;
    color: #ffffff;
    background: linear-gradient(86deg, #1c4f78 0%, #3e91cd 50%, #a9ddf7 100%);
    border-radius: 0;
}

.badge-inner.on-sale {
    clip-path: polygon(0.668213px 0px, calc(100% - 0.4494px) 0px, calc(100% - 9.3442px) calc(100% - 4.5577px), calc(100% - 9.3442px) calc(100% - 4.5577px), calc(100% - 9.7028246px) calc(100% - 3.7634139px), calc(100% - 10.1490288px) calc(100% - 3.0301952px), calc(100% - 10.6751182px) calc(100% - 2.3633533px), calc(100% - 11.2733984px) calc(100% - 1.7681976px), calc(100% - 11.936175px) calc(100% - 1.2500375px), calc(100% - 12.6557536px) calc(100% - 0.8141824px), calc(100% - 13.4244398px) calc(100% - 0.4659417px), calc(100% - 14.2345392px) calc(100% - 0.2106248px), calc(100% - 15.0783574px) calc(100% - 0.053541100000004px), calc(100% - 15.9482px) calc(100% - 0px), 0.668213px calc(100% - 0px), 0.668213px 0px);
}

.badge-inner.on-sale {
    background: var(--nmns-gradient-badge-blue, linear-gradient(45deg, #364ECA 0%, #45A1E4 100%));
}

.badge-container {
    margin: 0 !important;
    display: flex;
}

.badge-container .badge {
    width: unset !important;
    height: unset !important;
}

.badge-container .badge .badge-inner {
    display: block;
    padding: 10px 20px;
}

.blog-featured-title {
    height: 500px;
}

.featured-title .page-title-inner {
    position: absolute;
    width: 100%;
    margin: auto;
    transform: translateX(50%);
    right: 50%;
    bottom: 10%;
}

.featured-title .page-title-inner .entry-category,
.featured-title .page-title-inner .entry-divider {
    display: none;
}

.two-button .col-inner
{
    display: flex;

}

.two-button .col-inner .btn-more:nth-child(1)
{
    margin-right: 10px;
}
.two-button .col-inner .btn-more:nth-child(2)
{
    margin-left: 10px;
}

.two-button .col-inner .btn-more
{
    height: 54px;
}


.btn-wa.button.btn-more {
    background-color: #128C7E!important;
    border-color: #128C7E;
}

.btn-wa.button.btn-more:before
{
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background-image: url('/wp-content/themes/impact/images/ic-wa.png');
    background-size: contain;
    margin-right: 10px;
}


@media screen and (max-width:767.98px) {
    .slide-content {
        bottom: 20px;
    }

    .slide-content .slide-text h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .slide-content .slide-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .connecting-text,
    .connecting-image,
    .connecting-text .title-header {
        padding-bottom: 20px !important;
    }

    .connecting-image .connecting-img {
        position: relative;
    }

    .connecting-image .col-inner {
        padding-bottom: 90px;
    }

    .connecting-image .connecting-img-2 {
        top: 100px;
        padding-right: 100px;
        position: absolute;
        margin-bottom: 100px;
    }

    .partners-list > .col-inner {
        justify-content: center;
    }

    .partners-list > .col-inner > .img,
    .partners-list > .col-inner > .img:first-child {
        width: 50% !important;
    }

    .our-mission-text
    {
        padding: 18px 20px;
    }

    .our-mission-text p
    {
        margin-bottom: 0;
    }

    .pricing-list
    {
        margin-bottom: 20px!important;
    }
    .requirement-item > .col-inner,
    .requirement-item:nth-child(-n + 3) > .col-inner
    {
        height: auto;
    }

    .bg-footer h3,
    .bg-footer p
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bg-footer h3
    {
        font-size: 30px;
        line-height: 35px;
    }

    .bg-footer p
    {
        font-size: 14px;
        line-height: 18px;
    }

    .header-wrapper .nav-left {
        justify-content: left;
    }

    .text.title-header h4 {
        font-size: 16px;
    }

    .text.title-header h1,
    .text.title-header h2,
    .text.title-header h3 {
        font-size: 20px;
        line-height: 40px;
    }

    .text.title-header p {
        font-size: 14px;
        line-height: 28px;
    }

    .pricing-list {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .package-text-full-l,
    .package-text-full-r {
        width: 100%;
    }

}
