/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --prim: #fafaff;
    --second: #97bf00;
    --third: #2f2f2f;
    --gray: #707070;
    --light-gray: #eeeeee;
    --yello: #fada0f;
    --placeholder-color: #b8b8b8;
}

@font-face {
    font-family: "IBM_Plex_Sans_Arabic";
    src: local("IBM_Plex_Sans_Arabic"), url("../fonts/IBM_Plex_Sans_Arabic/IBMPlexSansArabic-Regular.ttf") format("truetype");
}

body {
    font-family: "IBM_Plex_Sans_Arabic";
    color: #444444;
    background-color: #fff;
    /* font-family: "IBM_Plex_Sans_Arabic";*/
}

main {
    overflow: hidden;
}

a {
    color: var(--second);
    text-decoration: none;
}

a:hover {
    color: var(--second);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IBM_Plex_Sans_Arabic";
}

p {
    font-size: 19px;
    line-height: 38px;
    color: var(--gray);
}

.btnPrimary {
    background-color: var(--third);
    color: #fff;
    font-size: 18px;
    padding: 7px 30px 10px;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
}

.btnPrimary:hover {
    background-color: var(--yello);
    color: #000;
}

.btnGreen {
    background-color: var(--second);
    color: #fff !important;
    font-size: 18px;
    padding: 10px 20px 10px !important;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
}

.btnGreen:hover {
    background-color: var(--yello);
    color: #000 !important;
}

.btnGreenOutline {
    background-color: #fff;
    color: var(--second) !important;
    font-size: 16px;
    padding: 10px 20px 10px !important;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #e1e1e1;
    transition: 0.2s;
}

.btnGreenOutline:hover {
    background-color: var(--second);
    color: #fff !important;
}

.btnGreenOutline i {
    padding-inline-end: 10px;
}

[dir="rtl"] .bi-arrow-left::before {
    transform: rotate(180deg);
}

[dir="rtl"] .bi-arrow-right::before {
    transform: rotate(180deg);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--second);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--yello);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.Object1 {
    position: absolute;
    top: 200px;
    right: 0;
    animation: MoveUpDown2 4s ease-in-out infinite;
}

.Object2 {
    position: absolute;
    top: 1000px;
    left: 0;
    animation: MoveUpDown2 4s ease-in-out infinite;
}

.Object3 {
    position: absolute;
    top: 2200px;
    right: 0;
    animation: MoveUpDown2 4s ease-in-out infinite;
}

@-webkit-keyframes MoveUpDown2 {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(30px);
    }
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(42, 44, 57, 0.9);
}

#header.header-transparent {
    background: rgb(255 255 255);
    box-shadow: 0 0 10px #0000000d;
}

#header.header-scrolled {
    background: rgba(255, 255, 255, 0.9);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    align-items: start;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 7px 15px;
    margin-left: 5px;
    font-size: 16px;
    color: var(--third);
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 50px;
    font-weight: 600;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar-nav .nav-link.active,
.navbar a:hover,
.navbar a:focus,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: var(--second);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px 0 0 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 15px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #2a2c39;
    margin: 0 5px;
    font-size: 14px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: var(--third);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    /* .navbar ul {
        display: none;
    }*/
    #header .logo img {
        max-height: 40px;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(20, 21, 28, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 50px;
    left: px;
    padding: 0 50px 0 0;
    border-radius: 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #2a2c39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--third);
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.mini-title {
    color: var(--second);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.section-title p {
    max-width: 600px;
    margin-inline: auto;
}

.section-title h3 {
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.section-title .btnGreenOutline {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

.headTitle {
    margin-top: 80px;
    background-color: #f6f9ea;
    padding: 30px 0 20px;
}

.headTitle .container {
    display: flex;
    gap: 10px;
    align-items: center;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#hero .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    position: relative;
    padding-top: 70px;
}

#hero .header_card {
    padding: 5px 10px;
    color: gray;
    max-width: 218px;
    box-shadow: 0 0px 5px #d9d7d7;
    border-radius: 5px;
    margin-bottom: 30px;
}

#hero h1 {
    color: #000;
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 700;
}

#hero p {
    margin-bottom: 25px;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #ef6603;
}

#hero .btn-get-started:hover {
    background: #ef6603;
    color: #fff;
    text-decoration: none;
}

#ex1 {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

#ex1-layer {
    width: 100%;
    padding: 0;
}

#hero #ex1-layer-img {
    width: 100%;
    margin: 0;
    z-index: 1;
    position: relative;
    animation: MoveUpDown 3s ease-in-out infinite;
}

#hero .img1 {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
}

[dir="ltr"] #hero .img1 {
    transform: scaleX(-1);
}

@-webkit-keyframes MoveUpDown {
    0%,
    100% {
        bottom: 0;
    }
    50% {
        bottom: 50px;
    }
}


/*--------------------------------------------------------------
# cards
--------------------------------------------------------------*/

.card1 {
    border: 1px solid var(--light-gray);
    border-radius: 20px;
    padding: 20px;
    box-shadow: -5px 10px 10px var(--light-gray);
    margin-bottom: 15px;
    background-color: #fff;
}

.card1 .icon {
    height: 70px;
    margin-bottom: 15px;
}

.card1 h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.card1 p {
    font-size: 16px;
    color: var(--gray);
    font-weight: 500;
    line-height: 25px;
    height: 80px;
    overflow: hidden;
}

.card2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    align-items: center;
    transition: 0.3s;
    margin-top: 30px;
    border: 1px solid transparent;
    overflow: hidden;
    background-color: #f6f9ea;
}

.card2 .content {
    padding: 20px;
    width: 40%;
}

.card2 .image {
    width: 50%;
    aspect-ratio: 648/483;
    transform: scale(0.95);
    transition: 0.3s;
    border-radius: 20px;
    overflow: hidden;
}

.card2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card2 h4 {
    font-size: 32px;
    line-height: 47.2px;
    color: var(--third);
    font-weight: 600;
}

.card2 p {
    font-size: 16px;
    max-height: 200px;
    overflow: hidden;
}

.card2 .btnGreenOutline {
    width: max-content;
    transition: 0.3s;
}

.card2:hover .image {
    transform: scale(1);
    border-radius: 0;
}

.card2:hover {
    background: #fff;
    border: 1px solid var(--light-gray);
}

.card2:hover .btnGreenOutline {
    transform: scale(1.1);
}

.card5 {
    display: flex;
    gap: 15px;
}

.card5 img {
    height: 74px;
}

.card5 .content h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--third);
}

.statistics .card5 .content h2 {
    font-size: 28px;
    direction: ltr !important;
}

[dir="rtl"] .statistics .card5 .content h2 {
    text-align: end;
}

.card5 .content h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--gray);
}

[dir="rtl"] .card5 .content h3 {
    display: flex;
    justify-content: end;
}

.card3 {
    display: block;
    border-radius: 20px;
    border: 1px solid var(--light-gray);
    background-color: #fff;
    overflow: hidden;
}

.card3 .image {
    width: 100%;
    aspect-ratio: 567/370;
    overflow: hidden;
}

.card3 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.card3 .content {
    padding: 20px;
}

.card3 .btnGreenOutline {
    width: max-content;
}

.card3 h4 {
    font-size: 30px;
    font-weight: 700;
    color: var(--third);
}

.card3 p {
    font-size: 16px;
    line-height: 27px;
    margin-block: 20px;
    font-weight: 500;
}

hr {
    border-top-color: var(--light-gray);
    opacity: 1;
}

.card4 {
    display: block;
    border-radius: 20px;
    border: 1px solid var(--light-gray);
    background-color: #fff;
    overflow: hidden;
    padding: 25px;
    margin-bottom: 16px;
}

.card4 .flex-content {
    display: flex;
    justify-content: space-between;
}

.card4 .image {
    width: 170px;
    aspect-ratio: 170/170;
    overflow: hidden;
    border-radius: 20px;
}

.card4 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.card4 .content {
    padding: 0;
    max-width: calc(100% - 190px);
}

.card4 .btnGreenOutline {
    width: max-content;
}

.card4 h4 {
    font-size: 30px;
    font-weight: 700;
    color: var(--third);
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    text-wrap: nowrap;
}

.card4 p {
    font-size: 16px;
    line-height: 27px;
    margin-block: 20px;
    font-weight: 500;
}

.lines-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card4:hover .image img,
.card3:hover .image img {
    transform: scale(1.2);
}


/*--------------------------------------------------------------
# services Section
--------------------------------------------------------------*/

.services .card1 {
    width: 112%;
    animation: MoveScale 3s ease-in-out infinite;
}

.services .num1,
.services .num4 {
    animation-delay: 0s;
}

.services .num2,
.services .num3 {
    animation-delay: 1.5s;
}

.services .col2 {
    margin-top: 40px;
}

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


/*--------------------------------------------------------------
# portfolio Section
--------------------------------------------------------------*/

.portfolio {
    background-color: #f6f9ea;
}


/*--------------------------------------------------------------
# statistics Section
--------------------------------------------------------------*/

.statistics .statistics-card {
    border-radius: 40px;
    border: 2px solid var(--light-gray);
    background-image: url("../images/Rectangle\ 2886.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 40px 0;
}

.statistics .last-image img {
    width: 100%;
}

[dir="ltr"] .statistics .last-image img {
    transform: scaleX(-1);
}


/*--------------------------------------------------------------
# partners Section
--------------------------------------------------------------*/

.partners-slider {
    margin-top: 40px;
    overflow: hidden;
}

.partners-slider .swiper-pagination1 {
    position: relative;
    margin-top: 40px;
}

.partners-item img {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
    display: none;
    background-color: #fffdf1;
    padding-top: 260px;
    margin-top: -200px;
}

.testimonials-slider {
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
}

.slider-style1 .swiper-button-prev,
.slider-style1 .swiper-button-next {
    background-color: #fff;
    color: var(--second);
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
}

.slider-style1 .swiper-button-prev:after,
.slider-style1 .swiper-button-next:after {
    content: unset;
}

[dir="ltr"] .slider-style1 .swiper-button-prev {
    right: 0;
    left: auto;
}

[dir="ltr"] .slider-style1 .swiper-button-next {
    left: 0;
    right: auto;
}

.slider-style1 .swiper-slide.swiper-slide-active {
    z-index: 1;
}

.slider-style1 .swiper-slide.swiper-slide-active .testimonial-item {
    transform: scale(1.1);
    margin-inline: 0;
    width: 100%;
}

.testimonials .testimonial-item {
    padding: 30px 30px;
    margin: 30px 1%;
    text-align: center;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
    width: 98%;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid var(--light-gray);
    transition: 0.3s;
}

.testimonials .testimonial-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--second);
    /*margin: 0 auto;*/
    margin: 0 auto 20px;
}

.testimonials .testimonial-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonials .testimonial-item p {
    font-size: 16px;
    color: var(--gray);
    margin: 0;
    line-height: 27px;
}

.testimonials.slider-style1 .swiper-button-prev,
.testimonials.slider-style1 .swiper-button-next {
    top: 65%;
}


/*--------------------------------------------------------------
# about-us-section1
--------------------------------------------------------------*/

.about-us-section1 .image1 {
    width: 100%;
    aspect-ratio: 533/360;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.3s;
}

.about-us-section1 .image2 {
    width: 60%;
    aspect-ratio: 321/160;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.3s;
}

.about-us-section1 .image1 img,
.about-us-section1 .image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-section1 .image1:hover,
.about-us-section1 .image2:hover,
.about-us-section1 .employee:hover {
    transform: scale(1.05);
}

.about-us-section1 .col1 {
    max-width: 530px;
}

.about-us-section1 .bottom-section {
    gap: 20px;
}

.about-us-section1 .employee {
    transition: 0.3s;
    width: calc(40% - 20px);
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--second);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.about-us-section1 .employee h4 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-us-section1 .employee p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/

.team {
    background-color: #f6f9ea;
}

.team-slider {
    overflow: hidden;
}

.team-slider.swiper-container {
    max-width: 900px;
    margin: 0 auto;
}

.team .swiper-wrapper {
    display: flex;
    flex-direction: row;
}

.team .btnPrimary {
    display: block;
    width: max-content;
    margin: 20px auto 0;
}

.team-card {
    text-align: center;
}

.team-card .image {
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 280/340;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.team-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card .linked {
    opacity: 0;
    background-color: #ffffffb2;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

.team-card .linked img {
    width: 64px;
    height: 64px;
}

.team-card .image:hover .linked {
    opacity: 1;
}

.team-card .linked p {
    font-size: 16px;
}


/*--------------------------------------------------------------
# contact-info
--------------------------------------------------------------*/

.contact-info {
    padding: 120px 0;
}

.contact-card {
    border-radius: 40px;
    border: 2px solid var(--light-gray);
    padding: 60px 30px;
}


/*--------------------------------------------------------------
# portfolio-page 
--------------------------------------------------------------*/

.portfolio-page .section-title {
    margin-bottom: 20px;
}

.nav-tabs {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--third);
    border-radius: 30px;
    padding-inline: 20px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    background-color: #f6f9ea;
    color: var(--second);
}

.divider {
    height: 20px;
    width: 2px;
    background-color: #bebebe;
}


/*--------------------------------------------------------------
# start-with-us-card
--------------------------------------------------------------*/

.start-with-us {
    padding-bottom: 120px;
    position: relative;
}

.start-with-us-card {
    position: relative;
    background-color: var(--second);
    background-image: url("../images/start-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 40px;
}

.start-with-us-card h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.start-with-us-card h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
}

[dir="ltr"] .start-with-us-card h3 {
    font-size: 34px;
}

.start-with-us-card .btnPrimary {
    position: relative;
    display: block;
    margin: 120px auto 0px;
    width: max-content;
    border: 1px solid #fff;
    z-index: 2;
}

.start-with-us-card .arrow svg:first-child {
    position: absolute;
    top: -70px;
    right: 3%;
    z-index: 1;
}

.start-with-us-card .arrow svg:last-child {
    position: absolute;
    bottom: 0;
    right: 15%;
    z-index: 1;
}


/*--------------------------------------------------------------
# blogs-page
--------------------------------------------------------------*/

.blogs-page .card3 {
    margin-bottom: 20px;
}

.blogs-page .spinner.btnGreenOutline {
    display: block;
    margin: 20px auto;
    width: max-content;
    border-color: var(--second);
}

.blogs-page .spinner.btnGreenOutline .spinner-border {
    width: 10px;
    height: 10px;
    border-width: 2px;
    padding: 5px;
    margin-inline-end: 10px;
}


/*--------------------------------------------------------------
# blogs-details-page
--------------------------------------------------------------*/

.blogs-details-page .blog-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.blogs-details-page .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-details-page .props {
    margin-top: 15px;
    align-items: center;
}

.blogs-details-page .props p {
    font-size: 16px;
    color: var(--gray);
    font-weight: 500;
}

.blogs-details-page .props p i {
    padding-inline-end: 5px;
}

.blogs-details-page .dividor {
    width: 20px;
    height: 1px;
    background-color: var(--third);
}

.blogs-details-page .section-title {
    margin-bottom: 0;
}

.blogs-details-page .section-title h3 {
    font-size: 32px;
}

.blogs-details-page .description,
.blogs-details-page .description * {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #606060;
}

.blogs-details-page .card4 .flex-content {
    align-items: center;
}

.blogs-details-page .card4 .content {
    max-width: calc(100% - 160px);
}

.blogs-details-page .card4 .image {
    width: 150px;
}

.blogs-details-page .card4 h4 {
    font-size: 18px;
}

.blogs-details-page .card4 p {
    font-size: 14px;
    margin-block: 10px;
}

.share-card {
    border-radius: 20px;
    border: 1px solid var(--light-gray);
    background-color: #fff;
    overflow: hidden;
    padding: 25px 15px;
    margin-top: 16px;
}

.share-card .links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    transition: 0.3s;
}

.share-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.share-card .links a:hover {
    transform: scale(1.05);
}


/*--------------------------------------------------------------
# services-page
--------------------------------------------------------------*/

.services-page .services-page-list {
    padding: 0;
    padding-inline-end: 10px;
    overflow: auto;
}

.services-page .services-page-list ul {
    padding: 0;
    list-style: none;
}

.services-page .services-page-list li+li {
    margin-top: 15px;
}

.services-page .services-page-list li {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid var(--light-gray);
    background-color: #fff;
    background: transparent;
    position: relative;
    list-style: none;
}

.services-page .services-page-list a {
    display: block;
    position: relative;
    padding: 0;
    outline: none;
    cursor: pointer;
    color: #000;
}

.services-page .list-header img {
    width: 117px;
    height: 117px;
    object-fit: cover;
}

.services-page .list-header .content {
    width: 100%;
}

.services-page .list-header .content h3 {
    margin-bottom: 5px;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    max-width: 80%;
}

.services-page .services-page-list .list-header .content p {
    max-width: 87%;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: var(--gray);
}

.services-page .services-page-list .icon-show,
.services-page .services-page-list .icon-close {
    font-size: 25px;
    background-color: transparent;
    border: 1px solid var(--light-gray);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    inset-inline-end: 0;
    top: 25px;
}

.services-page .services-page-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.services-page .services-page-list .icon-show {
    display: none;
}

.services-page .services-page-list a.collapsed {
    color: #000;
    transition: 0.3s;
}

.services-page .services-page-list a:hover {
    color: var(--second);
}

.services-page .services-page-list a:hover .icon-show,
.services-page .services-page-list a:hover .icon-close {
    border-color: var(--second);
}

.services-page .services-page-list a.collapsed .icon-show {
    display: flex;
}


/*
.services-page .services-page-list a.collapsed .icon-close {
    display: none;
}*/

.services-page .services-page-list .brand-img {
    border: 1px solid var(--light-gray);
    width: 100%;
    aspect-ratio: 4/4;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.services-page .services-page-list .brand-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services-page .services-page-list .brand-img:hover {
    border: 1px solid var(--second);
}


/*--------------------------------------------------------------
# careers-page
--------------------------------------------------------------*/

.careers-page .careers-card {
    border: 1px solid var(--light-gray);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.careers-page .careers-card .title {
    font-size: 24px;
    font-weight: 600;
    color: var(--third);
}

.careers-page .careers-card .content ul {
    padding: 0;
    padding-inline-start: 20px;
    margin-bottom: 0;
}

.careers-page .careers-card .content ul li,
.careers-page .careers-card .content ul p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--gray);
}

.careers-page .careers-card .props {
    gap: 15px;
}

.careers-page .careers-card .props span {
    font-size: 18px;
    font-weight: 500;
    color: var(#aaaaaa);
    display: flex;
    align-items: center;
    gap: 10px;
}

.careers-page .careers-card .props span i {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--light-gray);
}

.careers-page .careers-card .btnGreenOutline {
    display: block;
    max-width: max-content;
}

.careers-page .careers-card hr {
    margin-bottom: 25px;
}

.careers-details-page-form,
.form-card {
    border: 1px solid var(--light-gray);
    padding: 30px;
    border-radius: 20px;
}

.careers-details-page-form .form1 .form-input {
    position: relative;
}

.careers-details-page-form .form1 input[type="file"] {
    /*opacity: 0;*/
    z-index: 1;
    position: relative;
    background: #f8f9fa;
}

.fs-24 {
    font-size: 24px !important;
}

.careers-details-page-form .form1 .file-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 1px solid #dcdcdc;
    background-color: #dcdcdc;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 20px;
    z-index: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.careers-details-page-form .form1 .file-text i {
    font-size: 22px;
    transform: rotate(90deg);
}

.form-card h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: var(--third);
}

.form-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-block: 30px;
}

.form-card .form-row .form-select-button {
    border-radius: 20px;
    padding: 15px;
    border: 1px solid var(--light-gray);
    color: var(--third);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    background-color: #fff;
    min-width: 182px;
}

.form-card .form-row .form-select-button.selected,
.form-card .form-row .form-select-button:hover {
    background-color: #97bf0008;
    color: var(--second);
    border-color: var(--second);
}

.form-select-button1 {
    background-color: #fff;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.form-select-button1 .image {
    border: 1px solid var(--light-gray);
    border-radius: 20px;
    width: 182px;
    aspect-ratio: 182/112;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(1);
    margin-bottom: 10px;
}

.form-select-button1.selected .image,
.form-select-button1:hover .image {
    filter: drop-shadow(0px 1000px 0 var(--second));
    transform: translateY(-1000px);
}

.form-select-button1.selected p,
.form-select-button1:hover p {
    color: var(--second);
}


/*--------------------------------------------------------------
# portfolio-details-page
--------------------------------------------------------------*/

.portfolio-details-page .main-image {
    width: 100%;
    height: 100%;
    min-height: 443px;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: top center;
}

.portfolio-details-page .main-image img {
    width: 100%;
}

.portfolio-details-section2 .image,
.portfolio-details-section3 .image {
    width: 100%;
}

.portfolio-details-section2 .image img,
.portfolio-details-section3 .image img {
    width: 100%;
    height: 100%;
}

.portfolio-details-section4 .image {
    display: block;
    width: 100%;
    height: 342px;
    border: 2px solid var(--light-gray);
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 25px;
}

.portfolio-details-section4 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-details-section4 {
    background: linear-gradient(0, #fffdf1 70%, transparent 30%);
}


/*--------------------------------------------------------------
# ProjectDetailsModal
--------------------------------------------------------------*/

.ProjectDetailsModal .modal-content {
    background-color: transparent;
}

.ProjectDetailsModal .modal-header {
    border: 0;
}

.ProjectDetailsModal .modal-header .close {
    background-color: transparent;
    border: 0;
    color: #fff;
}

.ProjectDetailsModal .swiper-slide img {
    display: block;
    width: 70%;
    margin: 30px auto 0;
    object-fit: cover;
    max-height: 80vh;
    border-radius: 20px;
}

.ProjectDetailsModal .swiper-button-prev,
.ProjectDetailsModal .swiper-button-next {
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.ProjectDetailsModal .swiper-button-prev {
    margin-inline-end: 20px;
}

[dir="rtl"] .ProjectDetailsModal .swiper-button-next {
    left: 20px;
    right: auto;
    transform: rotate(180deg);
}

[dir="rtl"] .ProjectDetailsModal .swiper-button-prev {
    right: 20px;
    left: auto;
    transform: rotate(180deg);
}

.ProjectDetailsModal .swiper-button-next {
    margin-inline-start: 20px;
}

.ProjectDetailsModal .swiper-button-prev:after,
.ProjectDetailsModal .swiper-button-next:after {
    font-size: 18px;
}

.modal-backdrop {
    opacity: 1 !important;
    background: #27324280;
    backdrop-filter: blur(5px);
}


/*--------------------------------------------------------------
# contact-page
--------------------------------------------------------------*/

.contact-page .contact-image {
    width: 100%;
    aspect-ratio: 533/360;
    border-radius: 20px;
    overflow: hidden;
}

.contact-page .contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-page .contact-card {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 30px;
}

.card5 .content h2 {
    font-size: 24px;
}

.card5 .content h2 {
    font-size: 20px;
}

.contact-form {
    border-radius: 20px;
    border: 2px solid var(--light-gray);
    padding: 35px;
}

.form1 .form-input {
    margin-bottom: 30px;
}

.form1 .form-input label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.form1 .form-input input,
.form1 .form-input textarea {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    padding: 15px 20px;
}

.form1 .btnPrimary {
    display: block;
    margin-inline: auto;
}


/*--------------------------------------------------------------
# swiper-pagination
--------------------------------------------------------------*/

.swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--second);
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: var(--third);
    color: #fff;
    font-size: 14px;
    text-align: start;
    padding: 20px 0;
}

#footer .footer-newsletter {
    padding: 40px 40px;
    background: #ffffff28;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 25px;
}

#footer .footer-newsletter h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}

#footer .footer-newsletter p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #cccccc;
    margin-top: 20px;
    margin-bottom: 0;
}

#footer .footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

#footer .footer-newsletter form input[type="email"] {
    padding: 4px;
    width: calc(100% - 50px);
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 500;
}

#footer .footer-newsletter button {
    position: absolute;
    inset-block: 0;
    inset-inline-end: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: var(--second);
    color: #fff;
    transition: 0.2s;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border: 0;
}

#footer .logo {
    width: 100%;
}

#footer .footer-newsletter form button:hover {
    padding-inline: 25px;
}

#footer h5 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

#footer a i {
    padding-inline-end: 10px;
}

#footer a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

#footer a:hover {
    color: var(--second);
}

#footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

#footer hr {
    border-top-color: #434343;
    opacity: 1;
    margin-bottom: 60px;
}

#footer .social-links {
    display: flex;
    gap: 10px;
}

#footer .col1 {
    padding-inline-end: 40px;
}

#footer .social-links a {
    font-size: 20px;
    display: inline-block;
    background: transparent;
    color: #fff;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

#footer .social-links a i.bi {
    font-size: 15px;
}

#footer .social-links a i {
    padding: 0;
}

#footer .social-links a:hover {
    background-color: #fff;
    /* border: 2px solid var(--third);*/
    color: var(--third);
    text-decoration: none;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}

.big {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    margin-bottom: 20rem;
    animation-name: stretch;
    animation-duration: 5s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
    position: absolute;
    z-index: 1;
    top: 40%;
    right: 30%;
}

@keyframes stretch {
    0% {
        opacity: 0.2;
        background-color: var(--prim);
        border-radius: 100%;
    }
    50% {
        background-color: var(--second);
    }
    100% {
        background-color: var(--third);
    }
}

@media (min-width: 1400px) {
    .start-with-us-card .arrow svg:first-child {
        right: 10%;
    }
    .start-with-us-card .arrow svg:last-child {
        right: 20%;
    }
    .contact-form {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .blogs .card4 {
        min-height: calc(50% - 8px);
    }
    .blogs .card3 {
        height: 100%;
    }
}

@media (max-width: 1200px) {
    .card2 .image {
        width: 60%;
    }
    .Object1,
    .Object2,
    .Object3 {
        z-index: -1;
    }
}

@media (max-width: 992px) {
    #footer {
        text-align: center;
    }
    #footer .sm-start-text {
        text-align: start;
    }
    .order-sm-1 {
        order: 1 !important;
        margin-bottom: 30px;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    #footer .footer-newsletter h4 {
        font-size: 16px;
    }
    #footer h5 {
        margin-top: 20px;
        font-size: 16px;
    }
    #footer p {
        font-size: 14px;
    }
    .navbar-nav {
        padding: 0 !important;
        gap: 20px;
    }
    .navbar-nav li {
        width: 100%;
    }
    .navbar-nav .nav-link.btnGreen {
        margin: 30px auto 0;
        text-align: center;
        width: max-content;
    }
    .offcanvas {
        background: linear-gradient(0, #fffdf1 30%, #fff 70%);
    }
    #ex1 {
        margin-top: 60px;
    }
    .section-title .btnGreenOutline {
        position: relative;
    }
    .card2 {
        flex-direction: column;
    }
    .card2 .content {
        width: 100%;
    }
    .card2 .image {
        width: 100%;
    }
    .card5 {
        margin-bottom: 30px;
    }
    .card3 {
        margin-bottom: 20px;
    }
    .statistics .statistics-card {
        background-size: cover;
    }
    .social-links {
        justify-content: center;
        margin-bottom: 20px;
    }
    #footer {
        position: relative;
    }
    #footer .logo {
        position: absolute;
        top: 20px;
        inset-inline: 0;
        width: 200px;
        margin: auto;
    }
    #footer .footer-newsletter {
        margin-top: 60px;
    }
    #footer .col1 {
        padding-inline: 20px;
    }
    .testimonials .testimonial-item {
        width: 80% !important;
        margin-inline: 10% !important;
        transform: scale(1) !important;
    }
    .slider-style1 .swiper-container {
        padding-bottom: 50px;
    }
    .slider-style1 .swiper-button-prev,
    .slider-style1 .swiper-button-next {
        top: auto !important;
        bottom: 0 !important;
    }
    .about-us-section1 .col1 {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 30px;
    }
    .contact-card {
        padding: 50px 50px 20px;
    }
    .vision .card1 {
        margin-bottom: 30px;
    }
    .start-with-us-card {
        padding-block: 100px 50px;
    }
    .start-with-us-card .btnPrimary {
        margin-top: 50px;
    }
    .start-with-us-card .arrow svg:first-child {
        max-width: 150px;
    }
    .start-with-us-card .arrow svg:last-child {
        display: none;
    }
    .contact-page .contact-card {
        margin-bottom: 20px;
    }
    .portfolio-details-page .main-image {
        min-height: auto;
    }
    .careers-page .careers-card .content {
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
        gap: 20px;
    }
    .careers-page .careers-card .props {
        flex-wrap: wrap;
    }
    .contact-card .card5 .content {
        width: max-content;
    }
    .contact-info .card5 .content h3 {
        color: var(--gray) !important;
    }
    .navbar ul .nav-link .bi-globe {
        display: none;
    }
}

@media (max-width: 767px) {
    .start-with-us-card {
        padding-top: 120px;
        padding-inline: 20px;
    }
    .start-with-us-card .arrow svg:first-child {
        max-width: unset;
        max-height: 160px;
        right: -60px;
    }
    .contact-form {
        padding: 30px;
    }
    .ProjectDetailsModal .swiper-button-prev,
    .ProjectDetailsModal .swiper-button-next {
        top: auto;
        bottom: 50px;
    }
}

@media (max-width: 575px) {
    #hero h1,
    .section-title h2,
    .start-with-us-card h3 {
        font-size: 38px;
    }
    .section-title h3,
    .card2 h4,
    .start-with-us-card h4 {
        font-size: 28px;
    }
    .mini-title {
        font-size: 18px;
    }
    .services .card1 {
        width: 90% !important;
        margin: 30px auto 0 !important;
    }
    .services .col2 {
        margin-top: 0;
    }
    .card4 h4,
    .card3 h4 {
        font-size: 18px;
    }
    .card4 h4 {
        margin-top: 15px;
    }
    .card4 p,
    .card3 p {
        font-size: 14px;
    }
    #footer h5,
    #footer a {
        font-size: 12px;
    }
    #footer .col2 .d-flex {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    #footer .col2 .d-flex div {
        width: 50%;
        margin-block: 20px;
    }
    .testimonials .testimonial-item {
        width: 94% !important;
        margin-inline: 2% !important;
    }
    .about-us-section1 .employee h4 {
        font-size: 30px;
    }
    .about-us-section1 .employee p {
        font-size: 16px;
    }
    .about-us-section1 .employee {
        width: calc(50% - 20px);
    }
    .about-us-section1 .employee {
        width: 50%;
        aspect-ratio: 321 / 260;
    }
    #footer .footer-newsletter form {
        text-align: start;
    }
    .nav-tabs .divider {
        display: none;
    }
    .nav-tabs .nav-item {
        width: 100%;
    }
    .nav-tabs .nav-item .nav-link {
        width: 90%;
        margin-inline: auto;
    }
    .services-page-list .list-header {
        flex-direction: column;
    }
    .services-page .services-page-list a.collapsed .icon-show {
        position: relative;
        margin: 0 auto 20px;
    }
    .blogs-details-page .card4 .image,
    .blogs-details-page .card4 .content {
        width: 100%;
        max-width: 100%;
    }
    .ProjectDetailsModal .swiper-slide img {
        width: 90%;
    }
}

@media (max-width: 450px) {
    .card4 {
        padding: 0;
    }
    .card4 .flex-content {
        flex-direction: column-reverse;
    }
    .card4 .content,
    .card4 .image {
        width: 100%;
        max-width: 100%;
    }
    .card4 .image {
        aspect-ratio: 567/370;
    }
    .card4 .content {
        padding: 20px 20px 0;
    }
    .card4 .btnGreenOutline {
        margin: 0 20px 20px;
    }
    .card4 hr {
        margin-inline: 20px;
    }
    #footer .footer-newsletter form input[type="email"] {
        font-size: 12px;
    }
    #footer .footer-newsletter {
        padding: 20px;
    }
    .contact-card .card5 {
        flex-direction: column;
    }
    .contact-card {
        padding: 20px 20px 0px;
    }
    .contact-form,
    .careers-details-page-form,
    .form-card {
        padding: 30px 20px;
    }
}


/*********** calendar *********/

.xdsoft_noselect {
    border-radius: 20px;
    border: 1px solid var(--light-gray);
    box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar th,
.xdsoft_datetimepicker .xdsoft_calendar td {
    background-color: #fff;
    border: 0;
    padding: 10px 7px;
    border-radius: 100%;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    width: max-content;
    min-width: 100px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background-color: #f6f9ea;
    color: var(--second);
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background-color: #f6f9ea !important;
    color: var(--second) !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background-color: transparent;
    box-shadow: none !important;
    margin: 0 5px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    border: 0;
}

.current-breadcrumb-link {
    color: #b2b2b2 !important;
}

.form1 .iti {
    display: block;
}

.form1 .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    border-radius: 20px;
}

[dir="rtl"] .form1 .iti__country-list {
    left: 0;
}

.form1 .iti--allow-dropdown .iti__country-container {
    right: auto !important;
    /*left: auto !important;*/
    left: 0 !important;
}

.form1 .iti--allow-dropdown input.iti__tel-input,
.form1 .iti--allow-dropdown input.iti__tel-input[type="text"],
.form1 .iti--allow-dropdown input.iti__tel-input[type="tel"] {
    padding: 15px 20px 15px 50px !important;
}

[dir="rtl"] .form1 .iti--allow-dropdown input.iti__tel-input[type="text"]:-moz-placeholder {
    text-align: right;
}

[dir="rtl"] .form1 .iti--allow-dropdown input.iti__tel-input[type="text"]:-ms-input-placeholder {
    text-align: right;
}

[dir="rtl"] .form1 .iti--allow-dropdown input.iti__tel-input[type="text"]::-webkit-input-placeholder {
    text-align: right;
}

[dir="rtl"] .form1 .iti--allow-dropdown input.iti__tel-input,
[dir="rtl"] .form1 .iti--allow-dropdown input.iti__tel-input[type="text"],
[dir="rtl"] .form1 .iti--allow-dropdown input.iti__tel-input[type="tel"],
[dir="rtl"] .form1 .iti--allow-dropdown input.iti__tel-input:focus,
[dir="rtl"] .form1 .iti--allow-dropdown input.iti__tel-input[type="text"]:focus,
[dir="rtl"] .form1 .iti--allow-dropdown input.iti__tel-input[type="tel"]:focus {
    direction: ltr;
    text-align: left;
}

.form1 .iti__selected-country-primary {
    background: transparent !important;
}

[dir="rtl"] .form1 .iti__selected-country-primary {
    flex-direction: row-reverse;
    gap: 10px;
}

.form1 .iti__dropdown-content {
    left: 0 !important;
    right: 0 !important;
    padding: 10px;
}

[dir="rtl"] .form1 .iti__dropdown-content {
    right: auto !important;
    left: 0 !important;
    direction: ltr;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--placeholder-color) !important;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--placeholder-color) !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--placeholder-color) !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--placeholder-color) !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--placeholder-color) !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--placeholder-color) !important;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: var(--placeholder-color) !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    padding: 20px 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_scrollbar>.xdsoft_scroller {
    padding: 0 !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    margin: 10px auto;
}