@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Mukta:700");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none !important;
}

button {
    border-radius: 2%;
}

:root {
    --primaryColor: #424A9F;
    --SecondaryColor: #F05159;
    --ThirdColor: rgb(243 243 243);
    --mainColor1: #636364;
    --mainColor2: rgb(0, 0, 0);
    --mainColor3: #31ba44;
    --mainColor4: #ffffff;
    --mainColor5: #eef0ff;
    --mainColor6: #3f2105;
    --bg-gradient: linear-gradient(0deg, rgb(53, 0, 0), rgba(242, 0, 0, 1), rgba(148, 125, 91, 1) 99.281%);
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.nav-slider {
    background-color: var(--mainColor1);
}

.slick-arrow {
    background-color: transparent;
    border: none;
    font-size: small;
    color: var(--mainColor4);
}

body {
    font-size: 18px;
    color: rgb(27, 27, 27);
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
    box-sizing: border-box;
    font-family: "Oxygen", sans-serif;
}

.bg-primary-color {
    background-color: var(--primaryColor);
}

.primary-color {
    color: var(--primaryColor) !important;
}

.primary-color-border {
    border-color: var(--primaryColor) !important;
}

/*.carousel-control-prev:foucs{*/
/*      color: var(--primaryColor) !important;*/
/*}*/

.blue-background::after {
    content: " ";
    background-color: #424a9fab;
    height: 75px;
    width: 150px;
    position: absolute;
    z-index: -1;
    right: -80px;
    border-radius: 7px;
}

.direction {
    direction: ltr;
}

.icon-menu {
    display: none;
}

ul {
    list-style: none;
    list-style-position: inside;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

/* #navBar {
  background-color: var(--mainColor5);
} */

.navbar-brand {
    transition: all 0.8s ease;
}

.navbar-brand:hover {
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.navbar-expand-lg .navbar-nav .nav-item a {
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-item a:hover {
    color: var(--primaryColor);
    font-weight:bold;
}

a {
    color: inherit;
}

.shadow_nav {
    box-shadow: 0px 0rem 1rem 2px rgba(0, 0, 0, .15) !important;
}

a.nav-link.active span {
    text-decoration: none;
    position: relative;
    color: var(--primaryColor) !important;
    font-weight: bold !important;
}

/* Search field initial state */
.search-field {
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 0;
    height: 40px;
    /* Ensure consistent height */
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    transition: width 0.8s ease-in-out, opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    background-color: #fff;
    /* Set background for contrast */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    outline: none;
    color: #000;
    /* Text color for better readability */
}

/* Focused state styling */
.search-field:focus {
    border-color: #007bff;
    /* Highlight color on focus */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    /* Soft glow effect */
}

/* Active (expanded) state */
.search-field.active {
    width: 250px;
    /* Expanded width */
    opacity: 1;
    visibility: visible;
}

/* Placeholder styling */
.search-field::placeholder {
    color: #666;
    /* Softer color for placeholder */
    font-style: italic;
    font-size: 14px;
    /* Slightly smaller than input text */
}

/* Add a hover effect (optional) */
.search-field:hover:not(.active) {
    cursor: pointer;
    border-color: #aaa;
    /* Subtle hover border change */
}



.search_nav {
    background-color: var(--SecondaryColor);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0px 10px 0px 10px; */
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.nav_bt {
    display: inline-flex;
    padding: 5px 24px;
    justify-content: center;
    border: none;
    align-items: center;
    border-radius: 100px;
    color: var(--mainColor4);
    background: var(--primaryColor);
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.nav_bt:hover {
    opacity: 0.5;
}



/* a.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30%;
  height: 2px;
  background-color: var(--primaryColor);
  transition: width 0.3s ease-in-out;
} */
.nav-link span::after {
    content: "";
    position: absolute;
    width: 30%;
    transform: scaleX(0);
    height: 2px;
    bottom: -3px;
    border-radius: 12px !important;
    left: 0;
    background-color: var(--primaryColor);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.arabicVersion a.nav-link.active::after {
    left: auto;
    right: 0px;
}

.arabicVersion .prope_link{
    transform: scalex(-1);
}
.arabicVersion .arrow{
      transform: scalex(-1);
}
a.nav-link.active:hover::after {
    width: 100%;
}

.slide_box {
    border-radius: 12px;
    background: var(--primaryColor);
    width: 100%;
    padding: 40px 40px;
    height: 50%;
    align-items: center;
    margin-bottom: 27px !important;
}

.slide_box h5 {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    align-self: stretch;
    line-height: 130%;
}

.slide_box p {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 20px !important;
    padding: 20px 0px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    align-self: stretch;
}

/*.my_img {
  width: 100%;
  /* height: calc(); */
/*display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
}*/

.my_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.pointer {
    cursor: pointer;
}

.properties_box {
    /* background-color: var(--primaryColor); */
    padding: 50px 40px;
    height: 630px;
    border-radius: 15px;
}

.properties_text span {
    color: black;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.properties_box p {
    color: black;
    font-family: Lato;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 160%;
}

.trust {
    background-color: #EDEEF8;
}

.trusted span {
    color: var(--primaryColor);
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}

.trusted p {
    color: var(--Neutral-700, #2D3339);
    font-family: Lato;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

.trust_count {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 12px;
}

.in_count {
    background-color: var(--mainColor4);
    /* color: var(--SecondaryColor); */
    padding: 20px 10px;
    text-align: center;
}

.in_count span:nth-child(1) {
    color: var(--SecondaryColor);
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 51px;
}

.in_count span:nth-child(2) {
    color: var(--Neutral-500, #5B6671);
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.services_head h5 {
    color: var(--primaryColor);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
}

.link-cont {
    position: relative;
    font-size: 16px;
}

.link_more {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 10px 0;
    color: var(--primaryColor);
    transition: all 0.3s ease-in-out;
}

.link_more:hover {
    color: var(--SecondaryColor);
}

.link-wrapper {
    position: relative;
    display: block;
    padding: 20px 0;
}

.inner-wrapper {
    position: relative;
    display: inline-block;
}

.wrapper-17:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--SecondaryColor);
    transform: scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.3s;
}

.wrapper-17:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: var(--SecondaryColor);
    transform: scaleY(0);
    transform-origin: top right;
    transition: transform 0.3s 0.3s;
}

.wrapper-17 .hover-17 {
    padding: 10px 18px;
}

.wrapper-17 .hover-17:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--SecondaryColor);
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s 0.4s;
}

.wrapper-17 .hover-17:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: var(--SecondaryColor);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s 0.2s;
}

.wrapper-17:hover:before {
    transform: scaleY(1);
    transition: transform 0.3s 0.4s;
}

.wrapper-17:hover:after {
    transform: scaleY(1);
    transition: transform 0.3s 0.2s;
}

.wrapper-17:hover .hover-17:before {
    transform: scaleX(1);
    transition: transform 0.3s;
}

.wrapper-17:hover .hover-17:after {
    transform: scaleX(1);
    transition: transform 0.3s 0.4s;
}

.services_card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.in_services_card {
    padding: 30px;
    background: rgba(66, 74, 159, 0.746);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: -440px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.services_card:hover .in_services_card {
    opacity: 1;
    left: 00px;
}

.in_services_card_text span:nth-child(1) {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
}

.in_services_card_text span:nth-child(2) {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
}

.services_card2 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.in_services_card2 {
    padding: 30px;
    background: rgba(66, 74, 159, 0.746);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: -440px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.services_card2:hover .in_services_card2 {
    opacity: 1;
    left: 00px;
}

.in_services_card_text2 span:nth-child(1) {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.in_services_card_text2 span:nth-child(2) {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.slick-slide {
    display: flex;
    align-items: stretch;
}

.slick-slide img {
    object-fit: cover;

    width: 100%;
}

.slick-dots {
    display: flex;
    justify-content: end;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots button {
    display: block;
    width: 50px;
    height: 3px;
    margin-inline: 3px;
    border: none;
    /* border-radius: 100%; */
    background-color: var(--SecondaryColor);
    opacity: 0.3;
    text-indent: -9999px;
}

.carousel-indicators {
    margin-left: 0px;
    margin-right: 0px;
    /*justify-content: end;*/
}

.carousel-indicators [data-bs-target] {
    background-color: var(--SecondaryColor);
    opacity: 0.2;
    width: 50px;
    height: 3px;
}


.carousel-indicators .active {
    /* width: 78.75px !important; */
    background-color: var(--SecondaryColor);
    opacity: 1;
}

/*.carousel-indicators {*/
/*  bottom: -10%;*/
/*}*/

.carousel-indicators .active,
ul .slick-active {
    /* width: 78.75px !important; */
    background-color: var(--SecondaryColor);
    opacity: 1;
}

ul {
    list-style: none;
    list-style-position: outside;
    list-style-type: none;
    list-style-position: inside;
}

.stackUp {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    padding: 80px 60px;
}

.stack_text {
    position: relative;
    padding: 0px 20px;
}

.stack_text::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background-color: var(--SecondaryColor);
    position: absolute;
    top: 0;
    left: 0;
}

.stack_text span:nth-child(1) {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    display: block;
    margin-bottom: 20px;
}

.stack_text span:nth-child(2) {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px !important;
    display: block;
}


.stack_card {
    position: relative;
    background-color: white;
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 20px auto;
    height: auto !important;
}

.stack_card .year {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--SecondaryColor);
    color: white;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 16px;
    font-family: Lato;
}

.stack_card .stack_card_tit {
    color: var(--Secondary-500, #F05159);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
}

.stack_card .stack_card_tit::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #ddd;
    margin: 0 5px;
    vertical-align: middle;
}

.stack_card .stack_card_tit::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #ddd;
    margin: 0 5px;
    vertical-align: middle;
}

.testimonials {
    margin: 100px 0px;
}

.stack_card p {
    color: var(--Neutral-700, #2D3339);
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.stackUp_years {
    margin-top: 100px;
}

.testimonial_card {
    background: var(--Neutral-50, #F1F2F4);
    height: auto !important;
}

.testimonial .card-title {
    border-radius: 12px;
    background: var(--Secondary-500, #F05159);
    padding: 10px 13px;
    color: var(--mainColor4);
    font-size: 18px;
    display: inline-block;
}

.card-body p {
    color: var(--Neutral-700, #2D3339);
    font-family: Lato;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.card_link {
    color: var(--primaryColor);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
}

.card_link:hover {
    color: var(--SecondaryColor);
}

footer {
    background-color: var(--primaryColor);
}

.last_footer {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    opacity: 0.8;
}

.last_footer a {
    transition: all 0.3s ease-in-out;
}

.last_footer a:hover {
    color: var(--SecondaryColor);
}

/* about us */

.head_about {
    /*background-color: var(--primaryColor);*/
    /* padding: 30px; */
    margin: 30px 0px 100px 0px;
}

.head_about_text {
    padding: 0px 50px;
}

.head_about_text span:nth-child(1) {
    /*color: var(--mainColor4);*/
    font-family: Lato;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    display: block;
    margin-bottom: 30px;
}

.head_about_text span:nth-child(2) {
    /*color: var(--mainColor4);*/
    font-family: Lato;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.about_us {
    margin: 80px 0px;
}

.about_us_text_one {
    color: var(--SecondaryColor);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 3.2px;
}


.about_us_text_one::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: var(--SecondaryColor);
    margin: 0 10px;
    vertical-align: middle;
}

.about_us_text_one::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: var(--SecondaryColor);
    margin: 0 10px;
    vertical-align: middle;
}

.about_us_text_two {
    color: var(--primaryColor);
    text-align: center;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 20px;
}

.about_us_text .disc {
    padding: 10px 40px;
    color: var(--Neutral-700, #2D3339);
    font-family: Lato;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.description {
    margin: 50px 0px;
}

.in_description {
    background-color: var(--mainColor5) !important;
    padding: 80px 30px;
}

.in_description i {
    font-size: 24px;
    color: var(--SecondaryColor);
}

.disc_text span {
    color: var(--primaryColor);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 10px;
    display: block;
}

.disc_text p {
    color: var(--Neutral-500, #5B6671);
    font-family: Lato;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.disc_count {
    background-color: var(--mainColor5);
    padding: 20px 0px;
    margin-top: 15px;
    text-align: center;
}

.disc_count span:nth-child(1) {
    color: var(--primaryColor);
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 51px;
    display: block;
    margin-bottom: 10px;
}

.disc_count span:nth-child(2) {
    color: var(--Neutral-500, #5B6671);
    font-family: Lato;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.mission {
    padding: 70px 0px;
}

.in_mission {
    background-color: var(--mainColor5) !important;
    padding: 70px 30px;
}

.in_mission span:nth-child(1) {
    color: var(--SecondaryColor);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 3.2px;
}

.in_mission span:nth-child(1)::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: var(--SecondaryColor);
    margin: 0 10px;
    vertical-align: middle;
}

.in_mission span:nth-child(2) {
    align-self: stretch;
    color: var(--primaryColor);
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: block;
    margin-top: 15px;
    margin-bottom: 40px;
}

.in_mission p {
    align-self: stretch;
    color: var(--Neutral-700, #2D3339);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

/* start services */
.services_head {
    padding: 30px 0px;
}


.services_head img {
    height: 250px;
    max-height: 250px;
}

.in_services_head {
    background-color: var(--primaryColor);
    /* padding: 100px 10px; */
    text-align: center;
    margin-bottom: 20px;
    width: 30% !important;
    min-width: 205px !important;
}

.in_services_head h3 {
    color: var(--mainColor4);
    text-align: center;
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    align-self: stretch;
    padding-block: 10px
}

.overview {
    padding: 70px 0;
}

.in_overview span:nth-child(1) {
    color: var(--SecondaryColor);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 3.2px;
}

.in_overview span:nth-child(1)::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: var(--SecondaryColor);
    margin: 0 10px;
    vertical-align: middle;
}

.in_overview span:nth-child(2) {
    align-self: stretch;
    color: var(--primaryColor);
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: block;
    margin-top: 15px;
    margin-bottom: 40px;
}


.what_services .card,
.overview .card {
    padding: 15px;
    border: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.what_services .card:hover,
.overview .card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

.what_services .card .card-title span,
.overview .card .card-title span {
    color: var(--mainColor2);
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    height: 45px;
}

.what_services .card p,
.overview .card p {
    color: var(--Neutral-600, #444C55);
    font-family: Lato;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.contact {
    background-color: var(--primaryColor);
    margin: 50px 0;
    padding: 50px 0;
}

.contact_in h1 {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    align-self: stretch;
}

.contact_in p {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.contact_bt {
    background-color: var(--SecondaryColor);
    color: var(--mainColor4);
    padding: 10px 40px;
    border: none;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    transition: all 0.3s ease-in-out;
}

.contact_bt:hover {
    opacity: 0.7;
}

/* start services details  */
.breadcrumb-item a {
    color: rgba(0, 0, 0, 0.60);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-family: Lato;
    font-weight: 900;
    color: var(--mainColor2);
    font-size: 16px;
    padding-top: 3px;
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb-item+.breadcrumb-item {
    color: var(--primaryColor);
    font-family: Lato;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
}

.services_details {}

.in_services_details span:nth-child(1) {
    color: var(--SecondaryColor);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 3.2px;
}

.in_services_details span:nth-child(1)::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: var(--SecondaryColor);
    margin: 0 10px;
    vertical-align: middle;
}

.in_services_details span:nth-child(2) {
    align-self: stretch;
    color: var(--primaryColor);
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.ser_dit {
    color: var(--Neutral-700, #2D3339);
    font-family: Lato;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    margin: 70px 0;
}

.what_services {
    margin: 80px 0;
}


/* start gallery */
.gallery_card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    height: 450px;
    max-height: 450px;
}

.gallery_card img {
    transition: all 0.3s ease-in-out;
}

.gallery_card:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
}

.gallery_card:hover img {
    transform: scale(1.2);
}


.on_gallery_card {
    background-color: rgba(0, 0, 0, .4);
    padding: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.on_gallery_card .G_tit {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    align-self: stretch;
    display: block;
}

.on_gallery_card .G_disc {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    align-self: stretch;
}

.page-number {
    padding: 10px 20px;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600;
}

#next-btn {
    background-color: transparent;
    color: var(--mainColor2);
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
}

.page-number {
    color: #0000003f;
    background-color: transparent
}

#next-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.page-number.active {
    border: 1px solid var(--SecondaryColor);
    color: var(--SecondaryColor);
    border-radius: 5px !important;
}

div#page-info {
    opacity: 0;
}

div#pagination-controls {
    display: flex;
    align-items: baseline;
    justify-content: end;
}

.gallery_img img {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.gallery_img:hover img {
    transform: scale(1.2);
}

.gallery {
    margin: 50px 0;
    background-color: var(--mainColor5);
    padding: 40px 20px;
}


.new_gallery {
    background-image: url('../imgs/services/Rectangle\ 15.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin: 50px 0;
    position: relative;
    min-height: 400px;
}

.pos_G {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.new_in h1 {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    align-self: stretch;
}

.new_in p {
    color: var(--mainColor4);
    font-family: Lato;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.new_bt {
    background-color: var(--SecondaryColor);
    color: var(--mainColor4);
    padding: 10px 40px;
    border: none;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    transition: all 0.3s ease-in-out;
}

.new_bt:hover {
    opacity: 0.7;
}


/* start contact us */

.contact_us {
    margin: 80px 0;
}

.contact-form {
    width: 100%;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px 15px;
    margin: 8px 0;
    border: 1px solid #DDD;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 14px !important;
    font-family: Lato;
}

.contact-form textarea {
    height: 120px;
    resize: none;
    font-family: Lato;
}

.contact-form button {
    width: 100%;
    background-color: var(--SecondaryColor);
    color: white;
    padding: 12px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin: 20px 0;
    font-family: Lato;
}

.contact-form button:hover {
    background-color: var(--primaryColor);
}

.error-message {
    color: red;
    font-size: 14px;
}

.main_color {
    color: var(--primaryColor);
}

.map {
    padding: 20px;
    background-color: #B7BAE1;
}

.prope_link {
    margin-top: 5px !important;
    background-color: var(--SecondaryColor);
    color: var(--mainColor4);
    height: 25px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    border-radius: 50%;
    border: none;
}

/* start privacy */
.privacy {
    padding: 70px 0;
}

.in_privacy_q h5 {
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: var(--mainColor2);
}

.in_privacy_q .my_list {
    list-style-type: none;
    counter-reset: list-counter;
    padding-left: 8px;
}

.my_list li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #2D3339;
}

.in_privacy_q .my_list li::before {
    content: counter(list-counter) "  -  ";
    position: absolute;
    left: 0;
}

.in_privacy_disc h5 {
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: var(--mainColor2);
}

.in_privacy_disc p {
    padding-left: 10px;
    font-size: 16px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #2D3339;
}

.in_privacy_disc ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.in_privacy_disc ul li {
    display: flex;
    align-items: flex-start;
    padding-left: 10px;
    font-size: 16px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #2D3339;
}

.in_privacy_disc ul li::before {
    content: "\2022";
    font-size: 20px;
    padding-right: 10px;
    flex-shrink: 0;
}


/* start faq */
.faq {
    padding: 70px 0;
}

.accordion {}

.accordion-item {
    border: none;
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-item .accordion-header .accordion-button {
    background-color: #EEE;
    font-weight: 600;
}

.accordion-item.active .accordion-header .accordion-button {
    background-color: #DBDDF0;
    font-weight: 900;
    color: var(--primaryColor);
    font-size: 18px;
}

.accordion-item.active .accordion-body {
    background-color: #DBDDF0;
}

.accordion-item.active .accordion-body p {
    color: var(--Neutral-600, #444C55);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: none;
}


.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    content: "\f078" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-family: Lato;
    font-weight: 900;
    color: var(--mainColor2);
    font-size: 16px;
    padding-top: 3px;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    right: 10px;
}
























.form-res {
    display: none;
}

.navContainer .nav-link span {
    color: #787878;
    font-weight: 500;
    font-size: 16px;
}

.nav-link.active span {
    color: #000000;
}

.navContainer .social li {
    list-style: none;
}

.navContainer .social li a {
    width: 22px;
    height: 22px;
    border: 0px solid #ffffff;
}

.floatwhatsapp,
.back-to-top {
    cursor: pointer;
    font-size: 25px;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #686868;
    text-align: center;
    color: var(--mainColor4);
    position: fixed;
    right: 4%;
    width: 42px;
    height: 42px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    z-index: 100;
    border-radius: 50%;
}

.floatwhatsapp {
    background-color: var(--mainColor3);
    bottom: 5px;
    display: flex;
    transition: transform 0.2s ease-in-out;
}

.floatwhatsapp:hover {
    transform: translateY(-3px);
}

.back-to-top {
    background-color: var(--primaryColor);
    display: none;
    bottom: 65px;
    z-index: 111;
    transition: transform 0.3s ease-in-out;
}

.back-to-top:hover {
    background-color: var(--SecondaryColor);
    transform: translateY(-3px);
}

.flag-list {
    display: none;
    left: 4%;
    position: fixed;
    min-width: 120px;
    background-color: var(--mainColor4);
    z-index: 100;
    bottom: 15%;
    border-radius: 5%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}

@keyframes zoom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.social li {
    list-style: none;
}

.social li a {
    opacity: 100% !important;
    width: 30px;
    height: 30px;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    margin: 0 7px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mainColor4);
}

.social li a::before {
    content: "";
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.5s;
    z-index: 2;
}

.social li a .icon {
    position: relative;
    transition: 0.5s;
    z-index: 3;
    color: #fff;
    opacity: 1;
}

.social li a:hover .icon {
    color: var(--mainColor2);
    transform: rotateY(360deg);
}

.social li a:hover::before {
    top: 0;
}

.social li a:before {
    background: var(--mainColor4);
}

.sale span {
    background-color: var(--mainColor3);
}

.nav-pills {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.nav-pills p {
    font-size: 0.875rem;
}

.nav-pills .nav-link {
    color: var(--mainColor2);
}

.nav-pills h5 {
    color: var(--danger);
    animation: colorhead 3s infinite;
}

.links {
    color: var(--mainColor5);
}

.links a {
    text-decoration: none;
    color: var(--mainColor5);
}

.links:hover {
    color: var(--mainColor5);
    font-weight: 500;
}

.cardsimg img,
.cardsimg video {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}

.card {
    cursor: pointer;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border: 1px solid #000000 !important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.form-control[disabled] {
    background: var(--ThirdColor);
}

.img-card {
    overflow: hidden;
}

.img-card img {
    transition: all 0.8s ease;
}

.img-card img:hover {
    transform: scale(1.1);
    transform-origin: 50% 50%;
    cursor: pointer;
}

.reverse-row .row:nth-child(even) {
    flex-direction: row-reverse;
}

.slider1 .card {
    border-radius: 0px;
}

marquee img {
    max-width: 300px;
}

#demo {
    color: var(--mainColor6);
}

.whatsapp-div {
    background-color: var(--mainColor5);
}

.whatsapp-div div:nth-child(1) {
    left: -3px;
}

.whatsapp-div div:nth-child(2) h6 {
    font-size: 0.8rem;
}

.whatsapp-div div:nth-child(2) h6:nth-child(1) {
    opacity: 80%;
}

.div-overflow {
    height: 100%;
    overflow-y: scroll;
    max-height: 63rem;
}

.form-floating label {
    font-size: 1.1rem;
}

footer {
    font-size: 15px;
}

footer .list-footer {
    display: flex;
    flex-wrap: wrap;
}

footer .list-footer li {
    width: 50%;
}

footer span {
    color: var(--mainColor4);
    font-weight: 500;
}

footer a {
    color: var(--mainColor4);
    opacity: 80%;
    font-size: 14px;
}

footer a:hover {
    color: var(--mainColor4);
    opacity: 100%;
}

footer h5 {
    color: var(--mainColor4);
}

#navBar .nav-link.active {
    opacity: 100%;
    color: var(--mainColor2);
    background-color: var(--mainColor4);
    border-radius: 3%;
    margin-inline: 5px;
}

.dropdown-toggle::after {
    margin-inline: 0.7em;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: none;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(134, 134, 134, 0.2274509804);
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--mainColor4);
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 1px 1px 2px gray;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 2rem */
}

.item {
    border-radius: 20px;
    max-height: 100%;
}

.item img {
    transition: all 0.4s;
}

.item:hover img {
    transform: scale(1.1);
}

.item:hover .overlay2 {
    cursor: pointer;
}

.item:hover .overlay {
    left: 0;
    right: 0;
    color: var(--mainColor4);
}

.item-container {
    height: 300px;
}

.modal-body {
    font-size: 0.8rem !important;
}

.modal-footer-nav button {
    background-color: var(--mainColor5) !important;
    color: var(--mainColor2);
}

#search {
    display: none;
}

.nosubmit {
    display: flex;
    border-radius: 5px;
    background-color: var(--mainColor4) !important;
}

input[type=search] {
    border: none;
    background-color: #F7F7F7;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: inherit;
    background-size: 20px 20px;
    background-position: top 8px left 7px !important;
}

.btn-search {
    position: absolute;
    top: -3px;
}

.carousel-item {
    height: 75vh;
}

.carousel-item .img-slider {
    height: 100%;
}

.carousel-item .img-slider img {
    min-height: 100% !important;
}

.carousel-caption h4 {
    font-weight: 700;
    font-size: 48px;
}

#map {
    height: 100%;
}

.list-payment li {
    padding-inline: 4px;
}

.list-payment li:hover {
    cursor: pointer;
}

.zoom:hover img {
    transform: scale(1.02);
    cursor: zoom-in;
}

.zoom img {
    transition: all 0.4s;
    height: 100%;
}

.flex-shrink-0 img {
    max-width: 75px;
}

table tr {
    font-size: 0.8rem !important;
    text-align: center;
}

.index-dot {
    background: var(--mainColor2);
    text-align: center;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
}

.modal p {
    font-size: 0.7rem;
}

.toggle-button-cover {
    font-family: Arial, Helvetica, sans-serif;
    display: table-cell;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.button {
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    background: rgba(0, 0, 0, 0.3);
}

#button-1 .knobs:before,
#button-1 .knobs:after,
#button-1 .knobs span {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 26px;
    height: 80%;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 50%;
    transition: 0.3s ease all;
}

#button-1 .knobs:before {
    content: "";
    left: 6px;
    background-color: var(--mainColor2);
    color: var(--mainColor4);
}

#button-1 .knobs:after {
    content: "IN";
    right: 6px;
    color: var(--mainColor2);
}

#button-1 .knobs span {
    display: inline-block;
    left: 3px;
    color: var(--mainColor2);
    z-index: 1;
}

#button-1 .checkbox:checked+.knobs span {
    color: var(--mainColor1);
}

#button-1 .checkbox:checked+.knobs:before {
    left: 43px;
    color: var(--mainColor4);
}

#button-1 .checkbox:checked+.knobs:after {
    color: var(--mainColor4);
}

#button-1 .knobs:before {
    content: "";
    left: 4px;
    background-color: var(--mainColor2);
}

#button-1 .knobs:after {
    content: "IN";
    right: 4px;
    color: #4e4e4e;
}

#button-1 .knobs span {
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
}

#button-1 .checkbox:checked+.knobs span {
    color: #4e4e4e;
}

#button-1 .checkbox:checked+.knobs:before {
    background-color: var(--mainColor2);
}

#button-1 .checkbox:checked+.knobs:after {
    color: #fff;
}

.modal-body form h6 {
    font-size: 0.8rem !important;
}

.loading-screen {
    z-index: 1111111111;
    display: flex;
}

.search-container {
    background-color: rgba(3, 3, 3, 0.5411764706);
    display: none;
    z-index: 111111111111111100000000000;
}

.search-input {
    width: 0px;
}

.close-div {
    right: 5%;
    top: 10%;
}

.close-div i {
    font-size: 40px !important;
}

.search-container input {
    background-color: transparent !important;
}

.address div {
    display: flex;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 #aaa;
    border-color: var(--mainColor2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.address div:hover {
    background-color: var(--mainColor2);
    color: var(--mainColor4);
}

.address div:hover .text-secondary {
    color: var(--mainColor4) !important;
}

.address .active {
    background-color: var(--mainColor2);
    color: var(--mainColor4);
}

.address .active .text-secondary {
    color: var(--mainColor4) !important;
}

.address div:nth-last-child(1) {
    border-color: var(--mainColor1);
    flex-direction: row;
    align-items: center;
}

.form-check .form-check-input {
    float: none;
    margin-left: 0em;
}

.form-check-input:checked[type=radio] {
    background-color: var(--mainColor2);
}

.form-check-input:checked {
    border-color: var(--mainColor2);
}

.form-check {
    padding-left: 0em;
}

input[type=checkbox] {
    width: 24px;
    height: 24px;
}

.step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check-input:focus {
    border-color: rgba(134, 182, 254, 0);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

.step-indicator li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.dropdown-menu .dropdown-item {
    text-align: start !important;
}

/* .dropdown:hover>.dropdown-menu {
  display: block;
} */

.search-container input {
    font-size: larger;
}

.profile .nav-pills .nav-link h6 {
    border-bottom: var(--ThirdColor) solid 3px;
    text-align: start;
    text-transform: capitalize;
}

.profile .nav-pills .nav-link.active {
    background: var(--mainColor4);
    color: var(--mainColor2) !important;
}

.profile .nav-pills .nav-link.active h6 {
    position: relative;
}

.profile .nav-pills .nav-link.active h6::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: var(--mainColor2);
}

.profile .flex-shrink-0 {
    overflow: hidden;
}

.profile .nav-pills p {
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
}

.profile .card-tap h5 {
    color: #4A4A4A;
    font-family: "Paytone One";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

@media (max-width: 600px) {
    .button-container {
        /* background-color: #424a9fab; */
        height: 62px;
        width: 120px !important;
        position: absolute;
        z-index: 999;
        right: -100px;
        border-radius: 7px;
        top: 8%;
        right: -4%;
    }

    .button-container button span,
    .button-container_ar button span {
        width: 35px !important;
        height: 35px !important;
        display: inline-block;
    }

    .blue-background::after {
        width: 120px;
        right: -72px;
    }


    .button-container_ar {
        /* background-color: #424a9fab; */
        height: 62px;
        width: 120px !important;
        position: absolute;
        z-index: 999;
        left: -100px;
        border-radius: 7px;
        top: 8%;
        left: -4%;
    }


}

@media screen and (max-width: 775px) {
    .in_services_head h3 {
        font-size: 25px !important;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .mt-md-6 {
        margin-top: 50px !important;

    }
}

button,
a {
    transition: all 0.8s ease;
}


.slider-service .slick-dots button {
    width: 15px;
}

.slick-arrow {
    color: var(--Secondary-500, #F05159);
}

.slider-service .slick-arrow {
    position: absolute;
    bottom: 0px;

}

.slider-service .slick-next {
    right: 0px;
}

.navbar-brand img {
    max-width: 290px;
}

.arabicVersion .carousel-caption {

    right: 20%;
    left: 30%;

}

.in_gallery .slider1 .slick-slide {
    height: 450px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}