


.admin-bar div#page-container {
    padding-top: 122px !important;
}

div#page-container {
    padding-top: 122px !important;
}


.entry-content ul, .filter-service-detail-page ul {
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 0;
}

.entry-content ul li, .filter-service-detail-page ul li {
    font-family: var(--font-raleway);
    /* font-family: var(--font-lato); */
    font-weight: 500;
    font-size: 18px;
    color: var(--brown-black) !important;
    line-height: 25px !important;
    padding-left: 15px;
    padding-bottom: 10px;
    position: relative;

}

.entry-content ul li::before, .filter-service-detail-page ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--primarycolor);
    left: 1px;
    top: 7px;
    border-radius: 100px;
}

.entry-content ol, ol {
    padding-left: 18px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: left;
    padding-bottom: 0;
}

.entry-content ol li, ol li {
    font-family: var(--font-raleway);
    font-weight: 500;
    font-size: 18px;
    color: var(--brown-black) !important;
    line-height: 27px !important;
    padding-left: 0px;
    padding-bottom: 10px;
    position: relative;
    list-style-type: decimal !important;
}



blockquote p, blockquote {
    font-family: var(--font-raleway);
    font-size: 45px !important;
    line-height: 54px !important;
    font-weight: 900;
    color: var(--brown-black) !important;
}

blockquote {
    padding-left: 0;
    border: none;
}

a {
    text-decoration: underline;
    font-family: var(--font-lato);
    font-weight: normal;
    color: var(--primarycolor);
    cursor: pointer;
}


.et_pb_scroll_top  {
    background: var(--primarycolor) !important;
    border-radius: 0 !important;
    /* position: relative !important; */
    width: 45px;
    height: 45px;
    border: 1px solid var(--white); 
}
.et_pb_scroll_top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/menu-dropdown.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45%;
    left: 0;
    top: 0;
    rotate: 180deg;
    filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(17%) hue-rotate(244deg) brightness(104%) contrast(105%);
    transition: 0.2s;
}
.et_pb_scroll_top:hover:before {
    background-size: 44%;
    transition: 0.2s;
}








/* HOME BANNER SECTION =========== */


.recore-banner-home {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
}

.recore-banner-home .item {
    display: flex;
}

.recore-banner-home .banner-image.banner-image-one {
    width: 100%;
    grid-row: span 2;
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

.recore-banner-home .banner-image.banner-image-one img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.recore-banner-home .banner-image.banner-image-one::before {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    background: #231f20 !important;
    /* background: #00000040 !important; */
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    opacity: 0.5;
    mix-blend-mode: multiply;

}

.recore-banner-home .recore-banner-row {
    margin-top: 0px;
    padding: 0%;
    max-width: 100%;
    margin-right: 0px;
}

.recore-banner-home .banner-image.banner-image-two {
    width: 100%;
    position: relative;
    height: 100%;
    padding-bottom: 100%;
    height: 0;
}

.recore-banner-home .banner-image.banner-image-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.recore-banner-home .banner-image.banner-image-two::before {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    background: #f05323 !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    opacity: 1 !important;
    mix-blend-mode: multiply;
}



.recore-banner-home .banner-text {
    margin-top: 45px;
    padding: 18px;
}

.recore-banner-home .banner-text p {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0px;
    font-family: var(--font-lato) !important;
    line-height: 25px !important;
    margin-bottom: 0 !important;
}

.recore-banner-home .banner-tit {
    width: 38%;
    background-color: #231f20;
    padding-left: 66px;
    padding-top: 49px;
    padding-right: 23px;
    display: flex;
}

.recore-banner-home .banner-content a.learn-more-btn {
    font-size: 17px !important;
    text-transform: uppercase;
    text-align: center;
    margin-left: 74px;
    border: 3px solid var(--primarycolor);
    padding: 8px 30px;
    margin: 18px auto 0 auto;
    display: flex;
    width: fit-content;
    font-weight: 600;
    font-family: var(--font-raleway);
    transition: 0.3s;
    color: var(--brown-black);
    text-decoration: none;
}
.recore-banner-home .banner-content a.learn-more-btn:hover {
    color: var(--primarycolor);
    background-color: var(--brown-black);
    transition: 0.3s;
    border: 3px solid var(--brown-black);
}

.recore-banner-home .et_pb_row {
    width: 100%;
    max-width: 100%;
}

.banner-image.banner-image-one {
    width: 50%;
}

.banner-image-left-outer {
    width: 62%;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
}



/* INRO SECTION---=======//// */


.why-recore-section .why-recore-row {
    max-width: 55%;
    display: flex;
}



.why-recore-content .et_pb_text_inner p {
    text-align: center;
}


.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover {
    background-color: rgb(255 255 255 / 34%);
}


.recore-banner-home .item .banner-tit h6 {
    line-height: 82px !important;
    color: var(--white);
    font-size: 72px !important;
}

.recore-banner-home .et_pb_row::after {
    display: none;
}


.before-after-description .et_pb_text_inner h2 {
    display: flex;
    flex-direction: row;
    gap: 13px;
}

.before-after-description .et_pb_text_inner h2 {
    display: flex;
    flex-direction: row;
    gap: 13px;
}

.before-after-description p {
    font-size: 16px;
    text-align: center;
    line-height: 24px !important;
}

a.common-btn {
    border: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 2px 17px 2px 19px !important;
    position: relative;
    background-color: transparent !important;
    text-transform: uppercase;
    line-height: 20px !important;
    transition: 0.2s;
    color: var(--brown-black);
    text-decoration: none;
}

a.common-btn:hover {
    border: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 2px 17px 2px 19px !important;
    position: relative;
    background-color: transparent !important;
    text-transform: uppercase;
    line-height: 20px !important;
    color: var(--primarycolor);
    transition: 0.2s;
}

a.common-btn::after {
    position: absolute !important;
    content: "" !important;
    width: 11px !important;
    height: 12px;
    background: url(../images/slach-line.svg) !important;
    top: 6px;
    background-repeat: no-repeat !important;
    left: 0;
    background-size: contain !important;
    opacity: 1 !important;
    margin-left: 0;
}

a.common-btn::before {
    position: absolute !important;
    content: "" !important;
    width: 11px !important;
    height: 12px;
    background: url(../images/slach-line.svg) !important;
    top: 6px;
    background-repeat: no-repeat !important;
    right: 0;
    background-size: contain !important;
    opacity: 1 !important;
    margin-left: 0;
    display: block !important;
    text-decoration: none;
}


a.outline-btn-b {
    font-size: 16px;
    border: 2px solid var(--brown-black);
    border-radius: 0 !important;
    padding: 8px 37px 8px 37px !important;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    color: var(--brown-black);
    line-height: normal !important;
    text-decoration: none;
}

a.outline-btn-b:hover {
    font-size: 16px;
    border: 2px solid var(--brown-black) !important;
    border-radius: 0 !important;
    padding: 8px 37px 8px 37px !important;
    text-transform: uppercase !important;
    font-weight: 600;
    background: var(--brown-black) !important;
    color: var(--primarycolor) !important;
}

a.outline-btn-b::after {
    display: none;
}

/* ------------------- */



a.outline-btn-r {
    font-size: 16px;
    border: 2px solid var(--primarycolor);
    border-radius: 0 !important;
    padding: 8px 37px 8px 37px !important;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    color: var(--brown-black);
    line-height: normal !important;
    text-decoration: none;
}

a.outline-btn-r:hover {
    font-size: 16px;
    border: 2px solid var(--brown-black) !important;
    border-radius: 0 !important;
    padding: 8px 37px 8px 37px !important;
    text-transform: uppercase !important;
    font-weight: 600;
    background: var(--brown-black) !important;
    color: var(--primarycolor) !important;
}

a.outline-btn-r::after {
    display: none;
}







.why-recore-colmn .et_pb_button_0_wrapper {
    text-align: center;
}

.why-recore-content {
    padding-bottom: 4px;
}

.why-recore-colmn .heading-tag {
    display: flex;
    justify-content: center;
}

.why-recore-content p {
    font-size: 21px ;
    line-height: 26px !important;
}



/* SERVICE SECTION---====/////////////// */

.services-details-below-part .et_pb_button_module_wrapper {
    text-align: center;
}


.services-colmn .service-item .service-image {
    position: relative;
    padding-bottom: 81%;
    display: block;
    width: 100%;
    height: 0;
}

.services-colmn .service-item .service-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover !important;
    object-position: top;
}

.services-colmn .service-item .service-image::before {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    background: #231f20 !important;
    /* background: #00000040 !important; */
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    opacity: 0.5 !important;
    mix-blend-mode: multiply;
}




.owl-theme .owl-nav {
    margin-top: 10px;
    /* bottom: 41px;
    left: 33%; */
    display: flexs;
    flex-direction: column;
    position: absolute;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #231f20;
    background: #231f20;
    text-decoration: none;
}

button.owl-prev.disabled span {
    font-size: 0;
}

.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
}

button.owl-prev::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/rriw_full_rt.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}


button.owl-next::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/arrow_lt.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

button.owl-prev {
    width: 30px;
    height: 30px;
    position: relative;
}

button.owl-next {
    width: 30px;
    height: 30px;
    position: relative;
}


a.et_pb_button.et_pb_button_0.before-button-after.et_pb_bg_layout_light::before {
    position: absolute !important;
    content: "";
    width: 22px;
    height: 34px;
    background: url(../images/slach-line.svg) !important;
    top: 15px;
    background-repeat: no-repeat !important;
    left: 0;
    background-size: contain !important;
    margin-left: 0px;
}

.recore-banner-home .owl-nav {
    position: absolute;
    bottom: 50px;
    left: 34%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: fit-content;
    height: fit-content;
    opacity: 0;
    transition: 0.2s;
}
.recore-banner-home .owl-nav button span {
    font-size: 0;
}

.recore-banner-home:hover .owl-nav button {
    width: 35px;
    height: 35px;
}
.recore-banner-home .owl-nav button {
    width: 35px;
    height: 35px;
}

.recore-banner-home:hover .owl-nav {
    opacity: 1;
    transition: 0.2s;
}

.why-recore-section {
    padding-top: 29px !important;
    padding-bottom: 66px !important;
    display: table;
    width: 100%;
}

.why-recore-colmn h1 {
    margin-bottom: 5px !important;
}

.why-recore-row {
    padding: 0 !important;
}

.services-colmn .serives-title {
    position: absolute;
    top: 48%;
    display: flex;
    left: 50%;
    margin: 0 !important;
    height: fit-content;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: left;
    writing-mode: sideways-lr !important;
    writing-mode: vertical-rl;
    text-orientation: mixed;

}

.serives-title h6 {
    font-size: 51px !important;
    color: #231f20 !important;
}

.serives-title h6 strong {
    color: var(--primarycolor) !important;
    font-size: 66px !important;
}

.services-home-row {
    padding: 0 !important;
    max-width: 80%;
}

.home-services-section {
    padding-bottom: 35px !important;
    background-color: #e5e6e0 !important;
    padding-top: 87px !important;
}

.home-services-section .services-shortcode .et_pb_code_inner .services-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100% !important;
    height: 100% !important;
    gap: 150px;
}

.home-services-section .service-item {
    display: block;
    position: relative;
    width: 100% !important;
    transition: 0.3s;
}

.home-services-section .services-detail {
    display: flex;
    justify-content: center;
    padding: 0 134px;
    margin-top: 39px !important;
    margin-bottom: 14px !important;
}

.home-services-section .services-detail .et_pb_text_inner p {
    text-align: center;
    font-size: 21px;
}

.services-details-below-outer {
    padding: 0 !important;
    width: 75%;
}


a.service-link {
    display: flex;
    justify-content: center;
}

.home-services-section .services-shortcode {
    position: relative;
    margin-bottom: 0 !important;
}

.home-services-section .service-item h3.service-title {
    position: absolute;
    color: var(--white);
    width: 100%;
    height: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    z-index: 2;
    transition: 0.3s;
}

.home-services-section .service-item:hover h3.service-title {
    color: var(--primarycolor);
    transition: 0.3s;
}

.home-services-section .service-item:hover {
    /* -webkit-box-shadow: 10px 10px 16px -1px rgb(0 0 0 / 22%);
    -moz-box-shadow:10px 10px 16px -1px rgb(0 0 0 / 22%); */
    box-shadow: 10px 10px 16px -1px rgb(0 0 0 / 59%);
    transition: 0.3s;

}

/* .et_pb_bg_layout_light.et_pb_button:hover, .et_pb_bg_layout_light .et_pb_button:hover {
    background-color: rgb(253 253 253);
} */


.before-after-slider-gallery {
    width: 65%;
    margin: 91px auto 0 auto;
}

.before-after-section .twentytwenty-handle {
    height: 51px;
    width: 51px;
    background: var(--primarycolor);
    border: 0 !important;
}

.before-after-section .twentytwenty-handle span.twentytwenty-left-arrow {
    border: 0 !important;
    width: 14px !important;
    height: 14px;
    top: 29% !important;
    left: 67% !important;
}

.before-after-section .twentytwenty-handle span.twentytwenty-left-arrow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/rriw_full_rt.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7488%) hue-rotate(190deg) brightness(117%) contrast(96%);
}

.before-after-section .twentytwenty-before-label:before {
    content: attr(data-content);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-raleway) !important;
    background-color: var(--primarycolor);
    line-height: 15px;
    padding: 4px 25px;
    box-shadow: 3px 3px 8px -1px rgb(0 0 0 / 59%);
    top: 6% !important;
    left: 0 !important;
    border-radius: 0;


}

.before-after-section .twentytwenty-after-label:before {
    content: attr(data-content);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-raleway) !important;
    background-color: var(--primarycolor);
    line-height: 15px;
    padding: 4px 25px;
    box-shadow: 10px 10px 16px -1px rgb(0 0 0 / 59%);
    top: 6% !important;
    right: 0 !important;
    border-radius: 0;

}

.before-after-section .twentytwenty-overlay .twentytwenty-before-label {
    opacity: 1 !important;
}

.before-after-section .twentytwenty-overlay:hover {
    background-color: transparent;
}

.before-after-section .twentytwenty-overlay .twentytwenty-after-label {
    opacity: 1 !important;
}

.before-after-section .twentytwenty-handle span.twentytwenty-right-arrow {
    border: 0 !important;
    width: 14px !important;
    height: 14px;
    top: 68% !important;
    left: 34% !important;
}

.before-after-section .twentytwenty-handle span.twentytwenty-right-arrow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/arrow_lt.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7488%) hue-rotate(190deg) brightness(117%) contrast(96%);
}

.before-after-section .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 56%;
    box-shadow: unset;
    background: #000000;
    left: 47%;

}

.before-after-section .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 58%;
    box-shadow: unset;
    background: #000000;
    left: 47%;

}

.before-after-section {
    padding-top: 18px !important;
    position: relative;
    overflow: hidden;
    padding-bottom: 98px !important;
}

.before-after-section::before {
    position: absolute !important;
    content: "" !important;
    width: 28% !important;
    height: 28%;
    background: url(../images/bf-left-pattern.svg) !important;
    bottom: 12%;
    background-repeat: no-repeat !important;
    left: -69px;
    background-size: contain !important;
}

.before-after-section::after {
    position: absolute !important;
    content: "" !important;
    width: 28% !important;
    height: 28%;
    background: url(../images/bf-right-pattern.svg) !important;
    top: 20%;
    background-repeat: no-repeat !important;
    right: -186px;
    background-size: contain !important;
}
.before-after-section .twentytwenty-wrapper.bafg-twentytwenty-wrapper.twentytwenty-horizontal {
    overflow: hidden;
}

.before-after-column .text-outline {
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important;
}

.before-after-column .before-after-description {
    width: 53%;
    margin: 33px auto 0 auto;
}

.before-after-slider-gallery {
    padding: 0px 56px;
}

.before-after-column h2 {
    margin-top: 35px !important;
}

.vdo-ele-section .vdo-ele-column {
    margin-right: 0 !important;
}


.vdo-ele-column .et_pb_code_inner {
    position: relative;
    padding-bottom: 100%;
    display: block;
    width: 100%;
}

.vdo-ele-column .et_pb_code_inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.vdo-ele-section {
    padding: 0;
    overflow: hidden;
}

.vdo-lightbox-text-row .vdo-lightbox-text-col {
    width: 57% !important;
    margin: 0 auto !important;
    display: flex;
    position: relative;
    margin-right: 0 !important;
    display: flex;
}

.vdo-lightbox-text-col h6 {
    text-transform: none;
    font-size: 45px !important;
    line-height: 53px !important;
    font-weight: 800;
}

.vdo-lightbox-text-row {
    margin: 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    margin-top: -11%;
}

.vdo-lightbox-text-row {
    /* background-image: url(../images/pattern-bg.svg); */
    background-position: contain !important;
    background-repeat: no-repeat;
    background-color: var(--brown-black);
    position: relative;
    padding: 48px 60px 126px 113px !important;
}

.vdo-lightbox-text-row::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern-bg.svg);
    background-repeat: no-repeat !important;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
}

.vdo-ele-section :where(h1, h2, h3, h4, h5, h6, p, li, a, span) {
    color: var(--white) !important;
}

.unbeatble-pricing-text strong {
    background: transparent !important;
    text-stroke: 1px var(--whitecolor);
    -webkit-text-stroke: 2px black;
    color: transparent !important;
    text-shadow: none !important;
    font-weight: 800 !important;
}

.vdo-ele-section {
    padding: 0 !important;
}

.vdo-ele-section .vdo-ele-row {
    padding: 0;
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
}

.vdo-ele-column .vdo-ele-img span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 21%;
    display: block;
    width: 100%;
}

.vdo-ele-column {
    width: 65% !important;
}

.vdo-ele-column .vdo-ele-img span.et_pb_image_wrap::before {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    background: rgb(240, 83, 35);
    background: linear-gradient(90deg, rgba(240, 83, 35, 1) 0%, rgba(35, 31, 32, 1) 100%);
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    opacity: 0.7 !important;
    mix-blend-mode: multiply;
}

.vdo-ele-column .vdo-ele-img span.et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
}


.vdo-ele-section .right-video-part {
    margin-right: 0 !important;
    width: 29.5%;
    margin-top: 80px;
    z-index: 9;
}

.vdo-ele-section .right-video-part .et_pb_code_inner {
    position: relative;
    padding-bottom: 63%;
    display: block;
    width: 100%;
}

.vdo-ele-section .right-video-part .et_pb_code_inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.vdo-ele-section .right-video-part .et_pb_code_inner a::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    background: url(../images/play-icon.svg);
    background-repeat: no-repeat !important;
    background-size: contain!important;
    background-position: center ;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1;
}



.we-only-sec .reviews-row .we-only-text strong {
    background: transparent !important;
    text-stroke: 1px var(--black);
    -webkit-text-stroke: 2px var(--black);
    color: transparent !important;
    text-shadow: none !important;
    font-weight: 800 !important;
    font-family: var(--font-lato) !important;
}

.we-only-sec.et_section_regular {
    background: var(--brown-black);
    position: relative;
    padding: 68px 203px 74px 87px !important;
}

.we-only-sec.et_section_regular::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/weonly-bg.svg);
    background-repeat: no-repeat !important;
    /* background-size: 123% !important;
    background-position: 17% top !important; */
    background-size: 102%;
    top: 0;
    left: 0;
    background-size: 110%;
    z-index: 0;
    background-position-x: 167%;
    /* background: url(../images/ser-carou-bg.svg);
    filter: brightness(0) saturate(100%) invert(43%) sepia(62%) saturate(4213%) hue-rotate(349deg) brightness(98%) contrast(92%); */
}

.we-only-sec.et_section_regular::before {
    position: absolute;
    content: "";
    background: white;
    width: 73%;
    height: 56px;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.we-only-sec {
    display: flex;
    gap: 10px;
}

.we-only-sec .reviews-row-2 {
    width: 70%;
    max-width: 100% !important;
    margin: 0;
    padding-left: 50px;
}

.we-only-sec .reviews-row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.we-only-sec .testimonial-item {
    background: white;
    padding: 100px 30px 43px 25px;
    box-shadow: 10px 10px 16px -1px rgb(0 0 0 / 59%);
    position: relative;
}

.we-only-sec .testimonial-item::before {
    position: absolute !important;
    content: "";
    width: 112px;
    height: 59px;
    background: url(../images/t-quote.svg);
    top: -22px;
    background-repeat: no-repeat;
    right: 29px;
    background-size: contain;
}

.we-only-sec .testimonial-item p.testimonial-content {
    font-size: 14px;
    line-height: 21px !important;
}

.we-only-sec .testimonial-item h3.testimonial-title {
    font-size: 14px;
    line-height: 21px !important;
    margin-bottom: 2px;
    margin-top: 0px;
    text-transform: capitalize;
    font-weight: 600 !important;
}

.we-only-sec .we-only-text h2::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7488%) hue-rotate(190deg) brightness(117%) contrast(96%);
    left: -5px;
}

.we-only-sec .reviews-row .et_pb_button_module_wrapper {
    margin-left: 32px;
    margin-top: 71px;
}
.reviews-row h2 {
    font-family: var(--font-lato) !important;
}

.testimonials p.testimonial-name {
    font-size: 14px;
    line-height: normal;
    padding-top: 0px;
    position: relative;
    text-transform: capitalize;
    padding-left: 16px;
}
.testimonials p.testimonial-name::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 1px;
    background-color: var(--brown-black);
    left: 0;
    top: 13px;
}

.testimonials {
    display: flex;
}

.we-only-sec .owl-nav {
    position: absolute;
    right: -84px;
    bottom: 22%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.we-only-sec .owl-nav button {
    width: 44px;
    height: 44px;
}

.we-only-sec .mob-tes-code {
    display: none;
}

/* .we-only-sec.et_section_regular :where(h1, h2, h3, h4, h5, h6, p, li, a, span) {
    color: var(--white) !important;
} */




.unbeatable-pricing-row {
    max-width: 89%;
    width: 100%;
    padding-top: 0 !important;
    display: flex;
    padding-bottom: 14px !important;
}

.unbeatble-pricing-text p {
    font-size: 16px;
}

.unbeatble-pricing-text h2::before {
    filter: brightness(0) saturate(100%)
}

.unbeatable-pricing-row .unp-left-col {
    width: 38%;
    padding-top: 36px;
    padding-left: 110px;
    margin-right: 60px;

}

.unbeatable-pricing-row .unp-right-col {
    width: 57%;
    position: relative;
    padding: 51px 128px 101px 200px;
    background: #231f20;
    /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */
    margin-top: -52px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 89%, 0 90%);
}

/* .unbeatable-pricing-row .unp-right-col::before {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100%;
    background: url(../images/call-action-bg.svg) !important;
    bottom: 0%;
    background-repeat: no-repeat !important;
    left: 0;
    background-size: 100% !important;
} */
.unbeat-free-text h6 {
    letter-spacing: 7px;
    margin-bottom: 14px !important;
    margin-top: 0 !important;
}

.unbeat-free-text h6 strong {
    background: transparent !important;
    text-stroke: 0.5px var(--whitecolor);
    -webkit-text-stroke: 0.5px var(--white);
    color: transparent !important;
    text-shadow: none !important;
    font-weight: 900 !important;
}

/* .unbeatable-pricing-row .unp-right-col   {
    font-size: 40px;
    font-weight: bold !important;
} */
.unbeatable-pricing-row .unp-right-col h3 {
    font-size: 40px;
    font-weight: 700 !important;
    line-height: 40px;
    margin-top: 0;
}

.unbeatable-pricing-row .unp-right-col h5 {
    font-size: 18px;
    line-height: normal;
    text-transform: unset;
    margin-top: 25px;
    font-weight: 500 !important;
    margin-bottom: 7px;
}

.unbeatable-pricing-row .unp-right-col p {
    font-size: 26px;
    font-weight: 900;
    line-height: normal;
}


.unbeatable-pricing-row .unp-right-col :where(h1, h2, h3, h4, h6, p, li, a, span) {
    color: var(--white) !important;
}

.contact-us-home-btn {
    text-align: center;
    margin-top: 0px;
    padding-top: 0 !important;
}

.unbeatable-pricing-section.et_section_regular {
    background-color: var(--secondarycolor);
    margin-bottom: 24px;
    margin-top: 86px;
    padding-top: 0;
    position: relative;
    padding-bottom: 15px !important;
}


.unbeatable-pricing-section.et_section_regular::after {
    position: absolute !important;
    content: "" !important;
    width: 203px !important;
    height: 183px;
    background: url(../images/cont-pattern-bg.svg) !important;
    bottom: 0;
    background-repeat: no-repeat !important;
    right: 0;
    background-size: 118% !important;
    filter: brightness(0) saturate(100%) invert(99%) sepia(48%) saturate(2%) hue-rotate(294deg) brightness(112%) contrast(101%);
}








/* Why Recore Central page */



/* .why-recore-central-section .why-recore-content h2 {
    font-size: 50px;
    font-weight: 900 !important;
    color: #221e1f !important;
    left: 25%;
    letter-spacing: 1.3px;
    margin-top: 52px;
} */


.why-recore-banner-img  {
    position: relative;
    padding-bottom: 32%;
    display: block;
    width: 100%;
    height: 0;
}
.why-recore-banner-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
}




.why-recore-central-section {
    padding: 0 !important;
}


.our-story-section .our-story-title-desc strong {
    background: transparent !important;
    text-stroke: 1px var(--whitecolor);
    -webkit-text-stroke: 2px black;
    color: transparent !important;
    text-shadow: none !important;
    font-weight: 800 !important;
}

.our-story-section .our-story-title-desc h2 {
    display: flex;
    flex-direction: column;
    width: 44%;
}

.our-story-section .our-story-title-desc h2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    left: 0;
    margin-top: 0;
}


.our-story-section .our-story-title-desc h2 strong {
    background: transparent !important;
    text-stroke: 1px var(--whitecolor);
    -webkit-text-stroke: 2px black;
    color: transparent !important;
    text-shadow: none !important;
    font-weight: 800 !important;
}







/* GALLERY POPUP ------------=;;;;;;;;;;;;;;;; */



.image-modal {
    display: none !important;
}

.image-modal.active {
    display: block !important;
}


.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #383D40 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999 !important;
    visibility: visible;
    opacity: 1;
    /* transition: opacity 0.3s ease; */
    overflow-y: auto;
}
.image-modal::-webkit-scrollbar {
    display: none;
}

.image-modal span.close-modal {
    position: absolute;
    width: 25px;
    height: 25px;
    color: transparent;
    font-size: 0px;
    top: 14.5%;
    right: 20.5%;
    cursor: pointer;
}
.image-modal span.close-modal::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/close_WO.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}


.popup-model-outer-cont .modal-content {
    position: relative;
    padding-bottom: 72%;
    display: block;
    width: 100%;
    height: 0;
    /* border: 1px solid black; */
}
.popup-model-outer-cont .modal-content img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0px;
    left: 0px;
    user-select: none;
}
.popup-model-outer-cont {
    width: 51% !important;
    height: 100%;
    align-items: center;
    padding: 150px 10px 70px 10px;
    display: table;
    margin: 0 auto;
}

.popup-model-outer-cont .popup-model-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
}
.popup-model-outer-cont .popup-model-btn button.nav-btn {
    position: relative;
    font-size: 0;
    border: 0;
    background: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.popup-model-outer-cont .popup-model-btn button.nav-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat !important;
    top: 0;
    left: 0;
}
.popup-model-outer-cont .popup-model-btn button#prev-btn::before {
    background: url(../images/arrow_lt.svg);
    background-position: center;
}

.popup-model-outer-cont .popup-model-btn button#next-btn::before {
    background: url(../images/rriw_full_rt.svg);
    background-position: center;
}



.gallery-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #231f2073;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
    mix-blend-mode: multiply;
    /* opacity: 0; */
    transition: 0.3s;
}
.gallery-item:hover::before {
    opacity: 1;
    transition: 0.3s;
}

