:root {
    --tidytouch-font: "Noto Sans Arabic", sans-serif;
    --tidytouch-heading-font: "Figtree", sans-serif;
    --tidytouch-special-font: "Sofadi One", sans-serif;
    --tidytouch-text: #4e4b4b;
    --tidytouch-text-rgb: 94, 91, 91;
    --tidytouch-base: #f79e18;
    --tidytouch-base-rgb: 25, 71, 205;
    --tidytouch-primary: #004580;
    --tidytouch-primary-rgb: 255, 180, 0;
    --tidytouch-blue: #007CFB;
    --tidytouch-blue-rgb: 0, 124, 251;
    --tidytouch-gray: #92918F;
    --tidytouch-gray-rgb: 146, 145, 143;
    --tidytouch-gray2: #626262;
    --tidytouch-gray2-rgb: 98, 98, 98;
    --tidytouch-white: #FFFFFF;
    --tidytouch-white-rgb: 255, 255, 255;
    --tidytouch-white2: #F4F4F4;
    --tidytouch-white2-rgb: 244, 244, 244;
    --tidytouch-white3: #F5F2EF;
    --tidytouch-white3-rgb: 245, 242, 239;
    --tidytouch-white4: #F5F1EF;
    --tidytouch-white4-rgb: 245, 241, 239;
    --tidytouch-white5: #F1EEEE;
    --tidytouch-white5-rgb: 241, 238, 238;
    --tidytouch-black: #222222;
    --tidytouch-black-rgb: 34, 34, 34;
    --tidytouch-black2: #004580;
    --tidytouch-black2-rgb: 21, 22, 27;
    --tidytouch-black3: #004580;
    --tidytouch-black3-rgb: 51, 51, 51;
    --tidytouch-black4: #151316;
    --tidytouch-black4-rgb: 21, 19, 22;
    --tidytouch-black5: #000000;
    --tidytouch-black5-rgb: 0, 0, 0;
    --tidytouch-black6: #050505;
    --tidytouch-black6-rgb: 5, 5, 5;
    --tidytouch-border-color: #DDDDDD;
    --tidytouch-border-color-rgb: 221, 221, 221;
    --section-space: 80px;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--120 {
    margin-top: -120px;
}

.mb-20 {
    margin-bottom: 20px;
    color: aliceblue;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb--60 {
    margin-bottom: -60px;
}

.mb--120 {
    margin-bottom: -120px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-142 {
    padding-top: 142px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
    font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
    color: var(--tidytouch-text, #5E5B5B);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.625;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--tidytouch-base, #1947CD);
    transition: all 400ms ease;
}

a, a:hover, a:focus, a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
    color: #004580;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
        display: none;
    }
}

@media (max-width: 575px) {
    p br {
        display: none;
    }
}

.background-base {
    background-color: var(--tidytouch-base, #1947CD);
}

.background-black {
    background-color: var(--tidytouch-black, #222222);
}

.background-black-2 {
    background-color: var(--tidytouch-black2, #15161B);
}

.tidytouch-text {
    color: var(--tidytouch-text, #5E5B5B);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.section-space {
    padding-top: var(--section-space, 120px);
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.section-space-top {
    padding-top: var(--section-space, 120px);
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .section-space-top {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-top {
        padding-top: 80px;
    }
}

.section-space-bottom {
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-bottom {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-bottom {
        padding-bottom: 80px;
    }
}

.container-fluid, .container {
  /*  padding-left: 15px;
    padding-right: 15px;*/
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-10 {
    --bs-gutter-y: 10px;
}

.gutter-y-15 {
    --bs-gutter-y: 15px;
}

.gutter-y-20 {
    --bs-gutter-y: 20px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gutter-y-40 {
    --bs-gutter-y: 40px;
}

.gutter-y-50 {
    --bs-gutter-y: 50px;
}

.gutter-y-60 {
    --bs-gutter-y: 60px;
}

.gutter-y-70 {
    --bs-gutter-y: 70px;
}

.gutter-y-80 {
    --bs-gutter-y: 80px;
}

.logo-retina img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* button */
.tidytouch-btn {
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    overflow: hidden;
    padding: 17.3px 40px 13.1px;
    background-color: var(--tidytouch-base, #1947CD);
    font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
    font-size: 17px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.625;
    border-radius: 50px;
    transition: 500ms;
}

.tidytouch-btn::before, .tidytouch-btn::after {
    content: "";
    width: 25px;
    height: 500%;
    background-color: var(--tidytouch-primary, #FFB400);
    position: absolute;
    z-index: -1;
    transition: all 500ms ease;
}

.tidytouch-btn::before {
    top: 50%;
    left: -25px;
    transform: translateY(-50%) rotate(42deg);
}

.tidytouch-btn:hover::before {
    width: 51%;
    left: 0px;
    transform: translateY(-50%) rotate(0deg);
}

.tidytouch-btn::after {
    top: 50%;
    right: -25px;
    transform: translateY(-50%) rotate(42deg);
}

.tidytouch-btn:hover::after {
    width: 51%;
    right: 0px;
    transform: translateY(-50%) rotate(0deg);
}

.tidytouch-btn__icon {
    font-size: 14px;
    color: var(--tidytouch-white, #FFFFFF);
    overflow: hidden;
    transition: all 500ms ease;
}

.tidytouch-btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.tidytouch-btn:hover .tidytouch-btn__icon {
    animation: slideRight 400ms;
}

.tidytouch-btn--primary {
    background-color: var(--tidytouch-primary, #FFB400);
}

.tidytouch-btn--primary::before, .tidytouch-btn--primary::after {
    background-color: var(--tidytouch-base, #1947CD);
}

.tidytouch-btn--white {
    color: var(--tidytouch-black, #222222);
    background-color: var(--tidytouch-white, #FFFFFF);
}

.tidytouch-btn--white:hover {
    color: var(--tidytouch-white, #FFFFFF);
}

.tidytouch-btn--white .tidytouch-btn__icon {
    color: var(--tidytouch-black, #222222);
}

.tidytouch-btn--white:hover .tidytouch-btn__icon {
    color: var(--tidytouch-white, #FFFFFF);
}

.tidytouch-btn--white-2 {
    color: var(--tidytouch-black, #222222);
    background-color: var(--tidytouch-white, #FFFFFF);
}

.tidytouch-btn--white-2:hover {
    color: var(--tidytouch-white, #FFFFFF);
}

.tidytouch-btn--white-2::before, .tidytouch-btn--white-2::after {
    background-color: var(--tidytouch-base, #1947CD);
}

.tidytouch-btn--white-2 .tidytouch-btn__icon {
    color: var(--tidytouch-black, #222222);
}

.tidytouch-btn--white-2:hover .tidytouch-btn__icon {
    color: var(--tidytouch-white, #FFFFFF);
}

.tidytouch-btn--black {
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-black2, #15161B);
}

.tidytouch-btn--black:hover {
    color: var(--tidytouch-white, #FFFFFF);
}

.tidytouch-btn--black .tidytouch-btn__icon {
    color: var(--tidytouch-white, #FFFFFF);
}

.tidytouch-btn--black:hover .tidytouch-btn__icon {
    color: var(--tidytouch-white, #FFFFFF);
}

.tidytouch-btn-two {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: var(--tidytouch-text, #5E5B5B);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25;
    border-radius: 10px;
    background-color: var(--tidytouch-white3, #F5F2EF);
    transition: all 500ms ease;
}

.video-btn {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 3px solid var(--tidytouch-white, #FFFFFF);
    font-size: 22px;
    color: var(--tidytouch-white, #FFFFFF);
    transition: all 500ms ease;
}

.video-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.video-btn:hover {
    background-color: var(--tidytouch-primary, #FFB400);
    border-color: var(--tidytouch-primary, #FFB400);
}

.video-btn > span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border: 1px solid var(--tidytouch-white, #FFFFFF);
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;
    -webkit-animation: pulse-animate 4s linear infinite;
    animation: pulse-animate 4s linear infinite;
}

.video-btn:hover > span {
    border-color: var(--tidytouch-primary, #FFB400);
}

.video-btn span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.video-btn span:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video-btn span:nth-child(4) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes pulse-animate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes pulse-animate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

/* section title */
.sec-title {
    margin-bottom: 16px;
}

.sec-title--center {
    margin-bottom: 30px;
    text-align: center;
}

.sec-title--center .sec-title__top {
    justify-content: center;
}

.sec-title__top {
    margin-bottom: 11.86px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 575px) {
    .sec-title__top {
        gap: 15px;
    }
}

.sec-title__shape {
    flex-shrink: 0;
    max-width: 100%;
    height: auto;
}

.sec-title__tagline {
    margin: 0px;
    /* font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif); */
    font-size: 22px;
    color: var(--tidytouch-base, #1947CD);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.15;
}

@media (max-width: 575px) {
    .sec-title__tagline {
        font-size: 18px;
    }
}

.sec-title__title {
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.285;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .sec-title__title {
        font-size: 28px;
    }
}

.sec-title__title span {
    display: inline-block;
    position: relative;
    color: var(--tidytouch-primary, #FFB400);
}

.sec-title__title span img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: -40px;
    right: -10px;
    animation: moveX2 2s linear infinite;
}

@media (max-width: 1199px) {
    .sec-title__title span img {
        display: none;
    }
}

/* ratings */
.tidytouch-ratings {
    display: flex;
    align-items: center;
    gap: 9px;
}

.tidytouch-ratings__icon {
    display: inline-block;
    font-size: 16px;
    color: #f79e18;
    transition: all 500ms ease;
}

.tidytouch-ratings__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/* social links */
.social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--tidytouch-white, #FFFFFF);
    overflow: hidden;
    transition: all 500ms ease;
}

.social-links__icon {
    display: inline-flex;
    font-size: 14px;
    color: var(--tidytouch-base, #1947CD);
    transition: all 500ms ease;
}

.social-links__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.social-links a:hover {
    background-color: var(--tidytouch-primary, #FFB400);
}

.social-links a:hover .social-links__icon {
    color: var(--tidytouch-white, #FFFFFF);
    animation: slideTop 400ms;
}

.social-links-two {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10.99px;
}

.social-links-two a {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #fdfdfd;
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
    color: #f79e18;
}

.social-links-two__icon {
    display: inline-flex;
    font-size: 15px;
    color: var(--tidytouch-gray, #92918F);
    transition: all 500ms ease;
}

.social-links-two__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.social-links-two a:hover {
    background-color: var(--tidytouch-base, #1947CD);
    border-color: var(--tidytouch-base, #1947CD);
}

.social-links-two a:hover .social-links-two__icon {
    color: var(--tidytouch-white, #FFFFFF);
    animation: slideTop 400ms;
}

/* progress bar */
.progress-box + .progress-box {
    margin-top: 23px;
}

.progress-box__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--tidytouch-text, #5E5B5B);
    line-height: 1.625;
}

.progress-box__bar {
    position: relative;
    width: 100%;
    height: 14px;
    border: 1px solid var(--tidytouch-base, #1947CD);
    border-radius: 20px;
}

.progress-box__bar__inner {
    position: relative;
    position: absolute;
    height: calc(100% - 4px);
    width: 0%;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    background-color: var(--tidytouch-base, #1947CD);
    border-radius: inherit;
    transition: all 800ms linear;
}

.progress-box__bar__inner::before {
    content: "";
    width: 22px;
    height: 22px;
    background-color: var(--tidytouch-base, #1947CD);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
}

.progress-box__bar__inner::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: var(--tidytouch-white, #FFFFFF);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

.progress-box__number {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
    font-size: 16px;
    color: var(--tidytouch-text, #5E5B5B);
    font-weight: 600;
    line-height: 1.625;
}

.skill-box {
    position: relative;
    padding: 30px 20px 23px;
    text-align: center;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    background-color: var(--tidytouch-white2, #F4F4F4);
}

.skill-box::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: inherit;
    background-color: var(--tidytouch-black2, #15161B);
    transition: all 500ms ease;
}

.skill-box:hover::after {
    height: 100%;
    top: 0px;
}

.skill-box__shape {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
}

.skill-box__shape::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -50px;
    left: -50px;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
    transition: all 500ms ease;
}

.skill-box__shape::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: -50px;
    bottom: -50px;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent var(--tidytouch-primary, #FFB400) transparent;
    transition: all 500ms ease;
}

.skill-box:hover .skill-box__shape::before {
    top: 0px;
    left: 0px;
}

.skill-box:hover .skill-box__shape::after {
    right: 0px;
    bottom: 0px;
}

.skill-box__count {
    width: 82px;
    height: 82px;
    margin: 0px auto 15px;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

.skill-box__count .circle-progress {
    position: absolute;
    top: 0px;
    left: 0px;
    fill: #FFB400;
}

.skill-box__funfact {
    margin: 0px;
    display: inline-flex;
    font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
    font-size: 16px;
    font-weight: 400;
    color: var(--tidytouch-black5, #000000);
    transition: all 500ms ease;
}

.skill-box__title {
    margin: 0px;
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.318;
    transition: all 500ms ease;
}

.skill-box:hover .skill-box__funfact, .skill-box:hover .skill-box__title {
    color: var(--tidytouch-white, #FFFFFF);
}

/* post pagination */
.post-pagination {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 991px) {
    .post-pagination {
        margin-top: 20px;
    }
}

.post-pagination__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: var(--tidytouch-primary, #FFB400);
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    background-color: var(--tidytouch-white3, #F5F2EF);
    border-radius: 5px;
    overflow: hidden;
    transition: all 400ms ease;
}

@media (max-width: 767px) {
    .post-pagination__btn {
        width: 40px;
        height: 40px;
    }
}

.post-pagination__btn:hover {
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-primary, #FFB400);
}

.post-pagination__btn.active {
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-primary, #FFB400);
}

.post-pagination__btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.post-pagination__icon {
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    color: var(--tidytouch-primary, #FFB400);
    transition: all 400ms ease;
}

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

.post-pagination__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/* owl & slick slider buton, dots customize */
.tidytouch-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
}

.tidytouch-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.tidytouch-owl__carousel--with-shadow .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #f79e18;
    border-radius: 50%;
    transition: all 400ms ease;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 575px) {
    .tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-base, #1947CD);
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
    border: none;
    outline: none;
    color: inherit;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
    outline: 0;
    position: relative;
    width: 11px;
    height: 11px;
    background-color: transparent;
    border: 2px solid var(--tidytouch-primary, #FFB400);
    transition: all 400ms ease;
    border-radius: 50%;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    background-color: var(--tidytouch-base, #1947CD);
    transition: all 400ms ease;
    border-radius: 50%;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
    background-color: transparent;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
    border-color: var(--tidytouch-base, #1947CD);
    background-color: var(--tidytouch-base, #1947CD);
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after, .tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
    background-color: transparent;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 60px;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled, .tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
    display: none;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
    display: none;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    background-color: var(--tidytouch-base, #1947CD);
}

.tns-outer .tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.tns-outer .tns-controls button {
    width: 45px;
    height: 45px;
    border: 2px solid #f4f4f4;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--tidytouch-text, #5E5B5B);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.ul-list-one {
    margin-bottom: 0;
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--tidytouch-black, #222222);
}

@media (min-width: 481px) {
    .ul-list-one li {
        font-size: 35px;
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--tidytouch-base, #1947CD);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon";
}

.preloader {
    position: fixed;
    background-color: var(--tidytouch-black2, #15161B);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 200px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */
.scroll-to-top {
    /* display: flex; */
    align-items: center;
    width: auto;
    height: 35px;
    background: #f79e18;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    /* transform: rotate(-90deg); */
    cursor: pointer;
    transition: all 0.2s ease;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-right: 8px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--tidytouch-base, #1947CD);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tidytouch-black, #222222);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    /* bottom: 70px; */
}

.ui-datepicker .ui-datepicker-header {
    background-image: none;
    background-color: var(--tidytouch-black, #222222);
    color: var(--tidytouch-white, #FFFFFF);
    font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
}

.ui-datepicker-calendar th span {
    font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
}

.ui-datepicker-calendar td {
    background-color: var(--tidytouch-white2, #F4F4F4);
    background-image: none;
    font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
    color: var(--tidytouch-text, #5E5B5B);
}

.ui-datepicker-calendar td a {
    border-color: var(--tidytouch-border-color, #DDDDDD);
    background-color: var(--tidytouch-white2, #F4F4F4);
    background-image: none;
}

.ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-widget-content .ui-state-default, .ui-datepicker-calendar .ui-widget-header .ui-state-default {
    border-color: var(--tidytouch-border-color, #DDDDDD);
    background-color: var(--tidytouch-white2, #F4F4F4);
    background-image: none;
    color: var(--tidytouch-text, #5E5B5B);
    padding: 10px 5px;
    text-align: center;
    line-height: 1em;
}

.ui-datepicker-calendar .ui-state-default:hover, .ui-datepicker-calendar .ui-widget-content .ui-state-default:hover, .ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-base, #1947CD);
}

.ui-datepicker-calendar .ui-state-highlight, .ui-datepicker-calendar .ui-widget-content .ui-state-highlight, .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-base, #1947CD);
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background-image: none;
    background-color: var(--tidytouch-white, #FFFFFF);
    color: var(--tidytouch-black, #222222);
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    background-color: var(--tidytouch-base, #1947CD);
    color: var(--tidytouch-white, #FFFFFF);
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
    right: 2px;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {
    0%, 100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {
    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%, 60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%, 80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {
    0%, 100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%, 75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes leafMove {
    0%, 100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%, 75% {
        transform: rotate(-2deg) translateX(5px);
    }

    50% {
        transform: rotate(-4deg) translateX(10px);
    }
}

@keyframes messageMove {
    0%, 100% {
        transform: translateX(0);
    }

    25%, 75% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(10px);
    }
}

@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes shapeRotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes flowerRotate {
    0%, 100% {
        transform: rotate(0deg);
    }

    25%, 75% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

@keyframes zump {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    50% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes zumpBottom {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.25);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(0.7);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.7);
    }
}

@keyframes moveX {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    50% {
        -webkit-transform: translate3d(15px, 0, 0);
        transform: translate3d(15px, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes moveX2 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    50% {
        -webkit-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }

    33.3% {
        transform: translateX(-3px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@keyframes flip {
    from {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    }

    40% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -190deg);
    }

    50% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -170deg);
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    }

    to {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes smartMove {
    0% {
        width: 0;
    }

    15% {
        width: 100%;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 100%;
        opacity: 0;
    }

    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes smartMove2 {
    0% {
        width: 0;
    }

    15% {
        width: 126px;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 126px;
        opacity: 0;
    }

    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes smartMove3 {
    0% {
        width: 0;
    }

    15% {
        width: 173px;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 173px;
        opacity: 0;
    }

    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
        transform: translateY(10px) translateX(10px) rotate(5deg);
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}

@keyframes rectMove {
    0%, 50%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25%, 75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes moveBackground {
    0% {
        background-position: -1920px 100%;
    }

    100% {
        background-position: 0 100%;
    }
}

@keyframes moveBackgroundY {
    0% {
        background-position: 100% 1920px;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes slideRight {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes slideLeft {
    49% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes animatedCircle {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
    position: relative;
    z-index: 1;
    margin-bottom: -281px;
}

.video-one__wrapper {
    position: relative;
    padding: 0px 79px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .video-one__wrapper {
        padding: 0px 50px;
    }
}

@media (max-width: 767px) {
    .video-one__wrapper {
        padding: 0px 30px;
    }
}

@media (max-width: 390px) {
    .video-one__wrapper {
        padding: 0px 25px;
    }
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .video-one__bg {
        background-position: top left;
    }
}

.video-one__inner {
    position: relative;
    z-index: 2;
}

.video-one__content {
    position: relative;
    padding: 133.5px 0px 134.5px;
}

@media (max-width: 767px) {
    .video-one__content {
        padding: 99px 0px 100px;
    }
}

@media (max-width: 575px) {
    .video-one__content {
        padding: 79px 0px 80px;
    }
}

.video-one .sec-title__tagline {
    color: var(--tidytouch-primary, #FFB400);
}

.video-one .sec-title__title {
    color: var(--tidytouch-white, #FFFFFF);
}

.video-one__text {
    margin-bottom: 30px;
    color: var(--tidytouch-white, #FFFFFF);
}

@media (max-width: 767px) {
    .video-one__text {
        margin-bottom: 40px;
    }
}

.video-one__video {
    position: relative;
    position: absolute;
    top: 72px;
    right: 31px;
}

@media (max-width: 767px) {
    .video-one__video {
        margin-bottom: 45px;
        position: static;
    }
}

.video-one__video::after {
    content: "";
    width: 157px;
    height: 162px;
    position: absolute;
    top: -65px;
    left: calc(50% + 12px);
    transform: translateX(-50%);
    background-color: var(--tidytouch-primary, #FFB400);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 426.000000 486.000000"><g transform="translate(0.000000,486.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M700 4823 c-7 -21 -17 -56 -21 -78 -4 -22 -13 -60 -19 -85 -7 -25 -18 -70 -25 -100 -7 -30 -18 -75 -25 -100 -6 -25 -15 -63 -19 -85 -4 -22 -13 -58 -18 -80 -18 -66 -35 -138 -44 -180 -7 -38 -15 -69 -44 -180 -23 -86 -37 -148 -46 -197 -4 -26 -12 -56 -18 -67 -6 -11 -11 -32 -11 -47 0 -14 -6 -47 -14 -73 -16 -50 -34 -123 -47 -186 -8 -40 -19 -85 -44 -180 -23 -86 -37 -149 -45 -190 -9 -51 -29 -130 -43 -175 -6 -19 -14 -53 -17 -75 -7 -41 -21 -99 -45 -190 -25 -95 -36 -140 -44 -180 -5 -22 -14 -62 -21 -90 -6 -27 -18 -75 -25 -105 -7 -30 -19 -77 -26 -105 -43 -172 -47 -522 -7 -685 6 -25 14 -63 19 -85 13 -67 54 -197 70 -225 5 -8 12 -22 15 -30 5 -14 15 -37 42 -100 6 -14 25 -47 42 -75 16 -27 33 -57 37 -65 3 -8 26 -41 50 -72 24 -31 43 -60 43 -65 0 -5 8 -16 18 -24 9 -9 44 -49 77 -88 65 -78 286 -271 310 -271 4 0 24 -12 44 -27 143 -109 429 -218 659 -252 92 -14 464 -14 534 -1 150 30 206 43 236 56 18 8 39 14 47 14 8 0 31 7 52 16 21 9 52 23 68 29 36 16 180 86 203 100 134 82 242 168 349 276 121 124 144 153 240 298 42 64 133 243 133 263 0 8 5 19 11 25 6 6 14 26 19 44 4 19 13 48 18 64 19 55 56 199 73 280 8 40 19 85 44 180 23 86 37 149 45 190 8 41 22 103 45 190 19 72 36 144 46 190 8 40 19 85 44 180 23 86 37 149 45 190 8 41 22 103 45 190 19 72 36 144 46 190 4 22 13 60 19 85 13 50 34 136 55 220 7 30 19 78 25 105 7 28 16 68 20 90 10 56 29 132 46 185 8 25 14 55 14 68 0 13 5 32 11 43 6 11 14 41 18 67 9 49 23 111 46 197 23 87 37 149 45 190 9 51 29 130 43 175 6 19 14 53 18 75 4 22 13 60 19 85 27 104 40 157 45 193 4 23 11 37 20 37 10 0 15 11 15 35 l0 35 -1773 0 -1773 0 -14 -37z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 426.000000 486.000000"><g transform="translate(0.000000,486.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M700 4823 c-7 -21 -17 -56 -21 -78 -4 -22 -13 -60 -19 -85 -7 -25 -18 -70 -25 -100 -7 -30 -18 -75 -25 -100 -6 -25 -15 -63 -19 -85 -4 -22 -13 -58 -18 -80 -18 -66 -35 -138 -44 -180 -7 -38 -15 -69 -44 -180 -23 -86 -37 -148 -46 -197 -4 -26 -12 -56 -18 -67 -6 -11 -11 -32 -11 -47 0 -14 -6 -47 -14 -73 -16 -50 -34 -123 -47 -186 -8 -40 -19 -85 -44 -180 -23 -86 -37 -149 -45 -190 -9 -51 -29 -130 -43 -175 -6 -19 -14 -53 -17 -75 -7 -41 -21 -99 -45 -190 -25 -95 -36 -140 -44 -180 -5 -22 -14 -62 -21 -90 -6 -27 -18 -75 -25 -105 -7 -30 -19 -77 -26 -105 -43 -172 -47 -522 -7 -685 6 -25 14 -63 19 -85 13 -67 54 -197 70 -225 5 -8 12 -22 15 -30 5 -14 15 -37 42 -100 6 -14 25 -47 42 -75 16 -27 33 -57 37 -65 3 -8 26 -41 50 -72 24 -31 43 -60 43 -65 0 -5 8 -16 18 -24 9 -9 44 -49 77 -88 65 -78 286 -271 310 -271 4 0 24 -12 44 -27 143 -109 429 -218 659 -252 92 -14 464 -14 534 -1 150 30 206 43 236 56 18 8 39 14 47 14 8 0 31 7 52 16 21 9 52 23 68 29 36 16 180 86 203 100 134 82 242 168 349 276 121 124 144 153 240 298 42 64 133 243 133 263 0 8 5 19 11 25 6 6 14 26 19 44 4 19 13 48 18 64 19 55 56 199 73 280 8 40 19 85 44 180 23 86 37 149 45 190 8 41 22 103 45 190 19 72 36 144 46 190 8 40 19 85 44 180 23 86 37 149 45 190 8 41 22 103 45 190 19 72 36 144 46 190 4 22 13 60 19 85 13 50 34 136 55 220 7 30 19 78 25 105 7 28 16 68 20 90 10 56 29 132 46 185 8 25 14 55 14 68 0 13 5 32 11 43 6 11 14 41 18 67 9 49 23 111 46 197 23 87 37 149 45 190 9 51 29 130 43 175 6 19 14 53 18 75 4 22 13 60 19 85 27 104 40 157 45 193 4 23 11 37 20 37 10 0 15 11 15 35 l0 35 -1773 0 -1773 0 -14 -37z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 767px) {
    .video-one__video::after {
        display: none;
    }
}

.video-one .video-btn {
    width: 76px;
    height: 76px;
    font-size: 32px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .video-one .video-btn {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
}

.video-one .video-btn:hover {
    color: var(--tidytouch-primary, #FFB400);
    background-color: var(--tidytouch-white, #FFFFFF);
    border-color: var(--tidytouch-white, #FFFFFF);
}

.video-one .video-btn:hover > span {
    border-color: var(--tidytouch-white, #FFFFFF);
}

.video-one__shape-1 {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 47px;
    left: 43%;
    animation: moveX 2s linear infinite;
}

@media (max-width: 767px) {
    .video-one__shape-1 {
        display: none;
    }
}

.video-one__shape-2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: calc(50% - 108px);
    bottom: 48px;
    z-index: 1;
    animation: textRotate 3s linear infinite;
}

@media (max-width: 1199px) {
    .video-one__shape-2 {
        left: calc(50% - 80px);
    }
}

@media (max-width: 991px) {
    .video-one__shape-2 {
        left: calc(50% - 0px);
    }
}

@media (max-width: 767px) {
    .video-one__shape-2 {
        left: calc(50% + 60px);
    }
}

@media (max-width: 575px) {
    .video-one__shape-2 {
        display: none;
    }
}

.video-one__shape-3 {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0px;
    left: 0;
    background-repeat: repeat-x;
    background-color: transparent;
    background-blend-mode: initial;
    background-position: left top;
    animation: moveBackground 60s linear 0s infinite;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
    margin: 0px auto;
    background-color: var(--tidytouch-white, #FFFFFF);
}

@media (max-width: 1799px) {
    .topbar {
        /* padding-left: 130px; */
    }
}

@media (max-width: 1399px) {
    .topbar {
        /* padding-left: 20px; */
        /* padding-right: 120px; */
    }
}

@media (max-width: 1199px) {
    .topbar {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .topbar {
        display: none;
    }
}

.topbar__wrapper {
    position: relative;
    padding: 0px 15px;
    background-color: var(--tidytouch-black2, #15161B);
}

.topbar .container {
    position: relative;
    z-index: 1;
}

.topbar__inner {
  position: relative;
  padding: 13px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.topbar__info {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between; 
   width: 100%; 
   list-style: none;
  padding: 0;
}

@media (max-width: 1199px) {
    .topbar__info {
        width: 100%;
        justify-content: center;
    }
}

.topbar__info li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: var(--tidytouch-white, #FFFFFF);
    line-height: 1.285;
}

.topbar__info li a {
    color: inherit;
}

.topbar__info li a:hover {
    color: var(--tidytouch-primary, #FFB400);
}

.topbar__info__icon {
    font-size: 15px;
    color: #f79e18;
}

.topbar__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-header {
    position: relative;
    z-index: 999;
    background-color: var(--tidytouch-white, #FFFFFF);
}

.main-header__wrapper {
    margin: 0px auto;
    max-width: 1920px;
    padding-left: 118px;
    padding-right: 118px;
}

@media (max-width: 1799px) {
    .main-header__wrapper {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media (max-width: 1399px) {
    .main-header__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1199px) {
    .main-header__wrapper {
        padding: 0px;
    }
}

@media (min-width: 1200px) {
    .main-header__container {
        padding: 0px;
        max-width: 100%;
    }
}

.main-header__inner {
    /* padding-right: 234px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media (max-width: 1799px) {
    .main-header__inner {
        /* padding-right: 160px; */
    }
}

@media (max-width: 1399px) {
    .main-header__inner {
        /* padding-right: 130px; */
    }
}

@media (max-width: 1199px) {
    .main-header__inner {
        padding: 20px 0px;
    }
}

@media (max-width: 480px) {
    .main-header__logo {
        margin-right: 15px;
    }
}

.main-header__logo img {
    max-width: 100%;
    height: auto;
    width: 125px;
}

.main-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header__nav {
    margin-right: 60px;
}

@media (max-width: 1199px) {
    .main-header__nav {
        display: none;
    }
}

.main-header__search, .main-header__cart {
    display: inline-flex;
    position: relative;
    font-size: 22px;
    /* color: #17a5e2 !important; */
    transition: all 500ms ease;
}

.main-header__search svg, .main-header__cart svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 480px) {
    .main-header__search, .main-header__cart {
        font-size: 20px;
    }
}

.main-header__search:hover, .main-header__cart:hover {
    color: var(--tidytouch-base, #1947CD);
}

@media (max-width: 1199px) {
    .main-header__search {
        margin-right: 50px;
    }
}

@media (max-width: 480px) {
    .main-header__search {
        margin-right: 40px;
    }
}

.main-header__search::before {
    content: "";
    display: none;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    background-color: RGBA(var(--tidytouch-black-rgb, 34, 34, 34), 0.3);
}

@media (max-width: 1199px) {
    .main-header__search::before {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .main-header__search::before {
        right: -20px;
    }
}

.main-header__cart {
    position: relative;
    margin-left: 30px;
}

@media (max-width: 575px) {
    .main-header__cart {
        margin-left: 20px;
    }
}

.main-header__cart__badge {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -9px;
    right: -11px;
    font-size: 11px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 600;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--tidytouch-primary, #FFB400);
}

@media (max-width: 480px) {
    .main-header__cart__badge {
        top: -12px;
        right: -9px;
    }
}

.main-header__btn {
    margin-left: 51px;
}

@media (max-width: 1799px) {
    .main-header__btn {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .main-header__btn {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .main-header__btn {
        display: none;
    }
}

.main-header__btn .tidytouch-btn {
    padding-left: 30.5px;
    padding-right: 30.5px;
}

.main-header__sidebar-btn {
    width: 124px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    bottom: 15px;
    background-color: var(--tidytouch-black2, #15161B);
}

@media (max-width: 1399px) {
    .main-header__sidebar-btn {
        width: 90px;
    }
}

@media (max-width: 1199px) {
    .main-header__sidebar-btn {
        display: none;
    }
}

.main-header .sidebar-btn__toggler {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: var(--tidytouch-white, #FFFFFF);
    border-radius: 50%;
    background-color: var(--tidytouch-base, #1947CD);
    transition: all 500ms ease;
}

@media (max-width: 1399px) {
    .main-header .sidebar-btn__toggler {
        width: 55px;
        height: 55px;
        font-size: 25px;
    }
}

.main-header .sidebar-btn__toggler:hover {
    background-color: var(--tidytouch-primary, #FFB400);
}

.main-header .sidebar-btn__toggler svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-header--two {
    width: 100%;
    position: absolute;
    top: 47px;
    left: 0px;
    background-color: transparent;
}

@media (max-width: 1199px) {
    .main-header--two {
        top: 15px;
    }
}

@media (min-width: 1200px) {
    .main-header--two .main-header__container {
        max-width: 1561px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main-header--two .main-header__inner {
    padding: 0px;
}

.main-header--two .mobile-nav__btn:hover span {
    background-color: var(--tidytouch-primary, #FFB400);
}

.main-header--two .main-menu .main-menu__list > li {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-header--two .main-menu .main-menu__list > li.current > a, .main-header--two .main-menu .main-menu__list > li:hover > a, .main-header--two .main-menu .main-menu__list > li.current > a::after, .main-header--two .main-menu .main-menu__list > li.megamenu:hover > a::after, .main-header--two .main-menu .main-menu__list > li.dropdown:hover > a::after, .main-header--two .main-header__search:hover, .main-header--two .main-header__cart:hover {
    color: var(--tidytouch-primary, #FFB400);
}

.main-header--two .main-menu .main-menu__list li ul li.current > a, .main-header--two .main-menu .main-menu__list li ul li:hover > a {
    background-color: var(--tidytouch-primary, #FFB400);
}

.main-header--two .main-header__cart__badge {
    background-color: var(--tidytouch-base, #1947CD);
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-header--two .main-header__cart__badge {
        top: -12px;
        right: -6px;
    }
}

.main-header--two .main-header__btn {
    display: block;
}

@media (max-width: 991px) {
    .main-header--two .main-header__btn {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-header--two .main-header__btn {
        display: none;
    }
}

.main-header--three {
    position: relative;
}

.main-header--three::before, .main-header--three::after {
    content: "";
    width: 511px;
    height: 26px;
    position: absolute;
    bottom: -25.5px;
    background-color: var(--tidytouch-white, #FFFFFF);
}

@media (max-width: 1599px) {
    .main-header--three::before, .main-header--three::after {
        width: 450px;
    }
}

@media (max-width: 1399px) {
    .main-header--three::before, .main-header--three::after {
        width: 400px;
    }
}

@media (max-width: 1199px) {
    .main-header--three::before, .main-header--three::after {
        display: none;
    }
}

.main-header--three::before {
    left: 0px;
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}

.main-header--three::after {
    width: 477.5px;
    right: 0px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 3.5% 100%);
}

@media (max-width: 1799px) {
    .main-header--three::after {
        width: 511px;
    }
}

@media (max-width: 1599px) {
    .main-header--three::after {
        width: 450px;
    }
}

@media (max-width: 1399px) {
    .main-header--three::after {
        width: 400px;
    }
}

@media (min-width: 1200px) {
    .main-header--three .main-header__container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1400px) {
    .main-header--three .main-header__container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1600px) {
    .main-header--three .main-header__container {
        padding-left: 62px;
    }
}

@media (min-width: 1800px) {
    .main-header--three .main-header__container {
        padding-left: 164px;
    }
}

.main-header--three .main-header__inner {
    padding: 0px;
}

@media (max-width: 1199px) {
    .main-header--three .main-header__inner {
        padding: 20px 0px;
    }
}

.main-header--three .main-header__nav {
    margin-right: 0px;
    position: relative;
    z-index: 1;
    background-color: var(--tidytouch-base, #1947CD);
}

@media (max-width: 1799px) {
    .main-header--three .main-header__nav {
        background-color: transparent;
    }
}

.main-header--three .main-header__nav::before, .main-header--three .main-header__nav::after {
    content: "";
    width: 140px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    background-color: var(--tidytouch-base, #1947CD);
}

@media (max-width: 1799px) {
    .main-header--three .main-header__nav::before, .main-header--three .main-header__nav::after {
        display: none;
    }
}

.main-header--three .main-header__nav::before {
    left: -139px;
    clip-path: polygon(37% 0, 100% 0%, 100% 100%, 0 100%);
}

.main-header--three .main-header__nav::after {
    width: 120px;
    right: -119px;
    clip-path: polygon(0 0, 63% 0, 100% 100%, 0 100%);
}

.main-header--three .main-menu .main-menu__list > li {
    padding-top: 22px;
    padding-bottom: 22px;
}

@media (min-width: 1800px) {
    .main-header--three .main-menu .main-menu__list > li > a, .main-header--three .main-menu .main-menu__list > li.megamenu > a::after, .main-header--three .main-menu .main-menu__list > li.dropdown > a::after {
        color: var(--tidytouch-white, #FFFFFF);
    }
}

@media (min-width: 1800px) {
    .main-header--three .main-menu .main-menu__list__square {
        background-color: var(--tidytouch-white, #FFFFFF);
    }
}

@media (min-width: 1800px) {
    .main-header--three .main-menu .main-menu__list > li.current > a, .main-header--three .main-menu .main-menu__list > li:hover > a, .main-header--three .main-menu .main-menu__list > li.current > a::after, .main-header--three .main-menu .main-menu__list > li.megamenu:hover > a::after, .main-header--three .main-menu .main-menu__list > li.dropdown:hover > a::after, .main-header--three .main-header__search:hover, .main-header--three .main-header__cart:hover {
        color: var(--tidytouch-primary, #FFB400);
    }
}

.main-header--three .main-header__cart__badge {
    background-color: var(--tidytouch-base, #1947CD);
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-header--three .main-header__cart__badge {
        top: -12px;
        right: -6px;
    }
}

.main-header--three .main-header__btn {
    position: relative;
    z-index: 0;
    display: block;
}

@media (max-width: 991px) {
    .main-header--three .main-header__btn {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-header--three .main-header__btn {
        display: none;
    }
}

.main-header--three.sticky-header--one-page::before {
    width: 503px;
}

.main-header--three.sticky-header--one-page::after {
    width: 470.5px;
}

@media (max-width: 1799px) {
    .main-header--three.sticky-header--one-page::after {
        width: 503px;
    }
}

@media (max-width: 1599px) {
    .main-header--three.sticky-header--one-page::after {
        width: 450px;
    }
}

@media (max-width: 1399px) {
    .main-header--three.sticky-header--one-page::after {
        width: 400px;
    }
}

.main-header--three.sticky-header--one-page .main-menu .main-menu__list > .megamenu > ul {
    min-width: 1200px;
    left: -43% !important;
    right: auto !important;
}

@media (max-width: 1599px) {
    .main-header--three.sticky-header--one-page .main-menu .main-menu__list > .megamenu > ul {
        left: -37% !important;
    }
}

@media (max-width: 1399px) {
    .main-header--three.sticky-header--one-page .main-menu .main-menu__list > .megamenu > ul {
        left: -40.5% !important;
    }
}

@media (max-width: 1299px) {
    .main-header--three.sticky-header--one-page .main-menu .main-menu__list > .megamenu > ul {
        left: -61.3% !important;
    }
}

.main-header--four .main-menu .main-menu__list > li > a, .main-header--four .main-menu .main-menu__list > li.megamenu > a::after, .main-header--four .main-menu .main-menu__list > li.dropdown > a::after, .main-header--four .main-header__search, .main-header--four .main-header__cart {
    color: var(--tidytouch-white, #FFFFFF);
}

.main-header--four .mobile-nav__btn span {
    background-color: var(--tidytouch-white, #FFFFFF);
}

.main-header--four .mobile-nav__btn:hover span {
    background-color: var(--tidytouch-primary, #FFB400);
}

.main-header--four .main-header__search::before {
    background-color: RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.5);
}

.main-header--five .main-header__wrapper {
    padding-left: 211px;
    padding-right: 42px;
}

@media (max-width: 1799px) {
    .main-header--five .main-header__wrapper {
        padding-left: 70px;
    }
}

@media (max-width: 1599px) {
    .main-header--five .main-header__wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .main-header--five .main-header__wrapper {
        padding: 0px;
    }
}

.main-header--five .main-header__inner {
    padding: 0px;
}

@media (max-width: 1199px) {
    .main-header--five .main-header__inner {
        padding: 20px 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-header--five .main-menu .main-menu__list > li + li {
        margin-left: 40px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .main-header--five .main-menu .main-menu__list > li + li {
        margin-left: 35px;
    }
}

.main-header--five .main-header__call {
    margin-left: 26px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 991px) {
    .main-header--five .main-header__call {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-header--five .main-header__call {
        display: none;
    }
}

.main-header--five .main-header__call__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 25px;
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-base, #1947CD);
    transition: all 500ms ease;
}

.main-header--five .main-header__call__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-header--five .main-header__call:hover .main-header__call__icon {
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-primary, #FFB400);
}

.main-header--five .main-header__call__title {
    margin-bottom: 4px;
    font-size: 22px;
    color: var(--tidytouch-black3, #333333);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.318;
}

@media (max-width: 1599px) {
    .main-header--five .main-header__call__title {
        font-size: 20px;
    }
}

.main-header--five .main-header__call__number {
    margin: 0px;
    font-size: 16px;
    color: var(--tidytouch-black3, #333333);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.25;
}

.main-header--five .main-header__call__number a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.main-header--five .main-header__call__number a:hover {
    color: var(--tidytouch-base, #1947CD);
}

.main-header--five .main-header__call__number a:hover {
    background-size: 100% 1px;
}

.main-header--five .main-header__btn-box {
    position: relative;
    margin-left: 88px;
}

@media (max-width: 1799px) {
    .main-header--five .main-header__btn-box {
        margin-left: 40px;
    }
}

@media (max-width: 1599px) {
    .main-header--five .main-header__btn-box {
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .main-header--five .main-header__btn-box {
        display: none;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .main-header--five .main-header__btn-box {
        display: none;
    }
}

.main-header--five .main-header__btn-box::after {
    content: "";
    width: 82px;
    height: calc(100% + 36px);
    position: absolute;
    top: 50%;
    right: -42px;
    transform: translateY(-50%);
    background-color: var(--tidytouch-base, #1947CD);
}

@media (max-width: 1599px) {
    .main-header--five .main-header__btn-box::after {
        display: none;
    }
}

.main-header--five .sidebar-btn__toggler {
    position: relative;
    z-index: 1;
    background-color: var(--tidytouch-primary, #FFB400);
}

@media (max-width: 1599px) {
    .main-header--five .sidebar-btn__toggler {
        width: 54px;
        height: 54px;
        font-size: 25px;
    }
}

.main-header--five .sidebar-btn__toggler:hover {
    background-color: var(--tidytouch-black2, #15161B);
}

@media (max-width: 1599px) {
    .main-header--five .sidebar-btn__toggler:hover {
        background-color: var(--tidytouch-base, #1947CD);
    }
}

.sticky-header--cloned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background-color: var(--tidytouch-white, #FFFFFF);
    transform: translateY(-100%);
    box-shadow: 0px 3px 18px rgba(var(--tidytouch-black-rgb, 34, 34, 34), 0.07);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    visibility: hidden;
    transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.active {
    transform: translateY(0%);
    visibility: visible;
}

.sticky-header--cloned.main-header--one .main-header__sidebar-btn {
    width: 90px;
    height: 85px;
    top: 50%;
    transform: translateY(-50%);
}

.sticky-header--cloned.main-header--one .sidebar-btn__toggler {
    width: 60px;
    height: 60px;
    font-size: 25px;
    color: var(--tidytouch-white, #FFFFFF);
}

@media (max-width: 1199px) {
    .sticky-header--cloned.main-header--two .main-header__inner {
        padding: 10px 0px;
    }
}

.sticky-header--cloned.main-header--two .main-menu .main-menu__list > li {
    padding-top: 44.5px;
    padding-bottom: 44.5px;
}

.sticky-header--cloned.main-header--three::before, .sticky-header--cloned.main-header--three::after {
    display: none;
}

.sticky-header--cloned.main-header--three .main-menu .main-menu__list > li {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sticky-header--cloned.main-header--four {
    background-color: var(--tidytouch-black, #222222);
}

.mobile-nav__btn {
    width: 26px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3;
}

@media (min-width: 1200px) {
    .mobile-nav__btn {
        display: none;
    }
}

.mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background-color: #004580;
    transition: all 500ms ease;
}

.mobile-nav__btn span:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mobile-nav__btn:hover span {
    background-color: var(--tidytouch-base, #1947CD);
}

.main-menu {
    /* after third level no menu */
}

.main-menu .main-menu__list, .main-menu .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list, .main-menu .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list > li {
    position: relative;
    padding-top: 33.5px;
    padding-bottom: 33.5px;
}

.main-menu .main-menu__list > li.dropdown > a {
    position: relative;
}

.main-menu .main-menu__list > li + li {
    margin-left: 45px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .main-menu .main-menu__list > li + li {
        margin-left: 35px;
    }
}

@media (min-width: 1400px) and (max-width: 1799px) {
    .main-menu .main-menu__list > li + li {
        margin-left: 40px;
    }
}

.main-menu .main-menu__list > li > a {
    position: relative;
    font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--tidytouch-black3, #333333);
    line-height: 1.625;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a {
    color: var(--tidytouch-base, #1947CD);
}

.main-menu .main-menu__list > li.megamenu > a, .main-menu .main-menu__list > li.dropdown > a {
    padding-right: 13px;
}

.main-menu .main-menu__list > li.megamenu > a::after, .main-menu .main-menu__list > li.dropdown > a::after {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    color: var(--tidytouch-black2, #15161B);
    transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a::after, .main-menu .main-menu__list > li.megamenu:hover > a::after, .main-menu .main-menu__list > li.dropdown:hover > a::after {
    color: var(--tidytouch-base, #1947CD);
}

.main-menu .main-menu__list__square {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -18px;
    width: 4px;
    height: 4px;
    opacity: 0;
    background-color: var(--tidytouch-base, #1947CD);
    transition: all 400ms ease;
}

.main-menu .main-menu__list__square:nth-child(1) {
    left: 0;
}

.main-menu .main-menu__list__square:nth-child(2) {
    left: 9px;
    background-color: var(--tidytouch-primary, #FFB400);
}

.main-menu .main-menu__list__square:nth-child(3) {
    left: 18px;
}

.main-menu .main-menu__list > li.current > a .main-menu__list__square, .main-menu .main-menu__list > li.megamenu:hover > a .main-menu__list__square, .main-menu .main-menu__list > li.dropdown:hover > a .main-menu__list__square {
    top: -6px;
    opacity: 1;
}

.main-menu .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -25px;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: var(--tidytouch-white, #FFFFFF);
    box-shadow: 0px 10px 60px 0px RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.07);
    padding: 15px 20px 11px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > .megamenu {
    position: static;
}

.main-menu .main-menu__list > .megamenu > ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.main-menu .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li > a {
    font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
    font-size: 14px;
    line-height: 26px;
    color: var(--tidytouch-black3, #333333);
    font-weight: 600;
    display: flex;
    text-transform: uppercase;
    padding: 9px 15px 7px;
    transition: 400ms;
    margin-bottom: 4px;
}

.main-menu .main-menu__list li ul li.current > a, .main-menu .main-menu__list li ul li:hover > a {
    background-color: var(--tidytouch-base, #1947CD);
    color: var(--tidytouch-white, #FFFFFF);
}

.main-menu .main-menu__list li ul li > ul {
    top: 0;
    left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li > ul ul {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .main-menu__list li:nth-last-child(1) ul li > ul, .main-menu__list li:nth-last-child(2) ul li > ul {
        left: auto;
        right: calc(100% + 20px);
    }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul, .main-menu .main-menu__list > .megamenu.megamenu-clickable > ul, .stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100vh;
    visibility: visible;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
    z-index: 999999;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    padding: 0;
    background-color: var(--tidytouch-white, #FFFFFF);
    display: block !important;
    margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
    display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active, .main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active, .stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
    overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
    bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
    overflow: unset;
}

.mobile-nav__content .demo-one .container {
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu-popup {
    position: relative;
}

.megamenu-popup .megamenu-clickable--close {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    color: var(--tidytouch-black, #222222);
}

@media (min-width: 1300px) {
    .megamenu-popup .megamenu-clickable--close {
        top: 38px;
        right: 40px;
    }
}

.megamenu-popup .megamenu-clickable--close:hover {
    color: var(--tidytouch-base, #1947CD);
}

.megamenu-popup .megamenu-clickable--close span {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    color: currentColor;
    transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.demo-one .row {
    --bs-gutter-y: 30px;
}

.demo-one__card {
    background-color: var(--tidytouch-white, #FFFFFF);
    box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 500ms ease;
    transform: translateY(0px);
}

.demo-one__card:hover {
    transform: translateY(-10px);
}

.demo-one__title {
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--tidytouch-black, #222222);
    font-weight: 700;
}

.demo-one__title:hover {
    color: var(--tidytouch-base, #1947CD);
}

.demo-one__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.demo-one__title a:hover {
    background-size: 100% 1px;
}

.demo-one__image {
    position: relative;
    overflow: hidden;
}

.demo-one__image img {
    max-width: 100%;
    transition: filter 500ms ease;
    filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
    filter: blur(2px);
}

.demo-one__btns {
    background-color: rgba(var(--tidytouch-black2-rgb, 21, 22, 27), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transform: scale(1, 0);
    transform-origin: bottom center;
    opacity: 0;
    transition: transform 500ms ease, opacity 600ms linear;
}

@media (min-width: 576px) and (max-width: 767px) {
    .demo-one__btns {
        flex-direction: row;
    }
}

.demo-one__card:hover .demo-one__btns {
    transform: scale(1, 1);
    opacity: 1;
    transform-origin: top center;
}

.demo-one .tidytouch-btn {
    min-width: 187.27px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 16px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .demo-one .tidytouch-btn {
        min-width: auto;
    }
}

.demo-one__title {
    padding-top: 19.5px;
    padding-bottom: 21.5px;
}

.home-showcase .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 20px;
}

.home-showcase__inner {
    padding: 40px 40px 21px;
    background-color: var(--tidytouch-white, #FFFFFF);
    box-shadow: 0px 10px 60px 0px rgba(var(--tidytouch-black3-rgb, 51, 51, 51), 0.07);
}

.home-showcase .demo-one__card {
    box-shadow: none;
    background-color: var(--tidytouch-white, #FFFFFF);
}

.home-showcase .demo-one__btns {
    flex-direction: column;
}

.home-showcase .tidytouch-btn {
    min-width: 166px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

.home-showcase .demo-one__title {
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
    margin-bottom: -1px;
    margin-top: 0;
    border-bottom: 1px solid RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: transparent;
    box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--tidytouch-white, #FFFFFF);
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
    width: 300px;
    background-color: #013c6f;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 15px 15px 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0;
}

.mobile-nav__content .logo-box {
    margin-bottom: 15px;
    display: flex;
}

.mobile-nav__close {
    display: inline-flex;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: var(--tidytouch-white, #FFFFFF);
    cursor: pointer;
    transition: all 500ms ease;
}

.mobile-nav__close svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__close:hover {
    color: var(--tidytouch-base, #1947CD);
}

.mobile-nav__content .main-menu__list, .mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
    padding-left: 1em;
}

.mobile-nav__content .main-menu__list li {
    border-bottom: 1px solid RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
    display: flex;
    justify-content: space-between;
    font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
    line-height: 30px;
    color: var(--tidytouch-white, #FFFFFF);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    height: 50px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
    font-size: 14px;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--tidytouch-base, #1947CD);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--tidytouch-base, #1947CD);
    border: none;
    outline: none;
    color: var(--tidytouch-white, #FFFFFF);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: var(--tidytouch-white, #FFFFFF);
    color: var(--tidytouch-black, #222222);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 13px;
    margin-bottom: 0px;
}

.mobile-nav__contact li {
    color: var(--tidytouch-white, #FFFFFF);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li + li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: inherit;
    transition: 500ms;
    text-transform: capitalize;
}

.mobile-nav__contact li a:hover {
    color: var(--tidytouch-base, #1947CD);
}

.mobile-nav__contact__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--tidytouch-base, #1947CD);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    color: var(--tidytouch-white, #FFFFFF);
}

.mobile-nav__contact__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__content .social-links a {
    /* background-color: var(--tidytouch-base, #1947CD); */
}

.mobile-nav__content .social-links a:hover {
    background-color: var(--tidytouch-white, #FFFFFF);
}

.mobile-nav__content .social-links__icon {
    color: var(--tidytouch-white, #FFFFFF);
}

.mobile-nav__content .social-links a:hover .social-links__icon {
    color: var(--tidytouch-base, #1947CD);
}

.mobile-nav__container .main-menu__logo, .mobile-nav__container .main-menu__right {
    display: none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar-one {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

.sidebar-one__content {
    width: 310px;
    background-color: var(--tidytouch-black2, #15161B);
    z-index: 10;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidebar-one__content::-webkit-scrollbar {
    display: none;
}

.sidebar-one.active .sidebar-one__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    color: var(--tidytouch-white, #FFFFFF);
    cursor: pointer;
    transition: all 400ms ease;
}

.sidebar-one__close svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar-one__close:hover {
    color: var(--tidytouch-base, #1947CD);
}

.sidebar-one__item:not(:last-child) {
    margin-bottom: 40px;
}

.sidebar-one__title {
    margin-bottom: 25px;
    position: relative;
    font-size: 25px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
}

.sidebar-one__title::before, .sidebar-one__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: var(--tidytouch-base, #1947CD);
    width: 20px;
    height: 2px;
}

.sidebar-one__title::after {
    width: 50px;
    left: 25px;
}

.sidebar-one__about__text {
    margin: 0px;
    color: var(--tidytouch-white2, #F4F4F4);
}

.sidebar-one__info__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-one__info__list li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: var(--tidytouch-white2, #F4F4F4);
    font-weight: 500;
    line-height: 1.75;
}

.sidebar-one__info__list li + li {
    margin-top: 20px;
}

.sidebar-one__info__list li .sidebar-one__info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    position: relative;
    font-size: 14px;
    color: var(--tidytouch-white, #FFFFFF);
    margin-right: 12px;
    background-color: var(--tidytouch-base, #1947CD);
    border-radius: 50%;
    overflow: hidden;
}

.sidebar-one__info__list li .sidebar-one__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar-one__info__list li:hover .sidebar-one__info__icon > * {
    animation: slideTop 400ms;
}

.sidebar-one__info__list li address {
    margin: 0;
    color: inherit;
    text-transform: capitalize;
}

.sidebar-one__info__list li a {
    position: relative;
    top: 3px;
    color: inherit;
}

.sidebar-one__info__list li a:hover {
    color: var(--tidytouch-base, #1947CD);
}

.sidebar-one .social-links a {
    background-color: var(--tidytouch-base, #1947CD);
}

.sidebar-one .social-links a:hover {
    background-color: var(--tidytouch-primary, #FFB400);
}

.sidebar-one .social-links__icon {
    color: var(--tidytouch-white, #FFFFFF);
}

.sidebar-one .social-links a:hover .social-links__icon {
    color: var(--tidytouch-white, #FFFFFF);
}

.sidebar-one__newsletter__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-one__newsletter__input {
    outline: 0;
    border: 0;
    padding-left: 20px;
    font-size: 14px;
    color: var(--tidytouch-white2, #F4F4F4);
    width: calc(100% - 50px);
    height: 50px;
    background-color: rgba(var(--tidytouch-white-rgb, 255, 255, 255), 0.09);
    transition: all 400ms ease;
}

.sidebar-one__newsletter__btn {
    outline: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 18px;
    color: var(--tidytouch-white, #FFFFFF);
    width: 50px;
    height: 50px;
    background-color: var(--tidytouch-base, #1947CD);
    overflow: hidden;
    transition: all 400ms ease;
}

.sidebar-one__newsletter__btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar-one__newsletter__btn:hover {
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-primary, #FFB400);
}

.sidebar-one__newsletter__btn:hover > * {
    animation: slideTop 400ms;
}

.sidebar__single {
    padding: 34px 32px;
    background-color: var(--tidytouch-white2, #F4F4F4);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar__single {
        padding: 26px 25px;
    }
}

@media (max-width: 375px) {
    .sidebar__single {
        padding: 26px 25px;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    position: relative;
    margin-bottom: 34px;
    font-size: 22px;
    color: var(--tidytouch-black, #222222);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.363;
}

.sidebar__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 39px;
    height: 3px;
    background-color: var(--tidytouch-primary, #FFB400);
}

.sidebar__search {
    position: relative;
}

.sidebar__search input[type=search], .sidebar__search input[type=text] {
    padding-left: 20px;
    padding-right: 44px;
    outline: none;
    border: 0;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: var(--tidytouch-text, #5E5B5B);
    font-weight: 400;
    background-color: var(--tidytouch-white, #FFFFFF);
    transition: all 400ms ease;
}

.sidebar__search input[type=search]:focus, .sidebar__search input[type=text]:focus {
    color: var(--tidytouch-black, #222222);
}

.sidebar__search button[type=submit] {
    padding: 0;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: var(--tidytouch-primary, #FFB400);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 15px;
    color: var(--tidytouch-white, #FFFFFF);
    border-radius: 50%;
    transition: all 400ms ease;
}

.sidebar__search button[type=submit] svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar__search button[type=submit]:hover {
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-base, #1947CD);
}

.sidebar__categories-wrapper {
    padding-bottom: 34px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar__categories-wrapper {
        padding-bottom: 27px;
    }
}

@media (max-width: 375px) {
    .sidebar__categories-wrapper {
        padding-bottom: 27px;
    }
}

.sidebar__categories {
    margin: 0;
}

.sidebar__categories-title {
    margin-bottom: 28px;
}

.sidebar__categories-title::after {
    width: 67px;
}

.sidebar__categories li:not(:last-child) {
    margin-bottom: 10.5px;
}

.sidebar__categories li a {
    position: relative;
    font-size: 17px;
    color: var(--tidytouch-text, #5E5B5B);
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar__categories li a {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .sidebar__categories li a {
        font-size: 16px;
    }
}

.sidebar__categories li a:hover {
    color: var(--tidytouch-primary, #FFB400);
}

.sidebar__categories li a span {
    color: inherit;
}

.sidebar__categories__text {
    display: flex;
    align-items: center;
    gap: 11px;
}

.sidebar__categories__icon {
    display: inline-flex;
    font-size: 16px;
    overflow: hidden;
}

.sidebar__categories__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar__categories a:hover .sidebar__categories__icon > * {
    animation: slideRight 500ms;
}

.sidebar__tags-wrapper {
    padding-bottom: 41px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar__tags-wrapper {
        padding-bottom: 33px;
    }
}

@media (max-width: 375px) {
    .sidebar__tags-wrapper {
        padding-bottom: 33px;
    }
}

.sidebar__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.sidebar__tags .tidytouch-btn-two {
    position: relative;
    z-index: 1;
    padding: 4px 18px;
    text-transform: capitalize;
    border-radius: 0;
    background-color: var(--tidytouch-white, #FFFFFF);
    border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}

.sidebar__tags .tidytouch-btn-two::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    border-radius: 0px;
    background-color: var(--tidytouch-primary, #FFB400);
    transition: all 500ms ease;
}

.sidebar__tags .tidytouch-btn-two:hover {
    color: var(--tidytouch-white, #FFFFFF);
    border-color: var(--tidytouch-primary, #FFB400);
}

.sidebar__tags .tidytouch-btn-two:hover::after {
    width: 100%;
    left: 0px;
}

.sidebar__posts-wrapper {
    padding-bottom: 41px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar__posts-wrapper {
        padding-bottom: 29px;
    }
}

@media (max-width: 375px) {
    .sidebar__posts-wrapper {
        padding-bottom: 29px;
    }
}

.sidebar__posts {
    margin: 0;
}

.sidebar__posts-title::after {
    width: 77px;
}

.sidebar__posts__item {
    display: flex;
    gap: 14px;
}

.sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 30px;
}

.sidebar__posts__image {
    width: 94px;
    flex-shrink: 0;
}

.sidebar__posts__image img {
    width: 100%;
    display: block;
}

.sidebar__posts__content {
    margin-top: 7px;
    width: calc(100% - 94px);
}

.sidebar__posts__meta {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--tidytouch-text, #5E5B5B);
    font-size: 14px;
    line-height: 1;
}

.sidebar__posts__meta__icon {
    position: relative;
    top: 1px;
    display: inline-flex;
    font-size: 12px;
}

.sidebar__posts__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar__posts__title {
    margin: 0;
    font-size: 17px;
    color: var(--tidytouch-black4, #151316);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.352;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar__posts__title {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .sidebar__posts__title {
        font-size: 15px;
    }
}

.sidebar__posts__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
    color: var(--tidytouch-primary, #FFB400);
}

.sidebar__posts__title a:hover {
    background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000;
    opacity: 0.8;
    cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%);
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup__form {
    position: relative;
}

.search-popup__form input[type=search], .search-popup__form input[type=text] {
    width: 100%;
    background-color: var(--tidytouch-white, #FFFFFF);
    font-size: 15px;
    color: var(--tidytouch-text, #5E5B5B);
    border: none;
    outline: none;
    height: 66px;
    padding-left: 25px;
    transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus, .search-popup__form input[type=text]:focus {
    color: var(--tidytouch-black, #222222);
}

.search-popup__form .tidytouch-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    font-size: 18px;
    border-radius: 0;
}

.search-popup__form .tidytouch-btn::before {
    left: -35px;
}

.search-popup__form .tidytouch-btn:hover::before {
    left: 0px;
}

.search-popup__form .tidytouch-btn::after {
    right: -35px;
}

.search-popup__form .tidytouch-btn:hover::after {
    right: 0px;
}

.search-popup.active {
    z-index: 9999;
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 0.8;
    -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%);
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    padding-top: 196px;
    padding-bottom: 200px;
    background-color: var(--tidytouch-black2, #15161B);
}

@media (max-width: 1199px) {
    .page-header {
        padding-bottom: 159px;
    }
}

@media (max-width: 575px) {
    .page-header {
        padding-top: 101px;
        padding-bottom: 102px;
    }
}

.page-header__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header__bg__shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header__title {
    margin-bottom: 22px;
    font-size: 70px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
}

@media (max-width: 1399px) {
    .page-header__title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .page-header__title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .page-header__title {
        margin-bottom: 15px;
        font-size: 40px;
    }
}

@media (max-width: 430px) {
    .page-header__title {
        font-size: 35px;
    }
}

@media (max-width: 390px) {
    .page-header__title {
        font-size: 30px;
    }
}

.page-header__shape-1, .page-header__shape-2, .page-header__shape-3 {
    max-width: 100%;
    height: auto;
}

@media (max-width: 575px) {
    .page-header__shape-1, .page-header__shape-2, .page-header__shape-3 {
        display: none;
    }
}

.page-header__shape-1 {
    position: absolute;
    top: 119px;
    left: 9.8%;
    animation: zoomOut 2200ms linear infinite;
}

@media (max-width: 1599px) {
    .page-header__shape-1 {
        top: 70px;
        left: 2.8%;
    }
}

@media (max-width: 1399px) {
    .page-header__shape-1 {
        left: 2%;
    }
}

.page-header__shape-2 {
    position: absolute;
    top: 171px;
    left: 12.5%;
    animation: textRotate 3000ms linear infinite;
}

@media (max-width: 1599px) {
    .page-header__shape-2 {
        top: 120px;
        left: 6%;
    }
}

@media (max-width: 1199px) {
    .page-header__shape-2 {
        left: 7%;
    }
}

@media (max-width: 991px) {
    .page-header__shape-2 {
        left: 8%;
    }
}

@media (max-width: 767px) {
    .page-header__shape-2 {
        left: 9.5%;
    }
}

.page-header__shape-3 {
    position: absolute;
    top: 83px;
    left: 13.1%;
    animation: zoomIn 2200ms linear infinite;
}

@media (max-width: 1599px) {
    .page-header__shape-3 {
        top: 30px;
        left: 6.1%;
    }
}

@media (max-width: 1199px) {
    .page-header__shape-3 {
        left: 7%;
    }
}

@media (max-width: 991px) {
    .page-header__shape-3 {
        left: 7.5%;
    }
}

@media (max-width: 767px) {
    .page-header__shape-3 {
        left: 9%;
    }
}

.page-header__shape-4 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    animation: moveX 2s linear infinite;
}

@media (max-width: 575px) {
    .page-header__shape-4 {
        display: none;
    }
}

.tidytouch-breadcrumb {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px 0;
    flex-wrap: wrap;
}

.tidytouch-breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .tidytouch-breadcrumb li {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .tidytouch-breadcrumb li {
        font-size: 16px;
    }
}

.tidytouch-breadcrumb li:not(:last-child)::after {
    content: "/";
    position: relative;
    top: 0px;
    margin-left: 7px;
    margin-right: 7px;
    font-size: 21px;
}

@media (max-width: 991px) {
    .tidytouch-breadcrumb li:not(:last-child)::after {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    .tidytouch-breadcrumb li:not(:last-child)::after {
        font-size: 17px;
    }
}

.tidytouch-breadcrumb li span, .tidytouch-breadcrumb li a {
    display: inline-flex;
}

.tidytouch-breadcrumb li:not(:first-child) span {
    color: var(--tidytouch-primary, #FFB400);
}

.tidytouch-breadcrumb li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.tidytouch-breadcrumb li a:hover {
    background-size: 100% 1px;
}

.tidytouch-breadcrumb li a:hover {
    color: var(--tidytouch-primary, #FFB400);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
}

.google-map iframe {
    position: relative;
    display: block;
    border: none;
    height: 430px;
    width: 100%;
    /* border-radius: 20px; */
}

@media (max-width: 430px) {
    .google-map iframe {
        height: 400px;
    }
}

.google-map__contact {
    overflow: hidden;
    background-color: var(--tidytouch-white, #FFFFFF);
    /* mix-blend-mode: luminosity; */
}

.contact-map {
    position: relative;
    background-color: var(--tidytouch-white, #FFFFFF);
    padding-bottom: 50px;
}

.contact-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
    padding-bottom: 40px;
    background-color: var(--tidytouch-white, #FFFFFF);
    border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
    padding-top: 40px;
}

@media (max-width: 767px) {
    .client-carousel {
        padding-bottom: 20px;
    }
}

.client-carousel--about {
    border: none;
}

.client-carousel__carousel {
    position: relative;
}

.client-carousel__carousel .owl-stage {
    display: flex;
    align-items: center;
}

.client-carousel__item {
    position: relative;
    padding: 17.5px 8.5px;
    text-align: center;
    border: 1px solid #f79e18;
    transition: all 500ms ease;
    border-radius: 15px;
}

.client-carousel__item::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -1px;
    left: -1px;
    opacity: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
    transition: all 500ms ease;
}

.client-carousel__item::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    opacity: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent var(--tidytouch-primary, #FFB400) transparent;
    transition: all 500ms ease;
}

.client-carousel__item:hover {
    border-color: var(--tidytouch-base, #1947CD);
}

.client-carousel__item:hover::before, .client-carousel__item:hover::after {
    opacity: 1;
}

.client-carousel__item img {
    max-width: 100%;
    width: auto !important;
}

.client-carousel__image {
    margin: auto;
}

.client-carousel__hover-image {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 300ms ease;
}

.client-carousel__item:hover .client-carousel__hover-image {
    opacity: 1;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

@media (min-width: 768px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr);
    }
}

.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
}

.form-one .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.form-one .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 50px;
    outline: none !important;
    border: 0;
    border-radius: 0;
    background-color: var(--tidytouch-white3, #F5F2EF) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
    color: var(--tidytouch-text, #5E5B5B) !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

@media (max-width: 430px) {
    .form-one .bootstrap-select > .dropdown-toggle {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.form-one .bootstrap-select > .dropdown-toggle::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 18px;
    color: var(--tidytouch-text, #5E5B5B);
}

@media (max-width: 430px) {
    .form-one .bootstrap-select > .dropdown-toggle::before {
        right: 20px;
    }
}

.form-one .bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid var(--tidytouch-border-color, #DDDDDD);
}

.form-one .bootstrap-select .dropdown-menu {
    border: none;
}

.form-one .bootstrap-select .dropdown-menu > li > a {
    font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
    font-size: 15px;
    font-weight: 400;
    padding: 10px 30px;
    color: var(--tidytouch-black2, #15161B);
    background-color: var(--tidytouch-white2, #F4F4F4);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 430px) {
    .form-one .bootstrap-select .dropdown-menu > li > a {
        padding: 10px 20px;
    }
}

.form-one .bootstrap-select .dropdown-menu > li:hover > a, .form-one .bootstrap-select .dropdown-menu > li.selected > a {
    background-color: var(--tidytouch-base, #1947CD);
    color: var(--tidytouch-white, #FFFFFF);
    border-color: var(--tidytouch-base, #1947CD);
}

.form-one .bootstrap-select > .dropdown-toggle {
    display: flex;
    align-items: center;
}

.form-one .bootstrap-select > .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.form-one .bootstrap-select > .dropdown-toggle, .form-one input[type=text], .form-one input[type=email], .form-one input[type=password], .form-one input[type=tel], .form-one textarea {
    display: block;
    border: none;
    outline: none;
    padding: 0 20px;
    width: 100%;
    height: 55px;
    font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
    font-size: 16px;
    color: var(--tidytouch-text, #5E5B5B);
    font-weight: 400;
    border-radius: 10px;
    background-color: var(--tidytouch-white3, #F5F2EF);
    transition: all 400ms ease;
}

@media (max-width: 430px) {
    .form-one .bootstrap-select > .dropdown-toggle, .form-one input[type=text], .form-one input[type=email], .form-one input[type=password], .form-one input[type=tel], .form-one textarea {
        padding: 0px 20px;
    }
}

.form-one .bootstrap-select > .dropdown-toggle:focus, .form-one input[type=text]:focus, .form-one input[type=email]:focus, .form-one input[type=password]:focus, .form-one input[type=tel]:focus, .form-one textarea:focus {
    color: var(--tidytouch-black, #222222);
}

.form-one textarea {
    height: 163px;
    padding: 14px 30px 0px;
    border-radius: 10px;
}

@media (max-width: 430px) {
    .form-one textarea {
        padding: 14px 20px 0px;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
    position: relative;
    background-color: var(--tidytouch-black2, #15161B);
}

.contact-one__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.contact-one__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.92);
}

.contact-one .container {
    position: relative;
    z-index: 2;
}

.contact-one .sec-title__title {
    color: var(--tidytouch-white, #FFFFFF);
}

.contact-one__text {
    margin-bottom: 25px;
    position: relative;
    color: var(--tidytouch-white, #FFFFFF);
}

.contact-one__text__shape {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    position: relative;
    top: 1px;
    border: 1px solid var(--tidytouch-primary, #FFB400);
}

.contact-one__text__shape::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--tidytouch-base, #1947CD);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-one__text-2 {
    margin-bottom: 30px;
    font-weight: 500;
    color: var(--tidytouch-base, #1947CD);
    text-transform: uppercase;
}

.contact-one__text-2__icon {
    display: inline-flex;
    margin-right: 8px;
    position: relative;
    top: 3px;
    font-size: 20px;
    color: var(--tidytouch-primary, #FFB400);
    transition: all 500ms ease;
}

.contact-one__text-2__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.contact-one__call-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 1399px) {
    .contact-one__call-box {
        justify-content: flex-start;
    }
}

.contact-one__call {
    position: relative;
    z-index: 1;
    padding-left: 40px;
    display: inline-flex;
    align-items: center;
    gap: 38px;
}

@media (max-width: 767px) {
    .contact-one__call {
        padding-left: 30px;
        gap: 30px;
    }
}

@media (max-width: 412px) {
    .contact-one__call {
        gap: 20px;
    }
}

.contact-one__call::after {
    content: "";
    width: 100%;
    height: calc(100% - 32px);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 50px;
    background-color: var(--tidytouch-white, #FFFFFF);
}

@media (max-width: 412px) {
    .contact-one__call::after {
        height: calc(100% - 24px);
    }
}

.contact-one__call__number {
    font-size: 30px;
    font-weight: 500;
    color: var(--tidytouch-black, #222222);
    line-height: 1.25;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-one__call__number:hover {
    background-size: 100% 1px;
}

@media (max-width: 767px) {
    .contact-one__call__number {
        font-size: 25px;
    }
}

@media (max-width: 412px) {
    .contact-one__call__number {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .contact-one__call__number {
        font-size: 18px;
    }
}

.contact-one__call__number:hover {
    color: var(--tidytouch-base, #1947CD);
}

.contact-one__call__icon-box {
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    z-index: 1;
    background-color: var(--tidytouch-white, #FFFFFF);
    filter: drop-shadow(0px 2px 7.2px rgba(0, 0, 0, 0.11));
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .contact-one__call__icon-box {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 412px) {
    .contact-one__call__icon-box {
        width: 80px;
        height: 80px;
    }
}

.contact-one__call__icon-box::after {
    content: "";
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: inherit;
    border: 1px dashed var(--tidytouch-primary, #FFB400);
    transition: all 500ms ease;
}

.contact-one__call:hover .contact-one__call__icon-box {
    background-color: var(--tidytouch-primary, #FFB400);
}

.contact-one__call:hover .contact-one__call__icon-box::after {
    border-color: var(--tidytouch-white, #FFFFFF);
}

.contact-one__call__icon {
    display: inline-flex;
    font-size: 48px;
    color: var(--tidytouch-primary, #FFB400);
    transition: all 500ms ease;
}

.contact-one__call__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 767px) {
    .contact-one__call__icon {
        font-size: 40px;
    }
}

@media (max-width: 412px) {
    .contact-one__call__icon {
        font-size: 28px;
    }
}

.contact-one__call:hover .contact-one__call__icon {
    color: var(--tidytouch-white, #FFFFFF);
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.contact-one__shape-1, .contact-one__shape-2 {
    display: inline-flex;
    font-size: 60px;
    animation: textRotate 2s linear infinite;
}

.contact-one__shape-1 svg, .contact-one__shape-2 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 1399px) {
    .contact-one__shape-1, .contact-one__shape-2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .contact-one__shape-1, .contact-one__shape-2 {
        font-size: 30px;
    }
}

.contact-one__shape-1 {
    position: absolute;
    top: 60px;
    left: 98px;
    color: var(--tidytouch-white, #FFFFFF);
}

@media (max-width: 1599px) {
    .contact-one__shape-1 {
        left: 50px;
    }
}

@media (max-width: 1399px) {
    .contact-one__shape-1 {
        top: 35px;
        left: 50px;
    }
}

@media (max-width: 575px) {
    .contact-one__shape-1 {
        top: 25px;
    }
}

.contact-one__shape-2 {
    position: absolute;
    left: 215px;
    bottom: 48px;
    color: var(--tidytouch-primary, #FFB400);
}

@media (max-width: 1599px) {
    .contact-one__shape-2 {
        left: 70px;
        bottom: 30px;
    }
}

@media (max-width: 1399px) {
    .contact-one__shape-2 {
        left: 150px;
    }
}

@media (max-width: 575px) {
    .contact-one__shape-2 {
        left: 120px;
        bottom: 35px;
    }
}

.contact-one__shape {
    width: 768px;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0px;
    right: 0px;
}

@media (max-width: 1599px) {
    .contact-one__shape {
        width: 600px;
    }
}

@media (max-width: 1399px) {
    .contact-one__shape {
        width: 500px;
    }
}

@media (max-width: 1199px) {
    .contact-one__shape {
        width: 450px;
    }
}

@media (max-width: 991px) {
    .contact-one__shape {
        display: none;
    }
}

.contact-one__shape__bg {
    width: calc(100% + 12px);
    height: 100%;
    position: relative;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.29;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 45% 50%);
}

.contact-one__shape__inner {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--tidytouch-blue-rgb, 0, 124, 251), 0.63);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 45% 50%);
}

.contact-one__shape__inner::after {
    content: "";
    width: calc(100% - 50px);
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--tidytouch-blue, #007CFB);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 48% 50%);
}

.contact-two {
    position: relative;
    background-color: var(--tidytouch-white, #FFFFFF);
    padding-bottom: 50px;
}

.contact-two .container {
    position: relative;
    z-index: 1;
}

.contact-two__inner {
    background-color: var(--tidytouch-white, #FFFFFF);
    filter: drop-shadow(0px 3px 7.6px rgba(0, 0, 0, 0.11));
    border-radius: 20px;
}

.contact-two__content {
    padding: 35px 10px 0px 30px;
}

@media (max-width: 1199px) {
    .contact-two__content {
        padding-left: 30px;
    }
}

@media (max-width: 390px) {
    .contact-two__content {
        padding: 30px 25px;
    }
}

.contact-two .sec-title {
    margin-bottom: 25px;
}

.contact-two__text {
    padding-right: 76px;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .contact-two__text {
        padding-right: 0px;
    }
}

.contact-two__info {
    /* display: flex; */
    align-items: center;
    gap: 30px 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-two__info {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .contact-two__info {
        flex-direction: column;
        align-items: flex-start;
    }
}

.contact-two__info__item {
    display: flex;
    align-items: center;
    gap: 37px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f79e1838;
    padding-bottom: 25px;
}

@media (max-width: 390px) {
    .contact-two__info__item {
        /*flex-direction: column;*/
        align-items: flex-start;
    }
}

.contact-two__info__icon-box {
    width: 62px;
    height: 62px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: var(--tidytouch-primary, #FFB400);
    transition: all 500ms ease;
}

.contact-two__info__icon-box::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 15.5px 0 15.5px 16px;
    border-color: transparent transparent transparent var(--tidytouch-base, #1947CD);
    transition: all 500ms ease;
}

@media (max-width: 390px) {
    .contact-two__info__icon-box::after {
        top: auto;
        left: 50%;
        right: auto;
        bottom: -18px;
        transform: translate(-50%, 0%);
        border-width: 18px 12px 0 12px;
        border-color: var(--tidytouch-base, #1947CD) transparent transparent transparent;
        transition: all 500ms ease;
    }
}

.contact-two__info__item:hover .contact-two__info__icon-box {
    background-color: var(--tidytouch-base, #1947CD);
}

.contact-two__info__item:hover .contact-two__info__icon-box::after {
    border-color: transparent transparent transparent var(--tidytouch-primary, #FFB400);
}

@media (max-width: 390px) {
    .contact-two__info__item:hover .contact-two__info__icon-box::after {
        border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
    }
}

.contact-two__info__icon {
    display: inline-flex;
    font-size: 28px;
    color: var(--tidytouch-white, #FFFFFF);
}

.contact-two__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.contact-two__info__title {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.181;
}

.contact-two__info__link {
    display: flex;
    flex-direction: column;
}

.contact-two__info__text {
    display: inline-block;
    font-size: 16px;
    color: var(--tidytouch-black, #222222);
    line-height: 1.428;
}

.contact-two__info__text:hover {
    color: var(--tidytouch-base, #1947CD);
}

.contact-two__form {
    padding-bottom: 35px;
    padding-right: 30px;
    position: relative;
}

@media (max-width: 991px) {
    .contact-two__form {
        padding-left: 30px;
        padding-bottom: 40px;
    }
}

@media (max-width: 390px) {
    .contact-two__form {
        padding: 0px 25px 30px;
    }
}

.contact-two__form::after {
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    border-left: 1px solid #f79e1838;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

@media (max-width: 991px) {
    .contact-two__form::after {
        width: 100%;
    }
}

.contact-two__form__title-box {
    position: relative;
    padding: 15px 20px 15px;
    margin-bottom: 40px;
    text-align: center;
    z-index: 1;
}

@media (max-width: 991px) {
    .contact-two__form__title-box {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.contact-two__form__title-box::after {
    content: "";
    width: calc(100% + 60px);
    height: 100%;
    position: absolute;
    top: 0px;
    right: -30px;
    z-index: -1;
    background-color: var(--tidytouch-primary, #FFB400);
    border-top-right-radius: 20px;
}

@media (max-width: 390px) {
    .contact-two__form__title-box::after {
        width: calc(100% + 50px);
        right: -25px;
    }
}

.contact-two__form__title {
    margin-bottom: 7px;
    font-size: 30px;
    font-weight: 700;
    color: var(--tidytouch-white, #FFFFFF);
    line-height: 1.35;
}

@media (max-width: 430px) {
    .contact-two__form__title {
        font-size: 28px;
    }
}

.contact-two__form__text {
    margin: 0px;
    color: var(--tidytouch-white, #FFFFFF);
}

.contact-two__form .tidytouch-btn {
    /* width: 100%; */
    /* justify-content: center; */
}

.contact-two .form-one .bootstrap-select > .dropdown-toggle, .contact-two .form-one input[type=text], .contact-two .form-one input[type=email], .contact-two .form-one input[type=password], .contact-two .form-one input[type=tel], .contact-two .form-one textarea {
    background-color: transparent;
    border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}

.contact-two .form-one .bootstrap-select > .dropdown-toggle:focus, .contact-two .form-one input[type=text]:focus, .contact-two .form-one input[type=email]:focus, .contact-two .form-one input[type=password]:focus, .contact-two .form-one input[type=tel]:focus, .contact-two .form-one textarea:focus {
    border-color: var(--tidytouch-base, #1947CD);
}

.contact-two .form-one .bootstrap-select > .dropdown-toggle {
    background-color: transparent !important;
}

.contact-two .form-one textarea {
    height: 118px;
}

.contact-two--home2 .contact-two__image {
    position: relative;
}

.contact-two--home2 .contact-two__image img {
    max-width: 100%;
    height: auto;
    border-radius: 200px 0px;
}

@media (max-width: 480px) {
    .contact-two--home2 .contact-two__image img {
        border-radius: 100px 0px;
    }
}

.contact-two--home2 .contact-two__call {
    padding-left: 40px;
    display: inline-flex;
    align-items: center;
    gap: 38px;
    position: relative;
    position: absolute;
    top: 105px;
    left: -281px;
    z-index: 1;
    transform: rotate(-39.547deg);
}

@media (max-width: 1599px) {
    .contact-two--home2 .contact-two__call {
        top: 60px;
        left: -140px;
    }
}

@media (max-width: 1399px) {
    .contact-two--home2 .contact-two__call {
        top: auto;
        left: 30px;
        bottom: 60px;
        transform: rotate(0deg);
    }
}

@media (max-width: 1199px) {
    .contact-two--home2 .contact-two__call {
        margin-top: 30px;
        position: relative;
        top: auto;
        left: 0px;
        bottom: 0px;
    }
}

@media (max-width: 767px) {
    .contact-two--home2 .contact-two__call {
        padding-left: 30px;
        gap: 30px;
    }
}

@media (max-width: 412px) {
    .contact-two--home2 .contact-two__call {
        gap: 20px;
        display: none;
    }
}

.contact-two--home2 .contact-two__call::after {
    content: "";
    width: 100%;
    height: calc(100% - 32px);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 50px;
    background-color: var(--tidytouch-base, #1947CD);
}

@media (max-width: 412px) {
    .contact-two--home2 .contact-two__call::after {
        height: calc(100% - 24px);
    }
}

.contact-two--home2 .contact-two__call__number {
    font-size: 30px;
    font-weight: 500;
    color: var(--tidytouch-white, #FFFFFF);
    line-height: 1.25;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-two--home2 .contact-two__call__number:hover {
    background-size: 100% 1px;
}

@media (max-width: 767px) {
    .contact-two--home2 .contact-two__call__number {
        font-size: 25px;
    }
}

@media (max-width: 412px) {
    .contact-two--home2 .contact-two__call__number {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .contact-two--home2 .contact-two__call__number {
        font-size: 18px;
    }
}

.contact-two--home2 .contact-two__call__icon-box {
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    z-index: 1;
    background-color: var(--tidytouch-primary, #FFB400);
    filter: drop-shadow(-2px 0px 3.6px rgba(0, 0, 0, 0.18));
}

@media (max-width: 767px) {
    .contact-two--home2 .contact-two__call__icon-box {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 412px) {
    .contact-two--home2 .contact-two__call__icon-box {
        width: 80px;
        height: 80px;
    }
}

.contact-two--home2 .contact-two__call__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    font-size: 48px;
    color: var(--tidytouch-primary, #FFB400);
    transform: rotate(40deg);
}

.contact-two--home2 .contact-two__call__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 1399px) {
    .contact-two--home2 .contact-two__call__icon {
        transform: rotate(0deg);
    }
}

@media (max-width: 767px) {
    .contact-two--home2 .contact-two__call__icon {
        font-size: 35px;
    }
}

@media (max-width: 412px) {
    .contact-two--home2 .contact-two__call__icon {
        font-size: 25px;
    }
}

.contact-two--home2 .contact-two__call__shape {
    width: 99px;
    height: 99px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .contact-two--home2 .contact-two__call__shape {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 412px) {
    .contact-two--home2 .contact-two__call__shape {
        width: 60px;
        height: 60px;
    }
}

.contact-two--home2 .contact-two__call__shape circle {
    fill: var(--tidytouch-white, #FFFFFF);
    stroke: var(--tidytouch-primary, #FFB400);
    stroke-width: 3;
    stroke-dasharray: 2 2;
}

.contact-two--home2 .contact-two__form {
    padding: 0px 30px 40px;
    border-radius: 10px;
    background-color: var(--tidytouch-white, #FFFFFF);
    filter: drop-shadow(0px 2px 12.3px rgba(0, 0, 0, 0.1));
}

@media (max-width: 991px) {
    .contact-two--home2 .contact-two__form {
        padding-bottom: 30px;
    }
}

@media (max-width: 390px) {
    .contact-two--home2 .contact-two__form {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.contact-two--home2 .contact-two__form::after {
    display: none;
}

.contact-two--home2 .contact-two__form__title-box {
    margin-bottom: 58px;
    padding: 45px 0px 30px;
}

@media (max-width: 430px) {
    .contact-two--home2 .contact-two__form__title-box {
        margin-bottom: 45px;
    }
}

.contact-two--home2 .contact-two__form__title-box::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0px 0px;
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}

.contact-two--home2 .contact-two__form__title-box__inner {
    position: relative;
    z-index: 1;
}

.contact-two--home2 .contact-two__form__title-box__inner::after {
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 71px);
    position: absolute;
    top: -27px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 10px 10px 0px 0px;
    background-color: var(--tidytouch-base, #1947CD);
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}

@media (max-width: 390px) {
    .contact-two--home2 .contact-two__form__title-box__inner::after {
        width: calc(100% + 20px);
        height: calc(100% + 72px);
    }
}

.contact-two--home2 .contact-two__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 61px;
    bottom: 0px;
    animation: moveX 2s linear infinite;
    opacity: 0.14;
}

@media (max-width: 1599px) {
    .contact-two--home2 .contact-two__shape {
        right: 30px;
    }
}

@media (max-width: 1399px) {
    .contact-two--home2 .contact-two__shape {
        display: none;
    }
}

.contact-two--home4 .contact-two__bg {
    width: 100%;
    height: calc(100% - 347px);
    position: relative;
    position: absolute;
    top: 0px;
    left: 0px;
}

.contact-two--home4 .contact-two__bg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--tidytouch-base, #1947CD);
    clip-path: polygon(100% 0, 100% 100%, 50% 65%, 0 100%, 0 0);
}

@media (max-width: 767px) {
    .contact-two--home4 .contact-two__bg::after {
        clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
    }
}

@media (max-width: 575px) {
    .contact-two--home4 .contact-two__bg::after {
        clip-path: polygon(100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
    }
}

.contact-two--home4 .contact-two__bg__shape-1, .contact-two--home4 .contact-two__bg__shape-2, .contact-two--home4 .contact-two__bg__shape-3 {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
}

.contact-two--home4 .contact-two__bg__shape-1 {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.contact-two--home4 .contact-two__bg__shape-2 {
    left: 0px;
    bottom: -66px;
}

@media (max-width: 991px) {
    .contact-two--home4 .contact-two__bg__shape-2 {
        left: -70px;
    }
}

@media (max-width: 767px) {
    .contact-two--home4 .contact-two__bg__shape-2 {
        display: none;
    }
}

.contact-two--home4 .contact-two__bg__shape-3 {
    right: 0px;
    bottom: -66px;
}

@media (max-width: 991px) {
    .contact-two--home4 .contact-two__bg__shape-3 {
        right: -70px;
    }
}

@media (max-width: 767px) {
    .contact-two--home4 .contact-two__bg__shape-3 {
        display: none;
    }
}

.contact-two--home4 .container {
    position: relative;
    z-index: 1;
}

.contact-two--home4 .contact-two__video {
    margin-bottom: 50px;
}

.contact-two--home4 .contact-two__video .sec-title {
    margin: 0px;
    text-align: center;
}

.contact-two--home4 .contact-two__video .sec-title__title {
    color: var(--tidytouch-white, #FFFFFF);
}

.contact-two--home4 .video-btn {
    width: 76px;
    height: 76px;
    margin: 0px auto 22px;
    font-size: 32px;
}

.contact-two--home4 .contact-two__inner {
    position: relative;
    z-index: 1;
    filter: none;
    border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}

.contact-two--home4 .contact-two__form::after {
    border: 0;
    border-left: 1px solid var(--tidytouch-border-color, #DDDDDD);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
    position: relative;
    overflow: hidden;
    counter-reset: blogNumber;
    background-color: #021f37;
}

.main-footer__top {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 575px) {
    .main-footer__top {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.main-footer__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .18;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-footer .container {
    position: relative;
    z-index: 1;
}

.main-footer__bottom__inner {
    padding: 8.5px 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #004580;
}

@media (max-width: 575px) {
    .main-footer__bottom__inner {
        padding: 20px;
    }
}

.main-footer__bottom__inner::before, .main-footer__bottom__inner::after {
    content: "";
    width: 30px;
    height: 100%;
    /* background-color: var(--tidytouch-base, #1947CD); */
    position: absolute;
    top: 0px;
}

@media (max-width: 575px) {
    .main-footer__bottom__inner::before, .main-footer__bottom__inner::after {
        display: none;
    }
}

.main-footer__bottom__inner::before {
    left: -29px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.main-footer__bottom__inner::after {
    right: -30px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.main-footer__copyright {
    margin: 0;
    color: var(--tidytouch-white, #FFFFFF);
    text-transform: capitalize;
}

.main-footer--about .main-footer__top {
    padding-top: 60px;
}

.main-footer--home3 .main-footer__shape {
    bottom: 62px;
}

.main-footer__image {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@media (max-width: 1799px) {
    .main-footer__image {
        display: none;
    }
}

.main-footer__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 100px;
    bottom: 0;
    animation: moveX2 2s linear infinite;
    opacity: .3;
}

@media (max-width: 1599px) {
    .main-footer__shape {
        right: 40px;
    }
}

@media (max-width: 1399px) {
    .main-footer__shape {
        right: 20px;
    }
}

@media (max-width: 1199px) {
    .main-footer__shape {
        right: 40px;
    }
}

@media (max-width: 767px) {
    .main-footer__shape {
        display: none;
    }
}

.footer-widget--links {
    padding-left: 16px;
    margin-top: 17px;
}

@media (max-width: 1199px) {
    .footer-widget--links {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .footer-widget--links {
        margin-top: 0px;
        padding-left: 0px;
    }
}

.footer-widget--post {
    margin-top: 17px;
}

@media (max-width: 991px) {
    .footer-widget--post {
        margin-top: 0px;
    }
}

.footer-widget--gallery {
    padding-left: 25px;
    margin-top: 17px;
}

@media (max-width: 1199px) {
    .footer-widget--gallery {
        padding-left: 0px;
        margin-top: 0px;
    }
}

.footer-widget__title {
    margin: 0 0 28px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.318;
}

@media (max-width: 767px) {
    .footer-widget__title {
        margin-bottom: 15px;
    }
}

.footer-widget__logo {
    display: inline-flex;
    margin-bottom: 24px;
}

.footer-widget__logo img {
    max-width: 100%;
    height: auto;
    width: 140px;
}

.footer-widget__text {
    margin: 0px;
    color: var(--tidytouch-white, #FFFFFF);
}

.footer-widget .social-links-two {
    /* margin-top: 30px; */
}

.footer-widget .social-links-two a:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #004580;
}

.footer-widget__links {
    margin: 0px;
}

.footer-widget__links li + li {
    margin-top: 14px;
}

.footer-widget__links li {
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    color: var(--tidytouch-white, #FFFFFF);
    line-height: 1.625;
}

.footer-widget__links li::after {
    content: "\f111";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 5px;
    color: #f79e18;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.footer-widget__links li a {
    color: inherit;
}

.footer-widget__links li a:hover {
    color: #f79e18;
}

.footer-widget__post {
    position: relative;
    margin: 0px;
}

.footer-widget__post li + li {
    margin-top: 23px;
}

.footer-widget__post li {
    display: flex;
    align-items: flex-start;
    gap: 23px;
}

.footer-widget__post__img {
    position: relative;
    width: 85px;
    height: 85px;
    flex-shrink: 0;
    border-radius: 50%;
}

.footer-widget__post__img::after {
    content: "0" counter(blogNumber);
    counter-increment: blogNumber;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: -8px;
    background-color: var(--tidytouch-base, #1947CD);
    font-size: 11px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 500;
    line-height: 1;
    transition: all 500ms ease;
}

.footer-widget__post__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

li:hover .footer-widget__post__img::after {
    background-color: var(--tidytouch-primary, #FFB400);
}

.footer-widget__post__content {
    margin-top: 5px;
}

.footer-widget__post__date {
    margin-bottom: 13px;
    display: block;
    font-size: 14px;
    color: var(--tidytouch-white, #FFFFFF);
    line-height: 1.285;
}

.footer-widget__post__title {
    margin: 0px;
    font-size: 17px;
    font-weight: 700;
    color: var(--tidytouch-white, #FFFFFF);
    line-height: 1.294;
}

.footer-widget__post__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__post__title a:hover {
    background-size: 100% 1px;
}

.footer-widget__post__title a:hover {
    color: var(--tidytouch-primary, #FFB400);
}

.footer-widget__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 14px;
}

.footer-widget__gallery__link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.footer-widget__gallery__link img {
    max-width: 100%;
    border-radius: inherit;
}

@media (max-width: 1199px) {
    .footer-widget__gallery__link img {
        width: 100%;
        display: block;
    }
}

.footer-widget__gallery__overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    font-size: 23px;
    color: var(--tidytouch-white, #FFFFFF);
    border-radius: inherit;
    background-color: rgba(var(--tidytouch-primary-rgb, 255, 180, 0), 0.8);
    transition: all 500ms ease;
}

.footer-widget__gallery__overlay svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.footer-widget__gallery__link:hover .footer-widget__gallery__overlay {
    height: 100%;
    top: 0;
    opacity: 1;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main-slider__carousel {
    position: relative;
}

.main-slider__item {
    position: relative;
    padding-top: 183px;
    padding-bottom: 196px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .main-slider__item {
        padding-top: 150px;
        padding-bottom: 220px;
    }
}

@media (max-width: 575px) {
    .main-slider__item {
        padding-top: 130px;
        padding-bottom: 200px;
    }
}

@media (max-width: 375px) {
    .main-slider__item {
        padding-top: 120px;
        padding-bottom: 190px;
    }
}

.main-slider__bg {
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
}

.main-slider__bg__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transform: scale(1);
    transition: transform 8s ease;
}

@media (max-width: 1399px) {
    .main-slider__bg__inner {
        width: 100%;
    }
}

.main-slider__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.7;
}

.main-slider .container {
    position: relative;
    z-index: 3;
}

.main-slider__top {
    margin-bottom: 20px;
    overflow: hidden;
}

.main-slider__top__inner {
    padding: 11.5px 30px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    opacity: 0;
    transform: translateY(-150%);
    border-radius: 50px;
    background-color: var(--tidytouch-white, #FFFFFF);
}

.main-slider__tagline-shape {
    flex-shrink: 0;
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}

.main-slider__tagline {
    margin: 0px;
    font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
    font-size: 20px;
    color: var(--tidytouch-base, #1947CD);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.15;
}

@media (max-width: 575px) {
    .main-slider__tagline {
        font-size: 18px;
    }
}

.main-slider__title {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 70px;
    color: var(--tidytouch-white, #FFFFFF);
    line-height: 1.085;
}

@media (max-width: 1199px) {
    .main-slider__title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .main-slider__title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .main-slider__title {
        font-size: 45px;
    }
}

@media (max-width: 430px) {
    .main-slider__title {
        font-size: 40px;
    }
}

.main-slider__title span {
    display: inline-block;
    transform-style: preserve-3d;
    transform-origin: bottom;
    transform: scale(1, 0);
}

.main-slider__title__highlight {
    position: relative;
    display: inline-block;
    color: var(--tidytouch-primary, #FFB400);
}

.main-slider__title img {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: -97px;
    right: -10px;
    opacity: 0;
    animation: moveX2 2s linear infinite;
}

@media (max-width: 1199px) {
    .main-slider__title img {
        top: -100px;
    }
}

@media (max-width: 991px) {
    .main-slider__title img {
        display: none !important;
    }
}

@keyframes splitText {
    0% {
        transform: scale(1, 0);
    }

    100% {
        transform: scale(1, 1);
    }
}

.main-slider__description {
    overflow: hidden;
}

.main-slider__text {
    margin: 0px;
    font-size: 20px;
    color: var(--tidytouch-white, #FFFFFF);
    line-height: 1.5;
    opacity: 0;
    transform: translateY(150%);
}

@media (max-width: 1199px) {
    .main-slider__text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .main-slider__text {
        font-size: 16px;
    }
}

.main-slider__button {
    position: relative;
    z-index: 1;
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 40px 32px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .main-slider__button {
        flex-direction: column;
        align-items: flex-start;
    }
}

.main-slider__button__inner {
    opacity: 0;
    transform: translateY(150%);
}

.main-slider__video {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

@media (max-width: 575px) {
    .main-slider__video {
        margin-left: 32px;
    }
}

.main-slider__video .video-btn {
    color: var(--tidytouch-base, #1947CD);
    border-color: var(--tidytouch-base, #1947CD);
}

.main-slider__video .video-btn:hover {
    color: var(--tidytouch-white, #FFFFFF);
    border-color: var(--tidytouch-primary, #FFB400);
}

.main-slider__video .video-btn > span {
    border-color: var(--tidytouch-base, #1947CD);
}

.main-slider__video .video-btn:hover > span {
    border-color: var(--tidytouch-primary, #FFB400);
}

.main-slider__video__title {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
    color: var(--tidytouch-white, #FFFFFF);
    text-transform: uppercase;
    line-height: 1.5;
}

@media (max-width: 575px) {
    .main-slider__video__title {
        font-size: 18px;
    }
}

@media (max-width: 430px) {
    .main-slider__video__title {
        font-size: 16px;
    }
}

.main-slider__shape-icon {
    display: inline-flex;
    font-size: 45px;
    color: #414142;
    position: absolute;
    z-index: 2;
    opacity: 0;
}

.main-slider__shape-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 1399px) {
    .main-slider__shape-icon {
        display: none;
    }
}

.main-slider__shape-icon--1 {
    top: 83px;
    left: 250px;
    animation: textRotate 2.5s linear infinite;
}

@media (max-width: 1799px) {
    .main-slider__shape-icon--1 {
        left: 150px;
    }
}

@media (max-width: 1599px) {
    .main-slider__shape-icon--1 {
        top: 63px;
        left: 90px;
    }
}

.main-slider__shape-icon--2, .main-slider__shape-icon--3 {
    font-size: 60px;
}

.main-slider__shape-icon--2 {
    top: 119px;
    left: 187px;
    color: var(--tidytouch-primary, #FFB400);
    animation: zoomIn 2s linear infinite;
}

@media (max-width: 1799px) {
    .main-slider__shape-icon--2 {
        left: 90px;
    }
}

@media (max-width: 1599px) {
    .main-slider__shape-icon--2 {
        top: 99px;
        left: 30px;
    }
}

.main-slider__shape-icon--3 {
    top: 171px;
    left: 237px;
    color: var(--tidytouch-base, #1947CD);
    animation: zoomOut 2s linear infinite;
}

@media (max-width: 1799px) {
    .main-slider__shape-icon--3 {
        left: 140px;
    }
}

@media (max-width: 1599px) {
    .main-slider__shape-icon--3 {
        top: 141px;
        left: 80px;
    }
}

.main-slider__shape {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 13px;
    bottom: 67px;
    z-index: 2;
    opacity: 0;
    animation: moveX2 2s linear infinite;
}

@media (max-width: 1799px) {
    .main-slider__shape {
        bottom: 40px;
    }
}

@media (max-width: 991px) {
    .main-slider__shape {
        display: none !important;
    }
}

.main-slider .active .main-slider__bg__inner {
    transform: scale(1.2);
}

.main-slider .active .main-slider__top__inner, .main-slider .active .main-slider__text, .main-slider .active .main-slider__button__inner {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1500ms ease, opacity 1500ms ease;
}

.main-slider .active .main-slider__top__inner {
    transition-delay: 200ms;
}

.main-slider .active .main-slider__title span {
    animation: splitText 300ms ease forwards;
}

.main-slider .active .main-slider__title img {
    opacity: 1;
    transition: all 500ms ease 700ms;
}

.main-slider .active .main-slider__text {
    transition-delay: 400ms;
}

.main-slider .active .main-slider__button__inner:nth-child(1) {
    transition-delay: 800ms;
}

.main-slider .active .main-slider__button__inner:nth-child(2) {
    transition-delay: 1000ms;
}

.main-slider .active .main-slider__shape-icon, .main-slider .active .main-slider__shape {
    opacity: 1;
    transition: all 500ms ease 500ms;
}

.main-slider__thumb {
    width: 85px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 50%;
    left: 62px;
    z-index: 2;
    transform: translateY(-50%);
}

@media (max-width: 1599px) {
    .main-slider__thumb {
        left: 30px;
        width: 60px;
    }
}

@media (max-width: 1399px) {
    .main-slider__thumb {
        width: auto;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
        top: auto;
        left: 50%;
        bottom: 60px;
        transform: translate(-50%, 0%);
    }
}

.main-slider__thumb__item {
    cursor: pointer;
    position: relative;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--tidytouch-white, #FFFFFF);
    z-index: 1;
    transition: all 500ms ease;
}

@media (max-width: 1599px) {
    .main-slider__thumb__item {
        width: 60px;
        height: 60px;
    }
}

.main-slider__thumb__item img {
    cursor: pointer;
    width: calc(100% - 6px) !important;
    height: calc(100% - 6px);
    border-radius: inherit;
}

.main-slider__thumb__item__hover {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: inherit;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
    z-index: 1;
    background-color: RGBA(var(--tidytouch-base-rgb, 25, 71, 205), 0.83);
    transition: all 500ms ease;
}

.main-slider__thumb__item__hover::after, .main-slider__thumb__item__hover::before {
    content: "";
    width: 3px;
    height: 19px;
    background-color: var(--tidytouch-primary, #FFB400);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1599px) {
    .main-slider__thumb__item__hover::after, .main-slider__thumb__item__hover::before {
        height: 16px;
    }
}

.main-slider__thumb__item__hover::after {
    width: 19px;
    height: 3px;
}

@media (max-width: 1599px) {
    .main-slider__thumb__item__hover::after {
        width: 16px;
    }
}

.main-slider__thumb__item:hover .main-slider__thumb__item__hover, .main-slider__thumb__item.owl-dot.active .main-slider__thumb__item__hover {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.main-slider-four {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #f6fcff;
}

.main-slider-four__carousel {
    position: relative;
}

.main-slider-four__carousel.owl-carousel .owl-dots {
    flex-direction: column;
    gap: 15px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    counter-reset: sliderCount;
}

@media (max-width: 767px) {
    .main-slider-four__carousel.owl-carousel .owl-dots {
        right: 30px;
        bottom: 30px;
    }
}

.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot {
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--tidytouch-base, #1947CD);
}

.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot::before {
    content: "0" counter(sliderCount);
    counter-increment: sliderCount;
    font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
    font-size: 12px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot::after {
    display: none;
}

.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot:hover, .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot.active {
    width: 56px;
    height: 56px;
    background-color: var(--tidytouch-primary, #FFB400);
}

@media (max-width: 767px) {
    .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot:hover, .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot.active {
        width: 50px;
        height: 50px;
    }
}

.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot:hover::before, .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot.active::before {
    font-size: 22px;
}

@media (max-width: 767px) {
    .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot:hover::before, .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot.active::before {
        font-size: 20px;
    }
}

.main-slider-four__item {
    position: relative;
    padding-top: 360px;
    padding-bottom: 229px;
    overflow: hidden;
    background-color: var(--tidytouch-black2, #15161B);
    height: 100vh;
}

@media (max-width: 1399px) {
    .main-slider-four__item {
        padding-top: 280px;
    }
}

@media (max-width: 1199px) {
    .main-slider-four__item {
        padding-top: 220px;
    }
}

@media (max-width: 575px) {
    .main-slider-four__item {
        padding-top: 190px;
    }
}

@media (max-width: 390px) {
    .main-slider-four__item {
        padding-top: 170px;
    }
}

.main-slider-four__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transform: scale(1.3);
    transition: transform 8s ease;
    height: 100%;
}

.main-slider-four__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgb(5 5 5 / 66%); */
    background-image: linear-gradient(to right, rgb(5 5 5 / 50%), rgb(5 5 5 / 62%), rgb(5 5 5 / 62%));
}

.main-slider-four .container {
    position: relative;
    z-index: 3;
}

.main-slider-four__content {
    padding-left: 24px;
}

@media (max-width: 1399px) {
    .main-slider-four__content {
        padding-left: 0px;
    }
}

.main-slider-four__top {
    margin-bottom: 20px;
    overflow: hidden;
}

.main-slider-four__top__inner {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    opacity: 0;
    transform: translateY(-150%);
    border-radius: 50px;
}

.main-slider-four__tagline-shape {
    flex-shrink: 0;
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}

.main-slider-four__tagline {
    margin: 0px;
    /* font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif); */
    font-size: 20px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.15;
}

@media (max-width: 575px) {
    .main-slider-four__tagline {
        font-size: 18px;
    }
}

.main-slider-four__tagline span {
    display: inline-block;
    color: #5accf9;
}

.main-slider-four__title {
    margin-bottom: 18px;
    font-size: 45px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 700;
    line-height: 1.142;
}

@media (max-width: 1399px) {
    .main-slider-four__title {
        font-size: 65px;
    }
}

@media (max-width: 1199px) {
    .main-slider-four__title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .main-slider-four__title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .main-slider-four__title {
        font-size: 45px;
    }
}

@media (max-width: 430px) {
    .main-slider-four__title {
        font-size: 40px;
    }
}

.main-slider-four__title span {
    display: inline-block;
    opacity: 0;
    transform: translate(200px, -100px) scale(2);
}

.main-slider-four__title__highlight {
    position: relative;
    display: inline-block;
    color: var(--tidytouch-base, #1947CD);
    z-index: 1;
}

.main-slider-four__title__highlight::after {
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 11px);
    background-image: url(../images/shapes/main-slider-title-shape-4-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: -1;
}

@keyframes textBallDrop {
    60% {
        transform: translate(0, 20px) rotate(-180deg) scale(0.5);
    }

    100% {
        transform: translate(0) rotate(0deg) scale(1);
        opacity: 1;
    }
}

.main-slider-four__description {
    overflow: hidden;
}

.main-slider-four__text {
    margin-bottom: 40px;
    font-size: 19px;
    color: var(--tidytouch-white, #FFFFFF);
    line-height: 1.5;
    opacity: 0;
    transform: translateY(150%);
}

@media (max-width: 1199px) {
    .main-slider-four__text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .main-slider-four__text {
        font-size: 16px;
    }
}

.main-slider-four__button {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 30px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .main-slider-four__button {
        flex-direction: column;
        align-items: flex-start;
    }
}

.main-slider-four__button__inner {
    opacity: 0;
    transform: translateY(150%);
}

.main-slider-four__call {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-slider-four__call__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 25px;
    color: var(--tidytouch-primary, #FFB400);
    background-color: var(--tidytouch-white, #FFFFFF);
    transition: all 500ms ease;
}

.main-slider-four__call__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-slider-four__call:hover .main-slider-four__call__icon {
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-base, #1947CD);
}

.main-slider-four__call__title {
    margin-bottom: 4px;
    font-size: 22px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.318;
}

@media (max-width: 1599px) {
    .main-slider-four__call__title {
        font-size: 20px;
    }
}

.main-slider-four__call__number {
    margin: 0px;
    font-size: 16px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.25;
}

.main-slider-four__call__number a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.main-slider-four__call__number a:hover {
    color: var(--tidytouch-base, #1947CD);
}

.main-slider-four__call__number a:hover {
    background-size: 100% 1px;
}

.main-slider-four__image {
    position: absolute;
    left: 8%;
    bottom: 0px;
    z-index: 2;
}

@media (max-width: 1799px) {
    .main-slider-four__image {
        left: 3%;
    }
}

@media (max-width: 1599px) {
    .main-slider-four__image {
        left: -60px;
    }
}

@media (max-width: 1399px) {
    .main-slider-four__image {
        display: none;
    }
}

.main-slider-four__image img {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}

.main-slider-four__shape-1 {
    width: 418px;
    height: 529px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
    transform: translateY(100%);
    background-color: var(--tidytouch-base, #1947CD);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

@media (max-width: 1399px) {
    .main-slider-four__shape-1 {
        display: none;
    }
}

.main-slider-four__shape-2 {
    width: 450px;
    height: 529px;
    position: absolute;
    left: 21.2%;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
    transform: translateY(100%);
    background-color: var(--tidytouch-primary, #FFB400);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

@media (max-width: 1799px) {
    .main-slider-four__shape-2 {
        left: 18%;
    }
}

@media (max-width: 1599px) {
    .main-slider-four__shape-2 {
        left: 13%;
    }
}

@media (max-width: 1399px) {
    .main-slider-four__shape-2 {
        display: none;
    }
}

.main-slider-four__shape-icon-1 {
    display: inline-flex;
    font-size: 65px;
    color: var(--tidytouch-base, #1947CD);
    position: absolute;
    right: 13.1%;
    bottom: 218px;
    z-index: 1;
    opacity: 0;
    animation: textRotate 2.5s linear infinite;
}

.main-slider-four__shape-icon-1 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 1599px) {
    .main-slider-four__shape-icon-1 {
        right: 9.1%;
    }
}

@media (max-width: 1199px) {
    .main-slider-four__shape-icon-1 {
        display: none;
    }
}

.main-slider-four__shape-icon-2 {
    display: inline-flex;
    font-size: 88px;
    color: var(--tidytouch-primary, #FFB400);
    position: absolute;
    right: 17.1%;
    bottom: 145px;
    z-index: 1;
    opacity: 0;
    animation: textRotate 2.5s linear infinite;
}

.main-slider-four__shape-icon-2 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 1599px) {
    .main-slider-four__shape-icon-2 {
        right: 14.1%;
    }
}

@media (max-width: 1399px) {
    .main-slider-four__shape-icon-2 {
        font-size: 75px;
    }
}

@media (max-width: 1199px) {
    .main-slider-four__shape-icon-2 {
        display: none;
    }
}

.main-slider-four .active .main-slider-four__bg {
    transform: scale(1);
}

.main-slider-four .active .main-slider-four__top__inner, .main-slider-four .active .main-slider-four__text, .main-slider-four .active .main-slider-four__button__inner {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1500ms ease, opacity 1500ms ease;
}

.main-slider-four .active .main-slider-four__top__inner {
    transition-delay: 200ms;
}

.main-slider-four .active .main-slider-four__title span {
    animation: textBallDrop 0.2s forwards;
}

.main-slider-four .active .main-slider-four__title__highlight::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all 1000ms ease 1600ms;
}

.main-slider-four .active .main-slider-four__text {
    transition-delay: 400ms;
}

.main-slider-four .active .main-slider-four__button__inner:nth-child(1) {
    transition-delay: 800ms;
}

.main-slider-four .active .main-slider-four__button__inner:nth-child(2) {
    transition-delay: 1000ms;
}

.main-slider-four .active .main-slider-four__shape-1, .main-slider-four .active .main-slider-four__shape-2 {
    opacity: 1;
    transform: translateY(0%);
    transition: all 1500ms ease;
}

.main-slider-four .active .main-slider-four__shape-2 {
    transition-delay: 300ms;
}

.main-slider-four .active .main-slider-four__shape-icon-1, .main-slider-four .active .main-slider-four__shape-icon-2 {
    opacity: 1;
    transition: all 500ms ease 500ms;
}

.main-slider-five {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main-slider-five__carousel {
    position: relative;
}

.main-slider-five__carousel.owl-carousel .owl-dots {
    margin: 0px !important;
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
}

.main-slider-five__item {
    position: relative;
    padding-top: 173px;
    padding-bottom: 215px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .main-slider-five__item {
        padding-top: 150px;
        padding-bottom: 195px;
    }
}

@media (max-width: 575px) {
    .main-slider-five__item {
        padding-top: 130px;
        padding-bottom: 175px;
    }
}

@media (max-width: 375px) {
    .main-slider-five__item {
        padding-top: 120px;
        padding-bottom: 165px;
    }
}

.main-slider-five__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transform: scale(1.3);
    transition: transform 8s ease;
}

.main-slider-five__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--tidytouch-black6-rgb, 5, 5, 5), 0.8);
}

.main-slider-five .container {
    position: relative;
    z-index: 3;
}

.main-slider-five__content {
    text-align: center;
}

.main-slider-five__top {
    margin-bottom: 20px;
    overflow: hidden;
}

.main-slider-five__top__inner {
    padding: 11.5px 30px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    opacity: 0;
    transform: translateY(-150%);
    border-radius: 50px;
    background-color: var(--tidytouch-white, #FFFFFF);
}

.main-slider-five__tagline-shape {
    flex-shrink: 0;
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}

.main-slider-five__tagline {
    margin: 0px;
    font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
    font-size: 20px;
    color: var(--tidytouch-base, #1947CD);
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.15;
}

@media (max-width: 575px) {
    .main-slider-five__tagline {
        font-size: 18px;
    }
}

.main-slider-five__title {
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;
}

.main-slider-five__title__text {
    position: relative;
    display: table;
    margin: 0px auto;
    padding-bottom: 5px;
    font-size: 70px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 700;
    line-height: 1.142;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .main-slider-five__title__text {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .main-slider-five__title__text {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .main-slider-five__title__text {
        font-size: 45px;
    }
}

@media (max-width: 430px) {
    .main-slider-five__title__text {
        font-size: 40px;
    }
}

.main-slider-five__title__inner {
    position: relative;
    display: block;
    transform: translateY(150%);
}

.main-slider-five__title__main {
    display: block;
}

@keyframes mainFadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.main-slider-five__title__block {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--tidytouch-white, #FFFFFF);
    position: absolute;
    top: 0px;
}

@keyframes titleOverlay {
    0% {
        width: 100%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

.main-slider-five__title__highlight {
    position: relative;
    z-index: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--tidytouch-primary, #FFB400);
}

.main-slider-five__title__highlight::after {
    content: "";
    width: calc(100% - 37px);
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 5px;
    z-index: -1;
    background-color: var(--tidytouch-primary, #FFB400);
}

.main-slider-five__description {
    overflow: hidden;
}

.main-slider-five__text {
    margin: 0px;
    font-size: 20px;
    color: var(--tidytouch-white, #FFFFFF);
    line-height: 1.5;
    opacity: 0;
    transform: translateY(150%);
}

@media (max-width: 1199px) {
    .main-slider-five__text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .main-slider-five__text {
        font-size: 16px;
    }
}

.main-slider-five__button {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px 32px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .main-slider-five__button {
        flex-direction: column;
    }
}

.main-slider-five__button__inner {
    opacity: 0;
    transform: translateY(150%);
}

.main-slider-five__video {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

.main-slider-five__video .video-btn {
    color: var(--tidytouch-primary, #FFB400);
    border-color: var(--tidytouch-primary, #FFB400);
}

.main-slider-five__video .video-btn:hover {
    color: var(--tidytouch-white, #FFFFFF);
    border-color: var(--tidytouch-base, #1947CD);
    background-color: var(--tidytouch-base, #1947CD);
}

.main-slider-five__video .video-btn > span {
    border-color: var(--tidytouch-primary, #FFB400);
}

.main-slider-five__video .video-btn:hover > span {
    border-color: var(--tidytouch-base, #1947CD);
}

.main-slider-five__video__title {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
    color: var(--tidytouch-white, #FFFFFF);
    text-transform: uppercase;
    line-height: 1.5;
}

@media (max-width: 575px) {
    .main-slider-five__video__title {
        font-size: 18px;
    }
}

@media (max-width: 430px) {
    .main-slider-five__video__title {
        font-size: 16px;
    }
}

.main-slider-five__shape-1 {
    width: 100%;
    height: 13px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    background-repeat: repeat-x;
    background-color: transparent;
    background-blend-mode: initial;
    background-position: left top;
    animation: moveBackground 40s linear 0s infinite;
}

.main-slider-five__shape-2 {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: -100%;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
    animation: moveX2 2s linear infinite;
}

@media (max-width: 1199px) {
    .main-slider-five__shape-2 {
        display: none !important;
    }
}

.main-slider-five__shape-3 {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    right: -100%;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
    animation: moveX 2s linear infinite;
}

@media (max-width: 1199px) {
    .main-slider-five__shape-3 {
        display: none !important;
    }
}

.main-slider-five .active .main-slider-five__bg {
    transform: scale(1);
}

.main-slider-five .active .main-slider-five__top__inner, .main-slider-five .active .main-slider-five__text, .main-slider-five .active .main-slider-five__button__inner {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1500ms ease, opacity 1500ms ease;
}

.main-slider-five .active .main-slider-five__top__inner {
    transition-delay: 200ms;
}

.main-slider-five .active .main-slider-five__title__inner {
    transform: translateY(0);
    transition: transform 1600ms ease;
}

.main-slider-five .active .main-slider-five__title__main {
    animation: mainFadeIn 3.5s forwards;
}

.main-slider-five .active .main-slider-five__title__block {
    animation: titleOverlay 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
}

.main-slider-five .active .main-slider-five__text {
    transition-delay: 400ms;
}

.main-slider-five .active .main-slider-five__button__inner:nth-child(1) {
    transition-delay: 800ms;
}

.main-slider-five .active .main-slider-five__button__inner:nth-child(2) {
    transition-delay: 1000ms;
}

.main-slider-five .active .main-slider-five__shape-2 {
    left: 0px;
    opacity: 1;
    transition: all 1500ms ease;
}

@media (max-width: 1399px) {
    .main-slider-five .active .main-slider-five__shape-2 {
        left: -50px;
    }
}

.main-slider-five .active .main-slider-five__shape-3 {
    right: 0px;
    opacity: 1;
    transition: all 1500ms ease;
}

@media (max-width: 1399px) {
    .main-slider-five .active .main-slider-five__shape-3 {
        right: -50px;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-two {
    position: relative;
    overflow: hidden;
    /* background-color: var(--tidytouch-black2, #15161B); */
}

.about-two::after {
    content: "";
    width: calc(100% - 534px);
    height: calc(100% + 4px);
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background-color: #f6fcff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 22% 50%);
}

@media (max-width: 1799px) {
    .about-two::after {
        width: calc(100% - 400px);
    }
}

@media (max-width: 1599px) {
    .about-two::after {
        width: calc(100% - 300px);
    }
}

@media (max-width: 1399px) {
    .about-two::after {
        width: calc(100% - 250px);
    }
}

@media (max-width: 1199px) {
    .about-two::after {
        width: 100%;
        clip-path: none;
    }
}

.about-two__title {
    position: absolute;
    top: 50%;
    left: 60px;
    z-index: 1;
    transform: translateY(-50%);
    writing-mode: sideways-lr;
    margin: 0px;
    -webkit-text-stroke-width: 7px;
    -webkit-text-stroke-color: RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.12);
    font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
    font-size: 200px;
    color: transparent;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    animation: colorChange 1.5s ease infinite;
    opacity: .3;
}

@media (max-width: 1799px) {
    .about-two__title {
        left: 20px;
    }
}

@media (max-width: 1399px) {
    .about-two__title {
        display: none;
    }
}

@keyframes colorChange {
    0% {
        -webkit-text-stroke-color: #f79e18;
    }

    50% {
        -webkit-text-stroke-color: #2f8ee0;
    }

    100% {
        -webkit-text-stroke-color: #f79e18;
    }
}

.about-two .container {
    position: relative;
    z-index: 2;
}

.about-two__image {
    display: inline-block;
    position: relative;
}

.about-two__image__one {
    width: 623px;
    height: 623px;
    padding: 16px;
    margin-left: -103px;
    position: relative;
    border-radius: 50%;
    background-color: var(--tidytouch-white, #FFFFFF);
}

@media (max-width: 1399px) {
    .about-two__image__one {
        width: 550px;
        height: 550px;
        margin-left: 0px;
    }
}

@media (max-width: 1199px) {
    .about-two__image__one {
        width: 440px;
        height: 440px;
    }
}

@media (max-width: 991px) {
    .about-two__image__one {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 575px) {
    .about-two__image__one {
        width: auto;
        height: auto;
    }
}

.about-two__image__img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
}

.about-two__image__shape-1 {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 19px;
    right: 74px;
    z-index: -1;
    animation: zump 2s linear infinite;
}

@media (max-width: 1399px) {
    .about-two__image__shape-1 {
        top: 0px;
    }
}

@media (max-width: 575px) {
    .about-two__image__shape-1 {
        right: 20px;
    }
}

.about-two__image__shape-2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 59px;
    bottom: 48px;
    z-index: -1;
    animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1399px) {
    .about-two__image__shape-2 {
        bottom: 0px;
    }
}

@media (max-width: 575px) {
    .about-two__image__shape-2 {
        left: 30px;
    }
}

.about-two__image__two {
    width: 256px;
    height: 256px;
    padding: 12px;
    position: absolute;
    right: -48px;
    bottom: -15px;
    border-radius: 50%;
    z-index: 1;
    background-color: var(--tidytouch-white, #FFFFFF);
}

@media (max-width: 1399px) {
    .about-two__image__two {
        right: -19px;
    }
}

@media (max-width: 1199px) {
    .about-two__image__two {
        width: 200px;
        height: 200px;
        right: -8px;
        bottom: -100px;
    }
}

@media (max-width: 991px) {
    .about-two__image__two {
        right: -40px;
        bottom: -10px;
    }
}

@media (max-width: 767px) {
    .about-two__image__two {
        right: -20px;
    }
}

@media (max-width: 575px) {
    .about-two__image__two {
        right: 0px;
    }
}

@media (max-width: 430px) {
    .about-two__image__two {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 375px) {
    .about-two__image__two {
        width: 120px;
        height: 120px;
    }
}

.about-two__image__two img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
}

.about-two__text {
    margin-bottom: 20px;
}

.about-two__info-box {
    margin-bottom: 37px;
    padding-right: 75px;
}

@media (max-width: 1199px) {
    .about-two__info-box {
        padding-right: 0px;
    }
}

.about-two__info + .about-two__info {
    margin-top: 20px;
}

.about-two__info__top {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 375px) {
    .about-two__info__top {
        gap: 25px;
    }
}

.about-two__info__icon-box {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--tidytouch-primary, #FFB400);
    transition: all 500ms ease;
}

.about-two__info:hover .about-two__info__icon-box {
    background-color: var(--tidytouch-base, #1947CD);
}

.about-two__info__icon {
    display: inline-flex;
    font-size: 30px;
    color: var(--tidytouch-white, #FFFFFF);
    transition: all 500ms ease;
}

.about-two__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.about-two__info:hover .about-two__info__icon {
    color: var(--tidytouch-white, #FFFFFF);
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.about-two__info__number {
    width: 24px;
    height: 24px;
    position: relative;
    position: absolute;
    top: -2px;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--tidytouch-base, #1947CD);
    border: 2px solid var(--tidytouch-white, #FFFFFF);
    transition: all 500ms ease;
}

.about-two__info__number::after {
    content: "0" counter(infoNumber);
    counter-increment: infoNumber;
    font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
    font-size: 10px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 600;
    line-height: 1;
}

.about-two__info:hover .about-two__info__number {
    background-color: var(--tidytouch-primary, #FFB400);
}

.about-two__info__title {
    margin: 0px;
    padding: 13.5px 0px;
    position: relative;
    z-index: 1;
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
}

.about-two__info__title::after {
    content: "";
    width: calc(100% - 30px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -56px;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 10px 0px 0px 10px;
    background: linear-gradient(-90deg, rgba(217, 217, 217, 0) 0%, #DDDDDD 99.4%);
}

.about-two__info__text {
    margin: 0px;
}

.about-two__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 0;
    animation: moveX2 2s linear infinite;
    z-index: 1;
    opacity: 0.14;
}

@media (max-width: 1799px) {
    .about-two__shape {
        right: -50px;
    }
}

@media (max-width: 1599px) {
    .about-two__shape {
        display: none;
    }
}

/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info-three {
    position: relative;
    background-color: var(--tidytouch-black2, #15161B);
}

.contact-info-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.contact-info-three .container {
    position: relative;
    z-index: 1;
}

.contact-info-three__content {
    text-align: center;
}

.contact-info-three__title {
    margin-bottom: 18px;
    font-size: 47px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 1199px) {
    .contact-info-three__title {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .contact-info-three__title {
        font-size: 28px;
    }
}

.contact-info-three__text {
    margin-bottom: 37px;
    color: var(--tidytouch-white, #FFFFFF);
}

.contact-info-three__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-info-three__btn {
    background-color: var(--tidytouch-primary, #FFB400);
}

.contact-info-three__btn::before, .contact-info-three__btn::after {
    background-color: var(--tidytouch-base, #1947CD);
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose__image__two {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 411.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M605 8990 c7 -11 -35 -30 -67 -30 -34 0 -199 -87 -265 -141 -35 -27 -85 -77 -113 -112 -53 -66 -127 -205 -144 -272 -7 -26 -11 -669 -13 -1897 l-3 -1858 1697 0 c1793 0 1775 0 1900 44 190 68 347 217 441 419 18 37 32 76 32 86 0 31 19 73 30 66 7 -4 10 613 10 1849 l0 1856 -1756 0 c-1170 0 -1753 -3 -1749 -10z"/> <path d="M649 4385 c-3 -2 -29 -8 -59 -13 -57 -10 -134 -37 -185 -65 -16 -9 -39 -20 -50 -26 -72 -35 -221 -189 -265 -276 -12 -22 -25 -47 -29 -55 -15 -25 -38 -92 -50 -143 -8 -34 -11 -568 -11 -1927 l0 -1880 1753 3 c1170 2 1766 6 1793 13 65 17 203 90 271 145 35 27 85 77 113 112 52 65 140 231 140 266 0 31 19 73 30 66 7 -4 10 626 10 1889 l0 1896 -1728 0 c-951 0 -1731 -2 -1733 -5z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 411.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M605 8990 c7 -11 -35 -30 -67 -30 -34 0 -199 -87 -265 -141 -35 -27 -85 -77 -113 -112 -53 -66 -127 -205 -144 -272 -7 -26 -11 -669 -13 -1897 l-3 -1858 1697 0 c1793 0 1775 0 1900 44 190 68 347 217 441 419 18 37 32 76 32 86 0 31 19 73 30 66 7 -4 10 613 10 1849 l0 1856 -1756 0 c-1170 0 -1753 -3 -1749 -10z"/> <path d="M649 4385 c-3 -2 -29 -8 -59 -13 -57 -10 -134 -37 -185 -65 -16 -9 -39 -20 -50 -26 -72 -35 -221 -189 -265 -276 -12 -22 -25 -47 -29 -55 -15 -25 -38 -92 -50 -143 -8 -34 -11 -568 -11 -1927 l0 -1880 1753 3 c1170 2 1766 6 1793 13 65 17 203 90 271 145 35 27 85 77 113 112 52 65 140 231 140 266 0 31 19 73 30 66 7 -4 10 626 10 1889 l0 1896 -1728 0 c-951 0 -1731 -2 -1733 -5z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.why-choose-two {
    position: relative;
    background-color: var(--tidytouch-white, #FFFFFF);
}

.why-choose-two .container {
    position: relative;
    z-index: 1;
}

.why-choose-two__text {
    margin-bottom: 20px;
}

.why-choose-two__inner {
    margin-bottom: 37px;
}

.why-choose-two__item {
    position: relative;
    z-index: 1;
    padding: 30px 20px 22px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--tidytouch-white2, #F4F4F4);
}

.why-choose-two__item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0;
    border-radius: inherit;
    transform: translateY(-20%);
    background-color: var(--tidytouch-black2, #15161B);
    transition: all 500ms ease;
}

.why-choose-two__item:hover::after {
    opacity: 1;
    transform: translateY(0%);
}

.why-choose-two__item__icon-box {
    width: 83px;
    height: 83px;
    margin: 0px auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    background-color: var(--tidytouch-primary, #FFB400);
    transition: all 500ms ease;
}

.why-choose-two__item:hover .why-choose-two__item__icon-box {
    background-color: var(--tidytouch-base, #1947CD);
}

.why-choose-two__item__icon {
    display: inline-flex;
    font-size: 42px;
    color: var(--tidytouch-white, #FFFFFF);
    transition: all 500ms ease;
}

.why-choose-two__item__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.why-choose-two__item:hover .why-choose-two__item__icon {
    color: var(--tidytouch-white, #FFFFFF);
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.why-choose-two__item__title {
    margin: 0px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.318;
    transition: all 500ms ease;
}

.why-choose-two__item:hover .why-choose-two__item__title {
    color: var(--tidytouch-white, #FFFFFF);
}

.why-choose-two__text-2 {
    margin-bottom: 36px;
}

.why-choose-two__image {
    width: 630px;
    height: 648px;
    margin-left: 30px;
    position: relative;
    border-radius: 648px;
}

@media (max-width: 1399px) {
    .why-choose-two__image {
        width: 530px;
        height: 548px;
    }
}

@media (max-width: 1199px) {
    .why-choose-two__image {
        margin-left: 0px;
        width: auto;
        height: auto;
    }
}

.why-choose-two__image::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0px;
    right: -20px;
    background-color: var(--tidytouch-white, #FFFFFF);
}

@media (max-width: 1199px) {
    .why-choose-two__image::after {
        display: none;
    }
}

.why-choose-two__image img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: inherit;
}

@media (max-width: 1199px) {
    .why-choose-two__image img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
}

.why-choose-two__shape {
    width: 575px;
    height: 648px;
    position: relative;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background-color: var(--tidytouch-primary, #FFB400);
    opacity: .4;
}

@media (max-width: 1599px) {
    .why-choose-two__shape {
        right: -220px;
    }
}

@media (max-width: 1399px) {
    .why-choose-two__shape {
        height: 548px;
        right: -230px;
    }
}

@media (max-width: 1199px) {
    .why-choose-two__shape {
        display: none;
    }
}

.why-choose-two__shape::before {
    content: "";
    width: 100%;
    height: calc(100% - 125px);
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1;
    transform: translateY(-50%);
    background-color: var(--tidytouch-white, #FFFFFF);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.why-choose-two__shape::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: var(--tidytouch-base, #1947CD);
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-card-three__image {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: 40px;
    margin-bottom: -58px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 10px 10px 0px 0px;
}

@media (max-width: 480px) {
    .testimonial-card-three__image {
        margin-right: 30px;
    }
}

@media (max-width: 390px) {
    .testimonial-card-three__image {
        margin-left: 25px;
        margin-right: 0px;
    }
}

.testimonial-card-three__image::before, .testimonial-card-three__image::after {
    content: "";
    width: 50%;
    height: 62px;
    /* background-color: var(--tidytouch-white2, #F4F4F4); */
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    border-radius: 10px 0px 0px 0px;
    transition: all 500ms ease;
}

.testimonial-card-three__image::after {
    left: auto;
    right: 0px;
    border-radius: 0px 10px 0px 0px;
}

.testimonial-card-three__image img {
    width: 100px !important;
    height: 100px;
    border-radius: inherit;
    border: 1px solid #2f8ee0;
    border-radius: 50px;
    padding: 7px;
}

.testimonial-card-three:hover .testimonial-card-three__image::before {
    /* background-color: var(--tidytouch-primary, #FFB400); */
}

.testimonial-card-three:hover .testimonial-card-three__image::after {
    /* background-color: var(--tidytouch-base, #1947CD); */
}

.testimonial-card-three__content {
    position: relative;
    padding: 37px 40px 32px;
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--tidytouch-white, #FFFFFF);
}

@media (max-width: 480px) {
    .testimonial-card-three__content {
        padding: 37px 30px 22px;
    }
}

@media (max-width: 390px) {
    .testimonial-card-three__content {
        padding: 75px 25px 22px;
    }
}

.testimonial-card-three__content::before {
    content: "";
    width: 4px;
    height: 79px;
    position: absolute;
    top: 39px;
    left: 0px;
    opacity: 0;
    transform: translateY(-100%);
    z-index: 1;
    background-color: var(--tidytouch-base, #1947CD);
    transition: all 500ms ease;
}

.testimonial-card-three:hover .testimonial-card-three__content::before {
    opacity: 1;
    transform: translateY(0%);
}

.testimonial-card-three__inner {
    position: relative;
    z-index: 2;
}

.testimonial-card-three .tidytouch-ratings {
    margin-bottom: 15px;
}

.testimonial-card-three__quote {
    margin-bottom: 15px;
    font-weight: 500;
    transition: all 500ms ease;
}

.testimonial-card-three__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 390px) {
    .testimonial-card-three__info {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.testimonial-card-three__name {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.318;
    transition: all 500ms ease;
}

.testimonial-card-three__designation {
    margin: 0px;
    transition: all 500ms ease;
    color: #f79e18;
}

.testimonial-card-three:hover .testimonial-card-three__quote, .testimonial-card-three:hover .testimonial-card-three__name, .testimonial-card-three:hover .testimonial-card-three__designation {
    color: var(--tidytouch-white, #FFFFFF);
}

.testimonial-card-three__quote-icon {
    width: 49px;
    height: 49px;
}

.testimonial-card-three__quote-icon path:nth-child(1) {
    fill: var(--tidytouch-base, #1947CD);
}

.testimonial-card-three__quote-icon path:nth-child(2) {
    fill: var(--tidytouch-primary, #FFB400);
}

.testimonial-card-three:hover .testimonial-card-three__quote-icon {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.testimonial-card-three__bg {
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    border-radius: 20px;
    background-color: var(--tidytouch-black2, #15161B);
    transition: all 500ms ease;
}

.testimonial-card-three__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.testimonial-card-three:hover .testimonial-card-three__bg {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.testimonials-three {
    position: relative;
    background-color: #023c6e;
}

.testimonials-three__top {
    margin-bottom: 50px;
}

.testimonials-three .sec-title {
    margin: 0px;
}

.testimonials-three__custome-navs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.testimonials-three__custome-navs button {
    outline: none;
    margin: 0;
    padding: 0;
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--tidytouch-base, #1947CD);
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--tidytouch-base, #1947CD);
    transition: all 400ms ease;
}

.testimonials-three__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonials-three__custome-navs button:hover {
    color: var(--tidytouch-white, #FFFFFF);
    background-color: var(--tidytouch-primary, #FFB400);
    border-color: var(--tidytouch-primary, #FFB400);
}

.testimonials-three__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

.testimonials-three .testimonial-card-three__image::before, .testimonials-three .testimonial-card-three__image::after, .testimonials-three .testimonial-card-three__content {
    /* background-color: var(--tidytouch-white, #FFFFFF); */
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.project-card-three {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.project-card-three__image {
    overflow: hidden;
}

.project-card-three__image img {
    width: 100%;
    display: block;
    transition: all 600ms cubic-bezier(0, 0, 0.44, 1.18);
}

.project-card-three:hover .project-card-three__image img {
    transform: scale(1.05) rotate(2deg);
}

.project-card-three__content {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 500ms ease;
}

.project-card-three__content::before {
    content: "";
    width: 100%;
    height: calc(100% + 54px);
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(183deg, rgba(255, 255, 255, 0) 15%, rgba(25, 71, 205, 0.85) 55.02%);
}

.project-card-three:hover .project-card-three__content {
    opacity: 1;
    transform: translateX(0%);
}

.project-card-three__inner {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 30px 50px 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .project-card-three__inner {
        padding: 25px 25px 20px;
    }
}

@media (max-width: 480px) {
    .project-card-three__inner {
        padding: 30px 30px 25px;
    }
}

@media (max-width: 412px) {
    .project-card-three__inner {
        padding: 25px 25px 20px;
    }
}

.project-card-three__number {
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 22px;
    border-radius: 20px;
    transform: rotate(19.626deg);
    background-color: var(--tidytouch-primary, #FFB400);
    border: 3px solid var(--tidytouch-white, #FFFFFF);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .project-card-three__number {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 412px) {
    .project-card-three__number {
        width: 50px;
        height: 50px;
    }
}

.project-card-three__number::after {
    content: "0" counter(projectNumber);
    counter-increment: projectNumber;
    font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
    font-size: 22px;
    color: var(--tidytouch-white, #FFFFFF);
    font-weight: 600;
    line-height: 1;
    transform: rotate(-19.626deg);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .project-card-three__number::after {
        font-size: 18px;
    }
}

@media (max-width: 412px) {
    .project-card-three__number::after {
        font-size: 18px;
    }
}

.project-card-three__title {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
    color: var(--tidytouch-white, #FFFFFF);
    line-height: 1.318;
}

.project-card-three__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.project-card-three__title a:hover {
    color: var(--tidytouch-primary, #FFB400);
}

.project-card-three__title a:hover {
    background-size: 100% 1px;
}

.project-card-three__text {
    margin: 0px;
    color: var(--tidytouch-white, #FFFFFF);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .project-card-three__text {
        font-size: 15px;
    }
}

@media (max-width: 412px) {
    .project-card-three__text {
        font-size: 15px;
    }
}

.project-card-three__btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tidytouch-primary, #FFB400);
    opacity: 0;
    transform: translateX(100%);
    transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .project-card-three__btn {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 412px) {
    .project-card-three__btn {
        width: 45px;
        height: 45px;
    }
}

.project-card-three__btn:hover {
    background-color: var(--tidytouch-base, #1947CD);
}

.project-card-three__btn__icon {
    display: inline-flex;
    font-size: 20px;
    color: var(--tidytouch-white, #FFFFFF);
    transform: rotate(-45deg);
    transition: all 500ms ease;
}

.project-card-three__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .project-card-three__btn__icon {
        font-size: 17px;
    }
}

@media (max-width: 412px) {
    .project-card-three__btn__icon {
        font-size: 17px;
    }
}

.project-card-three__btn:hover .project-card-three__btn__icon {
    color: var(--tidytouch-white, #FFFFFF);
    transform: rotate(0deg);
}

.project-card-three:hover .project-card-three__btn {
    opacity: 1;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.projects-one {
    position: relative;
    counter-reset: projectNumber;
    background-color: var(--tidytouch-white, #FFFFFF);
}

@media (min-width: 1400px) {
    .projects-one__container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.projects-one .sec-title {
    margin-bottom: 60px;
}

@media (max-width: 1399px) {
    .projects-one .sec-title {
        margin-bottom: 77px;
    }
}

@media (max-width: 1199px) {
    .projects-one .sec-title {
        margin-bottom: 60px;
    }
}

.projects-one__carousel.owl-carousel .owl-dots {
    margin-top: 50px !important;
}

@media (max-width: 1399px) {
    .projects-one__carousel.owl-carousel .owl-dots {
        margin-top: 87px !important;
    }
}

@media (max-width: 1199px) {
    .projects-one__carousel.owl-carousel .owl-dots {
        margin-top: 60px !important;
    }
}

.projects-one__carousel.owl-carousel .center-active {
    position: relative;
    z-index: 1;
}

.projects-one__carousel.owl-carousel .center-active .project-card__content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: all 1000ms ease;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
    position: relative;
    padding: 10px;
}

.service-card__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fde5c0;
    /* clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 92%, 0% 100%); */
    border-bottom: 7px solid #f79e1845;
    border-radius: 20px;
}

.service-card__bg::before {
    content: "";
    width: calc(100% + 4px);
    height: 30px;
    position: absolute;
    top: -35px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    background-color: var(--tidytouch-primary, #FFB400);
    transition: all 500ms ease;
    border-radius: 20px;
}

.service-card__bg::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: inherit;
    background-color: var(--tidytouch-black2, #15161B);
    transition: all 500ms ease;
}

.service-card:hover .service-card__bg::before {
    top: -3px;
    opacity: 1;
}

.service-card:hover .service-card__bg::after {
    height: 100%;
    top: 0px;
}

.service-card__image {
    position: relative;
    z-index: 1;
}

.service-card__icon-box {
    width: 98px;
    height: 98px;
    position: relative;
    position: absolute;
    left: 50%;
    bottom: -43px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    background-color: var(--tidytouch-white, #FFFFFF);
    filter: drop-shadow(0px 2px 7.2px rgba(0, 0, 0, 0.11));
    transition: all 500ms ease;
}

.service-card__icon-box::after {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    border-radius: inherit;
    border: 1px dashed var(--tidytouch-white, #FFFFFF);
    transition: all 500ms ease;
}

.service-card:hover .service-card__icon-box {
    background-color: var(--tidytouch-base, #1947CD);
}

.service-card:hover .service-card__icon-box::after {
    opacity: 1;
}

.service-card__icon {
    display: inline-flex;
    font-size: 46px;
    color: var(--tidytouch-primary, #FFB400);
    transition: all 500ms ease;
}

.service-card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-card:hover .service-card__icon {
    color: var(--tidytouch-white, #FFFFFF);
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.service-card__content {
    position: relative;
    z-index: 1;
    padding: 20px 20px 35px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-card__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 375px) {
    .service-card__content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.service-card__inner {
    position: relative;
    z-index: 1;
}

.service-card__title {
    position: relative;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.318;
}

.service-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-card__title a:hover {
    color: var(--tidytouch-primary, #FFB400);
}

.service-card__title a:hover {
    background-size: 100% 1px;
}

.service-card__text {
    margin-bottom: 22px;
    transition: all 500ms ease;
}

.service-card:hover .service-card__title, .service-card:hover .service-card__text {
    color: var(--tidytouch-white, #FFFFFF);
}

.service-card__btn {
    width: 41px;
    height: 41px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    font-size: 14px;
    color: var(--tidytouch-white, #FFFFFF);
    border-radius: 50%;
    background-color: var(--tidytouch-black, #222222);
    transition: all 500ms ease;
}

.service-card__btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-card__btn:hover {
    transform: rotate(0deg);
}

.service-card:hover .service-card__btn {
    background-color: var(--tidytouch-primary, #FFB400);
}

.service-card__icon-1, .service-card__icon-2 {
    display: inline-flex;
    font-size: 30px;
    transition: all 500ms ease;
    animation: textRotate 2.5s linear infinite;
}

.service-card__icon-1 svg, .service-card__icon-2 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-card__icon-1 {
    position: absolute;
    left: 19px;
    bottom: 34px;
    color: var(--tidytouch-primary, #FFB400);
}

.service-card__icon-2 {
    position: absolute;
    top: 0px;
    right: 25px;
    color: var(--tidytouch-base, #1947CD);
}

.service-card:hover .service-card__icon-1 {
    color: var(--tidytouch-base, #1947CD);
    animation-play-state: paused;
}

.service-card:hover .service-card__icon-2 {
    color: var(--tidytouch-primary, #FFB400);
    animation-play-state: paused;
}

.services-one {
    position: relative;
    /* padding-top: 215px; */
    /* background-color: #fafcfd; */
}

@media (max-width: 767px) {
    .services-one {
        /* padding-top: 195px; */
    }
}

@media (max-width: 575px) {
    .services-one {
        /* padding-top: 175px; */
    }
}

.services-one--page {
    padding-top: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .services-one--page {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .services-one--page {
        padding-top: 80px;
    }
}

.services-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.services-one .container {
    position: relative;
    z-index: 1;
}

.services-one__carousel.owl-carousel .owl-nav button {
    background-color: var(--tidytouch-white, #FFFFFF);
}
