/* -------------------------------------------------- */
.glob-lr {
    padding: 40px 80px;
}

/* -------------------------------------------------- */
.content-abt span {
    color: #ce9438;
    font-size: 16px;
    font-weight: 600;
}

.title {
    font-size: 30px;
    color: black;
}

.tit-mb {
    margin-bottom: 20px;
}

/* -------------------------------------------------- */
.content-abt p {
    line-height: 28px;
    margin-bottom: 0px;
    ;
}

/* -------------------------------------------------- */
.ct-btm {
    padding: 20px 40px;
}

.all-cat {
    box-shadow: 1px 1px 8px 1px #e3e3e3;
    background-color: #ffffff;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
}

.categories h3 {
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
}

.categories ul {
    padding-left: 0px;
    margin-bottom: 4px;
}

.categories ul a {
    text-decoration: none;
}

.categories ul li {
    list-style: none;
    color: black;
    padding-bottom: 10px;
}

/* -------------------------------------------------- */
.y-us-section {
    padding: 82px 0 82px;
}

.y-us-head {
    text-align: center;
    margin: 0 0 91px;
}

.y-us-title h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.y-us-title>p {
    color: #777777;
    line-height: 22px;
}

.y-us-title-border {
    background: #ca9731 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
}

.service-3 .service-box {
    margin-bottom: 18px;
}

.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 25%;
}

.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px;
}

.service-3 .service-box .y-us-content {
    float: left;
    width: 75%;
}

service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 14px 0 12px;
    text-transform: uppercase;
}

.service-3 .service-box .y-us-content p {
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}

.icon {
    color: #f4b841;
    padding: 0px;
    font-size: 40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

/* -------------------------------------------------- */
.service {
    text-align: center;
    box-shadow: 1px 1px 8px 1px #e3e3e3;
    padding: 6px;
    background: #ffffff;
    height: 100%;
}

.service h3 {
    font-size: 17px;
    color: #000000;
    margin-top: 10px;
}

.service a {
    text-decoration: none !important;
    color: #000000;
}

/* -------------------------------------------------- */


/* -------------------------------------------------- */
a {
    color: black;
    text-decoration: none;
}

.blog {
    box-shadow: 1px 1px 8px 1px #e3e3e3;
    background-color: #ffffff;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    padding: 15px;
}

.blog h3 {
    margin-top: 10px;
    font-size: 19px;
    margin-bottom: 6px;
}

.blog p {
    font-size: 14px;
}

.btm-log{
    margin-bottom: 20px;
}
/* -------------------------------------------------- */


/* -------------------------------------------------- */

footer {
    background-color: #ab7c3e;
    padding: 3em 4em 2em;
}

footer .logo {
    color: #fff;
    font-size: 28px;
    font-family: roboto;
}

footer .all-ft {
    margin: 45px 25px;
    font-family: lato;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #cecece;
    text-align: left;
    justify-content: space-between;
    padding-bottom: 15px;
}

.footer-toggle {
    display: none;
}

.link-cat {
    cursor: pointer;
    margin-bottom: 12px;
}

footer ul {
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer ul li {
    list-style-type: none;
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 0.9;
    margin-bottom: 16px;
}

footer .footer-cat,
#newsletter span {
    font-size: 20px;
    font-weight: 600;
}

.footer-cat-links a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.footer-cat-links span {
    margin-bottom: 10px;
}

.footer-cat-links.active>li a {
    pointer-events: auto;
}

.footer-cat-links .link-cat:after {
    top: -15px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    background: #ffffff;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.footer-cat-links a:hover:after,
.footer-cat-links a:focus:after {
    width: 100%;
    left: 0;
}

footer #subscribe {
    margin: 20px 0px 30px;
}

input#subscriber-email {
    outline: none;
    padding: 8px;
    background: #212121;
    border: 1px solid #cecece;
    color: #cecece;
    border-radius: 4px 0px 0px 4px;
}

input#subscriber-email::-webkit-input-placeholder {
    color: rgb(202, 196, 196);
}

input#subscriber-email:-ms-input-placeholder {
    color: #cecece;
}

input#subscriber-email::-ms-input-placeholder {
    color: #cecece;
}

input#subscriber-email::placeholder {
    color: #cecece;
}

#newsletter {
    width: 24%
}

#newsletter #btn-scribe {
    margin-left: -4px;
    border: 1px solid #cecece;
    border-radius: 0px 4px 4px 0;
    padding: 8px 5px;
    background-color: #e2e2e2;
    color: #212121;
    cursor: pointer;
}

.social-2 {
    display: none;
}

.social-links {
    bottom: 44px;
    position: absolute;
    left: 0;
}

.social-links a {
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    border-radius: 20px;
    padding: 6px;

    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.social-links a:not(:last-child) {
    margin-right: 10px;
}

.social-links a:hover,
.social-links a:focus {
    background-color: #c28565;
}

.social-links a i {
    width: 25px;
    height: 25px;
    text-align: center;
}

/* #newsletter #address li:not(:first-child) {
    padding: 20px 0;
} */

#newsletter #address li i {
    font-size: 34px;
    width: auto;
    padding: 5px;
}

#newsletter #address li div {
    color: #ffffff;
    font-size: 14px;
    width: 80%;
    text-align: left;
    float: right;
    line-height: 1.3;
}

#copyright {
    text-align: center;
    color: #fff;
}

#owner {
    text-align: center;
    color: #fff;
}

#owner a {
    color: #fff;
}

/* iPads to Smartphone for Common Elements ----------- */
@media only screen and (max-width : 1024px) {

    .col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
        position: relative;
    }

    .col-3#newsletter {
        width: 100%;
        position: relative;
        padding-bottom: 0;
        padding-top: 1em;
    }

    footer .footer-cat {
        margin-left: 0px;
    }

    .footer-cat-links {
        margin: 0 0em 0px 1.6em;
    }

    .footer-cat-links a {
        pointer-events: none;
    }

    .footer-cat-links li {
        line-height: 0;
        opacity: 100%;
    }

    .footer-cat-links.active>li {
        line-height: 2;
        opacity: 1;
    }

    .social-1 {
        display: none !important;
    }

    .social-2 {
        display: block;
        position: absolute;
        top: 7.5em;
        bottom: 0px;
        height: 20px;
        padding-bottom: 1.5em;
        width: 100%;
    }

    /* #address {
        margin-top: 10em;
    } */

    #newsletter #address li i {
        width: auto;
    }

    #newsletter #address li div {
        font-size: 14px;
        width: auto;
        text-align: -webkit-auto;
        float: none;
        line-height: 2;
        display: inline-block;
        padding: 10px 0 15px;
    }

    #newsletter #address li div:last-child {
        padding-bottom: 0;
    }

    #newsletter #address li:not(:first-child) {
        padding: 20px 0 0;
    }
}

/* iPads (portrait)----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

    footer {
        padding-right: 3em;
        padding-left: 3em;
    }

    .col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

    section {
        padding-bottom: 3em;
    }

    .sec-heading {
        padding: 1em 0;
    }

    .col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
    }
}

/* Mini Tablet ----------- */
@media only screen and (max-width : 600px) {

    /* .col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
    }

    .col-6 {
        width: 100%;
        display: block;
    } */

    footer {
        padding: 3em 2em 2em;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {

    /* .col-6 {
        width: 100%;
        display: block;
    } */

    footer {
        padding-right: 1em;
        padding-left: 1em;
    }
}

/* -------------------------------------------------- */


/* -------------------------------------------------- */
/* ------------------------------------------------------- */

.home {
    position: relative;
    background-color: #ab7c3e;
}

.home img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-content {
    position: relative;
    padding: 160px 20px;
    width: 80%;
    color: #ffffff;
}

.home-content h1 {
    font-size: 50px;
}
.img-imp{
    width: 100% !important;
    height: 100% !important;
}
/* ------------------------------------------------------- */

/* -------------------------------------------------- */

/* --------------------------------------------- */
.abt-top-last {
    margin: 35px 0px;
}

.con-box {
    border-left: 1px solid rgb(223, 157, 14);
    padding-left: 30px;
}

.contact-detail {
    box-shadow: 1px 1px 12px 1px #dadada;
    border-radius: 6px;
    padding: 30px;
    font-family: "Lato", sans-serif !important;
}

.contact-info ul li {
    list-style: none;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif !important;
}

.contact-info ul a {
    color: black;
    text-decoration: none;
}

.contact-info ul {
    padding-left: 0;
}

/* ------------------contact------------------ */

/* --------------- sign ------------------- */
.sign-lr {
    padding: 3% 15%;
}

.form-title {
    color: #1caed1;
    margin-bottom: 20px;
}

.form-m {
    margin-bottom: 20px;
}

.sign-box {
    background-color: white;
    box-shadow: 1px 1px 12px 1px #d4d4d4;
    border-radius: 8px;
    padding: 20px;
}

.sign-form label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif !important;
}

.sn h6 {
    text-align: center;
    color: #1caed1;
    font-size: 17px;
    padding: 8px;
}

.sign-form img {
    margin-right: 4px;
}

.sign-form input {
    width: 90%;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.left-space {
    padding-left: 10px;
}

.sign-form select {
    width: 90%;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 8px 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

.sign-form textarea {
    width: 90%;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 8px 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

.sign-btn {
    margin-top: 8px;
    background-color: #a72a2a;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.sign-form p {
    font-size: 15px;
    margin: 10px 0px;
}

.sign-form a {
    text-decoration: underline;
}

::placeholder {
    font-size: 14px;
}

.cu-bs {
    justify-content: space-evenly;
    margin-bottom: 10px;
}

.cu-bs label {
    font-size: 18px;
    font-weight: 500;
}

.cu-top {
    padding-top: 3px;
}

/* --------------- sign ------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */
.blog-detail img {
    width: 100%;
    height: 250px;
}

.dsk-btm {
    margin-bottom: 30px;
}

/* -------------------------------------------------- */

/* -------------------------------------------------- */
.inner-service {
    margin-top: 20px;
}

.inner-service ul {
    padding-left: 14px;
}

.inner-service h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* .wrapper {
  width: 60%;
} */
.faq-box {
    background-color: white;
    ;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
}

.faq-box .container {
    border-bottom: 1px solid #e2e2e2;
}

.question {
    font-size: 17px;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}


/* -------------------------------------------------- */

.gallery {
    position: relative;
    z-index: 2;
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    transition: all .5s ease-in-out;
    transform: translateZ(0);

    &.pop {
        filter: blur(10px);
    }

    figure {
        flex-basis: 24.333%;
        padding: 10px;
        overflow: hidden;
        cursor: pointer;

        img {
            width: 100%;
            transition: all .3s ease-in-out;
        }

        figcaption {
            display: none;
        }

    }
}

.popup {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0;
    transition: opacity .5s ease-in-out .2s;


    &.pop {
        opacity: 1;
        transition: opacity .2s ease-in-out 0s;

        figure {
            margin-top: 0;
            opacity: 1;
        }
    }

    figure {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transform-origin: 0 0;
        margin-top: 30px;
        opacity: 0;
        animation: poppy 500ms linear both;

        img {
            position: relative;
            z-index: 2;
            /* box-shadow: 0 1px 5px rgba(0, 0, 0, .2), 0 6px 30px rgba(0, 0, 0, .4); */
        }

        figcaption {
            position: absolute;
            bottom: 50px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
            z-index: 2;
            width: 100%;
            padding: 100px 20px 20px 20px;
            color: #fff;
            font-family: 'Open Sans', sans-serif;
            font-size: 32px;

            small {
                font-size: 11px;
                display: block;
                text-transform: uppercase;
                margin-top: 12px;
                text-indent: 3px;
                opacity: .7;
                letter-spacing: 1px;
            }
        }

        .shadow {
            position: relative;
            z-index: 1;
            top: -56px;
            margin: 0 auto;
            background-position: center bottom;
            background-repeat: no-repeat;
            width: 98%;
            height: 50px;
            opacity: .9;
            filter: blur(16px) contrast(1.5);
            transform: scale(0.95, -0.7);
            transform-origin: center bottom;
        }
    }

    .close {
        position: absolute;
        z-index: 3;
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        background: url(#close);
        border-radius: 25px;
        background: rgba(0, 0, 0, .1);
        box-shadow: 0 0 3px rgba(0, 0, 0, .2);

        svg {
            width: 100%;
            height: 100%;
        }
    }
}

@keyframes poppy {
    0% {
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.4% {
        transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
    }

    4.3% {
        transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
    }

    4.7% {
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
    }

    6.81% {
        transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
    }

    8.61% {
        transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
    }

    9.41% {
        transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
    }

    10.21% {
        transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
    }

    12.91% {
        transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
    }

    13.61% {
        transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
    }

    14.11% {
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
    }

    17.22% {
        transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
    }

    17.52% {
        transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
    }

    18.72% {
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
    }

    21.32% {
        transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
    }

    24.32% {
        transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
    }

    25.23% {
        transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
    }

    28.33% {
        transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
    }

    29.03% {
        transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
    }

    29.93% {
        transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
    }

    35.54% {
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
    }

    36.74% {
        transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
    }

    39.44% {
        transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
    }

    41.04% {
        transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
    }

    44.44% {
        transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
    }

    52.15% {
        transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
    }

    59.86% {
        transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
    }

    61.66% {
        transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
    }

    63.26% {
        transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
    }

    75.28% {
        transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
    }

    83.98% {
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
    }

    85.49% {
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
    }

    90.69% {
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
    }

    100% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
    }
}

/* -------------------------------------------------- */


/* -------------------------------------------------- */
.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #626262;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 10px 10px;
    max-width: 310px;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #cb8a27;
}

.snip1533 *,
.snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.snip1533 figcaption {
    padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #cb8a27;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}

.snip1533 h3 {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.snip1533 img{
    
}

.snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 10px;
}

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------------------- */

.cta-banner {
    background-color: #d69d47;
    color: white;
    border-left: 8px solid #a67b3a;
}

.cta-pdd {
    padding: 40px;
}

.cta-pdd h2 {
    margin-bottom: 20px;
}

.cta-banner img {
    width: 100%;
}

.cta-banner button {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 500;
    border: none;
    /* text-decoration: underline; */
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------- */