@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Regular.eot');
    src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-Regular.woff2') format('woff2'),
    url('../fonts/Barlow-Regular.woff') format('woff'),
    url('../fonts/Barlow-Regular.ttf') format('truetype'),
    url('../fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Medium.eot');
    src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-Medium.woff2') format('woff2'),
    url('../fonts/Barlow-Medium.woff') format('woff'),
    url('../fonts/Barlow-Medium.ttf') format('truetype'),
    url('../fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-SemiBold.eot');
    src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
    url('../fonts/Barlow-SemiBold.woff') format('woff'),
    url('../fonts/Barlow-SemiBold.ttf') format('truetype'),
    url('../fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Bold.eot');
    src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Barlow-Bold.woff2') format('woff2'),
    url('../fonts/Barlow-Bold.woff') format('woff'),
    url('../fonts/Barlow-Bold.ttf') format('truetype'),
    url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-Bold.eot');
    src: url('../fonts/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BarlowCondensed-Bold.woff2') format('woff2'),
    url('../fonts/BarlowCondensed-Bold.woff') format('woff'),
    url('../fonts/BarlowCondensed-Bold.ttf') format('truetype'),
    url('../fonts/BarlowCondensed-Bold.svg#BarlowCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-ExtraBold.eot');
    src: url('../fonts/BarlowCondensed-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BarlowCondensed-ExtraBold.woff2') format('woff2'),
    url('../fonts/BarlowCondensed-ExtraBold.woff') format('woff'),
    url('../fonts/BarlowCondensed-ExtraBold.ttf') format('truetype'),
    url('../fonts/BarlowCondensed-ExtraBold.svg#BarlowCondensed-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-Bold.eot');
    src: url('../fonts/Lexend-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lexend-Bold.woff2') format('woff2'),
    url('../fonts/Lexend-Bold.woff') format('woff'),
    url('../fonts/Lexend-Bold.ttf') format('truetype'),
    url('../fonts/Lexend-Bold.svg#Lexend-Bold') format('svg');
    font-weight: bold;
    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: 26px;
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    scroll-behavior: smooth;
    font-family: var(--font-body-family);
    font-weight: var(--font-body-weight);
    letter-spacing: 0.16px;
}

body {
    overflow-x: hidden;
}

/*  select option */
::-ms-expand {
    display: none;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #FFFFFF url(../images/drop-select-arrow.svg) no-repeat right 10px center / 0.6em;
    padding-right: 1.7em;
}

::-moz-selection {
    color: #fff;
    background: var(--theme);
}

::selection {
    color: #fff;
    background: var(--theme);
}

/*-----FORM CONTROL-----*/

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--paragraph);
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.16px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--paragraph);
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.16px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

:-ms-input-placeholder,
textarea::placeholder {
    color: var(--paragraph);
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.16px;
    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% - 7px);

    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(--paragraph);
    margin: 0;
    vertical-align: bottom;
    font-size: 16px;
    letter-spacing: 0.16px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

.form-group {
    margin-bottom: 14px;
    width: 100%;
}

form .form-group.width100 {
    margin-bottom: 0;
}

.form-control {
    width: 100%;
    padding: 10px 15px;
    background: var(--white);
    border: 1px solid #D6D6D6;
    color: var(--secondary);
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    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;
    max-height: 85px;
	min-height:auto;
}
form .submit-btn + p {
    font-size: 14px !important;
    line-height: 1.15 !important;
    margin-top: 15px;
}
.form-control:focus {
    border-color: var(--theme);
}


.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form-group label {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: var(--font-weight-medium);
    color: var(--black);
}

.submit-btn {
    width: 100%;
	position:relative;
}

.submit-btn input.btnsubmit {
    font-size: 18px;
    padding: 15px;

    color: var(--white);
    width: 100%;
    border-radius: 0px;
    background: var(--theme);
    border: 0;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-bold);

}
.submit-btn::before{
    content: "";
    position: absolute;
    color: var(--white);
    font-size: 16px;
    z-index: 2;
    top: 38%;
    right: -94px;
    background: url(../../assets/images/right-arrow.svg) no-repeat;
    width: 8px;
    height: 14px;
    left: 0;
    margin: 0 auto;
}
.submit-btn input.btnsubmit:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.divider {
    border-bottom: 1px solid #DFE2DE;
    margin-bottom: 100px;
}

/*  slick common style for control */
.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots li button {
    width: 13px;
    height: 13px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    opacity: 1;
    border: 3px solid var(--white);
}

.slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 0;
    background-color: rgba(255 255 255 / 55%);
}

/* arrow */
.slick-next,
.slick-prev {
    width: 34px;
    height: 34px;
    border: 1px solid #C4C4C4;
    border-radius: 100%;
    background-color: var(--white);
    margin: auto 0px;
}

.slick-next:hover,
.slick-prev:hover {
    background-color: var(--theme);
    border: 2px 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: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--primary);
    font-family: 'FontAwesome';
}

.slick-next:before {
    content: "\f105";
    margin-left: 0px;
}

.slick-prev:before {
    content: "\f104";
    margin-left: -1px;
}

.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);
}

.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: 17px 29px;
    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(--primary);
    min-height: auto;
    border: 0;
    min-width: auto;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-bold);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-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: 0.18px;
    text-transform: uppercase;
}

.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 {
    margin: 0 8px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    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 {
    transform: translateX(5px);
    -moz-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    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;
}


.btnlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    gap: 12px;
}

.btnlist li {
    margin: 0px 8px;
}

.button > i {
    margin-right: 0;
}

.button-theme {
    color: var(--white);
    background: #E4722B;
    background: linear-gradient(to right, #E4722B 0%, #8b451a 50%, #E4722B 100%);
    background-size: 200% auto;
}

.button-theme:hover {
    background-position: right center;
}

.button-white {
    background-color: var(--white);
    color: var(--primary);
}

.button-white:hover {
    background-color: var(--primary);
    color: var(--white);

    & img {
        filter: invert(1) brightness(100);
    }
}

.button-black {
    background-color: var(--primary);
    color: var(--white);
}

.button:hover {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.button-black:hover {
    background-color: var(--theme);
    color: var(--white);
}

.button-border {
    outline: 1px solid #D6D6D6;
}

.button-border:hover {
    outline: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
}

.button-border:hover img {
    filter: invert(1) brightness(100);
}

p + .btnlist {
    padding-top: 20px;
}

/*---- theme content  ul,ol heading styling -------*/

.relative {
    position: relative;
}

a {
    text-decoration: none;
}

p,
ol li,
ul li {
    font-size: 18px;
    color: var(--primary);
    line-height: 1.56;
    letter-spacing: 0px;
    font-weight: var(--font-weight-medium);
    font-family: var(--font-body-family);
}

p {
    margin-bottom: 25px;
}

p:last-child {
    margin-bottom: 0;
}

p a {
    color: var(--theme);
    text-decoration: underline;
    text-underline-position: under;
}

p a,
p span,
ul li a,
ol li a {


    display: inline-block;

}

p span {
    color: initial;
    text-decoration: none;
}

p a:hover {
    color: var(--primary);

}


/* ********|| UL , OL  ||******** */
main ul:not([class]) li a,
main ol:not([class]) li a,
main ul.twocolumn li a {
    text-decoration: underline;
}

main ul:not([class]) li a:hover,
main ol:not([class]) li a:hover,
main ul.twocolumn li a:hover {
    color: var(--theme)
}

main ul:not([class]),
main ul.twocolumn {
    list-style: none;
    margin: 0 0 30px 0;
}

main ul:not([class]) li,
main ul.twocolumn li {
    position: relative;
    padding-left: 36px;
    letter-spacing: 0px;
    list-style: none;
    font-size: 18px;
    color: var(--primary);
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: var(--font-weight-medium);
    font-family: var(--font-body-family);
    margin-bottom: 0;
}

main ul:not([class]) li:before,
main ul.twocolumn li:before {
    content: "";
    background: transparent url(../images/svg/checkmark-icon.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 2px;
    width: 25px;
    height: 23px;
    z-index: 1;
}

main ul:not([class]) li:not(:last-child),
main ul.twocolumn li:not(:last-child) {
    margin-bottom: 15px;
}

main ul:not([class]) li strong {

    font-weight: var(--font-weight-bold);

    font-size: 18px;
    line-height: 1;
}

main ul.twocolumn {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

main ul.twocolumn li {
    width: calc(50% - 10px);

}

main ul:not([class]) li a {
    color: var(--primary);
    text-decoration: underline;
}

main ul:not([class]) li a:hover {
    color: var(--theme);
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary);
    line-height: 1.09;
    margin-bottom: 20px;
    font-family: var(--font-head-family);
    text-transform: uppercase;
}

.heading-46,h1 {
    font-size: clamp(2.25rem, 2.0983rem + 0.6472vw, 2.875rem);
}

.heading-40,h2 {
    font-size: clamp(2.125rem, 2.034rem + 0.3883vw, 2.5rem);
}

.heading-32,h3 {
    font-size: clamp(1.75rem, 1.6893rem + 0.2589vw, 2rem);
}

.heading-30,h4 {
    font-size: clamp(1.75rem, 1.7197rem + 0.1294vw, 1.875rem);
}

.heading-26,h5 {
    font-size: clamp(1.375rem, 1.3143rem + 0.2589vw, 1.625rem);
}

.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: 1160px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

.text-white {
    color: var(--white);
}

.center {
    text-align: center;
}

/* ********* BREADCRUMB *********  */


ul.woo_breadcums {
    margin: 0;
    position: relative;
}

ul.woo_breadcums:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: var(--white);
    top: 0;
    margin-top: 9px;
    opacity: 0.30;
    margin-left: calc(-100vw - 20px);
}

ul.woo_breadcums li {
    list-style: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0;
    padding-left: 0;

}

.woo_breadcums li::before {
    display: none;
}

ul.woo_breadcums li a {
    position: relative;
    z-index: 0;
    line-height: 100%;
    margin: 0 30px 0 0;
    display: inline-block;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}

ul.woo_breadcums li span {
    padding: 0;
    display: inline-block;
    line-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 26px;
    color: var(--white);
    font-size: 18px;
    line-height: 1.1;
    font-weight: var(--font-weight-medium);
    font-family: var(--font-body-family);
    letter-spacing: 0px;
}

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: "\f105";
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    left: unset;
    opacity: 1;
    z-index: 0;
    font-weight: normal;
    font-size: 18px;
    margin-top: 2px;
    font-family: 'FontAwesome';
}

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(--white);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.scrollTop i {
    margin: 0;
    color: var(--white);
}

.scrollTop:hover {
    background: var(--secondary);
    border-color: var(--white);
}

.scrollTop:hover i {
    color: var(--white);
}

/*--------- inner banner -----*/
.inner-banner {
    position: relative;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;

    & > .container {
        width: 100%;
    }


    & .inbanner-content [class*="heading-"] {
        color: var(--white);
        margin-bottom: 0;
    }


}

.inner-banner:before {
    position: absolute;
    content: "";
    background-image: url(../images/banner-overlay.svg);
    width: 795px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.inbanner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;

    & .inbanner-cntimg {
        width: 356px;
    }

    & .inbanner-rgtlogo {
        width: 198px;
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: -60px;
    }

    & .inbanner-content {
        width: 470px;
        padding-right: 20px;
    }
}

/*------------ insta ---------*/
.insta-label {
    font-size: 18px;
    font-weight: var(--font-weight-semibold);
    color: var(--theme);

    & i {
        margin-right: 10px;
    }
}


/*------ content section --------*/
.content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 100px;
}

.ctent-img {
    width: 700px;
    position: sticky;
    top: 140px;
    align-self: flex-start;
}

.ctent-block {
    width: calc(100% - 700px);
    padding-right: 140px;
    margin: auto 0;
}

.content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 140px;
    padding-right: 0;
}


/*----------- footer -----------*/
.footer-topbg {
    position: relative;
    background: rgba(19 22 22 / 90%);
}

.footer-topbg:before {
    position: absolute;
    content: "";
    background-image: url('../images/black-shape.svg');
    width: 41.24%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.footer-top-wrap {

    & .footer-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(255 255 255 / 10%);
        padding: 30px 0;
    }

    & .ft-left {
        width: 120px;
    }

    & .ft-center {
        width: calc(100% - (120px + 540px));
        padding: 0 30px;

        & [class*="heading-"] {
            color: var(--white);
            margin-bottom: 0;
        }
    }

    & .ft-right {
        width: 540px;

        & .button {
            min-width: 230px;
        }
    }
}

.footer-middle-wrap {
    & .footer-middle {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 55px;
    }

    & .ft-md-left {
        width: 55%;
        border-right: 1px solid rgba(255 255 255 / 10%);
        padding: 40px 80px 0 0;
        display: flex;
        flex-wrap: wrap;

        & .ft-carimg {
            width: 350px;
        }

        & .ftmdleft {
            width: calc(100% - 350px);
            padding-right: 30px;
        }
    }

    & .ft-md-right {
        width: 45%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        padding: 40px 0 0 160px;
    }

    & .ft-title {
        font-size: 22px;
        color: var(--white);
        font-weight: var(--font-weight-bold);
        text-transform: uppercase;
        margin-bottom: 18px;
        font-family: var(--font-head-family);
    }

    & ul.ft-ul {
        list-style-type: none;
        margin: 0;
        padding: 0;

        & li.active a {
            color: var(--theme);
        }
    }

    & li {
        line-height: 1;
        margin-bottom: 14px;
    }

    & li a {
        font-size: 18px;
        font-weight: var(--font-weight-medium);
        line-height: 1;
        color: #C4C4C4;
        position: relative;
    }

    & li a:hover {
        color: var(--theme);
    }

    & ul.address-ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    & li:not(:last-child) {
        margin-bottom: 20px;
    }

    & .address-li {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;

        & .ad-icon {
            width: 18px;
        }

        & .ad-detail {
            width: calc(100% - 18px);
            padding-left: 12px;
            font-size: 18px;
            color: #C4C4C4;
            font-weight: var(--font-weight-medium);
        }
    }

    & .ft-get-touch {
        margin-bottom: 40px;
    }

    & .ft-small-title {
        font-size: 16px;
        font-weight: var(--font-weight-bold);
        line-height: 1.02;
        color: var(--white);
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    & ul.social-icon {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;

        & li {
            margin-bottom: 0;
        }

        & li a {
            width: 40px;
            height: 40px;
            border: 1px solid var(--white);
            border-radius: 100%;
            color: var(--white);
            font-size: 20px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        & li a:hover {
            background-color: var(--theme);
        }
    }
}

.f-copy p, .f-copy span {
    font-size: 16px;
    color: var(--primary);
    line-height: 1.05;
    font-weight: var(--font-body-weight);
}

.f-copy p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-bottom-wrap {
    padding: 20px 0;
    text-align: center;
}


/*--------- key feature ------------*/
ul.keyfeature-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
    padding: 0;
    list-style-type: none;

    & li {
        width: 20%;
        padding: 0 50px;
        margin-bottom: 0;
    }

    & .keyfeature-title {
        font-size: 18px;
        font-weight: var(--font-weight-semibold);
        line-height: 1.23;
        color: var(--primary);
        margin-top: 15px;
    }

    & .keyfeature-li {
        text-align: center;
    }

    & .keyicon {
        position: relative;
    }

    & .keyicon:before {
        position: absolute;
        content: "";
        width: 80px;
        height: 70px;
        background-color: #FFD6BC;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto auto 0;
        opacity: 0.34;
        z-index: -1;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }
}

/*----- call action ------*/
.callact-contain {
    position: relative;
}

.callact-contain::before {

    background: linear-gradient(to left, rgba(228, 114, 43, 1) 0%, rgba(27, 17, 15, 1) 100%);
    opacity: 0.83;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.callact-contain .bgimg {
    z-index: -2;
}

.callact-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
}

.callact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 766px;
    padding-right: 10px;
    width: calc(100% - 535px);
}

.callact-btn {
    width: 535px;
}

.callact-logo {
    width: 133px;
}

.callact-detail {
    width: calc(100% - 133px);
    padding-left: 30px;

    & [class*="heading-"] {
        margin-bottom: 0;
    }

    & p {
        color: var(--white);
    }
}

.callact-wrap .callact-btn .button-white {
    min-width: 260px;
}
.callact-btn .button-black{
	font-size: 16px;
    padding: 17px 23px;
}

/*------------ whychoose -------------*/
.whychoose-sec {
    position: relative;

    & p {
        color: var(--white);
    }
}

.whychoose-sec:before {
    position: absolute;
    content: "";
    background-color: #161B20;
    opacity: 0.93;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.whychoose-sec .bgimg {
    z-index: -2;
}

.choose-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1440px;
    margin: 0 auto 30px;

    & .chs-left {
        width: calc(50% - 260px);
    }

    & .chs-center {
        width: 510px;
    }

    & .chs-right {
        width: calc(50% - 260px);

        & .chs-ul {
            margin-left: auto;
        }
    }

    & .chs-ul {
        max-width: 335px;
    }

    & .chs-li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border: 2px solid rgba(255 255 255 / 14%);
        border-radius: 4px;
        margin-bottom: 20px;

        padding: 25px;

        & .chs-icon {
            width: 74px;
            position: relative;
        }

        & .chs-icon:before {
            position: absolute;
            content: "";
            width: 77px;
            height: 66px;
            background-color: #FFD6BC;
            opacity: 0.10;
            z-index: -1;
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

        & .chs-detail {
            width: calc(100% - 74px);
            padding-left: 15px;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.44;
            color: var(--white);
        }
    }
}

/*---- before-afterslider ---*/

ul.before-afterslider {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-bottom: 45px;

    & li {
        width: 33.33%;
        padding: 0 20px;
        margin-bottom: 0;
    }
}

ul.before-afterslider.slick-initialized {
    display: block;
}

.twentytwenty-container > img {
    max-width: 100%;
}

ul.before-afterslider .slick-next {
    right: 0;
    margin-right: 55px;
    z-index: 1;
}

ul.before-afterslider .slick-prev {
    left: 0;
    margin-left: 40px;
    z-index: 1;
}

.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn {
    color: var(--white) !important;
    background: #E4722B !important;
    background: linear-gradient(to right, #E4722B 0%, #8b451a 50%, #E4722B 100%) !important;
    background-size: 200% auto !important;
    font-size: 18px !important;
    padding: 17px 29px !important;
    position: relative !important;
    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;
    color: var(--primary);
    min-height: auto;
    border: 0 !important;
    min-width: auto;
    font-family: var(--font-body-family) !important;
    font-weight: var(--font-weight-bold) !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: auto !important;
    transition: all 0.3s linear !important;
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    -ms-transition: all 0.3s linear !important;
    letter-spacing: 0.18px !important;
    text-transform: uppercase !important; 
    text-shadow: none !important;
}
.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn:hover{
	    border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
	background-position: right center !important;
}
.wonderplugin-gridgallery-item-container a
{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.wonderplugin-gridgallery-item-container a:after
{
			position: absolute;
        content: "";
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(180deg, #252B2B00 0%, #E4722B 100%) 0% 0% no-repeat padding-box;
        z-index: 1;

        opacity: 0;
        z-index: 1;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
 }
.wonderplugin-gridgallery-item-container a:hover:after
{
	opacity: 1;
        z-index: 1;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}
.wonderplugin-gridgallery-item-container a img{
	        position: relative;
        z-index: 0;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}
.wonderplugin-gridgallery-item-container a:hover	 img{
	transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
}
/* RESPONSIVE  MEDIA QUERY */

@media (min-width: 1921px) {
    ul.before-afterslider.slick-initialized{
        max-width: 1920px;
        margin: 0 auto;
    }
    .inner-banner:before{
        width: 1455px;
    }
}

@media (max-width: 1599.98px) {
    .footer-middle-wrap {
        & .ft-md-right {
            width: 40%;
            padding: 40px 0 0 60px;
        }

        & .ft-md-left {
            padding: 40px 60px 0 0;
            width: 60%;
        }
    }


    /**/
    ul.before-afterslider {
        margin: 0 -10px;
        padding-bottom: 40px;

        & li {
            padding: 0 10px;
        }
    }

    .inbanner-wrap {
        & .inbanner-rgtlogo {
            width: 150px;
        }

        & .inbanner-cntimg {
            width: 280px;
        }

        & .inbanner-content {
            width: calc(100% - (150px + 280px));
            max-width: 610px;
        }
    }
}

@media (max-width: 1439.98px) {

    .footer-middle-wrap {
        & .ft-md-left {
            padding: 40px 40px 0 0;

            & .ft-carimg {
                width: 230px;
                object-fit: contain;
            }

            & .ftmdleft {
                width: calc(100% - 230px);
                padding-right: 30px;
            }

        }
    }

    .ctent-img {
        width: 550px;
    }

    .ctent-block {
        width: calc(100% - 550px);
        padding-right: 60px;
    }

    .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
        padding-left: 60px;
    }

    .divider {
        margin-bottom: 80px;
    }

    ul.keyfeature-ul {
        margin: 0 -20px;

        & li {
            width: 20%;
            padding: 0 20px;
        }

        & .keyicon:before {
            width: 60px;
            height: 50px;
        }
    }

    /**/
    .callact-btn {
        width: 300px;

        & .btnlist.justify-content-center {
            justify-content: flex-start !important;
        }
    }

    .callact-info {
        width: calc(100% - 300px);
    }

    /*--------*/
    .choose-wrap {
        align-items: center;

        & .chs-left {
            width: calc(50% - 190px);
        }

        & .chs-right {
            width: calc(50% - 190px);
        }

        & .chs-center {
            width: 380px;
        }

        & .chs-li {
            margin-bottom: 14px;
            padding: 16px;

            & .chs-icon {
                width: 64px;
                position: relative;
            }

            & .chs-detail {
                width: calc(100% - 64px);
                padding-left: 15px;
                font-size: 17px;
            }

            & .chs-icon:before {
                width: 64px;
                height: 52px;
            }
        }
    }

    /**/
    ul.before-afterslider {
        margin: 0 -8px;
        padding-bottom: 40px;

        & li {
            padding: 0 8px;
        }
    }

    .content-wrapper .ctent-block-wr:not(:last-child) {
        margin-bottom: 80px;
    }


    .inbanner-wrap {
        & .inbanner-rgtlogo {
            width: 150px;
        }

        & .inbanner-cntimg {
            width: 280px;
        }

        & .inbanner-content {
            width: calc(100% - (150px + 280px));
            max-width: 410px;
        }
    }

    .inner-banner:before {
        width: 650px;
    }

    .inner-banner {
        min-height: 300px;
    }

    .form-group.form-group50 {
        width: calc(50% - 5px);
    }

    .form-group {
        margin-bottom: 10px;
    }

    .olhmban-right {
        padding: 25px;
    }

    .form-control {
        padding: 10px;
    }

    .callact-wrap .callact-btn .button {
        min-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .footer-middle-wrap {
        & .ft-md-left {
            flex-direction: column;
            width: 50%;

            & .ftmdleft {
                width: 100%;
                padding-right: 0px;
                margin-bottom: 20px;
            }
        }

        & .ft-md-right {
            width: 50%;
            padding: 40px 0 0 40px;

            & .ftmt-link {
                width: 50%;
            }
        }

        & .ft-get-touch {
            margin-bottom: 20px;
        }

        & ul.address-ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        & ul.address-ul > li {
            width: 50%;
        }

    }


    .ctent-img {
        width: 400px;
    }

    .ctent-block {
        width: calc(100% - 400px);
        padding-right: 40px;
    }

    .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
        padding-left: 40px;
    }

    .footer-top-wrap {
        & .ft-center {
            width: 100%;
            padding: 0;
            order: 3;
            margin-top: 20px;
            text-align: center;
        }
    }

    ul.keyfeature-ul {
        margin: 0 -12px;

        & li {
            width: 20%;
            padding: 0 12px;
        }

        & .keyicon:before {
            width: 60px;
            height: 50px;
        }

        & .keyfeature-title {
            font-size: 16px;
        }
    }

    /*--------*/
    .choose-wrap {
        align-items: center;

        & .chs-left {
            width: calc(50% - 160px);
        }

        & .chs-right {
            width: calc(50% - 160px);
        }

        & .chs-center {
            width: 290px;
        }

        & .chs-li {
            margin-bottom: 14px;
            padding: 16px;

            & .chs-icon {
                width: 54px;
                position: relative;
            }

            & .chs-detail {
                width: calc(100% - 54px);
                padding-left: 10px;
                font-size: 17px;
            }

            & .chs-icon:before {
                width: 54px;
                height: 42px;
            }
        }
    }


    .inbanner-wrap {

        & .inbanner-rgtlogo {
            width: 120px;
            position: relative;
            margin-bottom: 0;
            margin-left: auto;
        }

        & .inbanner-content {
            width: calc(100% - (120px + 240px));
        }

        & .inbanner-cntimg {
            width: 220px;
            margin-right: 20px;
        }
    }

    .slick-prev {
        margin-left: -12px;
    }

    .slick-next {
        margin-right: -12px;
    }
    ul.woo_breadcums li span{
    	margin-bottom: 4px;
    }
}

@media (max-width: 991.98px) {
    .footer-middle-wrap {
        & .ft-md-left {
            border-right: 0;
            padding: 30px 0 0 0;
            width: 100%;
            flex-direction: row;
            margin-bottom: 30px;

            & .ftmdleft {
                width: calc(100% - 230px);
                padding-right: 30px;
                margin-bottom: 0px;
            }
        }

        & .ft-md-right {
            padding: 0;
            width: 100%;
        }

        & .footer-middle {
            padding-bottom: 20px;
        }

        & li:not(:last-child) {
            margin-bottom: 15px;
        }
    }

    .footer-top-wrap {
        & .ft-right {
            & .button {
                min-width: auto;
            }
        }
    }

    .footer-bottom-wrap {
        padding: 15px 0;
    }

    .scrollTop {
        display: none;
    }

    .ctent-img {
        width: 100%;
        position: initial;
    }

    .ctent-block {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
        padding-left: 0;
    }

    .divider {
        margin-bottom: 60px;
    }

    .button {
        padding: 17px 24px;
    }

    .footer-top-wrap {
        & .ft-center {
            width: 100%;
        }

        & .ft-right {
            max-width: 540px;
        }
    }

    ul.keyfeature-ul {
        margin-bottom: -24px;
        justify-content: flex-start;

        & li {
            width: 33.33%;
            margin-bottom: 24px;
        }
    }

    .callact-wrap {
        padding: 30px;
        justify-content: center;
    }

    .callact-info {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .callact-btn {
        max-width: 510px;
        width: 100%;

        & .btnlist.justify-content-center {
            justify-content: center !important;
        }

    }

    .callact-logo {
        width: 120px;
    }

    .callact-detail {
        width: calc(100% - 120px);
        padding-left: 20px;
    }

    /**/
    .choose-wrap {
        & .chs-left {
            width: 100%;
        }

        & .chs-right {
            width: 100%;
        }

        & .chs-center {
            width: 320px;
            margin: 0 auto;
        }

        & .chs-ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 100%;
        }

        & .chs-li {
            margin-bottom: 14px;
            padding: 16px;
            width: calc(50% - 5px);

            & .chs-icon {
                width: 54px;
                position: relative;
            }

            & .chs-detail {
                width: calc(100% - 54px);
                padding-left: 10px;
                font-size: 17px;
            }

            & .chs-icon:before {
                width: 54px;
                height: 42px;
            }
        }
    }

    .content-wrapper .ctent-block-wr:not(:last-child) {
        margin-bottom: 60px;
    }

    .inbanner-wrap {

        & .inbanner-rgtlogo {
            width: 120px;
            position: relative;
            margin-bottom: 0;
            margin-left: auto;
        }

        & .inbanner-content {
            width: calc(100% - 120px);
            max-width: 100%;
        }

        & .inbanner-cntimg {
            display: none;
        }
    }

    .inner-banner:before {
        width: 100%;
        background-size: contain;
        background-position: 0 100%;
    }

    .inner-banner {
        min-height: 240px;
    }

    p + .btnlist {
        padding-top: 0px;
    }
    .inner-banner:before {
        width: 100%;
        background: rgb(228 114 43 / 80%);
        background-image: none;
    }
    .sec-concrete,
    .bf-af-section {
        overflow: hidden;
    }
}

@media (max-width: 767.98px) {

    .footer-middle-wrap {
        & .ft-md-left {
            flex-direction: row;
            margin-bottom: 30px;

            & .ftmdleft {
                width: calc(100% - 130px);
                padding-right: 10px;
                margin-bottom: 0;
            }

            & .ft-carimg {
                width: 130px;
            }
        }

        & .address-li {
            & .ad-icon {
                width: 16px;

                & img {
                    width: 16px;
                    height: 16px;
                }
            }

            & .ad-detail {
                width: calc(100% - 16px);
                padding-left: 6px;
                font-size: 16px;
            }

            & li a {
                font-size: 16px;
            }
        }

        & ul.address-ul > li:last-child {
            width: 100%;
        }
    }

    .footer-top-wrap {
        & .ft-left {
            width: 100px;
            order: 1;
        }

        & .ft-center {
            width: calc(100% - 120px);
            order: 2;
            margin: 0;
            text-align: left;
        }

        & .ft-right {
            order: 3;
            margin-top: 20px;
        }
    }


    .inbanner-wrap {
        padding: 20px 0;

        & .inbanner-rgtlogo {
            width: 100px;
        }

        & .inbanner-content {
            width: calc(100% - 100px);
            max-width: 100%;
        }
    }

    .inner-banner {
        min-height: 200px;
    }

    .inner-banner .bgimg {
        object-position: 50% 50%;
    }

 /*   .inner-banner:before {
        opacity: 0.66;
    }*/

    ul.woo_breadcums li span {
        font-size: 16px;
        row-gap: 4px;
    }

    ul.woo_breadcums li a:after {
        font-size: 14px;
        right: -14px;
    }

    ul.woo_breadcums li a {
        margin: 0 25px 0 0;
    }

    ul.woo_breadcums li {
        margin-bottom: 5px;
    }

    ul.before-afterslider .slick-next {
        margin-right: 20px;
    }

    ul.before-afterslider .slick-prev {
        margin-left: 35px;
    }

}

@media (max-width: 575.98px) {
    .button {
        font-size: 14px;
        padding: 14px 18px;
    }

    .btn-row a i,
    .btn-outline i,
    button img,
    .button img,
    .button i {
        font-size: 16px;
    }

    main ul.twocolumn li {
        width: 100%;
    }

    p,
    ol li,
    ul li {
        font-size: 16px;
        line-height: 1.5;
    }

    p {
        margin-bottom: 20px;
    }

    main ul:not([class]) li:not(:last-child),
    main ul.twocolumn li:not(:last-child) {
        margin-bottom: 14px;
    }

    main ul:not([class]) li,
    main ul.twocolumn li {
        padding-left: 26px;
        font-size: 16px;
        line-height: 20px;
    }

    main ul:not([class]) li:before,
    main ul.twocolumn li:before {
        top: 2px;
        width: 18px;
        height: 18px;
    }

    main ul:not([class]),
    main ul.twocolumn {
        margin: 0 0 20px 0;
    }

    .footer-middle-wrap {
        & .ft-md-left {
            & .ftmdleft {
                width: 100%;
                padding-right: 0px;
                margin-bottom: 0;
            }
        }

        & .ft-md-left {
            & .ft-carimg {
                display: none;
            }
        }

        & ul.address-ul > li {
            width: 100%;
        }

        & li a {
            font-size: 14px;
        }

        & .address-li {
            align-items: center;

            & .ad-detail {
                font-size: 14px;
            }
        }

        & ul.address-ul > li:last-child {
            margin-bottom: 0;
        }

        & .ft-md-right {
            & .ftmt-link {
                width: 100%;
            }
        }

        & .ft-title {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .ftmt-link {
            & .ft-body {
                display: none;
            }
        }

        & .ft-title.showhide + .ft-body {
            display: block;
        }
    }

    .ft-md-right {
        & .ft-title {
            position: relative;
            border-bottom: 1px solid rgba(255 255 255 / 10%);
            padding-bottom: 15px;
        }

        & .ft-title:before {
            position: absolute;
            content: "";
            background: url('../images/svg/plus-icon.svg') no-repeat center center;
            width: 15px;
            height: 15px;
            right: 0;
        }

        & .ft-title.showhide:before {
            background: url('../images/svg/minus-icon.svg') no-repeat center center;
        }
    }

    .slick-next,
    .slick-prev {
        width: 30px;
        height: 30px;
    }

    .divider {
        margin-bottom: 40px;
    }

    .footer-top-wrap {
        & .ft-left {
            width: 100px;
            order: 1;
            margin: 0 auto 15px;
        }

        & .ft-center {
            width: 100%;
            padding-left: 0;
            text-align: center;
        }
    }

    .f-copy p span {
        display: block;
    }

    .form-group.form-group50 {
        width: 100%;
    }

    ul.keyfeature-ul {
        margin: 0 -6px -12px;

        & .keyicon:before {
            width: 40px;
            height: 30px;
        }

        & li {
            padding: 0 6px;
            margin-bottom: 12px;
            width: 50%;
        }
    }

    .callact-wrap {
        padding: 20px;
        text-align: center;
    }

    .callact-logo {
        width: 100px;
        margin: 0 auto 10px;
    }

    .callact-detail {
        width: 100%;
        padding-left: 0px;
    }

    /**/
    .choose-wrap {
        & .chs-ul {
            max-width: 335px;
            margin: 0 auto;
        }

        & .chs-li {
            margin-bottom: 14px;
            padding: 16px;
            width: 100%;
        }
    }

    /**/
    ul.before-afterslider {
        padding-bottom: 20px;
    }

    .content-wrapper .ctent-block-wr:not(:last-child) {
        margin-bottom: 40px;
    }

    .inbanner-wrap {
        & .inbanner-rgtlogo {
            width: 80px;
            order: 1;
            margin: 0 0 10px 0;
        }

        & .inbanner-content {
            width: 100%;
            max-width: 100%;
            padding-right: 0;
            order: 2;
        }
    }

 /*   .inner-banner:before {
        background-size: cover;
        max-width: 260px;
        background-position: 100% 100%;
    }*/

    .form-group {
        margin-bottom: 12px;
    }

    .btnlist {
        gap: 8px;
    }

    .button img {
        width: 16px;
    }
	.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn{
		        font-size: 14px !important;
        padding: 14px 18px !important;
	}
}