.row {
    display: flex;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.bg-red {
    background: #ff2232;
}
.bg-blue {
    background: #002B5C;
}
.text-blue {
    color: #5377CA;
}
.img-strecth {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

b,
strong {
    font-weight: 700;
}

.hover-scale {
    transition: all 0.3s;
}

.hover-scale:hover {
    transform: scale(1.1);
}

.btn-primary {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    background: #EE3224;
    text-decoration: none !important;
    padding: 12px 36px;
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #EE3224 !important;
    line-height: 1;
}

.btn-primary:hover {
    color: #EE3224;
    background: none;
}

.section-title {
    color: #5377CA;
/*     font-family: Archivo; */
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24px;
}

.gform_required_legend {
    display: none !important;
}

.pb_contact_form {
    background: rgba(0, 43, 92, 0.65);
    height: 703px;
	flex-direction:column;
	justify-content:center;
}

.pb_contact_form .ginput_container input,
.pb_contact_form .ginput_container select,
.pb_contact_form .ginput_container textarea {
    border-bottom: 1px solid #5377CA;
}

.pb_contact_form .ginput_container input::placeholder,
.pb_contact_form .ginput_container select::placeholder,
.pb_contact_form .ginput_container textarea::placeholder {
    text-transform: none;
}

.pb_contact_form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 32px;
}

.pb_contact_form .gform_description {
    color: #FFF;
/*     font-family: Inter; */
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 137%;
    letter-spacing: 0.32px;
    margin: 0 0 26px;
}

.pb_contact_form .gform_wrapper.gravity-theme .gform_footer {
    justify-content: end;
}

.pb_contact_form .gform_footer input[type='submit'] {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    border-radius: 50px;
    border: 1px solid #EE3224;
    width: 150px;
}

.pb_contact_form .gform_footer input[type='submit']:hover {
    color: #EE3224;
    background: none;
}

.pb_contact_form .gform_wrapper h2,
.is-pb-contact-form-h2{
    color: #5377CA;
/*     font-family: Archivo; */
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24px;
    margin: 0 0 16px;
}

.pb-banner-form-description {
	max-width:480px;
}

.banner-text .pb_eyebrow {
    color: #FFF;
/*     font-family: Inter; */
    font-size: 16px;
    font-weight: 700;
    line-height: 142%;
    letter-spacing: 1.12px;
}

.banner-text .pb_eyebrow:before {
    content: '';
    background: #EE3224;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 20px;
}

.banner-text h1,
.is-banner-h1 {
    color: #FFF;
/*     font-family: Archivo; */
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.48px;
    margin: 10px 0;
	line-height:1.1
}


.banner-text h1 span,
.is-banner-h1 span {
    color: #5377CA;
}

.pb_content p {
    color: #FFF;
/*     font-family: Inter; */
    font-size: 16px;
    font-weight: 300;
    line-height: 142%;
    letter-spacing: 1.12px;
    margin: 0 0 19px;
}

.feat-item .feat-title {
    padding: 20px 0;
/*     font-family: Archivo; */
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24px;
}

.feat-item .feat-txt p,
.feat-item .feat-bul ul li {
    color: #FFF;
    text-align: left;
/*     font-family: Inter; */
    font-size: 16px;
    font-weight: 300;
    line-height: 142%;
    letter-spacing: 1.12px;
}

.feat-item .feat-bul ul li {
    line-height: 108%;
}

.price-list h2 {
    color: #5377CA;
/*     font-family: Archivo; */
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.24px;
    margin: 0 0 20px;
}

.price-list h3 {
    color: #5377CA;
/*     font-family: Archivo; */
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline;
}

.pl_section_heading p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 142%;
    letter-spacing: 1.12px;
}

.mid-banner {
    min-height: 357px;
}

.mid-banner h2,
.is-mid-banner-h2 {
    color: #FFF;
/*     font-family: Archivo; */
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.32px;
}

.mbc_content p {
    color: #FFF;
/*     font-family: Inter; */
    font-size: 24px;
    font-weight: 300;
    line-height: 116%;
}

.mbc_content p strong {
    color: #FFF;
}

.our-services h2 {
    color: #5377CA;
/*     font-family: Archivo; */
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24px;
}

.tab-content h3 {
    padding-bottom: 0 !important;
    color: #000;
/*     font-family: Archivo; */
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.tab-content p {
    color: #000;
/*     font-family: Inter; */
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.12px;
    margin: 0 0 20px;
}

.our-services .services-wrap {
    column-gap: 90px;
}

.services-wrap .nav {
    min-width: 454px;
    background: #F5F3F3;
    max-width: 100%;
    height: 453px;
    padding: 68px 0;
    margin-left: -16px;
}

.nav-link {
    color: #002B5C;
/*     font-family: Inter; */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.12px;
    border-radius: 0 !important;
    padding: 15px 0 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: transparent;
    color: #5377CA;
    font-weight: 700;
    border-bottom: 1px solid #5377CA;
}

.affiliate-logo:after {
    content: '';
    display: block;
    width: 806px;
    height: 2px;
    background: #002B5C;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3;
}

/* Responsive Slider */
.responsive-slider .slick-slide > div > div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 170px;
}

.responsive-slider .slick-slide img {
    max-width: 75%;
    max-height: 130px;
}

.responsive-slider .slick-arrow {
    width: 46px;
    height: 46px;
    background: url(../images/slide-arrow.svg) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    outline: none !important;
    border: 0;
    text-indent: -99999px;
}

.responsive-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.responsive-slider .slick-arrow.slick-prev {
    left: 0;
}

.responsive-slider .slick-arrow.slick-next {
    transform: rotate(180deg);
    right: 0;
}

.responsive-slider .slick-dots {
    display: none !important;
}
.accordion {
    margin-top: 0;
}
.accordion h3 {
    padding: 0 !important;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button {
    background: #F5F3F3;
    color: #002B5C;
/*     font-family: Archivo; */
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 29px;
    margin: -1px 0 11px;
    outline: none !important;
    box-shadow: none !important;
}
.accordion-button::after {
    filter: invert(45%) sepia(90%) saturate(714%) hue-rotate(197deg) brightness(83%) contrast(88%);
}
.accordion-body p {
    font-size: 16px;
    margin: 0 0 16px;
}
.accordion-header {
    display: flex;
    align-items: stretch;
}

.accordion-button {
    width: 100%;
    display: flex;
    align-items: center;
}
.our-process .nav-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    column-gap: 100px;
}
.our-process .nav-wrap button {
    width: 70.733px;
    height: 70.796px;
    background: #5377CA;
    padding: 0;
    border-radius: 100% !important;
    color: #FFF;
    text-align: center;
/*     font-family: Archivo; */
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24px;
    border: 1px solid #5377CA;
}
.our-process .nav-pills .nav-link.active {
    background-color: transparent;
    color: #5377CA;
}
.home .case {
    background: #F5F3F3;
    display: block;
    padding: 60px 100px;
}
.home .case .feat-wrap {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.home .case-wrap h2 {
    color: #5377CA;
/*     font-family: Archivo; */
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24px;
}
.home .case-wrap h3, .home .case-wrap h4 {
    color: #5377CA;
/*     font-family: Archivo; */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
    font-style: normal;
    padding:0;
}
.home .case-wrap .excerpt {
    color: #000;
/*     font-family: Inter; */
    font-size: 16px;
    font-weight: 300;
    line-height: 137%;
    letter-spacing: 0.32px;
}
.case-wrap .case-log {
    background-position: center;
}
.home .case-wrap a {
    color: #FFF;
    text-align: center;
/*     font-family: Inter; */
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    background: #EE3224;
    text-decoration: none !important;
    padding: 12px 36px;
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #EE3224 !important;
    line-height: 1;
}
.home .case-wrap a::after {
    display:none;
}
.home .case a.gal-img:nth-of-type(1), .home .case a.gal-img:nth-of-type(2), .home .case a.gal-img:nth-of-type(3) {
    border: 0 !important;
}
ul.service-list {
    padding: 0 0 10px;
    list-style: none;
}
ul.service-list li {
    margin:0 0 10px;
}
ul.service-list li a {
    color: #002B5C;
/*     font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 152%;
    letter-spacing: 0.32px;
    position: relative;
    padding: 0 0 0 15px;
}
ul.service-list li a:before {
    content:'';
    display: inline-block;
    width:7px;
    height:7px;
    background: #5377CA;
    position: absolute;
    left:0;
    top:7px;
}
.latest-blog .card {
    border: 0;
    border-radius: 9px;
    overflow: hidden;
}
.latest-blog .card-body {
    padding: 20px 30px 25px;
    background: #002B5C;
    color: #fff;
}
.latest-blog .card-title {
    color: #5377CA;
/*     font-family: Archivo; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    margin: 0 0 12px;
}
.latest-blog .card-text {
    color: #FFF;
/*     font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 142%;
    letter-spacing: 1.12px;
    margin: 0 0 20px;
}
.latest-blog .btn-text {
    color: #5377CA;
/*     font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 142%;
    letter-spacing: 1.12px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.faq-section .accordion-body ul {
    padding-left: 20px;
}
.contact-form-section .pb_contact_form {
    background: unset;
    height: unset;
}
.contact-form-section p  {
    color: #FFF;
/*     font-family: Inter; */
    font-size: 16px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 137%;
    letter-spacing: 0.32px;
    margin: 0 0 20px;
}
.contact-form-section .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 40px;
}
.contact-form-section .pb_contact_form .gform_footer input[type='submit'] {
    width: 208px;
}

/* How We Can Help */
.how-we-can-help h2 {
/*     font-family: Archivo; */
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24px;
}

.table-wrap {
    display: flex;
    width: 100%;
    height: 100%;
}

.table__cell {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #002B5C !important;
    background-blend-mode: multiply;
}

.table__cell .content {
    opacity: 0;
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.table__cell.active .content {
    opacity: 1;
    transition-delay: 300ms;
}

.table__cell .heading span.minus {
    display: none;
}

.table__cell.active .heading span.minus,
.table__cell:hover .heading span.minus {
    display: block;
}

.table__cell.active .heading span.plus,
.table__cell:hover .heading span.plus {
    display: none;
}
.section-mobile {
    display: none;
}

/* DESKTOP */
@media (min-width: 768px) {
    .table-wrap {
        flex-direction: row;
    }

    .table__cell {
        width: 25%;
        height: 434px;
        border-left: 1px solid #fff;
        padding: 39px 22px;
    }

    .table__cell:first-child {
        border-left: 0;
    }

    .table__cell:hover {
        width: 50%;
    }

    .table__cell:hover .content {
        opacity: 1;
        transition-delay: 300ms;
    }
}

.table__cell h3,
.heading span {
    color: #FFF;
/*     font-family: Inter; */
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 1.12px;
}

.table__cell .content,
.table__cell .content p {
    color: #FFF;
/*     font-family: Inter; */
    font-size: 16px;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: 1.12px;
}



/* XL Responsive */
@media (min-width: 1200px) {
    .price-list .col-xl-2 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .contact-form-section .image-wrap {
        width:474px;
    }
    .section-mobile {
        display: none;
    }
}
@media (max-width: 980px) {
    .section-mobile {
        display: block;
    }
    .section-desktop {
        display: none !important;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .table-wrap {
        flex-direction: column;
    }

    .table__cell {
        width: 100%;
        flex: 1;
        height: auto;
        padding: 20px;
        border-top: 1px solid #fff;
    }

    .table__cell.active {
        flex: 3;
    }

    .table__cell .content {
        height: 0;
        padding-top: 0 !important;
    }

    .table__cell.active .content {
        height: auto;
        padding-top: 16px !important;
    }

    .table__cell:hover {
        flex: 1 !important;
    }

    .table__cell .content {
        opacity: 0;
        transition: opacity 300ms ease;
    }

    .table__cell.active .content {
        opacity: 1;
        transition-delay: 300ms;
    }
    .home-2025 .latest-blog .card {
        max-width: 450px;
        margin: 0 auto 20px;
    }
    .our-process .nav-wrap {
        column-gap: 70px;
    }
}