@font-face {
    font-family: montserrat;
    font-display: swap;
    src: url(../webfonts/montserrat-Arabic-Regular.woff);
}

* {
    font-family: "montserrat";
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    direction: rtl;
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    border-radius: 0px !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #A64962;
    outline: none;
    border-radius: 20px !important;
}

:target {
    scroll-margin-top: 60px;
}
:root {
    --tb-header-bg: #fff;
    --tb-header-item-color: #495057;
    --tb-top-tagbar-bg: #fff9e6;
    --tb-header-item-sub-color: var(--tb-tertiary-color);
    --tb-card-logo-dark: block;
    --tb-card-logo-light: none;
    --tb-topbar-user-bg: #f3f6f9;
    --tb-topnav-bg: #fff;
    --tb-topnav-item-color: #6d7080;
    --tb-topnav-item-color-active: var(--tb-primary);
    --tb-twocolumn-menu-iconview-bg: #fff;
    --tb-twocolumn-menu-bg: #fff;
    --tb-vertical-menu-bg: #fff;
    --tb-vertical-menu-border: #e9ebec;
    --tb-vertical-menu-item-color: #6d7080;
    --tb-vertical-menu-item-hover-color: var(--tb-primary);
    --tb-vertical-menu-item-hover-bg: var(--tb-primary);
    --tb-vertical-menu-item-active-color: var(--tb-primary);
    --tb-vertical-menu-sub-item-color: #7c7f90;
    --tb-vertical-menu-sub-item-hover-color: var(--tb-primary);
    --tb-vertical-menu-sub-item-active-color: var(--tb-primary);
    --tb-vertical-menu-title-color: #919da9;
}
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #1d71b8;
}

button:focus {
    outline: 0;
}

.row {
    margin: 0px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

@media (max-width: 767px) {
    .container,
    .container-fluid {
        padding: 0px 8px;
    }
}

video,
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none;
}

body {
    background-color: #fdfdfd;
}

content {
    min-height: 50vh;
    position: relative;
    display: block;
}

.select2-container--default .select2-selection--single {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-color: #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-results__option--selectable {
    border-radius: 4px;
    margin-bottom: 2px;
    transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #A64962 !important;
    color: #ffffff !important;
}

.select2-dropdown {
    border-radius: 4px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961) !important;
    border-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 20px;
}

.form-control {
    min-height: 48px;
    box-shadow: none !important;
    color: #777;
}

.container {
    max-width: 1140px;
}

.container-fluid {
    max-width: 1560px;
}

.swiperContainer {
    position: relative;
}

.swiperContainer .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiperContainer .swiper-button-next,
.swiperContainer .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A64962;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

.swiperContainer .swiper-button-next::after,
.swiperContainer .swiper-button-prev::after {
    font-size: 26px;
    font-family: "Font Awesome 6 pro";
}

.swiperContainer .swiper-button-next:hover,
.swiperContainer .swiper-button-prev:hover {
    background-color: #1d71b8;
    color: #ffffff;
}

@media (max-width: 768px) {
    .swiperContainer .swiper-button-next,
    .swiperContainer .swiper-button-prev {
        display: none;
    }
}

.swiperContainer .swiper-button-next {
    left: -60px;
    right: unset;
}

@media (max-width: 1240px) {
    .swiperContainer .swiper-button-next {
        left: 0px;
    }
}

.swiperContainer .swiper-button-next::after {
    content: "\f053" !important;
}

.swiperContainer .swiper-button-prev {
    right: -60px;
    left: unset;
}

@media (max-width: 1240px) {
    .swiperContainer .swiper-button-prev {
        right: 0px;
    }
}

.swiperContainer .swiper-button-prev::after {
    content: "\f053" !important;
    transform: scaleX(-1);
}

.swiperContainer .swiper-pagination {
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    background-color: transparent;
    border-radius: 4px;
    padding: 0px 10px;
    transition: all 0.3s ease-in-out;
}

.swiperContainer .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.3s ease-in-out;
    width: 16px;
    border-radius: 4px;
    opacity: 0.3;
    background-color: #1d71b8;
    margin: 2px !important;
}

.swiperContainer .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1d71b8;
    width: 40px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.fancybox__track,
.fancybox__content,
.carousel__track {
    direction: ltr !important;
}

.fancybox__caption {
    text-align: center;
}

@media (min-width: 768px) {
    * {
        cursor: none;
    }

    .customCursor {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        border: 1px solid rgba(68, 68, 68, 0.1882352941);
        transition: all 120ms ease-out;
        position: fixed;
        pointer-events: none;
        left: 0;
        top: 0;
        transform: translate(calc(-50% + 15px), -50%);
        z-index: 999999;
    }

    .customCursorInner {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: rgba(68, 68, 68, 0.5647058824);
        position: fixed;
        transform: translate(-50%, -50%);
        pointer-events: none;
        transition: width 0.3s, height 0.3s, opacity 0.3s;
        z-index: 999999;
    }

    .customHover {
        width: 70px;
        height: 70px;
        border-color: transparent;
        background-color: rgba(68, 68, 68, 0.1882352941);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.062745098);
    }

    .customClick {
        width: 40px;
        height: 40px;
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 0%;
    height: 5px;
    background-color: #1d71b8;
    transition: all 0.3s ease-in-out;
    -webkit-animation: loding 2s;
    animation: loding 2s;
}

@-webkit-keyframes loding {
    0% {
        width: 0%;
    }
    10% {
        width: 10%;
    }
    70% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

@keyframes loding {
    0% {
        width: 0%;
    }
    10% {
        width: 10%;
    }
    70% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

.btn-success {
    background-color: #00a19a;
}

.btn-outline-success {
    border-color: #00a19a;
}

.btn {
    border-radius: 16px;
}

.navbar {
    background: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    transition: all 0.3s ease-in-out;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
}

.navbar .navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar .navbar-brand img {
    height: 80px;
    transition: 0.5s ease;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 480px) {
    .navbar .navbar-brand img {
        height: 80px;
    }
}

.navbar .nav-link {
    color: #292929;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 6px;
    padding: 8px 4px;
}

.navbar .nav-link i {
    font-size: 14px;
}

.navbar .nav-link::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #00a19a;
    margin-left: 5px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: -10px;
    opacity: 0;
    visibility: hidden;
}

.navbar .nav-link:hover, .navbar .nav-link:focus {
    color: #00a19a !important;
}

.navbar .nav-link:hover::before, .navbar .nav-link:focus::before {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.navbar .btn {
    border-radius: 16px;
    padding: 8px 24px !important;
    transition: all 0.3s ease-in-out !important;
}

.navbar .sideBtn {
    position: relative;
    width: 34px;
    height: 24px;
    padding: 5px;
    cursor: pointer;
    transition: transform 0.3s;
    z-index: 99999;
}

.navbar .sideBtn span {
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #1d71b8;
    margin: 4px 0;
    transition: width 0.3s, transform 0.5s, opacity 0.3s;
}

.navbar .sideBtn span:first-child {
    top: 0;
}

.navbar .sideBtn span:nth-child(2) {
    width: 10px;
    top: 7px;
}

.navbar .sideBtn span:nth-child(3) {
    width: 16px;
    bottom: 0;
}

.navbar .sideBtn:not(.active):hover span:first-child {
    width: 16px;
}

.navbar .sideBtn:not(.active):hover span:nth-child(2) {
    width: 20px;
}

.navbar .sideBtn.active span {
    background-color: #fff !important;
}

.navbar .sideBtn.active span:first-child {
    transform: rotate(45deg);
    top: 8px;
    width: 20px;
}

.navbar .sideBtn.active span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.navbar .sideBtn.active span:last-child {
    transform: rotate(-45deg);
    top: 8px;
    width: 20px;
}

.navbar .sideMenu {
    position: fixed;
    z-index: 99998;
    right: -100%;
    top: 0;
    height: 100%;
    background-color: rgba(166, 73, 98, 0.88);
    padding: 50px 24px;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.navbar .sideMenu.active {
    right: 0px;
}

.navbar .sideMenu .sideMenuInner {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    height: 100%;
}

.navbar .sideMenu .sideMenuInner .sideMenuLink {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    color: #fff;
    padding: 5px 0;
    transition: padding 0.3s;
}

.navbar .sideMenu .sideMenuInner .sideMenuLink:first-of-type, .navbar .sideMenu .sideMenuInner .sideMenuLink:not(.visible) + .visible {
    margin-top: auto;
}

.navbar .sideMenu .sideMenuInner .sideMenuSocials {
    align-self: flex-end;
    margin-top: auto;
}

.navbar .sideMenu .sideMenuInner .sideMenuSocials li {
    display: inline-block;
}

.navbar .sideMenu .sideMenuInner .sideMenuSocials li a {
    color: #fff;
    font-size: 22px;
    padding-right: 8px;
    padding-left: 8px;
}

.navbar .dropdown {
    text-align: center;
}

.navbar .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .dropdown .dropdown-toggle::after {
    border: none !important;
    content: "\f104" !important;
    font-family: "Font Awesome 6 Pro";
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
    width: 10px !important;
}

.navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(-90deg);
}

.navbar .dropdown .dropdown-menu {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown !important;
    animation-name: fadeOutDown !important;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    padding: 5px 0;
    right: unset;
    top: 100%;
    left: -50%;
    margin-top: 0;
    border: none;
}

.navbar .dropdown .dropdown-menu a {
    border-radius: 2px;
    padding: 8px 12px;
    padding-right: 16px;
    margin-bottom: 5px;
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.navbar .dropdown .dropdown-menu a::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #00a19a;
    margin-left: 5px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    position: relative;
    right: -10px;
    opacity: 0;
    visibility: hidden;
}

.navbar .dropdown .dropdown-menu a:hover, .navbar .dropdown .dropdown-menu a:focus {
    color: #00a19a !important;
}

.navbar .dropdown .dropdown-menu a:hover::before, .navbar .dropdown .dropdown-menu a:focus::before {
    right: 0px;
    opacity: 1;
    visibility: visible;
    margin-left: 10px;
}

.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown:focus .dropdown-menu {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
}

@media (min-width: 768px) {
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown:focus .dropdown-menu {
        display: block;
    }
}

@media (max-width: 768px) {
    .navbar .dropdown .dropdown-menu {
        -webkit-animation-name: unset !important;
        animation-name: unset !important;
        box-shadow: none;
        text-align: center;
        background-color: #f0f5f4;
        margin: 10px 0;
    }

    .navbar .dropdown:hover .dropdown-menu {
        -webkit-animation-name: unset !important;
        animation-name: unset !important;
    }
}

.SectionTitle {
    text-align: center;
    position: relative;
    padding: 30px 10px;
}


.SectionTitle .hint {
    color: #777;
    margin: auto;
    max-width: 800px;
    line-height: 36px;
}

.SectionTitle .title {
    font-weight: bold;
    color: #0D2821;
    margin-bottom: 20px;
}

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

.socialIcons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 100px;
    margin: 2px;
    color: #666276;
    transition: all 0.3s ease-in-out;
}

.socialIcons a:hover {
    background-color: rgba(230, 198, 136, 0.86);
    color: #ffffff;
    transform: translateY(-3px);
}
/*
footer {
    position: relative;
    display: block;
    width: 100%;
    transition: 0.3s ease-in-out;
    color: #555555;
    overflow: hidden;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}
footer .container {
    margin: 0px auto;
    max-width: 940px;
}
footer .container::before {
    z-index: -1;
    content: "";
    display: block;
    width: 200%;
    height: 0px;
    padding-top: 200%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0px;
    background-image: url("../img/footer.svg");
    position: absolute;
    top: 20px;
    left: -50%;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.062745098));
}
@media (max-width: 768px) {
    footer .container::before {
        width: 350%;
        padding-top: 350%;
        left: -130%;
    }
}
footer .logo {
    text-align: center;
    padding: 0px 30px 0;
}
footer .logo img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 768px) {
    footer .logo img {
        height: 80px;
    }
}
footer .links {
    text-align: center;
    padding: 50px 0 30px;
}
footer .links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .links ul li {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}
footer .links ul li a {
    color: #231f20;
    transition: all 0.3s ease-in-out;
}
footer .links ul li a:hover {
    color: #198587;
}
footer .social {
    text-align: center;
}
footer .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .social ul li {
    display: inline-block;
    padding: 5px;
}
footer .social ul li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    min-width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #555555;
    border-radius: 100px;
    border: 1px solid #555555;
    transition: all 0.3s ease-in-out;
}
footer .social ul li a:hover {
    background-color: #6cafb0;
    color: #ffffff;
    border: 1px solid #6cafb0;
    transform: translateY(-5px);
}
footer .quickLinks {
    margin-top: 30px;
}
footer .quickLinks a {
    padding: 8px;
    display: inline-block;
    color: #555555;
    font-weight: bold;
}
footer .quickLinks a:hover {
    color: #198587;
}
footer .copyR {
    font-weight: bold;
}
@media (max-width: 768px) {
    .footer .apps {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer .apps .mobile {
        margin-bottom: 20px;
        border-radius: 0 0 10px 10px;
    }

    .footer .apps .download {
        justify-content: center;
    }
}*/
footer-landing {
    border-top: 1px solid var(--tb-border-color-translucent);
}
.footer-landing .footer-desc {
    color: rgba(var(--tb-secondary-color-rgb), 0.8);
}
.footer-landing .logo-light {
    display: var(--tb-card-logo-light);
}
.footer-landing .logo-dark {
    display: var(--tb-card-logo-dark);
}
.footer-landing .footer-title {
    color: var(--tb-body-color);
}
.footer-landing .footer-link a {
    color: rgba(var(--tb-secondary-color-rgb), 0.8);
    line-height: 38px;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-landing .footer-link a:hover {
    color: rgba(var(--tb-secondary-color-rgb), 1);
    text-decoration: underline !important;
}
.footer-landing .footer-social i {
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    background-color: rgba(var(--tb-secondary-color-rgb), 0.1);
    color: rgba(var(--tb-secondary-color-rgb), 0.6);
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer-landing .footer-social i:hover {
    color: #fff;
    background-color: var(--mainColor);
}
.footer-landing .footer-border-alt {
    padding: 30px 0;
    border-top: 1px solid rgba(var(--tb-secondary-color-rgb), 0.1);
    color: rgba(var(--tb-secondary-color-rgb), 0.8);
}
.copyRight {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 12px;
    gap: 4px;
    border-top: 1px solid #eee;
}
.copyRight img {
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
.copyRight a {
    color: var(--mainColor);
    display: flex;
    align-items: end;
    gap: 4px;
}

/* PC device :992px. */
@media (min-width: 992px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    a,
    p {
        font-size: 14px;
    }
}
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 992px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    a,
    p {
        font-size: 14px;
    }
}
/* small mobile :320px. */
@media (max-width: 768px) {
    /* Global */
    body {
        font-size: 13px;
    }
    h1 {
        font-size: 23px;
    }
    h2 {
        font-size: 19px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    a,
    p {
        font-size: 14px;
    }
}/*# sourceMappingURL=style.css.map */

.circleBlur2,
.circleBlur {
    display: block;
    width: 200px;
    height: 200px;
    background: #00a19a;
    filter: blur(120px);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.9;
}

.circleBlur2 {
    left: unset;
    right: 0;
    top: unset;
    bottom: 0;
    background-color: #1d71b8;
}

.mainSlider {
    position: relative;
}

.mainSlider #particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mainSlider .mainSliderContainer {
    width: 100%;
    height: 100%;
}

.mainSlider .mainSliderContainer .swiper-slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 68px);
}

@media (max-width: 768px) {
    .mainSlider .mainSliderContainer .swiper-slide {
        height: 550px;
    }
}

.mainSlider .mainSliderContainer .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(29, 113, 184, 0.1882352941), rgba(166, 73, 98, 0.89));
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.mainSlider .mainSliderContainer .swiper-slide .info {
    position: relative;
    z-index: 3;
    padding: 20px 30px;
    max-width: 850px;
    margin-right: 100px;
    text-align: center;
}

@media (max-width: 768px) {
    .mainSlider .mainSliderContainer .swiper-slide .info {
        margin-right: 0px;
    }
}

.mainSlider .mainSliderContainer .swiper-slide .info .hint {
    color: #ffffff;
    text-transform: capitalize;
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2509803922);
    margin-bottom: 10px;
    font-size: 20px !important;
}

@media (max-width: 768px) {
    .mainSlider .mainSliderContainer .swiper-slide .info .hint {
        font-size: 16px !important;
    }
}

.mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
    font-size: 50px !important;
    overflow: hidden;
    color: #ffffff;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2509803922);
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
        font-size: 30px !important;
    }
}

.mainSlider .mainSliderContainer .swiper-slide .info a {
    margin-top: 20px;
    display: inline-block;
}

.mainSlider .mainSliderContainer .swiper-button-next,
.mainSlider .mainSliderContainer .swiper-button-prev {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.1882352941);
    color: #ffffff;
}

.mainSlider .mainSliderContainer .swiper-button-next {
    left: 40px;
}

.mainSlider .mainSliderContainer .swiper-button-prev {
    right: 40px;
}

.mainSlider .mainSliderContainer:hover .swiper-button-next,
.mainSlider .mainSliderContainer:hover .swiper-button-prev {
    opacity: 1;
}

.mainSlider .mainSliderContainer .swiper-pagination {
    left: 20px !important;
    transform: translateX(0%);
}

.mainSlider .mainSliderContainer .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
}

.mainSlider .mainSliderContainer .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.mainSlideItem.swiper-slide-active .sliderTitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: jackInTheBox !important;
    animation-name: jackInTheBox !important;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mainSlideItem.swiper-slide-active .hint {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.mainSlideItem.swiper-slide-active .customBtn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.goDown {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    color: #ffd700;
    position: absolute;
    z-index: 4;
    bottom: calc(0% - 25px);
    left: calc(50% - 25px);
}

.customBtn {
    transition: all 0.3s ease-in-out;
    padding: 8px 24px;
    color: #ffffff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
    border: none;
}

.customBtn::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background-color: #e6c688;
    z-index: -3;
    border-radius: 8px;
    transition: 1s all ease-in-out;
}

.customBtn span {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 0%;
    height: 0%;
    background-color: rgba(18, 41, 71, 0.83);
    z-index: -1;
    border-radius: 8px;
    transition: 0.3s all ease-in-out;
}

.customBtn span::after {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 0%;
    height: 0%;
    transform: translateX(50%) translateY(-50%);
    background-color: #00a19a;
    z-index: -2;
    border-radius: 8px;
    transition: 0.6s all ease-in-out;
}

.customBtn:hover {
    color: #ffffff;
}

.customBtn:hover span {
    width: 400px;
    height: 400px;
}

.customBtn:hover span::after {
    width: 400px;
    height: 400px;
}

.SectionTitle {
    text-align: center;
    position: relative;
    padding: 30px 10px;
}

.SectionTitle .hint {
    color: #777;
    margin: auto;
    max-width: 800px;
    line-height: 36px;
}

.SectionTitle .title {
    font-weight: bold;
    color: #0D2821;
    margin-bottom: 20px;
}

.services {
    padding: 70px 0 30px;
    background-color: #f8f4eb;
    border-radius: 24px;
    margin: 50px;
}

.services .servicesSlider {
    padding-bottom: 40px;
}

.services .service {
    margin: 5px;
    width: 100%;
    height: 300px;
    z-index: -1;
    position: relative;
    border-radius: 10px;
}

.services .service .serviceImg {
    position: relative;
    width: 100%;
    height: 100%;
}

.services .service .serviceImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.services .service .serviceImg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(246, 192, 92, 0.27), rgba(166, 73, 98, 0.67));
    border-radius: 10px;
}

.services .service .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    width: 90%;
    margin: 0 auto 20px;
    transition: all 0.3s ease-in-out;
    transform: translateY(60px);
}

.services .service .details h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.services .service .details p {
    color: #ededed;
    margin: 10px 0 0;
    font-size: 13px;
    opacity: 0;
    min-height: 50px;
    transition: all 0.3s ease-in-out;
}

.services .service:hover .details {
    transform: translateY(0px);
}

.services .service:hover .details p {
    opacity: 1;
}

.steps {
    padding: 70px 0 30px;
}

.steps .allSteps {
    display: flex;
    padding: 20px 0px;
    text-align: center;
    position: relative;
}

@media (max-width: 678px) {
    .steps .allSteps {
        flex-direction: column;
    }
}

.steps .allSteps::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #e6c688;
    position: absolute;
    top: 50%;
    left: 0;
}

@media (max-width: 678px) {
    .steps .allSteps::before {
        display: none;
    }
}

.steps .allSteps .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 250px;
    width: 100%;
}

@media (max-width: 678px) {
    .steps .allSteps .step {
        height: auto;
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

.steps .allSteps .step::after {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px dashed #A64962;
    background-color: #A64962;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

@media (max-width: 678px) {
    .steps .allSteps .step::after {
        top: 0;
        bottom: unset;
    }
}

.steps .allSteps .step:nth-child(1):after {
    content: "1";
}

.steps .allSteps .step:nth-child(2):after {
    content: "2";
}

.steps .allSteps .step:nth-child(3):after {
    content: "3";
}

.steps .allSteps .step:nth-child(4):after {
    content: "4";
}

.steps .allSteps .step:nth-child(5):after {
    content: "5";
}

.steps .allSteps .step::before {
    content: "";
    width: 2px;
    height: 15px;
    border-left: 1px dashed #e6c688;
    border-radius: 100px;
    position: absolute;
    bottom: 30px;
    left: calc(50% + 1px);
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width: 678px) {
    .steps .allSteps .step::before {
        top: -15px;
        height: 60px;
        bottom: unset;
    }
}

@media (max-width: 678px) {
    .steps .allSteps .step:first-child::before {
        top: 0;
        height: 45px;
    }
}

.steps .allSteps .step .images {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.steps .allSteps .step .images img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 2px;
    height: 40px;
    width: 60px;
    border-radius: 8px;
}

.steps .allSteps .step .icon {
    position: relative;
    margin-bottom: 30px;
}

.steps .allSteps .step .icon i {
    font-size: 40px;
    color: rgba(18, 41, 71, 0.61);
}

.steps .allSteps .step .icon::after {
    content: "";
    width: 80px;
    height: 50px;
    background-color: #A64962;
    opacity: 0.1;
    position: absolute;
    left: calc(50% - 44px);
    top: 12px;
    transform: skewX(-55deg) rotateX(60deg) rotateY(14deg);
    z-index: -1;
}

.steps .allSteps .step:nth-child(even) {
    margin-top: 220px;
    padding-bottom: 0px;
    padding-top: 60px;
}

@media (max-width: 678px) {
    .steps .allSteps .step:nth-child(even) {
        margin-top: unset;
        padding-bottom: 30px;
        padding-top: 70px;
    }
}

.steps .allSteps .step:nth-child(even)::after {
    bottom: unset;
    top: 0;
}

.steps .allSteps .step:nth-child(even)::before {
    top: 30px;
    bottom: unset;
}

@media (max-width: 678px) {
    .steps .allSteps .step:nth-child(even)::before {
        top: -15px;
    }
}

.scaleReverse {
    transform: scaleX(-1);
}

.statistics {
    background: linear-gradient(45deg, rgba(0, 161, 154, 0.062745098), rgba(29, 113, 184, 0.1254901961));
    padding: 70px 0;
    text-align: center;
    position: relative;
}

@media (max-width: 768px) {
    .statistics {
        padding: 40px 0;
    }
}

.statistics .statisticsInner {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1882352941);
    border-radius: 16px;
}

.statistics h4 {
    font-weight: bold;
    color: #1d71b8;
    margin-bottom: 30px;
}

.statistics .specifications {
    padding: 30px;
    border-radius: 16px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.statistics .specifications i {
    font-size: 45px;
    margin-bottom: 30px;
    color: #1d71b8;
    transition: all 0.3s ease-in-out;
    display: block;
}

.statistics .specifications h1 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #1d71b8;
    transition: all 0.3s ease-in-out;
    display: block;
}

.statistics .specifications .odometer-inside {
    direction: ltr !important;
}

.statistics .specifications:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
}

.statistics .specifications:hover i {
    color: #00a19a;
}

.statistics .specifications:hover h1 {
    color: #A64962;
}

.faq {
    padding: 70px 0 20px;
    background: linear-gradient(45deg, rgba(0, 161, 154, 0.062745098), rgba(29, 113, 184, 0.1254901961));
}

.accordion .accordion-button:not(.collapsed) {
    background-color: #A64962;
    color: #ffffff;
}

.accordion .accordion-button {
    box-shadow: none !important;
}

.accordion ul {
    list-style: auto;
    margin: 0;
}

.accordion ul li {
    margin-bottom: 20px;
    font-size: small;
    color: #777;
}

.accordion p {
    font-size: small;
    color: #777;
}

.accordion .accordion-item {
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px;
}

.accordion .accordion-item:nth-child(n+4) {
    display: none;
}

.accordion .showAll {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: #00a19a;
}

.accordion .showAll .less {
    display: none;
}

.accordion .showAll a {
    display: flex;
    align-items: center;
    color: #00a19a;
}

.accordion .showAll a span {
    margin: 0 3px;
}

.accordion .showAll i {
    transition: all 0.3s ease-in-out;
}

.accordion.open .accordion-item:nth-child(n+4) {
    display: block;
}

.accordion.open .showAll .less {
    display: block;
}

.accordion.open .showAll .more {
    display: none;
}

.accordion.open .showAll i {
    transform: rotate(180deg);
}

.references {
    padding-top: 40px;
    background-image: linear-gradient(45deg, rgba(209, 217, 230, 0.47), rgba(209, 217, 230, 0.47)), url(../img/map.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.references .swiper-slide {
    width: auto;
}

.references .referenceLogo {
    height: 150px;
    padding: 10px 20px;
}

.references .referenceLogo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sideTitle {
    margin-bottom: 30px;
    color: #0D2821;
    position: relative;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sideTitle h2 {
    font-weight: bold;
}

.sideTitle::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    border-radius: 8px;
    border: 4px solid rgb(166, 73, 98);
    transform: rotate(45deg);
    -webkit-animation: rotate 2s infinite;
    animation: rotate 2s infinite;
    transition: all 0.3s ease-in-out;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(90deg);
        border-radius: 12px;
    }
    50% {
        transform: rotate(180deg);
        border-radius: 8px;
    }
    100% {
        transform: rotate(270deg);
        border-radius: 12px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(90deg);
        border-radius: 12px;
    }
    50% {
        transform: rotate(180deg);
        border-radius: 8px;
    }
    100% {
        transform: rotate(270deg);
        border-radius: 12px;
    }
}

.sideTitle a {
    padding: 5px;
    white-space: nowrap;
    font-weight: normal;
    color: rgba(18, 41, 71, 0.83);
}

.contactForm {
    padding: 70px 0;
}

@media (max-width: 768px) {
    .contactForm {
        padding: 40px 0;
    }
}

.contactForm .sideTitle {
    justify-content: center;
    font-weight: bold;
}

@media (max-width: 768px) {
    .contactForm .sideTitle {
        text-align: center;
        padding-right: 0;
        padding-top: 50px;
    }

    .contactForm .sideTitle::before {
        content: "";
        top: 0;
        right: calc(50% - 15px);
    }
}

.contactForm form {
    box-shadow: 0px 2px 4px #A64962;
    background-color: rgba(255, 255, 255, 0.6392156863);
    padding: 20px;
    border-radius: 16px;
    position: relative;
}

.contactForm form .form-control {
    background-color: transparent;
    border-color: rgba(140, 90, 103, 0.62);
}

.contactForm form .form-label {
    color: #555;
}

.contactForm form .form-label i {
    color: #A64962;
}

.contactForm .googleMap {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: none;
    min-height: 250px;
}

.contactForm .contactInfo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactForm .contactInfo .info {
    background-color: #ffffff;
    margin: 8px 0;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.contactForm .contactInfo .info i {
    min-width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 100px;
    border: 1px dashed #0D2821;
    color: #0D2821;
    transition: all 0.3s ease-in-out;
}

.contactForm .contactInfo .info h6 {
    font-weight: bold;
    color: #777;
    margin-bottom: 8px;
    font-size: small;
}

.contactForm .contactInfo .info:hover {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    z-index: 2;
}

.contactForm .contactInfo .info:hover i {
    background-color: rgba(166, 73, 98, 0.82);
}

.contactForm .contactInfo .info a {
    color: #777;
}

.contactForm .contactInfo .info a:hover {
    color: rgba(18, 41, 71, 0.83);
}
.contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
}

.contact-name {
    font-weight: bold;
    color: #333;
}

.contact-number {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}
.contact-number:hover {
    color: #0056b3;
}

.workers {
    padding: 70px 0 30px;
    margin-bottom: 20px;
}

.workers .cv {
    margin: 10px;
}

.cv {
    position: relative;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.cv img {
    width: 100%;
    height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
    position: relative;
    top: 0;
    left: 0;
}

.cv .type {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    background-color: #0D2821;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 12px !important;
}

.cv .details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(45deg, #0D2821, rgba(166, 73, 98, 0.53));
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.cv .details a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cv:hover .details {
    opacity: 1;
    visibility: visible;
}

.modal {
    z-index: 1049;
}

.cvModal .workerCvSlider img {
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    cursor: zoom-in;
}

.cvModal .workerCvSlider .swiper-button-prev,
.cvModal .workerCvSlider .swiper-button-next {
    color: rgba(18, 41, 71, 0.83);
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
}

.cvModal .workerCvSlider .swiper-button-prev:hover,
.cvModal .workerCvSlider .swiper-button-next:hover {
    background-color: rgba(18, 41, 71, 0.83);
    color: #ffffff;
}

.cvModal .workerCvSlider .swiper-button-prev::after, .cvModal .workerCvSlider .swiper-button-prev::before,
.cvModal .workerCvSlider .swiper-button-next::after,
.cvModal .workerCvSlider .swiper-button-next::before {
    font-weight: 300;
    font-size: 20px;
}

.cvModal ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cvModal ul li {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 49%;
    padding: 10px;
}

.cvModal ul li h6 {
    color: #777;
    font-size: small;
}

.cvModal ul li p {
    font-weight: bold;
    margin-right: 5px;
}

.pagination {
    padding: 50px 0;
    justify-content: center;
}

.pagination .page-link {
    color: #00a19a;
    box-shadow: none !important;
}

.pagination .active {
    background-color: #00a19a;
    color: #ffffff;
}

.pagination .active .page-link {
    background-color: #00a19a;
    color: #ffffff;
    border: #00a19a;
}

.family {
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgba(0, 161, 154, 0.062745098), rgba(29, 113, 184, 0.1254901961));
}

.family .single {
    position: relative;
    display: flex;
    align-items: center;
}

.family .single .image {
    position: relative;
    width: 50%;
    margin-left: 40px;
}

.family .single .image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    position: relative;
    z-index: 2;
}

.family .single .image::before {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 1;
    border: 2px solid #ffd700;
    background-color: rgba(255, 215, 0, 0.1882352941);
    border-radius: 16px;
}

.family .single .info {
    position: relative;
    z-index: 2;
}

.family .single .info h3 {
    font-weight: bold;
    font-size: 35px !important;
    margin-bottom: 20px;
    color: #1d71b8;
}

.family .single .info h5 {
    font-size: 25px !important;
    color: #777;
}

.family .single:nth-child(odd) {
    flex-direction: row-reverse;
}

.family .single:nth-child(odd) .image {
    margin-left: 0px;
    margin-right: 40px;
}

.family .single:nth-child(odd) .image::before {
    right: unset;
    left: -20px;
}

.family .single:nth-child(odd) .info {
    text-align: end;
}

@media (max-width: 768px) {
    .family .single {
        flex-direction: column !important;
    }

    .family .single .image {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    .family .single .image img {
        border-radius: 8px !important;
        height: 200px;
    }

    .family .single .image::before {
        width: 80px;
        height: 80px;
    }

    .family .single .info {
        margin-bottom: 40px;
        text-align: center !important;
    }

    .family .single .info h3 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }

    .family .single .info h5 {
        font-size: 15px !important;
    }

    .family .single:last-child .info {
        margin-bottom: 0;
    }
}

.filter {
    padding: 40px 20px 20px;
    background-color: #fff;
    border-radius: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    right: 0;
    z-index: 2;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    margin-bottom: 30px;
}

.filter h4 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #1d71b8;
}

.filter select {
    width: 100%;
}

.filter label {
    margin-bottom: 8px;
}

.filter label i {
    color: #1d71b8;
}

.filter .confirm,
.filter .clear {
    border-radius: 12px;
    background-color: #eee;
    color: rgba(18, 41, 71, 0.83);
    padding: 8px 16px;
}

.filter .confirm {
    background-color: rgba(18, 41, 71, 0.83);
    color: #ffffff;
}

.allWorkers {
    padding: 50px 0;
    position: relative;
}

.customOrder {
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #cdebea;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 3;
    margin-bottom: 30px;
    border-top: 2px solid #1d71b8;
    text-align: center;
}

@media (max-width: 768px) {
    .customOrder {
        align-items: center;
        justify-content: center;
    }

    .customOrder a {
        margin-top: 10px;
    }
}

.recruitmentRequest {
    padding: 50px 0;
}

.recruitmentRequest .headTitle h2 {
    font-size: 30px !important;
}

@media (max-width: 768px) {
    .recruitmentRequest .headTitle h2 {
        font-size: 20px !important;
    }
}

.recruitmentRequest .headTitle p {
    color: #777;
}

.recruitmentRequest .formCard {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    border-radius: 4px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    left: 0;
}

.recruitmentRequest .formCard .head {
    background-color: rgba(0, 161, 154, 0.1882352941);
    padding: 10px 20px;
    color: #A64962;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}

.recruitmentRequest .formCard .select2-container--default .select2-selection--single {
    border-color: #ced4da;
}

.recruitmentRequest .hint {
    color: #777;
    font-size: 10px;
}

.recruitmentRequest .hint a {
    font-weight: bold;
    color: #1d71b8;
    font-size: 10px !important;
}

.recruitmentRequest .form-check-label {
    font-size: small;
}

.form-check-input:checked {
    background-color: #00a19a;
    border-color: #00a19a;
    transition: all 0.3s ease-in-out;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(20, 94, 78, 0.1882352941);
}

.selectCustomerService {
    padding: 30px 0 0;
}

.selectCustomerService .hint {
    text-align: center;
    margin-bottom: 16px;
}

.selectCustomerService .headTitle h2 {
    font-size: 30px !important;
}

@media (max-width: 768px) {
    .selectCustomerService .headTitle h2 {
        font-size: 20px !important;
    }
}

.selectCustomerService .headTitle p {
    color: #777;
}

.selectCustomerService .choose {
    position: relative;
    background-color: rgba(0, 161, 154, 0.1254901961);
    padding: 16px;
    border-radius: 16px;
}

.selectCustomerService .choose .customerOption {
    padding: 5px;
}

.selectCustomerService .choose .btn {
    padding: 8px 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    box-shadow: none;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    border-radius: 16px;
}

.selectCustomerService .choose .btn img {
    height: 50px;
    min-width: 50px;
    margin: 0 auto 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.selectCustomerService .choose .btn span {
    text-transform: capitalize;
    font-size: 13px !important;
}

.selectCustomerService .choose .btn-check:active + .btn-outline,
.selectCustomerService .choose .btn-check:checked + .btn-outline,
.selectCustomerService .choose .btn-outline.active,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show,
.selectCustomerService .choose .btn-outline:active {
    background-color: #ffffff;
    color: #00a19a;
    border: 2px solid #00a19a;
}

.selectCustomerService .choose .btn-check:active + .btn-outline::after,
.selectCustomerService .choose .btn-check:checked + .btn-outline::after,
.selectCustomerService .choose .btn-outline.active::after,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show::after,
.selectCustomerService .choose .btn-outline:active::after {
    content: "\f336" !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
}

.selectedCustomerInfo .contact {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    height: 100%;
    text-align: center;
    color: #292929;
}

.selectedCustomerInfo .contact i {
    font-size: 35px;
    display: block;
}

.selectedCustomerInfo .contact i.fa-whatsapp-square {
    color: #038735;
}

.selectedCustomerInfo .contact i.fa-square-phone {
    color: #1e90ff;
}

.selectedCustomerInfo .contact:hover {
    background-color: rgba(166, 73, 98, 0.37);
    color: #A64962;
}

.account {
    padding: 70px 5px;
}

.account .formCard {
    max-width: 900px;
    margin: auto;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .account .formCard {
        padding: 30px 10px;
    }
}

.account .formCard .loginImg {
    height: 300px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 768px) {
    .account .formCard .loginImg {
        height: 200px;
        margin-bottom: 20px;
    }
}

.account .formCard a {
    color: #00a19a;
}

.account .socialLogin {
    text-align: center;
}

.account .socialLogin .line {
    padding: 10px 20px;
    margin: auto;
    position: relative;
}

.account .socialLogin .line span {
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding: 0px 20px;
}

.account .socialLogin .line::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 10px;
}

.account .socialLogin .social {
    display: flex;
    padding: 10px 0;
    margin-bottom: 10px;
}

.account .socialLogin .social .loginIcon {
    padding: 10px 16px;
    margin: 0px 5px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
}

.account .socialLogin .social .loginIcon.facebook {
    background-color: #4267b2;
}

.account .socialLogin .social .loginIcon.gmail {
    background-color: #db4437;
}

.account .socialLogin .social .loginIcon:hover {
    transform: translateY(-2px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1882352941);
}

.vCode {
    direction: ltr;
    padding: 20px 0px;
    display: flex;
    justify-content: space-around;
}

.vCode .vCode-input {
    min-width: 40px;
    width: 100%;
    height: 60px;
    background-color: #eee;
    border: none;
    border-bottom: 2px solid #00a19a;
    text-align: center;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
}

.profile .NavBack {
    background-image: linear-gradient(45deg, rgba(19, 34, 53, 0.5647058824), rgba(236, 207, 168, 0.5647058824)), url(../img/map.webp);
    background-size: cover;
    background-attachment: fixed;
    height: 120px;
    margin-bottom: 50px;
}

.profile .userInfo {
    background-color: #ffffff;
    color: #292929;
    border-radius: 20px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    padding: 20px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.profile .userInfo img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 100%;
    border: 3px solid #00a19a;
    margin-bottom: 20px;
}

.profile .userInfo .userName h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.profile .userInfo .control {
    position: absolute;
    left: 0;
    top: 5px;
}

.profile .userInfo .control i {
    font-size: 28px;
    color: #ff0000;
    cursor: pointer;
}

.profile .userInfo .control .switch {
    position: relative;
    width: 50px;
    height: 28px;
    margin: -3px 10px;
}

.profile .userInfo .control .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.profile .userInfo .control .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
    margin: 0px !important;
}

.profile .userInfo .control .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    right: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.profile .userInfo .control .switch input:checked + .slider {
    background-color: #2196f3;
}

.profile .userInfo .control .switch input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.profile .userInfo .control .switch input:checked + .slider:before {
    transform: translateX(22px);
}

@media (max-width: 760px) {
    .profile .userInfo {
        padding: 20px 10px;
    }

    .profile .userInfo img {
        width: 80px;
        height: 80px;
    }

    .profile .userInfo span {
        margin: 0px 10px;
    }
}

.profile .profileNavCol {
    background-color: rgba(166, 73, 98, 0.41);
    border-radius: 16px;
    padding: 5px;
    margin-bottom: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    right: 0;
    z-index: 2;
}

.profile .profileNavCol a {
    padding: 13px;
    display: flex;
    align-items: center;
    color: #292929;
    margin: 5px 1px;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.profile .profileNavCol a i {
    margin-right: 5px;
}

.profile .profileNavCol a.active, .profile .profileNavCol a:hover {
    background-color: #00a19a;
    color: #ffffff;
}

@media (max-width: 760px) {
    .profile .profileNavCol {
        margin-bottom: 10px;
    }

    .profile .profileNavCol a {
        padding: 8px 10px;
        display: inline-flex;
        margin: 3px 0px;
        min-width: 49%;
        background-color: rgba(255, 255, 255, 0.6431372549);
    }
}

@media (max-width: 335px) {
    .profile .profileNavCol {
        margin-bottom: 10px;
    }

    .profile .profileNavCol a {
        padding: 8px 10px;
        display: inline-flex;
        margin: 3px 0px;
        min-width: 100%;
    }
}

.profile .profileTitle {
    background-color: #f8f8f8;
    padding: 10px;
    margin-bottom: 20px;
}

.profileContent {
    background-color: #ffffff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    border-radius: 16px;
    padding: 20px;
    margin: 10px;
}

@media (max-width: 760px) {
    .profileContent {
        box-shadow: none;
        margin: 20px 0;
        padding: 0;
    }
}

.profileContent .customAlert {
    font-weight: bold;
    color: #1d71b8;
    text-align: center;
    padding: 10px;
}

.profileContent .newOrder {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #1d71b8;
    background: rgba(29, 113, 184, 0.1882352941);
    color: #1d71b8;
}

.profileContent .newOrder i {
    font-size: 30px;
    margin-left: 20px;
}

.profileContent .newOrder:hover {
    background: #1d71b8;
    color: #ffffff;
}

.profileContent .order {
    background-color: #fff;
    border: 1px solid rgba(0, 161, 154, 0.1254901961);
    border-radius: 16px;
}

.profileContent .order .workerCvSlider {
    padding-bottom: 0px;
}

.profileContent .order .workerCvSlider img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    cursor: zoom-in;
}

.profileContent .order .swiper-button-prev,
.profileContent .order .swiper-button-next {
    color: #1d71b8;
    width: 30px;
    height: 30px;
}

.profileContent .order .swiper-button-prev:hover,
.profileContent .order .swiper-button-next:hover {
    background-color: #00a19a;
    color: #1d71b8;
}

.profileContent .order .swiper-button-prev::after, .profileContent .order .swiper-button-prev::before,
.profileContent .order .swiper-button-next::after,
.profileContent .order .swiper-button-next::before {
    font-weight: 300;
    font-size: 20px;
}

.profileContent .order ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profileContent .order ul li {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 49%;
    padding: 10px;
}

.profileContent .order ul li h6 {
    color: #777;
}

.profileContent .order ul li p {
    font-weight: bold;
    margin-right: 5px;
}

.profileContent .order .profileCustomerInfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 15px 5px 10px;
    background-color: rgba(0, 161, 154, 0.1254901961);
    border-radius: 16px;
    margin-top: 10px;
}

.profileContent .order .profileCustomerInfo .info {
    display: flex;
    align-items: center;
}

.profileContent .order .profileCustomerInfo .info img {
    height: 50px;
    width: 50px;
    margin-left: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

.profileContent .order .profileCustomerInfo .info .text h6 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #00a19a;
}

.profileContent .order .profileCustomerInfo .info .text p {
    font-size: smaller !important;
}

.profileContent .order .profileCustomerInfo .contact {
    text-align: center;
}

.profileContent .order .profileCustomerInfo .contact a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #00a19a;
    color: #00a19a;
    margin: 5px;
}

.profileContent .order .profileCustomerInfo .contact a i {
    font-size: 20px;
}

.profileContent .order .profileCustomerInfo .contact a:hover {
    background-color: #00a19a;
    color: #ffffff;
}

.profileContent .order .cancel {
    color: #db1d00;
}

.profileContent .order .done {
    color: #038735;
}

.profileContent .order .orderStatus {
    padding: 10px;
    font-weight: bold;
}

.routeNav {
    display: flex;
    align-items: center;
    background-color: #1d71b8;
    border-radius: 8px;
    padding: 10px 30px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.routeNav .Back {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #1d71b8;
    border-radius: 100%;
    margin-left: 30px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    border: none;
}

.routeNav .Back:hover {
    background-color: #292929;
    color: #ffd700;
}

.routeNav .Back .fa-angle-right:before {
    content: "\f105";
}

.routeNav ul {
    margin: 0;
    list-style: none;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.routeNav ul li {
    display: inline-flex;
    padding: 10px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.routeNav ul li a {
    transition: all 0.3s ease-in-out;
    color: #00a19a;
}

.routeNav ul li a:hover {
    color: #ffffff;
}

.routeNav ul li a.active {
    color: #ffffff;
    cursor: default;
    font-weight: bold;
}

.routeNav ul li::after {
    content: " / ";
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}

.routeNav ul li:last-child:after {
    display: none;
}

@media (max-width: 768px) {
    .routeNav {
        margin: 0px 0px 30px;
        padding: 10px 10px;
    }

    .routeNav .Back {
        margin-left: 20px;
    }

    .routeNav ul li a {
        font-size: 16px;
    }
}

.status {
    position: relative;
    padding: 20px 10px;
    background-color: #00a19a;
    margin: 20px 0;
    border-radius: 8px;
    border: 1px solid #1d71b8;
    overflow: hidden;
}

.status ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.status ol li {
    position: relative;
    text-align: center;
    padding: 0 5px;
    width: 100%;
}

.status ol li:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 4px auto;
    border: 3px solid #ccc;
}

.status ol li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #ccc;
    margin: 0;
    position: absolute;
    top: 12px;
    right: calc(50% + 12px);
}

.status ol li.completed:before {
    background: #1d71b8;
    border: 3px solid #1d71b8;
}

.status ol p {
    margin-top: 10px;
}

.notifications {
    padding: 10px;
}

.notifications ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.notifications ul .notification {
    padding: 20px;
    background-color: rgba(0, 161, 154, 0.062745098);
    border-radius: 10px;
    margin-bottom: 10px;
}

.notifications ul .notification .notificationTitle {
    font-weight: bold;
    margin-bottom: 10px;
}

.notifications ul .notification p {
    color: #808080;
    margin-bottom: 10px;
}

.notifications ul .notification .date {
    display: flex;
    font-size: small;
}

.notifications ul .notification .date i {
    color: #1d71b8;
}

.editProfile {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.editProfile .head {
    background-color: rgba(29, 113, 184, 0.062745098);
    color: #1d71b8;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}

.editProfile .head h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.timer {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.timer div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #eee;
    color: #1d71b8;
    min-width: 100px;
    height: 100px;
    border-radius: 20px;
    font-size: 40px;
    font-weight: bold;
    margin: 5px;
}

.timer div span {
    display: block;
    font-size: 14px;
}

/* PC device :991px. */
@media (min-width: 991px) {
    body {
        font-size: 14px !important;
    }

    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 15px !important;
    }

    a,
    p {
        font-size: 14px !important;
    }
}

/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px !important;
    }

    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 15px !important;
    }

    a,
    p {
        font-size: 14px !important;
    }
}

/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 13px !important;
    }

    h1 {
        font-size: 23px !important;
    }

    h2 {
        font-size: 19px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    h4 {
        font-size: 17px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 15px !important;
    }

    a,
    p {
        font-size: 14px !important;
    }
}

/*# sourceMappingURL=style.css.map */
.btn {
    padding: 16px 32px;
    border: none;
    background-color: #A64962;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 6px 0px #A64962;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    cursor: pointer;
}

.btn:hover {
    transform: translateY(6px);
    color: #ffffff;
    box-shadow: none !important;
}

.mainSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background-image: linear-gradient(-45deg, rgba(13, 40, 33, 0.1), rgba(140, 90, 103, 0.49)), url(../img/main_slide2.webp);
    background-size: cover;
    background-position: bottom center;
    height: 600px;
    border-radius: 20px 20px 20px 20px;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-left: 45px;
    margin-right: 45px;
}

.mainSection h1 {
    font-weight: bold;
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 44px;
    font-size: 32px !important;
    text-shadow: -2px 2px 0px #A64962;
}
.mainSection h2 {

    color: #ffffff;
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 44px;
    font-size: 28px !important;
    text-shadow: -2px 2px 0px #0d2821;
}

@media (max-width: 768px) {
    .mainSection {
        border-radius: 0px 0px 0px 0px;
        background-repeat: no-repeat;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .mainSection h1 {
        font-size: 18px !important;
    }
    .mainSection h2 {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .container,
    .container-fluid {
        padding: 0px 8px;
    }
}

.title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 250px;
    flex: 1;
}

.title h1 {
    font-weight: bold;
    font-size: 32px !important;
}

@media (max-width: 768px) {
    .title h1 {
        font-size: 22px !important;
    }
}

.title h6,
.title p {
    color: #777;
    line-height: 28px;
    font-weight: normal;
}

.aboutUs {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 50px;
}

@media (max-width: 768px) {
    .aboutUs {
        text-align: center;
    }
}

.aboutUs .aboutImage {
    text-align: center;
    position: relative;
    flex: 1;
    z-index: 1;
    height: 100%;
    min-width: 200px;
    max-width: 400px;
}

@media (max-width: 768px) {
    .aboutUs .aboutImage {
        max-width: 250px;
    }
}

.aboutUs .aboutImage:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    right: 50%;
    background-color: #A64962;
    transform: translateX(50%) translateY(-50%);
    z-index: -1;
    -webkit-animation: animateTwo 10s linear infinite alternate forwards;
    animation: animateTwo 10s linear infinite alternate forwards;
}

.aboutUs .aboutImage img {
    -webkit-animation: animateOne 10s linear infinite alternate forwards;
    animation: animateOne 10s linear infinite alternate forwards;
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

@-webkit-keyframes animateOne {
    0%, to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes animateOne {
    0%, to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@-webkit-keyframes animateTwo {
    0%, to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    28% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    70% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes animateTwo {
    0%, to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    28% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    70% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.aboutUs.company .aboutImage:before {
    background-color: #1e8e84;
}

/*Description list*/
.aboutUs .description-list {
    margin: 30px 0;
}

.aboutUs .description-list li {
    padding-right: 45px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}

.aboutUs .description-list li:last-child {
    margin-bottom: 0px;
}

.aboutUs .description-list li i {
    background-color: #A64962;
    color: #fff;
    line-height: 26px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 22px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
}

@media (max-width: 575px) {
    .description-list li {
        padding-right: 30px;
    }

    .description-list li i {
        font-size: 12px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}
.Countries-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    background-image: url(../img/map.png);
    margin: 50px;
}
.Countries-section .Countries-title {
    margin-bottom: 50px;
    text-align: center;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
}

.Countries-section .Countries-boxes {
    margin-bottom: 30px;
}
.Countries-section .Countries-boxes .Countries-block {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(30, 51, 79, 0.51);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    transition: 0.5s all ease;
    margin-bottom: 30px;
}
.Countries-section .Countries-boxes .Countries-block:hover {
    background-color: #A64962;
}
.Countries-section .Countries-boxes .Countries-block:hover:after {
    background-color: #fff;
    opacity: 0.1;
    width: 500%;
    height: 500%;
}
.Countries-section .Countries-boxes .Countries-block:hover .Countries-media:after {
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}
.Countries-section .Countries-boxes .Countries-block:hover .Countries-content p {
    color: #fff;
    font-size: large;
}
.Countries-section .Countries-boxes .Countries-block:hover .Countries-content a.defaultBtn:hover {
    color: #a64962 !important;
}
.Countries-section .Countries-boxes .Countries-block:before {
    width: 110px;
    height: 110px;
    position: absolute;
    left: -60px;
    top: -60px;
    content: "";
    color: #fff;
    background-color: #A64962;
    border-radius: 50%;
    opacity: 0.04;
    z-index: -1;
    transition: 0.5s all ease;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media {
    width: 150px;
    height: 132px;
    line-height: 0;
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    margin: 0px auto 0px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media:after {
    transition: 0.5s all ease;
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 20px;
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    position: absolute;
    left: 50%;
    content: "";
    z-index: -1;
    top: 50%;
    opacity: 0;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media img {
    width: 83px;
    height: 80px;
    transition: 0.5s all ease;
    border-radius: 20px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media img:before {
    transform: translateX(-50%);
    left: 50%;
    position: inherit;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media img:after {
    transition: 0.5s all ease;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 20px;
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    position: absolute;
    left: 50%;
    content: "";
    z-index: -1;
    top: 50%;
    opacity: 0;
}
.Countries-section .Countries-boxes .Countries-block .count-content-title {
    background-color: #f0f6fe;
    color: #A64962;
    font-size: 14px;
    border-radius: 10px;
    padding: 4px 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-content p {
    margin-bottom: 0px;
    display: block;
    margin-top: 10px;
    font-size: 15px;
    transition: 0.5s all ease;
    color: #17171d;
}
.Countries-section .Countries-boxes .Countries-block .Countries-content a.defaultBtn {
    width: 122px;
    padding: 6px 5px;
    margin: 20px 46px;
    margin-left: 0 !important;
    margin-right: 0px !important;
    font-weight: 600;
    font-size: 15px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-content a.defaultBtn:hover {
    color: rgba(166, 73, 98, 0.44) !important;
}
.Countries-section .Countries-boxes .Countries-block:after {
    width: 110px;
    height: 110px;
    position: absolute;
    right: -60px;
    bottom: -60px;
    content: "";
    background-color: #A64962;
    color: #fff;
    border-radius: 50%;
    opacity: 0.04;
    z-index: -1;
    transition: 0.5s all ease;
}
.Countries-section .Countries-btn a {
    outline: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: #466FA6;
    border: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s all ease;
}
/*.services {*/
/*    padding: 50px 20px 20px;*/
/*    background-color: #ebf7f8;*/
/*    border-radius: 24px;*/
/*}*/
/*.services .sectionTop {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .services .sectionTop {*/
/*        flex-direction: column;*/
/*        text-align: center;*/
/*    }*/
/*}*/
/*.services .swiper-wrapper {*/
/*    padding: 30px 0px;*/
/*}*/
/*.services .swiper-wrapper .swiper-slide {*/
/*    height: auto;*/
/*}*/
/*.services .service {*/
/*    display: flex;*/
/*    text-align: center;*/
/*    flex-direction: column;*/
/*    gap: 24px;*/
/*    background-color: #ffffff;*/
/*    padding: 24px 16px;*/
/*    border-radius: 16px;*/
/*    position: relative;*/
/*    isolation: isolate;*/
/*    height: 100%;*/
/*}*/
/*.services .service::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0px;*/
/*    width: 100%;*/
/*    height: 0px;*/
/*    background-color: #faa940;*/
/*    border-radius: 16px;*/
/*    transform: translateX(-50%);*/
/*    transition: all 0.3s ease-in-out;*/
/*    z-index: -1;*/
/*    opacity: 0.1;*/
/*    box-shadow: 0px 8px 24px rgba(67, 67, 64, 0.1882352941);*/
/*}*/
/*.services .service i {*/
/*    height: 70px;*/
/*    width: 100%;*/
/*    -o-object-fit: contain;*/
/*    object-fit: contain;*/
/*}*/
/*.services .service h4 {*/
/*    font-weight: normal;*/
/*    color: #434340;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
/*.services .service:hover h4 {*/
/*    color: #faa940;*/
/*}*/
/*.services .service:hover::before {*/
/*    height: 100%;*/
/*}*/
.container-wa .floating-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
}
.container-wa .floating-button:hover {
    background-color: #1fad53;
}
.container-wa .floating-button .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
}
.container-wa .floating-button .icon.wa {
    animation: wa-out 0.3s;
}
.container-call .floating-button {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 60px;
    height: 60px;
    background-color: #A64962;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
}
.container-call .floating-button:hover {
    background-color: #1e8e84;
}
.container-call .floating-button i{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
}
.container-call .floating-button .icon.call {
    animation: wa-out 0.3s;
}
