@font-face {
    font-family: 'Forum';
    src: url('../fonts/Forum.eot');
    src: url('../fonts/Forum.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Forum.woff2') format('woff2'),
        url('../fonts/Forum.woff') format('woff'),
        url('../fonts/Forum.ttf') format('truetype'),
        url('../fonts/Forum.svg#Forum') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FontAwesome";
    font-display: swap;
    src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../fonts/fontawesome-webfont.woff") format("woff"),
        url("../fonts/fontawesome-webfont.ttf") format("truetype"),
        url("../fonts/fontawesome-webfont.svg") format("svg");
}

/* variable css */
body {
    margin: 0;
    line-height:30px;
    font-size:20px;
    -ms-overflow-style: scrollbar;
    scroll-behavior: smooth;
    font-family: var(--font-body-family);
    font-weight: var(--font-body-weight);
    letter-spacing: 0.4px;
    color: var(--black);
}

body {
    overflow-x: hidden;
}

/*  select option */
::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #FFFFFF url(../images/select-arrow.svg) no-repeat right 20px center / 0.75em;

    padding-right: 2em;
}

::-moz-selection {
    color: #fff;
    background: var(--theme);
}

::selection {
    color: #fff;
    background: var(--theme);
}

/*-----FORM CONTROL-----*/

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--black);
    font-size: 18px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--black);
    font-size: 18px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

:-ms-input-placeholder,
textarea::placeholder {
    color: var(--black);
    font-size: 18px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}


/*  select option  */
.form-group.form-group50 {
    width: calc(50% - 10px);
    position: relative;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

input:invalid {
    box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--font-body-family);
}

textarea {
    resize: none;
    min-height: 100px;
    color: var(--primary);
    margin: 0;
    vertical-align: bottom;
    font-size: 14px;
    letter-spacing: 0px;
    font-family: var(--font-body-family);
    font-weight: normal;
}

.form-group {
    margin-bottom: 25px;
    width: 100%;
}

form .form-group.width100 {
    margin-bottom: 0;
}

.form-control {
    width: 100%;
    padding: 10px 20px;
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--black);
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    height: 50px;
}

.form-group input,
.form-group .form-control {
    min-width: 100%;
}

textarea.form-control {
    height: auto;
    min-height: 100px;
}

.form-control:focus {
    border-color: var(--theme);
}

.wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 0;
}

.form-group label {
    margin-bottom: 10px;
    display: block;
    font-size: 17px;
    line-height: 1;
    font-weight: var(--font-weight-bold);
    color: var(--primary);
}

.submit-btn {
    width: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.submit-btn:before {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: var(--white);
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 40px;
}

.submit-btn input.btnsubmit {
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    color: var(--white);
    width: auto;
    border-radius: 0px;
    background: var(--theme);
    border: 0;
    padding: 18px 60px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: var(--font-body-family);

}


.divider {
    border-bottom:1px solid #d0d3db;
    margin-bottom: 100px;
}
.sub-btnblk {
    text-align: right;
    position: relative;
}
.recap-text{
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}


/*  slick common style for control */
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

ul.slick-dots>li {
    width: auto !important;
    margin:0;
    padding: 0 3px !important;
    display:inline-block !important;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots li button {
    width: 17px;
    height: 17px;
    background-color:transparent;
    padding: 0;
    margin: 0;
    border-radius:0;
    opacity: 1;
    border:2px solid rgba(255 255 255 / 50%);
    border-radius:100%;
}

.slick-dots li button:before {
    width: 17px;
    height: 17px;
    content: "";
}

.slick-dots li.slick-active button {
    opacity: 1;
    background-color:#D9D9D9;
}

.bcafe-ul .slick-dots li button{
    width: 22px;
    height: 22px;
    background-color: rgba(0 0 0 / 52%);
    border-radius: 0;
    border: 0;
}
.bcafe-ul .slick-dots li button:before{
    width: 22px;
    height: 22px;
    content: "";
}
.bcafe-ul .slick-dots li.slick-active button{
    opacity:1;
}
.bcafe-ul .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 22px;
    height: 22px;
    content: "";
    border: 6px solid #FFFFFF;
    z-index: 1;
}
/* arrow */
.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #A3A3A3;
    border-radius: 100%;
    background-color: var(--white);
    margin: auto -10px;
}

.slick-next:hover,
.slick-prev:hover {
    background-color: var(--theme);
    border: 1px solid var(--theme);
}

.slick-next:before,
.slick-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    opacity: 1;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #B1B1B1;
    font-size: 0;
}

.slick-next:before {
    content: "";
    margin-left: 0px;
    background:url('../images/svg/arrow-right-icon.svg') no-repeat center center;
}

.slick-prev:before {
    content: "";
    margin-left: -1px;
     background:url('../images/svg/arrow-left-icon.svg') no-repeat center center;
}
.slick-next:hover:before,
.slick-prev:hover:before {
   filter:invert(1) grayscale(1) brightness(100);
}
.slick-prev {
    left: 0px;
    z-index: 1;
}

.slick-next {
    right: 0px;
    z-index: 1;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: var(--theme);
    border-color: var(--theme);
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
    color: var(--white);
    filter: invert(1) grayscale(1) brightness(100);
}

.slick-next:focus i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-prev:hover i {
    color: #ffffff;
}

.slick-next:focus img,
.slick-next:hover img,
.slick-prev:focus img,
.slick-prev:hover img,
.btn_theme:hover img.small-black {
    filter: none;
}

.arrow-top .slick-prev,
.arrow-top .slick-next {
    top: 0;
    margin-top: -110px;
}

/*-----BUTTONS-----*/
.btn-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
}

.button {
    font-size:18px;
    padding:16px 30px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    line-height: 1;
    text-decoration: none;
    justify-content: center;
    text-align: center;
    color: var(--black);
    min-height: auto;
    min-width: auto;
    font-family: var(--font-body-family);
    background-color: var(--white);
    border: 1px solid var(--black);
    font-weight: var(--font-body-weight);
    border-radius: 0px;
    width: auto !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    letter-spacing: 0px;
    gap: 10px;
    box-shadow:inset 0px -2px 0px 0px #000000;
    cursor: pointer;

    & img {
        filter: invert(1) brightness(100%);
    }
}
.button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--black);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s ease;
    z-index: -1;
    
}

.sub-btnblk input[type="submit"]:hover{
    background: var(--theme);
}

.button:hover::before {
    transform: scaleY(1);
}
.button:hover{
    color:var(--white);
}
.button-black{
    background-color:var(--theme);
    color:var(--white);
    border-color:var(--theme);
    box-shadow:inset 0px -2px 0px 0px var(--theme);
}
.button-black-border{
    background-color:transparent;
    border: 1px solid var(--theme);
    box-shadow:inset 0px -2px 0px 0px var(--theme);
    color: var(--theme);
}
.button-white-border{
    background-color:transparent;
    color:var(--white);
    border-color:var(--white);
    box-shadow:inset 0px -2px 0px 0px var(--white);
}
.button-white-border:before{
        background: var(--white);
}
.button-white-border:hover{
    color:var(--black);
}
.button-white
{
    background-color:var(--white);
    color:var(--black);
    border-color:var(--white);
    box-shadow:inset 0px -2px 0px 0px var(--white);
}
.button:hover {
    & img {
        filter: unset;
    }
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.btn-row a i,
.btn-outline i,
button img,
.button img,
.button i {

    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    transition: all ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.button:hover i {

    transition: all ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

ul.btnlist{
    list-style-type:none;
    margin:0;
    padding:0;
}
.btnlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px;
    gap: 14px;
}

.btnlist li,
.btnlist .button {
    margin: 0px;
}

.button>i {
    margin-right: 0;
}




/*---- theme content  ul,ol heading styling -------*/

.relative {
    position: relative;
}

a {
    text-decoration: none;
}

p,
ol li,
ul li {
    font-size:20px;
    color: var(--black);
    line-height: 1.5;
    letter-spacing: 0.4px;
    font-weight: var(--font-body-weight);
    font-family: var(--font-body-family);
}

p {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

p a {
    color: var(--theme);
    text-decoration: underline;
    text-underline-position: under;

    &:hover{
        color: #7b7b7b;
    }
}

p a,
p span,
ul li a,
ol li a {
    display: inline-block;
}

p span {
    color: initial;
    text-decoration: none;
}



/* ********|| UL , OL  ||******** */

ul.twocolumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    & li {
        width: calc(50% - 10px);

    }
}

main .content-wrapper ul.twocolumn li {
    line-height: 1;
}

main .content-wrapper ul.twocolumn li:before {
    top: 1px;
}

main .content-wrapper ul.twocolumn li:not(:last-child) {
    margin-bottom: 15px;
}

main .content-wrapper ul {
    list-style: none;
    margin-left: 0;
}
main .content-wrapper ul:has(+ *){
    margin-bottom: 30px;
}

main .content-wrapper ul li {
    position: relative;
    padding-left:40px;
    letter-spacing: 0px;
    list-style: none;
    font-size: 20px;
    color: var(--black);
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: var(--font-body-family);
    margin-bottom: 0;
    text-align: left;
}

main .content-wrapper ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top:4px;
    width: 23px;
    height: 23px;
    z-index: 1;
    background:url(../images/svg/square-checked.svg) no-repeat;
    border-radius: 0;
    line-height: 1;
}
main .content-wrapper ul li a{
    text-decoration:underline;
}


main .content-wrapper ul li:not(:last-child) {
    margin-bottom: 20px;
}

main .content-wrapper ul li strong {
    font-weight: var(--font-weight-bold);
    font-size: 18px;
    line-height: 1;
    /*color: var(--primary);*/
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme);
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
    line-height: 1.18;
    margin-bottom:10px;
    text-transform:uppercase;
    text-wrap-style: balance;
}

.heading-80{
    font-size: 80px;
}
.heading-70{
    font-size: clamp(2.25rem, 1.825rem + 2.125vw, 4.375rem);
}
.heading-50,
h1{
    font-size: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}
.heading-40,
h2{
    font-size: clamp(1.625rem, 1.45rem + 0.875vw, 2.5rem);
}
.heading-36{
    font-size: 36px;
}
.heading-30,
h3{
    font-size: 30px;
}
.heading-24,
h4{
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
}
h5{
    font-size: 22px;
}

.capitalize {
    text-transform: capitalize !important;
}

.fw-500 {
    font-weight: var(--font-weight-medium);
}

.fw-600 {
    font-weight: var(--font-weight-semibold);
}

.fw-bold {
    font-weight: var(--font-body-weight-bold);
}

.content-width {
    max-width:920px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;

}
.divider-icon {
    border-bottom: 3px double rgb(210 210 210 / 50%);
    margin-bottom:130px;
    padding: 16px 0;
    & img{
        margin:-15px auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
    }
}

.double-line{
     border-bottom: 3px double rgb(210 210 210 / 50%);
     margin-top: 80px;
     margin-bottom: 80px;
}

html {
  scroll-behavior: smooth;
}

/* divider-icon responsive */
@media (max-width: 1199.98px) {
    .divider-icon {
        margin-bottom: 80px;
    }
}
@media (max-width: 767.98px) {
    .divider-icon {
        margin-bottom: 60px;
    }
    .divider-icon img {
        width: 52px;
        height: auto;
        margin: -12px auto;
    }
}
@media (max-width: 575.98px) {
    .divider-icon {
        margin-bottom: 40px;
        padding: 12px 0;
    }
    .divider-icon img {
        width: 44px;
        margin: -10px auto;
    }
}
.text-white {
    color: var(--white) !important;
}

.italictxt {
    font-style: italic
}

.center-block {
    text-align: center;
}

.bg-light {
    background-color: #F2F2F2;
}

/* ********* BREADCRUMB *********  */

.breadcums-wrap {
    border-top: 1px solid rgba(0 0 0 / 10%);
}

ul.woo_breadcums {
    margin: 0;
    padding:0;
}

ul.woo_breadcums li {
    list-style: none;
    color:var(--white);
    font-size: 14px;
    font-weight: var(--font-body-weight);
    text-transform: capitalize;
    letter-spacing: 0;
    padding-left: 0;
    margin: 0;
}

.woo_breadcums li::before {
    display: none;
}

ul.woo_breadcums li a {
    position: relative;
    z-index: 0;
    line-height: 100%;
    margin: 0 26px 0 0;
    display: inline-block;
   
    line-height: 1;
    text-decoration: none;
}

ul.woo_breadcums li span {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    font-weight: var(--font-body-weight);
    font-family: var(--font-body-family);
    letter-spacing: normal
}

span.breadcrumb_last {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.woo_breadcums a:hover::after {
    left: unset !important;
}

ul.woo_breadcums li a:after {
    content: "/";
    position: absolute;
    top: -3px;
    right: -15px;
    bottom: 0;
    left: unset;
    opacity: 1;
    z-index: 0;
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 17px;
    margin-top: 1px;
    line-height: 1;
}

ul.woo_breadcums li a:hover {
    text-decoration: underline;
    
}

/*-------------- form message style  ---------------*/
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 6px 8px;
}

.wpcf7-not-valid-tip {
    line-height: 1;
    vertical-align: top;
    margin-left: 3px;
    position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output {
    background: #fff9df;
    width: 100%;
    display: block;
    color: inherit;
    padding: 10px 10px 10px 40px;
    text-align: left;
    line-height: 1;
    margin: 0 auto 20px;
    color: #585858;
    font-size: 14px;
    position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output:before {
    position: absolute;
    content: "";
    background: url(../images/svg/material-error-outline.svg) no-repeat left top;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 7px;
    display: inline-block;
}

.wpcf7-not-valid-tip:before {
    top: -5px;
    margin: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
    background-color: transparent;
    border-color: #f54812;
}

.wpcf7 form.failed .wpcf7-response-output {
    border: 1px solid #fe0000 !important;
    background: url(../images/svg/failed-validation.svg) no-repeat 15px center #ffdfdf;
    font-size: 14px;
    color: #ff0000;
    padding: 10px 20px 10px 30px;
    margin: 0 0 10px 0;
    width: 100%;
    padding-left: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: url(../images/svg/validation-tick.svg) no-repeat 15px center #e1ffd9;
    border-color: #498e36;
    font-size: 14px;
    color: #498e36;
    width: 100%;
    padding: 10px 10px 10px 40px;
}

/*-----SCROLL TOP-----*/
.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 80px;
    opacity: 0;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 0;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    color: var(--white);
    background: var(--theme);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--yellow);
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.scrollTop i {
    margin: 0;
    color: var(--white);
}

.scrollTop:hover {
    background: var(--theme);
    border-color: var(--white);
}

.scrollTop:hover i {
    color: var(--white);
}



/*-------content section --------*/
.small-title {
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    line-height: 1.1;
    letter-spacing: 3.2px;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #E5B87A 0%, #A0713D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
}

.content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 100px;
}

.ctent-img {
    width: 700px;
    position: sticky;
    top: 130px;
    align-self: flex-start;
}

.ctent-block {
    width: calc(100% - 700px);
    padding-right: 110px;
    margin: auto 0;

    & p:last-child,
    & ul:last-child,
    [class*="heading-"]:last-child {
        margin-bottom: 0;
    }


}

.content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 110px;
    padding-right: 0;

    .title-line:before {
        left: 0;
        margin-left: -230px;
        right: auto;
        margin-right: 0;
    }
}




/*--- footer -----*/
footer {
    background-color: #16254C;
    position: relative;

    .letter {
        filter: invert(1) brightness(100%);
        opacity: 0.03;
        margin-bottom: 70px;
        margin-right: -40px;
    }
}

.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;

    .ft-left {
        width: 315px;
        padding-right: 65px;
        border-right: 1px solid rgba(255 255 255 / 20%);
        text-align: center;

        .ft-logo {
            display: block;
            margin-bottom: 25px;
            text-align: center;
        }

        .ft-hours {
            margin-bottom: 24px;

            .icon {
                width: 40px;
                height: 40px;
                background-color: rgba(255 255 255 / 10%);
                border-radius: 100%;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                margin: 0 auto 10px;

                & img {
                    filter: invert(1) brightness(100);
                }
            }

            .ft-hr-detil {
                .ft-hr-label {
                    font-size: 16px;
                    font-weight: var(--font-weight-bold);
                    color: var(--white);
                    margin-bottom: 5px;
                    text-align: center;
                }

                & p {
                    color: #C6CCDA;
                    font-size: 16px;
                    line-height: 22px;
                    text-align: center;
                }
            }
        }

        .ft-hotline {
            font-size: 14px;
            font-weight: var(--font-weight-semibold);
            color: var(--white);
            border: 1px solid rgba(255 255 255 / 20%);
            border-radius: 80px;
            display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 15px;
            padding: 5px 18px;

            .green-circle {
                width: 11px;
                height: 11px;
                background: #0FD975;
                border-radius: 100%;
                /* box-shadow: 0 0 0 5px rgba(15, 217, 117, 0.30); */
                display: inline-flex;
                flex-wrap: wrap;
                -webkit-animation: blink 3.0s linear infinite;
                -moz-animation: blink 3.0s linear infinite;
                animation: blink 3.0s linear infinite;
            }
        }
    }

    .ft-right {
        width: calc(100% - 315px);
        display: flex;
        flex-wrap: wrap;
        padding-left: 65px;
        justify-content: space-between;

        .ft-rgt-block {
            width: calc(100% - 400px);
        }

        .ft-rgt-link {
            width: 400px;
            display: flex;
            gap: 10px;

            ul.f-ul {
                display: flex;
                flex-wrap: wrap;
                margin: 0;
                padding: 0;
                list-style-type: none;
            }

            & li {
                display: block;
                margin: 0;
                width: 100%;
                line-height:1;
            }
            & li:not(:last-child){
                margin-bottom:10px;
            }
            & li a {
                color: #C6CCDA;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.2;
            }
            

            .ft-link {
                flex: 1;
            }
        }

        .footer-title {
            color: #FFF;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 20px;
            padding-bottom: 15px;
            position: relative;
        }

        .footer-title:before {
            position: absolute;
            content: "";
            width: 30px;
            height: 1px;
            background: var(--gradient);
            left: 0;
            bottom: 0;
        }

    }



}

.ft-copy {
    border-top: 1px solid rgba(255 255 255 / 20%);
    padding: 26px 0;

    & p {
        color: #C6CCDA;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        text-transform: capitalize;
    }
}

ul.ft-get-touch {
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 530px;
    margin-bottom: 40px;

    & li {
        margin: 0;
        line-height: 1;
        width: calc(50% - 10px);
    }

    .ft-get-li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;

        .ft-get-icon {
            width: 40px;
            height: 40px;
            background-color: rgba(255 255 255 / 10%);
            border-radius: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;

            & img {
                filter: invert(1) brightness(100%);
            }
        }

        .ft-get-info {
            font-size: 16px;
            line-height: 22px;
            color: #C6CCDA;
            padding-left: 10px;
            max-width: 210px;
            width:calc(100% - 40px);

            & span {
                display: block;
            }

            
        }
    }
}

ul.ft-get-touch li.ftaddress {
    width: 100%;
}

.f-social-advice {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 530px;

    .mhd-social {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        width: calc(50% - 10px);
        gap: 15px;

        & li {
            line-height: 1;
            margin: 0;
            padding: 0;

            & img {
                filter: invert(1) grayscale(1) brightness(80%);
                width: 24px;
                height: 24px;
            }
        }
        & li a:hover{
            & img{
               filter:brightness(0) saturate(100%) invert(72%) sepia(65%) saturate(267%) hue-rotate(353deg) brightness(96%) contrast(87%);   
            }
        }
    }

    
}
.legal-box {
        font-size: 16px;
        line-height: 1.02;
        color: #C6CCDA;
        background-color: rgba(255 255 255 / 10%);
        padding: 12px 20px;
        border-radius: 20px;
        display:inline-flex;
        flex-wrap:wrap;
    }

@-webkit-keyframes blink {
    0% {
        box-shadow: 0 0 0 5px rgba(15, 217, 117, 0.30);
    }

    50% {
        box-shadow: 0px 0 0 0px rgba(15, 217, 117, 0.30);
    }

    100% {
        box-shadow: 0px 0 0 5px rgba(15, 217, 117, 0.30);
    }
}

@-moz-keyframes blink {
    0% {
        box-shadow: 0px 0 0 5px rgba(15, 217, 117, 0.30);
    }

    50% {
        box-shadow: 0px 0 0 0px rgba(15, 217, 117, 0.30);
    }

    100% {
        box-shadow: 0px 0 0 5px rgba(15, 217, 117, 0.30);
    }
}

@keyframes blink {
    0% {
        box-shadow: 0px 0 0 5px rgba(15, 217, 117, 0.30);
    }

    50% {
        box-shadow: 0px 0 0 0px rgba(15, 217, 117, 0.30);
    }

    100% {
        box-shadow: 0px 0 0 5px rgba(15, 217, 117, 0.30);
    }
}

.letter {
    opacity: 0.05;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    margin-right: -40px;

    & img {
        z-index: -1;
        position: relative;
    }
}

.c-mid {
    .letter {
        top: 15%;
        bottom: auto;
    }
}

/*----- inner banner -------*/
.inner-banner {
    position: relative;
    min-height: 500px;
    background-image: radial-gradient(rgb(0 0 0 / 35%)  22%, rgb(0 0 0 / 80%));
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    .container {
        width: 100%;
    }

    .inbanner-content {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        align-items:center;
        max-width: 1390px;
        margin: 0 auto;
    }

    [class*="heading-"] {
        margin-bottom:10px;
        color: var(--white);
        text-align: left;
        line-height: 1;
    }

    
}

.inner-banner {

    & .heading-80 {
        font-size: 70px;        
        text-wrap-style: inherit;
    }
}


.inner-banner.form-banner{
    min-height: 650px;
}

.line {
    position: relative;
}

.line:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100vw;
    height: 1px;
    background: var(--gradient);
    top: 0;
    margin-top: 28px;
    margin-left: calc(-100vw - 30px);
}
.banner-left{
    width: calc(100% - 500px);
    padding-right: 110px;

    & .btnlist{
        margin-bottom: 30px;
    }
}
.banner-right{
    width: 500px;
    & form{

        & .form-group{
            margin-bottom: 12px;
            & label{
                font-size: 18px;
                color: var(--black);
                font-weight: normal;
            }
        }

        & textarea.form-control{
            min-height: 50px;
            height: 50px;
        }
    }
}
.banner-factor {
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 628px;
    list-style: none;
    gap: 35px 15px;
    margin: 10px 0 25px;
}
.banner-factor li .fact-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    & .fact-icon{
        width: 55px;
       
    }
    & .fact-info{
        width: calc(100% - 55px);
        padding-left: 15px;

        & .head{
            font-size: 26px;
            color: var(--white);
            line-height: 1;
        }
    }
}

.inner-banner:not(.form-banner) .banner-left{
    padding-right: 0;
    text-align: center;
    width: 100%;

    & .heading-80{
        text-align: center;
    }
    & ul{
        & li{
            & span{
                justify-content: center;
            }
        }
    }
}


/* ******* GET IN TOUCH ******* */

.get-block{
    background-color: var(--primary);
    padding: 50px;

    & .form-group{
        
        & label{
            color: var(--black);
            font-weight: normal;
        }
    }
}

.get-block .heading-30{
    text-transform: capitalize;
    margin-bottom: 25px;
    color: var(--black);

    
    
}

.get-block .form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*---------- form css ----------*/
.sec-consultation {
    position: relative;
}

.sec-consultation:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-color: var(--theme);
    left: 0;
    bottom: 0;
}

.form-wrap {
    padding: 80px 100px;
    background: var(--gradient);
}

.form-wrapbox {
    form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    & label {
        color: var(--white);
    }

    .submit-btn {
        text-align: center;
    }
}

/*-------------- common block ----------*/
.block-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;

    .block-left{
        width:calc(100% - 450px);
        max-width: 870px;
        padding-right:20px;
    }
    .block-right{
        width:450px;
        position:sticky;
        top:140px;
        align-self:flex-start;
        .block-gradient{
            background:var(--gradient);
            padding:45px;
        }
        .submit-btn input.btnsubmit{
            width:100%;
            display:block;
        }
        .submit-btn:before{
          margin-right: 8rem;  
        }
        .form-group{
            margin-bottom:10px;
        }
        .form-group + .frmbtn.submit-btn{
            margin-top:20px;
        }
    }
}


/*---------------*/
.sec-whychoose {
    ul.whychs-ul {
        list-style-type: none;
        margin: 0 -15px -40px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    & li {
        width: 33.33%;
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .whychs-li {
        background-color: #F2F2F2;
        padding: 50px 60px;
        height: 100%;
    }

    .whychs-icon {
        margin-bottom: 24px;
        position: relative;
        z-index: 0;
    }

    .whychs-icon:before {
        position: absolute;
        content: "";
        width: 64px;
        height: 64px;
        background-color: var(--white);
        top: 0;
        left: 0;
        border-radius: 100%;
        z-index: -1;
        margin: -8px 0 0 -8px;
    }

    .whychs-title {
        font-size: 20px;
        font-weight: var(--font-weight-bold);
        color: var(--theme);
        letter-spacing: -0.4px;
        margin-bottom: 15px;
        position: relative;
    }

    .whychs-title:before {
        position: absolute;
        content: "";
        width: 25px;
        height: 1px;
        background: var(--gradient);
        left: 0;
        top: 0;
        margin-top: 14px;
        margin-left: -60px;
    }
}


.consultationform.fancybox-content {
    padding: 0;
}
.consultationform{
    max-width: 1130px;
    border-radius: 0px;
    cursor: auto;  
    display:none;
}
.consultationform .popup-body {
    background:#16254C;
    display:flex;
    flex-wrap:wrap;
}
.consultationform .popup-body .pop-up-left {
    width: 540px;
    padding: 0 60px 0 60px;
    margin: 60px 0 60px;
    border-right: 1px solid rgba(255 255 255 / 20%);

    .title{
        color:var(--white);
        margin-bottom:20px;
        [class*="heading-"],p{
            color:var(--white);
        }
        & p{
            line-height:1.32;
            font-size:16px;
        }
    }

    ul.ft-get-touch {
        & li{
            width:auto;
        }
    }

}
.consultationform .popup-body .pop-up-right {
    width: calc(100% - 540px);
    padding: 60px 60px 60px 60px;
    
    form{
        display:flex;
        flex-wrap:wrap;
        width:100%;
        justify-content:space-between;
        .form-group label{
            color:var(--white);
        }
        .submit-btn input.btnsubmit{
           background: var(--gradient); 
        }
        .submit-btn input.btnsubmit:hover{
           background: var(--white); 
           color:var(--theme);
        }
        .submit-btn:hover:before{
            filter:invert(1) brightness(100);
        }
        .submit-btn{
            margin:0;
        }
    }

}
.consultationform .fancybox-close-small {
    background:var(--gradient);
    opacity: 1;
    width: 34px;
    height: 34px;
    padding: 5px;
    color: #ffffff;
}

/**/

.foodslider-list{
    overflow: hidden;
}
.marquee {
    display: flex;
    list-style-type:none;
    margin:0;
    padding:0;
}
.marquee li {
    float: left;
     margin:0;
     padding:0 25px;
}
.food-slider-wr{
    display:flex;
    align-items:center;

    .fd-slider-img{
        width:141px;

        & img{
            display:block;
            width:100%;
            height:auto;
        }
    }
    .fd-slider-title{
        color:var(--black);
        font-family:var(--font-body-family);
        font-size: 60px;
        font-weight: 400;
        line-height:0.9; 
        text-transform: capitalize; 
        padding-left:30px;
        width:calc(100% - 141px);
        white-space:nowrap;
    }
}

.special-ul {
    max-width: 635px;
    margin: 0 0 0 auto;

    & li{
        list-style: none;
        position: relative;
        text-transform: capitalize;
        padding-left: 55px;

        &::before{
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            background: url(../images/svg/checked.svg) no-repeat;
            width: 33px;
            height: 33px;
        }

        & strong{
            font-size: 30px;
            font-weight: normal;
            line-height: 1.2;
        }
        &:not(:last-child){
            margin-bottom: 30px;
            padding-bottom: 30px;
        }

        &:not(:last-child)::after{
            content: "";
            position: absolute;
            bottom: 0;
            left: 55px;
            border-bottom: 4px double rgba(58 55 55 / 20%);
            width: calc(100% - 55px);
        }
    }
}


.text-wrap{
        text-wrap-style: inherit;
}

.page-wrapper .inner-wrapper {
    max-width: 1390px;
}

#sb_instagram.sbi_fixed_height{height: auto !important;}


/* ******* Gallery ******* */

.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn{
        background: transparent !important;
        border: 1px solid var(--theme) !important;
        box-shadow: inset 0px -2px 0px 0px var(--theme);
        color: var(--theme) !important;
        font-size: 18px !important;
        padding: 16px 30px !important;
        position: relative;
        overflow: hidden;
        display: inline-flex !important;
        align-items: center;
        z-index: 1;
        line-height: 1;
        text-decoration: none !important;
        justify-content: center;
        text-align: center !important;
        min-height: auto;
        min-width: auto;
        font-family: var(--font-body-family) !important;
        font-weight: var(--font-body-weight) !important;
        border-radius: 0px !important;
        width: auto !important;
        transition: all 0.3s linear !important;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        letter-spacing: 0px;
        gap: 10px;
        text-shadow:none !important;
        margin-top: 35px !important;


        &::before{
            content: "";
            position: absolute;
            inset: 0;
            background: var(--black);
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.4s ease;
            z-index: -1;
        }

        &:hover{
            color: var(--white) !important; 

            &::before{
                    transform: scaleY(1);
            }
        }
}

.wonderplugin-gridgallery-item-container a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    opacity: 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.wonderplugin-gridgallery-item-container a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/zoom.svg) no-repeat;
    width: 86px;
    height: 86px;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}
.wonderplugin-gridgallery-item-container:hover a:after{
    opacity: 1;
}
.wonderplugin-gridgallery-item-container:hover a:before{
    opacity: 1;
    transform: scale(1);
}


.sec-instagram .sbi_photo_wrap:before{
    content: "";
    position: absolute;
    top:10px;
    right:10px;
    background: url(../images/instagram-icon.svg);
    width: 51px;
    height: 51px;
    z-index: 1;
}



.home-content-sec .content-width.content-wrapper ul{column-count: 3;}
.home-content-sec .content-width.content-wrapper h5 a:hover{text-decoration: underline;}

.thankyou-pg .ctent-block .heading-40 {text-wrap-style: inherit;}
.thankyou-pg  .ctent-img ,
.error404  .inner-wrapper .ctent-img{text-align: right;}

.thankyou-pg .ctent-block ,
.error404 .inner-wrapper.ctent-block{padding-right: 60px;}



@media (min-width: 1921px){
    .foodslider-list{max-width: 1920px;margin:0 auto;}
    
}



/* RESPONSIVE  MEDIA QUERY */
@media (max-width: 1599.98px){

    .special-ul {
        max-width: 520px;
            & li {
                &:not(:last-child) {
                    margin-bottom: 20px;
                    padding-bottom: 20px;
                }
            }
    }

}

@media (max-width: 1439.98px){
    .get-block{padding: 30px;}

    .inner-banner {
        [class*="heading-"] {        
            font-size: 50px;
        }
    }
    .banner-factor{
            gap: 15px 25px;
    }
    .banner-factor li .fact-box {
        & .fact-icon {
            width: 60px;
        }
        & .fact-info {
            width: calc(100% - 60px);
            padding-left: 15px;

            & .head{
                font-size: 26px;
            }
        }

    }
    .ctent-block{
        width: calc(100% - 500px);
        padding-right: 60px;
    }
    .ctent-img{
        width: 500px;
    }

}

@media (max-width: 1199.98px){

    [class*="heading-"], h1, h2, h3, h4, h5, h6{
        line-height: 1.1;
        text-wrap-style: inherit;
    }
    .heading-80{font-size: 36px;}
    .heading-70{font-size: 28px;}
    .heading-50{font-size: 26px;}
    .heading-36 {font-size: 26px;}
    .heading-30, h3{font-size: 22px;}

    main .content-wrapper ul li{padding-left: 28px;}
    main .content-wrapper ul li:not(:last-child) {margin-bottom: 12px;line-height: 1.1;}
    main .content-wrapper ul li:before{
        width: 18px;
        height: 18px;
        background-size: 18px;
        top: 2px;
    }

    .inner-banner {
        & .heading-80 {font-size: 36px;}
    }

    .banner-left {width: calc(100% - 420px);padding-right: 30px;}
    .banner-right {width: 420px;}
    .banner-factor {
        gap: 15px 25px;
        max-width: 380px;
    }
    .banner-factor li .fact-box {
        & .fact-icon {
            width: 45px;
        }
        & .fact-info {
            width: calc(100% - 45px);

            & .head {
                font-size: 20px;
            }
        }
    }
    .inner-banner.form-banner {min-height: auto;padding: 50px 0;}
    .banner-right  .get-block {padding: 20px;}

    /* ******** INNER BANNER ********  */
    .inner-banner{
        min-height: auto;
        padding: 100px 0;
    }

    .food-slider-wr .fd-slider-img {
        width: 120px;
    }
    .food-slider-wr .fd-slider-title {
        font-size: 48px;
        padding-left: 24px;
        width: calc(100% - 120px);
    }

    .special-ul{
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 30px;

        & li{
            padding-left: 35px;
            font-size: 16px;

            &::before {
                top: 4px;
                width: 28px;
                height: 28px;
                background-size: 28px;
            }

            &:not(:last-child)::after{
                left: 28px;
                width: calc(100% - 28px)
            }

            & strong{
                font-size: 22px;
            }
        }

    }

    .double-line{margin-top: 40px;margin-bottom: 40px;}
}

@media (max-width: 991.98px){
    .marquee li {
        padding: 0 18px;
    }
    .food-slider-wr .fd-slider-img {
        width: 100px;
    }
    .food-slider-wr .fd-slider-title {
        font-size: 40px;
        padding-left: 20px;
        width: calc(100% - 100px);
    }
    .inner-banner {
        [class*="heading-"] {
            font-size: 34px;
        }
    }
    .banner-factor{
        margin-bottom: 10px;
    }
    .banner-left {padding-right: 0;}
    .banner-right, 
    .banner-left {width: 100%;}
    .banner-left + *{margin-top: 30px;}

    .ctent-block{
        padding-right: 0;
    }
    .ctent-img ,
    .ctent-block{width: 100%;}

    .home-content-sec .content-width.content-wrapper ul{column-count: 2;}
    .thankyou-pg .ctent-block , 
    .error404  .inner-wrapper .ctent-block{padding-right: 0;}

    .thankyou-pg .ctent-img ,
    .error404  .inner-wrapper .ctent-img{text-align: center;}

}

@media (max-width: 767.98px){
    .marquee li {
        padding: 0 14px;
    }
    .food-slider-wr .fd-slider-img {
        width: 84px;
    }
    .food-slider-wr .fd-slider-title {
        font-size: 32px;
        padding-left: 16px;
        width: calc(100% - 84px);
    }
    /* ******** INNER BANNER ********  */
    .inner-banner{
        min-height: auto;
        padding: 60px 0;
    }
    .special-ul{
        grid-template-columns: repeat(1,1fr);

        & li{
            &:last-child{
                margin-bottom: 0;
            }
        }
    }
}


@media (max-width: 575.98px){
    .marquee li {
        padding: 0 12px;
    }
    .food-slider-wr .fd-slider-img {
        width: 64px;
    }
    .food-slider-wr .fd-slider-title {
        font-size: 26px;
        padding-left: 12px;
        width: calc(100% - 64px);
    }
    .btnlist{
        gap:8px;
    }
    
    p, ol li, ul li
    {
        font-size:18px;
        line-height:1.3;
    }
    p {
        margin-bottom:25px;
    }
    .button{
       padding: 14px 18px; 
    }
    .get-block{padding: 20px;}
    .form-group.form-group50{width: 100%;}
    .get-block .heading-30 ,
    .form-group{margin-bottom: 15px;}


    .banner-factor{
        gap: 5px 25px;
        grid-template-columns: repeat(1, 1fr);
    }
    .banner-factor li .fact-box {
        align-items: center;

        & .fact-icon {
            width: 35px;
        }
        & .fact-info {
            width: calc(100% - 35px);
            padding-left: 10px;
        }
    }

    .banner-right{

        & form{
            & .form-group{
                margin-bottom: 12px;

                & .form-control{
                    height: 42px;
                    padding: 8px 15px;
                }
            }
        }

    }
    .scrollTop{
        display:none;
    }

    
}

@media (max-width:480.98px){
    .home-content-sec .content-width.content-wrapper ul{column-count: 1;}
}