h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
    font-family: 'LT Saeada';
    font-weight: 400;
    display: block;
    font-size: 30px;
}

.text1 {
    font-size: 18px;
}

.fw-extralight {
    font-weight: 200;
}

.fz-36 {
    font-size: 36px;
}

@media (max-width:991px) {
    .fz-36 {
        font-size: 28px;
    }
}

.unstyled-list {
    padding-left: 20px;
}

.unstyled-list li {
    margin-bottom: 16px;
}

.unstyled-list li::marker {
    font-size: 24px;
    color: #1d4529;
}

.watermark {
    position: relative;
    z-index: 2;
}

.watermark::after {
    content: '';
    background: url('../images/watermark1.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: inline-block;
    width: 338px;
    height: 292px;
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.color1 {
    color: #1d4529 !important;
}

.color2 {
    color: #49673b !important;
}

.bg-color3 {
    background-color: #f3f3e8 !important;
}

.right-to-left[dir="ltr"] {
    direction: ltr;
}

.c-border1 {
    border: 2px dashed #f1d3b2;
}

.c-border2 {
    border: 2px dashed #1d4529;
}

.py-134 {
    padding: 134px 0 !important;
}

.bg-color1 .btn-outline-primary:not(.form1 .btn),
.bg-color1 .btn-outline-primary:not(.form1 .btn):hover {
    background-color: #fff;
}

@media (min-width:768px) {
    .row.col-gap3 {
        margin: 0 -55px;
    }

    .row.col-gap3>div[class*="col"] {
        padding: 0 55px;
    }
}

@media (max-width: 991px) {
    .py-134 {
        padding: 74px 0 !important;
    }

    .right-to-left .figure1,
    .right-to-left .figure1 img {
        width: 100%;
    }
}

#banner.alt {
    max-height: 424px;
}

#banner.alt::before {
    width: 520px;
    height: 358px;
}

#banner.alt::after {
    width: 771px;
    height: 592px;
}

#banner .pattern-img1 img {
    width: 660px;
    height: 420px;
}

#banner.alt .pattern-img2 img {
    width: 670px;
    height: 420px;
}

#banner.alt .pattern-img3 {
    top: -35%;
    right: 8%;
}

#banner.alt .pattern-img3 img {
    width: 253px;
    height: 253px;
}

@media (max-width: 1799px) {
    #banner.alt::after {
        width: 530px;
        height: 350px;
    }
}

@media (max-width: 1399px) {
    #banner.alt::after {
        width: 391px;
        height: 256px;
    }
}

@media (max-width: 1199px) {

    #banner.alt::before,
    #banner.alt::after {
        width: 220px;
        height: 145px;
    }

    #banner.alt .pattern-img2 img {
        width: 560px;
        height: 200px;
    }

    #banner.alt .pattern-img1 img {
        width: 512px;
        height: 162px;
    }

}

@media (max-width: 767px) {
    #banner.alt {
        max-height: 320px;
    }
}

/* box */
.box3 {
    padding: 68px 39px;
}

.box3 .inner-content {
    max-width: 632px;
    width: 41vw;
}

@media (max-width:991px) {
    .box3 {
        padding: 48px 30px;
    }

    .box3 .inner-content {
        max-width: 100%;
        width: 100%;
    }
}

.box4 {
    padding: 90px 38px;
    border-radius: 28px;
    position: relative;
    z-index: 1;
    font-weight: 300;
}

.box4.alt {
    padding: 78px 51px;
}

@media (max-width:991px) {

    .box4,
    .box4.alt {
        padding: 50px 28px;
    }
}

/* card */
.card2 {
    text-align: center;
}

.card2 figure {
    margin-bottom: 62px;
}

.card2 .title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.card2 .text1 {
    line-height: 1.5;
    font-weight: 200;
}

.card2 p:not(.text1) {
    font-weight: 200;
}

@media (max-width:767px) {
    .card2 .title {
        font-size: 20px;
    }

    .card2 figure {
        margin-bottom: 32px;
    }
}

/* team */
.team-member {
    position: relative;
    margin-bottom: 77px;
}

.team-member .figure1 {
    position: absolute;
    right: 28px;
    top: 53%;
    transform: translateY(-50%);
    max-width: 630px;
    max-height: 630px;
    width: 34vw;
    display: flex;
}

.team-member .figure1::after {
    content: '';
    background: url('../images/dots-border1.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: inline-block;
    width: calc(100% + 53px);
    height: calc(100% + 53px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.team-member .figure1 img {
    border-radius: 50%;
    width: 100%;
}

@media (max-width:991px) {
    .team-member {
        text-align: center;
    }

    .team-member .figure1 {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin: 0 auto;
        padding: 18px;
        width: 100%;
        max-width: 335px;
        margin-bottom: 30px;
    }

    .team-member .figure1 img {
        position: relative;
        z-index: 1;
    }

    .team-member .figure1::after {
        z-index: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width:767px) {
    .team-member .figure1 {
        padding: 12px;
    }
}

/* contact section */
.contact-section {
    font-weight: 300;
}

@media (max-width:991px) {

    .contact-section:has(.text-center) .sociables {
        justify-content: center;
    }
}

/* faq section */
.faq-section .box4 {
    padding: 60px 38px;
}

@media (max-width: 991px) {
    .faq-section .box4 {
        padding: 42px 28px;
    }
}

/* pattern */
.pattern4 {
    position: relative;
}

.pattern4::after {
    content: '';
    background: url('../images/pattern6.svg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: inline-block;
    width: 551px;
    height: 381px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate3d(-44%, 68%, 0);
    z-index: -1;
}

.pattern4.alt,
.pattern4.alt2 {
    overflow-x: clip;
}

.pattern4.alt::after {
    background: url('../images/pattern7.svg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 1224px;
    height: 573px;
    transform: translate3d(-9%, 12%, 0);
}

.pattern4.alt2::after {
    background: url('../images/pattern8.svg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 1100px;
    height: 271px;
    transform: translate3d(-3%, -73%, 0);
    z-index: 0;
}

.bg-color1.pattern4.alt2::after {
    background-image: url('../images/pattern9.svg');
}

.bg-color1.pattern4.alt2::before {
    content: '';
    display: inline-block;
    background: url('../images/pattern10.svg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 670px;
    height: 496px;
    bottom: initial;
    left: initial;
    position: absolute;
    top: 30px;
    right: 0;
}

@media (max-width:991px) {
    .bg-color1.pattern4.alt2::before {
        display: none;
    }

    .pattern4::after {
        width: 364px;
        height: 232px;
    }

    .pattern4.alt::after,
    .pattern4.alt2::after {
        width: 450px;
        height: 200px;
    }
}

/* form */
.form1 .form-group {
    margin-bottom: 32px;
}

.form1 .form-group:has(.btn) {
    margin-bottom: 0;
    text-align: end;
}

.form1 .form-group .form-label {
    font-size: 15px;
    font-weight: 400;
    color: #1d4529;
    margin-bottom: 14px;
    display: inline-block;
}

.form1 .form-group .form-control {
    padding: 24px 10px;
    height: 62px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 300;
    border: none;
}

.form1 .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #1d4529;
}

.form1 .form-group textarea.form-control {
    min-height: 249px;
    resize: none;
}

.form1.alt .form-group .form-control {
    background-color: transparent;
    border-bottom: 1px solid #1d4529;
    border-radius: 0;
}

@media (max-width:991px) {
    .form1 .form-group {
        margin-bottom: 24px;
    }

    .form1 .form-group .form-label {
        margin-bottom: 8px;
    }

    .form1 .form-group .form-control {
        height: 48px;
        padding: 18px 8px;
    }

    .form1 .form-group textarea.form-control {
        min-height: 149px;
    }
}

/*  accordion  */
.accordion.accordion1 {
    background-color: transparent;
    border-radius: 0;
}

.accordion.accordion1 .accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion.accordion1 .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
}

.accordion.accordion1 .accordion-button:focus {
    box-shadow: none;
}

.accordion.accordion1 .accordion-item,
.accordion.accordion1 .accordion-button {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.accordion.accordion1 .accordion-button {
    color: #49673b;
    padding: 24px 0;
}

.accordion.accordion1 .accordion-header {
    font-size: 17px;
    font-weight: 400;
    font-family: inherit;
    color: #49673b;
}

.accordion.accordion1 .accordion-item:not(:first-child) {
    border-top: 1px solid #b8ad8d;
}

.accordion.accordion1 .accordion-button:not(.collapsed) {
    color: #49673b;
    background-color: transparent;
    box-shadow: none;
}

.accordion.accordion1 .accordion-button::after {
    width: 34px;
    height: 34px;
    background-size: 100% 100%;
    background-image: url('../images/icon11.svg');
}

.accordion.accordion1 .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

/* 24-04-25 */
.layout1.pattern4.alt::after {
    left: auto;
    right: 0;
    transform: translate3d(9%, 12%, 0) scaleX(-1);
}

.layout1 {
    font-weight: 300;
}

.layout1 h2,
.layout1 p {
    margin-bottom: 34px;
}

.layout1 h3,
.layout1 h4,
.layout1 h5,
.layout1 h6 {
    color: #1d4529 !important;
}

.layout1 h3 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #1d4529 !important;
}

.layout1 .box4 {
    text-align: center;
    max-width: 780px;
    margin-bottom: 30px;
}

.layout1 .box4 h3 {
    font-size: 36px;
    margin-bottom: 16px;
}

.layout1 ul li {
    margin-bottom: 18px;
}

.layout1 ul li::marker {
    content: ". ";
    line-height: 0;
    font-size: 62px;
    color: #f1d3b2;
}

.layout1 ul li h4 {
    color: #f1d3b2 !important;
}

@media (max-width:767px) {
    .layout1 .box4 h3 {
        font-size: 28px;

    }

    .layout1 h3 {
        font-size: 24px;
    }

    .layout1 h2,
    .layout1 p {
        margin-bottom: 26px;
    }
}

.referral-form-section {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    color: #49673b;
}

.referral-form-section::before {
    content: "";
    display: inline-block;
    background: url('../images/pattern2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 550px;
    height: 365px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.referral-form-section .pattern-img1 {
    top: 0;
    left: 0;
    position: absolute;
    margin-bottom: 0;
}

.referral-form-section .pattern-img1 img {
    width: 660px;
    height: 420px;
}

.referral-form-section .pattern-img2 {
    top: 30vh;
    right: 0;
    position: absolute;
    margin-bottom: 0;
}

.referral-form-section .pattern-img3 {
    top: -35%;
    right: 8%;
    position: absolute;
    margin-bottom: 0;
}

.referral-form-section .box4 {
/*    padding: 62px 132px;*/
  padding: 0px;
}

@media (max-width: 1199px) {
    .referral-form-section::before {
        width: 220px;
        height: 145px;
    }

    .referral-form-section .pattern-img1 img {
        width: 512px;
        height: 162px;
    }

    .referral-form-section .pattern-img2 img {
        width: 503px;
        height: 699px;
    }
}

@media (max-width:767px) {
    .referral-form-section {
        font-size: 18px;
    }

    .referral-form-section .box4 {
        padding: 38px 48px;
    }
}