    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    html,
    body {
        zoom: 100% !important;
        width: 100%;
        font-family: "Open sans", sans-serif;
        font-size: 22px;
        line-spacing: 44px;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 0;
    }

    /*BUTTONS*/
    .btn-primary {
        font-weight: bold !important;
        color: white !important;
        background-color: #c5a8c1 !important;
        border: none !important;
        font-family: system-ui !important;
        box-shadow: 0 0 2px 2px #c5a8c1 !important;
        border-radius: 25px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .btn-primary:hover {
        color: white !important;
    }

    .btn-primary:active {
        color: white !important;
    }

    .btn-primary:focus {
        color: white !important;
    }

    .btn-primary:focus-within {
        color: white !important;
    }

    .btn-primary:target {
        color: white !important;
    }

    .btn-primary:visited {
        color: white !important;
    }

    .btn-primary:focus-visible {
        color: white !important;
    }

    /*END BUTTONS*/
    /*IMAGES*/
    div.parallax-image* {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        top: 0;
    }

    .bg-image {
        /* background-image: url(/assets/images/bg-2.jpg) !important; */
    }

    .testimonials.paralax-mf.bg-image {
        width: 100%;
        background: aqua;
        padding-top: 5px;
    }

    .bg-image {
        /* background-image: url(/assets/images/bg-2.jpg) !important; */
    }

    @media (max-width: 575.98px) {
        .testimonials.paralax-mf.bg-image {
            width: 100%;
            background: aqua;
            padding-top: 5px;
        }
    }

    .bg-image {
        /* background-image: url(/assets/images/bg-2.jpg) !important; */
    }

    @media (min-width: 576px) and (max-width: 991.98px) {
        .testimonials.paralax-mf.bg-image {
            width: 100%;
            background: aqua;
            padding-top: 5px;
        }
    }

    .testimonials.paralax-mf.bg-image {
        width: 100%;
        background: #ffffff;
        padding-top: 5px;
    }

    .parallax-image2::before,
    .parallax-image4::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(119, 170, 189, 0.5);
    }

    /*END IMAGES*/
    /*MAIN HOME*/
    .sub {
        margin-bottom: 0.1rem !important;
        font-family: inherit !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        color: white !important;
        text-align: center !important;
        font-size: 40px !important;
    }

    /*END MAIN HOME*/
    /*FOOTER*/
    footer {
        background: #94C4D2;
        color: white;
        padding: 23px;
        text-align: center;
    }

    .credits {
        margin-bottom: 0;
        direction: ltr;
    }

    .linkCon ul {
        list-style: none;
        text-decoration: none;
        padding: 0;
        margin-bottom: 50px;
    }

    /*END FOOTER*/
    /*Social Icons*/
    .socials {
        margin-top: 30px;
        text-align: center;
    }

    .socials ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .socials ul li {
        list-style-type: none;
        margin-right: 10px;
    }

    .socials ul li:last-child {
        margin-right: 10px !important;
    }

    .socials ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 25%;
        background-color: #77acbe;
        color: #fff;
        text-align: center;
        font-size: 25px;
        /* transition: all 0.2s ease; */
    }

    .socials ul li a:hover {
        text-decoration: none;
    }

    .back-to-top {
        position: fixed;
        display: none;
        background: #CDB2C9;
        color: snow;
        width: 44px;
        height: 44px;
        text-align: center;
        line-height: 1;
        font-size: 16px;
        border-radius: 50%;
        right: 15px;
        bottom: 15px;
        transition: background-color 0.5s;
        z-index: 99999;
    }

    .back-to-top i {
        padding-top: 13px;
        color: snow;
    }

    @media (min-width: 992px) {
        .footer-paralax {
            background-attachment: fixed;
        }
    }

    .box-shadow-full1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white !important;
        text-align: center;
        font-size: 32px;
    }

    .more-info ul {
        margin: 0;
        padding: 0;
        color: black;
    }

    .more-info {
        padding-top: 15px;
        color: #000000;
        font-size: 18px;
        line-height: 28px;
    }

    .list-ico li span {
        margin-right: 10px;
        color: #77acbe;
        font-size: 30px;
    }

    .col-md-12 h3 {
        font-size: 40px !important;
        font-weight: 300 !important;
        font-family: ui-rounded !important;
    }

    /*END FOOTER*/
    /*.sticky {
position: sticky;
position: -webkit-sticky;
top: 0;
z-index: -1;
width: 100%;
height: 100vh;
background: linear-gradient(45deg, red, blue);
background-repeat: no-repeat;
background-size: cover;
margin-top: -100vh;
}*/
    /*.sticky {
position: sticky;
height: 100vh;
width: 100%;
top: 0;
z-index: -1;
background: linear-gradient(45deg, red, blue);
background-repeat: no-repeat;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}*/
    .sticky {
        position: sticky;
        height: 100vh;
        width: 100%;
        top: 0;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*END Sulaiman Editing */
    div.header-text {
        height: auto;
        padding: 0px 20px;
        padding-left: calc(20vw - 70px);
        margin-bottom: 40px;
        color: white;
        background: rgba(16, 32, 48, 0.5);
        font-size: 10px;
    }

    /* div.section {
position: relative;
background-color: white;
width: 100%;
min-height: 100vh;
padding: 3em calc(20vw - 70px);
z-index: 1
} */
    /* div.section:last-child {
min-height: 50vh;
padding: 3em calc(20vw - 70px) 6em;
} */
    /* div.section.dark {
background-color: #102030;
color: white;
} */
    .page-title>div>h1 {
        font-size: 80px;
    }

    /*Contents CSS*/
    h1.hedding {
        text-align: center;
        color: white;
        font-weight: 600;
        margin: 0;
        font-family: sans-serif;
        margin-bottom: 5px;
    }

    .owl-theme .owl-dots {
        text-align: center;
        margin: 0px !important;
    }

    .mb-4,
    .my-4,
    p.intro-subtitle {
        color: white;
        text-align: center;
        margin-bottom: 1.5rem !important;
        font-weight: 900;
        direction: rtl;
    }

    .table-cell {
        background-color: rgba(0, 0, 0, 0.6);
        direction: rtl;
    }

    /*
div.section {
position: relative;
background-color: white;
width: 100%;
z-index: 1;
direction: rtl;
height: fit-content;
} */
    .overlay-mf {
        /* background: #b2d1d5 !important; */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        direction: rtl;
    }

    #head123 {
        display: none;
    }

    /*END Content CSS*/
    /*@media */
    @media (max-width: 768px) {

        /* Styles for tablets */
        .sticky {
            height: 80vh;
            background-size: cover;
        }
    }

    @media (max-width: 480px) {

        /* Styles for phones */
        .sticky {
            height: 100vh;
            background-size: cover;
        }
    }

    /* For screens smaller than 576px (i.e., mobile devices) */
    @media (max-width: 575.98px) {

        .mb-4,
        .my-4,
        p.intro-subtitle {
            text-align: center;
            margin-bottom: 1rem !important;
            font-weight: 900;
        }

        .table-cell {
            background-color: rgba(0, 0, 0, 0.6);
        }

        /* div.section {
background-color: white;
width: 100%;
z-index: 1;
height: fit-content;
} */
        .overlay-mf {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /*
*/
    }

    /* For screens between 576px and 992px (i.e., tablets) */
    @media (min-width: 576px) and (max-width: 991.98px) {

        .mb-4,
        .my-4,
        p.intro-subtitle {
            text-align: center;
            margin-bottom: 1.5rem !important;
            font-weight: 900;
        }

        .table-cell {
            background-color: rgba(0, 0, 0, 0.6);
        }

        /* div.section {
position: relative;
background-color: white;
width: 100%;
z-index: 1;
} */
        .overlay-mf {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }

    @media only screen and (max-width: 480px) {
        .comit1 {
            width: 70px;
            height: 70px;
            font-size: 0.9rem;
            border-width: 5px !important;
        }
    }

    @media only screen and (max-width: 768px) {
        .comit1 {
            width: 80px;
            height: 80px;
            font-size: 1rem;
            border-width: 8px !important;
        }
    }

    /*END @media */
    .comit1 {
        font-size: 1.1rem;
        color: snow;
        display: grid;
        background-color: #8A90BB;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        border-radius: 50%;
        align-content: center;
        border: solid #c5a8c1 10px !important;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 18px;
        height: 7px;
        margin: 5px 5px;
        background: #94c4d2;
        border: 1px solid #CDB2C9;
        display: block;
        transition: all 0.6s ease-in-out;
        cursor: pointer;
    }

    .author {
        color: black;
    }

    /*sulaiman alingments*/
    .alinments {
        display: grid;
        align-content: center;
        justify-items: center;
        text-align: center;
    }

    .alinments h2 {
        color: black;
        font-size: xxx-large;
        font-weight: 600;
    }

    .alinments p {
        font-family: system-ui;
        color: black;
        font-weight: 400;
    }

    /*END sulaiman alingments*/
    .left {
        margin-right: 170px;
    }

    .left h1 {
        font-size: 40px;
    }

    .testimonial-box {
        color: black;
        text-align: center;
    }

    /* Checkout Page */
    /* Set form to full width and center */
    form.checkout.woocommerce-checkout {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin: 0 auto;
    }

    /* Style the place order button */
    form.checkout.woocommerce-checkout .place-order button {
        width: 100%;
        margin-top: 20px;
        background-color: #8fc4d9;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
    }

    /* Set order review to grid layout */
    div#order_review {
        display: grid !important;
        margin: 0 !important;
        padding: 0 !important;
        align-content: center !important;
        justify-content: center !important;
        justify-items: center !important;
        align-items: center !important;
        direction: rtl !important;
    }

    /* Set the width of billing and shipping fields */
    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
        width: 100%;
    }

    /* Set customer details to grid layout */
    div#customer_details {
        display: block;
        /* grid-template-columns: 1fr;
grid-gap: 20px; */
    }

    /* Set form elements to be full width */
    .woocommerce form .form-row input[type="text"],
    .woocommerce form .form-row input[type="email"],
    .woocommerce form .form-row input[type="tel"],
    .woocommerce form .form-row input[type="password"],
    .woocommerce form .form-row textarea {
        width: 100%;
    }

    .woocommerce-billing-fields {
        direction: rtl;
        text-align: right;
    }

    #add_payment_method #payment,
    .woocommerce-cart #payment,
    .woocommerce-checkout #payment {
        background: #a6c7d4;
        border-radius: 5px;
        direction: rtl;
    }

    #add_payment_method #payment div.payment_box,
    .woocommerce-cart #payment div.payment_box,
    .woocommerce-checkout #payment div.payment_box {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 1em;
        margin: 1em 0;
        font-size: .92em;
        border-radius: 10px;
        line-height: 1.5;
        background-color: #8fc4d9;
        color: black;
    }

    /* .sectionPage {
padding-left: 50px !important;
padding-right: 50px !important;
padding-top: 50px !important;
width: 10px!important;
} */
    .alinmentsPage {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 50px !important;
        height: 110vh;
        text-align: center;
        height: 100vh;
        direction: rtl;
        background-color: white;
        display: grid;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 767px) {
        .alinmentsPage {
            height: fit-content !important;
        }
    }

    .woocommerce .woocommerce-ordering select {
        vertical-align: top;
        display: none;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0 0 1em;
        display: none;
    }

    .woocommerce ul.products li.product a img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }

    .woocommerce ul.products[class*=columns-],
    .woocommerce-page ul.products[class*=columns-] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px;
    }

    .woocommerce ul.products li.product .button {
        width: 100%;
        margin-top: 20px;
        background-color: #8fc4d9;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
    }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 25px;
        background-color: #8fc4d9;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
    }

    .countBack {
        top: 10px;
        position: relative;
        background-image: linear-gradient(96deg, #ff0000, #3c9cb5 100px);
        border-radius: 50%;
        color: whitesmoke;
        font-size: 14px;
        font-weight: bolder;
        text-align-last: center;
        border: 1px solid #3c9cb5;
        width: 20px;
        height: 20px;
    }

    /*CART STUFF*/
    .woocommerce-cart-form {
        width: 50%;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
    }

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        width: 50%;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 50%;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
    }

    .woocommerce table.cart .product-thumbnail {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        direction: ltr;
        content: attr(data-title) " :";
        font-weight: 700;
        float: left;
    }

    @media screen and (max-width: 768px) {
        .woocommerce-cart-form {
            width: 100%;
        }

        .woocommerce .cart-collaterals,
        .woocommerce-page .cart-collaterals {
            width: 100%;
        }

        .woocommerce .cart-collaterals .cart_totals,
        .woocommerce-page .cart-collaterals .cart_totals {
            width: 100%;
        }
    }

    /*END CART STUFF*/
    /*CHECKOUT STUFF*/
    form.checkout.woocommerce-checkout {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
    }

    div#customer_details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px;
        border: 1px solid #ccc;
    }

    @media screen and (max-width: 768px) {
        div#customer_details {
            display: block;
        }

        form.checkout.woocommerce-checkout {
            width: 100%;
            border: 1px solid #ccc;
        }
    }

    /*
.navbar-b .dropdown-menu .dropdown-item {
padding: 0.7rem 1.7rem;
transition: 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar-b .dropdown-menu .dropdown-item:hover {
background-color: #8fc4d9;
color: #fff;
transition: 480ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: white;
text-align: inherit;
white-space: nowrap;
background-color: #94c4d2a8;
border: 0;
text-align-last: right;
border-top: solid 1px #ffe8fc;
border-bottom: solid 1px #ffe8fc99;
}
.navbar-b.navbar-reduce .nav-link:before {
content: none;
} */
    .woocommerce ul.products[class*=columns-],
    .woocommerce-page ul.products[class*=columns-] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        width: auto;
        min-width: 800px;
        /* border-radius: 76px; */
    }

    /*testimonial*/
    .testimonial-box {
        border-radius: 14px;
        /*background-image: url("<?php echo get_template_directory_uri() ?>/assets/images/logo.png");*/
        background-position-x: center;
        padding: 15px;
        box-shadow: 0 0 5px 5px rgb(197 168 193);
        text-align: right;
        font-family: Arial, sans-serif;
        margin: 10px 50px 10px 50px;
        border: solid 2px #c5a8c1;
    }

    .testimonial-box .author-test {
        margin-top: 150px;
    }

    .testimonials .owl-carousel .owl-item img {
        left: 50%;
    }

    .fa-quote-right {
        font-size: 25px !important;
        color: #fff !important;
        right: 24px !important;
        position: relative !important;
        top: 0px;
    }

    .content-test {
        margin-bottom: 10px;
    }

    .description {
        font-size: 23px !important;
        line-height: 1.5 !important;
        color: #333 !important;
        text-align: center;
        font-weight: 600;
    }

    .author-test {
        display: flex;
        flex-direction: column;
        direction: rtl;
        align-items: center;
    }

    .author-image {
        display: inline-block !important;
        width: 65px !important;
        height: 65px;
        border-radius: 50%;
        object-fit: cover;
        margin-left: 10px !important;
        vertical-align: middle;
        position: relative;
    }

    .author {
        display: inline-block;
        font-size: 22px;
        color: #333;
        vertical-align: middle;
        margin: 10px;
    }

    .comit1 {
        text-align: right;
        margin-top: 10px;
    }

    .fa-quote-right {
        font-size: 20px;
        color: #888;
    }

    .one {
        min-height: 50vh !important;
    }
    .row1 {
        display: flex;
        gap: 40px;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .row1 img {
        width: 100%;
        height: 300px;
        transition: 380ms;
        border-radius: 10px;
    }

    a.btn.btn-primary1 {
        background: #c5a8c1;
        color: snow;
        margin-right: 10px;
    }

    h2.consultation-title {
        font-size: revert;
        margin: 10px;
        text-align: right;
    }

    .col-md-44 {
        height: fit-content;
        width: 350px;
        border: solid 2px #c5a8c1;
        padding: 0px 0px 50px 0px;
        background: white;
        border-radius: 10px;
        box-shadow: 2px 2px 5px #c5a8c1;
        transition: 380ms;
        text-align: right;
        transition: 380ms;
    }

    .col-md-44 h3 {
        font-size: 30px;
        font-weight: 400;
    }

    p.consultation-topics {
        margin-right: 10px;
    }

    .heddding {
        margin-right: 5px;
        font-weight: 400;
    }

    .heddding::before {
        content: "\2190 ";
    }

    .heddding::after {
        content: "\2193";
    }

    @media (max-width: 926px) {
        .row1 {
            display: flex;
			gap: 1px;
			width: 3px;
        }

        .row1 img {
            width: 100%;
            height: 50%;
            transition: 380ms;
        }

        .col-md-44 {
            width: 200px;
        }

        .col-md-44 h3 {
            font-size: 20px;
            text-align: right;
        }

        a.btn.btn-primary1 {
            background: #c5a8c1;
            color: snow;
            margin-right: 10px;
            transition: 380ms;
            font-size: 16px;
            font-weight: 700;
			width: fit-content !important;
        }

        p.consultation-topics {
            margin-right: 10px;
            font-size: 15px;
            font-weight: 100;
        }

        h2.consultation-title {
            font-size: 30px;
            margin: 10px;
            transition: 380ms;
        }
    }

	.woocommerce-cart-form {
		width: 100%;
		margin: 20px auto;
		padding: 20px;
		border: 2px solid #c5a8c1;
		display: grid;
		justify-items: center;
	}
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width: 100%;
		margin: 20px auto;
		padding: 20px;
		border: 2px solid #c5a8c1;
		display: grid;
		justify-items: center;
	}