@font-face {
    font-family: 'Aeonik';
    src: url('./Fonts/Aeonik-Regular.eot');
    src: url('./Fonts/Aeonik-Regular.eot?#iefix') format('embedded-opentype'),
        url('./Fonts/Aeonik-Regular.woff2') format('woff2'),
        url('./Fonts/Aeonik-Regular.woff') format('woff'),
        url('./Fonts/Aeonik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('./Fonts/Aeonik-Bold.eot');
    src: url('./Fonts/Aeonik-Bold.eot?#iefix') format('embedded-opentype'),
        url('./Fonts/Aeonik-Bold.woff2') format('woff2'),
        url('./Fonts/Aeonik-Bold.woff') format('woff'),
        url('./Fonts/Aeonik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('./Fonts/Aeonik-Light.eot');
    src: url('./Fonts/Aeonik-Light.eot?#iefix') format('embedded-opentype'),
        url('./Fonts/Aeonik-Light.woff2') format('woff2'),
        url('./Fonts/Aeonik-Light.woff') format('woff'),
        url('./Fonts/Aeonik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biotic';
    src: url('./Fonts/BioticBold.eot');
    src: url('./Fonts/BioticBold.eot?#iefix') format('embedded-opentype'),
        url('./Fonts/BioticBold.woff2') format('woff2'),
        url('./Fonts/BioticBold.woff') format('woff'),
        url('./Fonts/BioticBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Biotic';
    src: url('./wp-content/themes/nb-ipstudio/Fonts/Biotic-C8/biotic-semibold.eot');
    src: url('./wp-content/themes/nb-ipstudio/Fonts/Biotic-C8/biotic-semibold.eot?#iefix') format('embedded-opentype'),
        url('./wp-content/themes/nb-ipstudio/Fonts/Biotic-C8/biotic-semibold.woff2') format('woff2'),
        url('./wp-content/themes/nb-ipstudio/Fonts/Biotic-C8/biotic-semibold.woff') format('woff'),
        url('./wp-content/themes/nb-ipstudio/Fonts/Biotic-C8/biotic-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biotic';
    src: url('./Fonts/BioticRegular.eot');
    src: url('./Fonts/BioticRegular.eot?#iefix') format('embedded-opentype'),
        url('./Fonts/BioticRegular.woff2') format('woff2'),
        url('./Fonts/BioticRegular.woff') format('woff'),
        url('./Fonts/BioticRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('./Fonts/Aeonik-Medium.eot');
    src: url('./Fonts/Aeonik-Medium.eot?#iefix') format('embedded-opentype'),
        url('./Fonts/Aeonik-Medium.woff2') format('woff2'),
        url('./Fonts/Aeonik-Medium.woff') format('woff'),
        url('./Fonts/Aeonik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


html {
    margin: 0 !important;
    padding: 0 !important;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    outline: none;
    scroll-behavior: smooth;
}

/* Website background color and default font styles */
body {
    background: #F3F2DF;
    color: #36192A;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 18px;
    line-height: 155.556%;
    scroll-behavior: smooth;
}

.page-center {
    float: none !important;
    max-width: 1338px;
    margin: 0 auto;
    padding: 0 16px;
}

a {
    color: #36192A;
    text-decoration: underline;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

a:hover,
a:focus {
    color: #3B4046;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Biotic, Arial, sans-serif;
    font-weight: 600;
    margin: 0 0 24px;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 80px;
    line-height: 105%;
}

h2 {
    font-size: 56px;
    line-height: 114.286%;
}

h3 {
    font-size: 32px;
    line-height: 125%;
}

h4 {
    font-size: 24px;
    line-height: 133.333%;
}

h5 {
    font-size: 20px;
    line-height: 133.333%;
}

h6 {
    font-size: 18px;
}

p {
    margin: 0 0 16px;
}

.button,
button {
    padding: 12px 28px;
    background: transparent;
    border: 2px solid #36192A;
    display: inline-block;
    font-weight: 500;
    line-height: 142.857%;
    font-size: 14px;
    font-family: Aeonik, Arial, sans-serif;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    cursor: pointer;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.button:hover,
button:hover,
.button:active,
.button:focus,
button:active,
button:focus {
    background: #36192A;
    color: #F3F2DF;
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="tel"],
textarea {
    border-radius: 0;
    border: 1px solid #EEE;
    background: #FCFCF7;
    padding: 16px;
    color: #3B4046;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    outline: 0;
}

form input::placeholder {
    opacity: 1;
    color: #3B4046;
}

form label {
    margin-bottom: 8px;
    display: block;
    font-size: 16px;
    line-height: 150%;
}

form .form-group {
    margin-bottom: 24px;
}



form select, 
form select.wpcf7-form-control {
    border-radius: 0;
    border: 1px solid #EEE;
    background-color: #FCFCF7;
    padding: 16px 48px 16px 16px;
    color: #3B4046;
    font-family: Aeonik, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    height: 58px;
    outline: 0;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-image:
        linear-gradient(45deg, transparent 50%, #3B4046 50%),
        linear-gradient(135deg, #3B4046 50%, transparent 50%);
    background-position:
        calc(100% - 21px) 50%,
        calc(100% - 15px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

form select option,
form select.wpcf7-form-control option {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3B4046;
}

form select:focus,
form select.wpcf7-form-control:focus {
    border-color: #36192A;
}

@media only screen and (max-width: 767px) {
    .banner-sec form select,
    .banner-sec form select.wpcf7-form-control {
        padding: 12px 48px 12px 16px;
        height: 50px;
    }
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 70px;
    }
}

/*-------- 1199 ends here ----------*/
@media screen and (max-width: 991px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }
}

/*-------- 991 ends here ----------*/
@media screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 120%;
    }

    h2 {
        font-size: 32px;
        line-height: 125%;
    }

    h3 {
        font-size: 28px;
    }
}

/*-------- 767 ends here ----------*/
header .top-bar {
    background-color: #C6D6CF;
    padding: 8px 136px;
    text-align: right;
}

header .top-bar a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

header .top-bar a svg {
    vertical-align: -2px;
}

.header-nav {
    background-color: #F3F2DF;
    padding: 4px 32px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.fixed-header .header-nav {
    position: fixed;
    top: 0;
    z-index: 99;
}

.header-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-nav ul li {
    display: inline-block;
}

.header-logo img,
.header-logo a {
    display: block;
}

.header-logo {
    margin-right: 20px;
}

.header-nav ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 142.857%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    text-decoration: none;
}

.header-nav ul li {
    margin: 0 16px;
}

.header-nav ul li .button {
    padding: 8px 20px;
}

.header-nav ul li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 991px) {

    .header-logo img,
    .footer-logo img {
        max-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .header-nav {
        padding: 4px 16px;
    }

    .header-nav ul li:first-child {
        display: none;
    }

    .header-nav ul li:last-child {
        margin: 0;
    }

    header .top-bar {
        padding: 8px 16px;
    }

    .header-logo img,
    .footer-logo img {
        max-width: 133px;
    }

}

/*-------- 767 ends here ----------*/
@media screen and (max-width: 360px) {
    .header-nav ul li .button {
        font-size: 12px;
        padding: 8px 12px;
        letter-spacing: 1.8px;
    }
}

/*-------- 360 ends here ----------*/

footer {
    background-color: #36192A;
    padding: 64px 32px;
}

.footer-nav {
    justify-content: space-between;
    align-items: center;
}

.footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    display: inline-block;
    margin: 0 16px;
}

.footer-nav ul li:last-child {
    margin-right: 0;
}

.footer-nav ul li a,
.footer-nav p,
.footer-nav ul li {
    color: #F3F2DF;
    font-size: 14px;
    line-height: 142.857%;
    font-weight: 500;
    text-decoration: none;
}

.footer-logo img,
.footer-logo a {
    display: block;
}

.footer-logo {
    margin-right: 20px;
}

.footer-nav ul li a:hover {
    opacity: 0.7;
}

.footer-nav nav .copyright {
    margin: 0 16px;
}

.footer-nav nav p {
    margin: 0;
}

.footer-nav nav {
    align-items: center;
}

@media screen and (max-width: 1080px) {
    .footer-logo img {
        max-width: 196px;
    }

    .footer-nav ul li {
        margin: 0 12px;
    }
}

@media screen and (max-width: 991px) {
    .footer-logo {
        width: 100%;
        margin: 0 0 24px;
    }

    .footer-nav nav .copyright {
        margin-left: 0;
    }
}

/*-------- 991 ends here ----------*/
@media screen and (max-width: 767px) {
    .footer-nav nav {
        flex-direction: column-reverse;
    }

    .footer-nav nav .copyright {
        margin: 24px 0 0;
    }

    footer {
        padding: 48px 16px;
    }

    .footer-nav nav {
        align-items: flex-start;
    }

    .footer-nav ul li {
        margin: 0 32px 0 0;
    }
}

/*-------- 767 ends here ----------*/

.banner-sec {
    padding: 88px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.banner-sec:before {
    /*   background: linear-gradient(180deg, rgba(54, 25, 42, 0.00) 0%, rgba(54, 25, 42, 0.40) 100%), linear-gradient(0deg, rgba(54, 25, 42, 0.40) 0%, rgba(54, 25, 42, 0.40) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat; */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(54, 25, 42, 0) 0%,
            rgba(54, 25, 42, 0.4) 100%);
}

.banner-sec .banner-main-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.banner-sec .text-container {
    width: 60%;
}

.banner-sec .form-container {
    width: 40%;
}

.banner-sec .text-container-inner {
    padding: 0 35px 40px 0;
}

.banner-sec .heading-text h1 {
    margin: 0 0 24px;
    color: #F3F2DF;
}

.banner-sec .paragraph-text h4 {
    margin: 0;
    color: #F3F2DF;
    font-weight: 400;
    font-family: Aeonik, Arial, sans-serif;
}

.banner-sec .contact-form {
    background: #F3F2DF;
    max-width: 421px;
    padding: 32px;
    margin: 0 0 0 auto;
}

.banner-sec .contact-form h4 {
    margin: 0 0 24px;
}

@media only screen and (max-width:991px) {
    .banner-sec {
        padding: 80px 0;
    }
}

@media only screen and (max-width:991px) {
    .banner-sec {
        padding: 60px 0;
    }

    .banner-sec .contact-form {
        padding: 24px;
    }
}

@media only screen and (max-width:767px) {
    .banner-sec {
        padding: 0;
        background-image: unset;
    }

    .banner-sec:before {
        content: unset;
    }

    .banner-sec .page-center {
        padding: 0;
    }

    .banner-sec .text-container {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        width: 100%;
        padding: 128px 16px 48px;
        position: relative;
    }

    .banner-sec .text-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg,
                rgba(54, 25, 42, 0) 0%,
                rgba(54, 25, 42, 0.4) 100%);
    }

    .banner-sec .banner-main-container {
        position: unset;
    }

    .banner-sec .form-container {
        width: 100%;
    }

    .banner-sec .heading-text h1 {
        color: #ffffff;
        margin: 0 0 16px;
    }

    .banner-sec .text-container-inner {
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .banner-sec .paragraph-text h4 {
        color: #ffffff;
        font-size: 18px;
        line-height: 155.56%;
    }

    .banner-sec .contact-form {
        padding: 48px 16px;
        max-width: 100%;
    }

    .banner-sec form input[type=email],
    .banner-sec form input[type=number],
    .banner-sec form input[type=tel],
    .banner-sec form input[type=text],
    .banner-sec textarea {
        padding: 12px 16px;
    }
}

.two-col-image-content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-height: 520px;
}

.two-col-image-content-container.layout-inverted {
    direction: rtl;
}

.two-col-image-content-container.layout-inverted>* {
    direction: ltr;
}

.two-col-image-content-image-pane {
    position: relative;
    width: 100%;
    min-height: 480px;
    overflow: hidden;
}

.two-col-image-content-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.two-col-image-content-content-pane {
    background-color: #F3F2DF;
    color: #351C2C;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 12%;
    width: 100%;
}

.two-col-image-content-content {
    width: 100%;
    max-width: 516px;
}

.two-col-image-content-content p {
    opacity: 0.9;
    color: #351C2C;
}

.two-col-image-content-content p:last-child {
    margin-bottom: 0;
}

.two-col-image-content-content-text h2 {
    margin-bottom: 24px;
}

.two-col-image-content-content-text {
    margin-bottom: 32px;
}

.two-col-image-content-action {
    display: block;
}

.two-col-image-content-button:active {
    transform: translateY(0);
}

.two-col-image-content-footer-strip {
    width: 100%;
    height: 52px;
    background-color: #2D1424;
}

.two-col-image-content-list-block {
    padding-top: 48px;
    margin-top: 48px;
    border-top: 2px solid #36192A;
}

.content-item-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    margin: 0 -15px;
}

.content-item-row .list-item {
    width: 50%;
    padding: 0 15px;
}

.list-item-inner p,
.list-item-inner h4 {
    margin: 0;
}

.clear-costs-sec .two-col-image-content-content {
    margin-left: auto;
}

.clear-costs-sec .two-col-image-content-image-pane {
    display: block;
}

.two-col-image-counter-section .two-col-image-content-content-pane {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.two-col-image-counter {
    margin-top: 48px;
    border-top: 2px solid #36192A;
    padding-top: 48px;
    width: 100%;
    max-width: 516px;
}

.two-col-image-counter-col {
    width: calc(33.33% - 24px);
    margin: 0 12px 24px
}

.two-col-image-counter-col h4,
.two-col-image-counter-col p {
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .two-col-image-counter-col {
        width: calc(50% - 24px);
    }
}


@media (max-width: 768px) {
    .two-col-image-content-container {
        display: block;
        min-height: auto;
    }

    .two-col-image-content-image-pane {
        display: none;
    }

    .two-col-image-counter-section .two-col-image-content-image-pane {
        display: block;
    }

    .two-col-image-content-container.layout-inverted {
        direction: ltr;
    }

    .two-col-image-content-content-pane {
        padding: 48px 24px;
    }

    .two-col-image-content-content {
        width: 100%;
        max-width: 100%;
    }

    .clear-costs-sec .two-col-image-content-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .clear-costs-sec .two-col-image-content-content-text h2 br {
        display: none;
    }

    .two-col-image-content-list-block {
        margin-top: 40px;
        padding-top: 40px;
    }

    .two-col-image-counter-col {
        width: calc(100% - 24px);
    }

}

@media(max-width:480px) {
    .content-item-row {
        margin: 0;
        flex-direction: column;
    }

    .content-item-row .list-item {
        padding: 0;
        width: 100%;
    }

}

.two-col-step-sec {
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 64px 0;
    width: 100%;
}

.two-col-step-sec .two-col-main-container {
    padding: 48px;
    background-color: #F3F2DF;
}

.two-col-step-sec .heading-text h2 {
    margin: 0;
}

.two-col-step-sec .heading-text {
    padding: 0 0 48px;
}

.two-col-step-sec .two-col-container {
    display: flex;
    flex-wrap: wrap;
}

.two-col-step-sec .list-card {
    width: 50%;
    padding: 0 0 24px;
}

.two-col-step-sec .list-card:last-child,
.two-col-step-sec .list-card:nth-last-child(2) {
    padding: 0;
}

.two-col-step-sec .list-card:nth-child(odd) .list-card-inner {
    margin-right: 24px;
}

.two-col-step-sec .list-card:nth-child(even) .list-card-inner {
    margin-left: 24px;
}

.two-col-step-sec .list-card-inner {
    padding: 24px 0;
    border-top: 2px solid #36192A;
}

.two-col-step-sec .card-heading-text h4 {
    margin: 0 0 16px;
}

.two-col-step-sec .card-content p:last-child {
    margin: 0;
}

@media only screen and (max-width:991px) {
    .two-col-step-sec {
        padding: 54px 0;
    }

    .two-col-step-sec .heading-text {
        padding: 0 0 36px;
    }

    .two-col-step-sec .two-col-main-container {
        padding: 32px;
    }
}

@media only screen and (max-width:767px) {
    .two-col-step-sec .list-card {
        padding: 0;
        width: 100%;
    }

    .two-col-step-sec .list-card:nth-child(odd) .list-card-inner {
        margin-right: 0;
    }

    .two-col-step-sec .list-card:nth-child(even) .list-card-inner {
        margin-left: 0;
    }

    .two-col-step-sec .heading-text {
        padding: 0 0 24px;
    }

    .two-col-step-sec .two-col-main-container {
        padding: 32px 16px;
    }
}

.two-col-image-content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-height: 520px;
}

.two-col-image-content-container.layout-inverted {
    direction: rtl;
}

.two-col-image-content-container.layout-inverted>* {
    direction: ltr;
}

.two-col-image-content-image-pane {
    position: relative;
    width: 100%;
    min-height: 480px;
    overflow: hidden;
}

.two-col-image-content-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.two-col-image-content-content-pane {
    background-color: #F3F2DF;
    color: #351C2C;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 12%;
    width: 100%;
}

.two-col-image-content-content {
    width: 100%;
    max-width: 516px;
}

.two-col-image-content-content p {
    opacity: 0.9;
    color: #351C2C;
}

.two-col-image-content-content p:last-child {
    margin-bottom: 0;
}

.two-col-image-content-content-text h2 {
    margin-bottom: 24px;
}

.two-col-image-content-content-text {
    margin-bottom: 32px;
}

.two-col-image-content-action {
    display: block;
}

.two-col-image-content-button:active {
    transform: translateY(0);
}

.two-col-image-content-footer-strip {
    width: 100%;
    height: 52px;
    background-color: #2D1424;
}

@media (max-width: 768px) {
    .two-col-image-content-container {
        display: block;
        min-height: auto;
    }

    .two-col-image-content-image-pane {
        display: none;
    }

    .two-col-image-content-container.layout-inverted {
        direction: ltr;
    }

    .two-col-image-content-content-pane {
        padding: 48px 24px;
    }

    .two-col-image-content-content {
        width: 100%;
        max-width: 100%;
    }
}

.four-step-sec {
    padding: 64px 0;
    background-color: #36192A;
}

.four-step-sec .heading-text h2 {
    color: #F3F2DF;
    margin: 0 0 48px;
}

.four-step-sec .four-col-container {
    display: flex;
    flex-wrap: wrap;
}

.four-step-sec .steps-card-inner {
    padding: 24px 0;
    margin-right: 24px;
    border-top: 2px solid #F3F2DF;
}

.four-step-sec .steps-card {
    width: 25%;
}

.four-step-sec .steps-heading h4 {
    color: #F3F2DF;
    margin: 0 0 16px;
}

.four-step-sec .steps-content p {
    margin: 0;
    color: #F3F2DF;
}

@media only screen and (max-width:991px) {
    .four-step-sec .steps-card {
        width: 50%;
    }

    .four-step-sec .steps-card:nth-child(odd) .steps-card-inner {
        margin-right: 24px;
    }

    .four-step-sec .steps-card:nth-child(even) .steps-card-inner {
        margin-right: 0;
        margin-left: 24px;
    }
}

@media only screen and (max-width:767px) {
    .four-step-sec .heading-text h2 {
        margin: 0 0 24px;
    }

    .four-step-sec .steps-card {
        width: 100%;
    }

    .four-step-sec .steps-card:nth-child(odd) .steps-card-inner {
        margin-right: 0;
    }

    .four-step-sec .steps-card:nth-child(even) .steps-card-inner {
        margin-right: 0;
        margin-left: 0;
    }
}

.testimonial-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    padding: 128px 0;
}

.header-container {
    position: relative;
    z-index: 2;
    margin-bottom: 48px;
}

.testimonial-section .header-container h2 {
    color: #F3F2DF;
    margin: 0;
}

.testimonial-slider-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.testimonial-slide-item {
    padding: 0 10px;
    box-sizing: border-box;
}

@media (min-width: 640px) {
    .testimonial-slide-item {
        padding: 0 12px;
    }
}

.testimonial-card {
    background-color: #F3F2DF;
    color: #2D1C26;
    padding: 48px;
    border-radius: 0;

}

.testimonial-quote {
    margin: 0;
    font-weight: 400;
    font-family: Aeonik, Arial, sans-serif;
}

.testimonial-author {
    margin-top: 16px;
    text-align: center;
}

.testimonial-author p {
    margin: 0;
}

.slick-active,
.slick-center {
    opacity: 1;
}

.testimonial-author p {
    font-weight: 500;
}

@media(min-width:767px) {
    .testimonial-section .section-title h2 br {
        display: none;
    }
}

@media(max-width:767px) {
    .testimonial-section {
        padding: 48px 0;
    }

    .header-container {
        margin-bottom: 40px;
    }

    .testimonial-quote {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-card {
        padding: 16px;
    }
}


.banner-sec .contact-form form p {
    margin: 0;
}