  /* @font-face {
  font-family: Bold_font;
  src: url("../font/JANNALT-BOLD.TTF");
}
@font-face {
  font-family: font_reg;
  src: url("../font/JANNALT-REGULAR.TTF");
}   */

  :root {
    --p: #757B8B;
    --FFFFFF: #FFFFFF;
    --btn: #757B8B;
    --h2: #454851;
    --transition: all 400ms ease;
  }

  * {
    padding: 0px;
    margin: 0px;
    outline: none;
    box-sizing: border-box;
    text-decoration: none !important;
    border: none;
  }

  body,
  html {
    overflow-x: hidden !important;
  }

  body {
    font-family: "Montserrat", sans-serif;
    padding-top: 200px;
  }

  a {
    text-decoration: none;
    color: initial;
  }

  ::selection {
    color: var(--FFFFFF);
    background: var(--h2);
  }

  ::-webkit-scrollbar-thumb {
    width: 100%;
    border-radius: 0.25rem;
    background-color: var(--h2);
  }

  ::-webkit-scrollbar {
    width: 0.5rem;
    background: #FFFFFF !important;
  }

  ul {
    list-style: none;
  }

  h1,
  h4,
  h5,
  h2,
  h3,
  h1 span,
  h4 span,
  h5 span,
  h2 span,
  h3 span {
    line-height: 1.5;
    font-weight: bold;
  }

  h1 {
    font-weight: 800;
  }

  a {
    color: inherit !important;
    transition: var(--transition);
  }

  a:hover {
    /* color: var(--color-primary); */
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  address,
  ul,
  label,
  li {
    padding: 0;
    margin: 0px !important;
    /* line-height: normal !important; */
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  li {
    text-transform: capitalize;
  }

  h2 {
    font-weight: bold !important;
  }

  /* p,
h6,
h5,
span,
button,
taple,
td,
tr,
input,
label,
textarea,
a,
address,
ul,
li {
  font-family: "Poppins", sans-serif;

} */

  /* ================================ */
  /* .lang-nav p {
  font-family: "arabic_reg", sans-serif !important;
} */

  .nav_mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0;
  }



  .nav_mobile .logo-img img {
    position: unset;
  }


  /* a.lang-nav   {
  font-family: "arabic_reg", sans-serif !important;
}
a.lang-nav p {
  font-family: "arabic_reg", sans-serif !important;
} */
  .offcanvas {
    background: #37334D !important;
  }


  .offcanvas-body .btn-nav-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
  }

  .offcanvas-header {
    padding: 30px;
  }

  .offcanvas_body_direction .lang-nav p {
    font-size: 16px;
  }

  .offcanvas_body_direction .lang-nav {
    background: transparent;
  }

  .offcanvas-body .offcanvas_body_direction {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: var(--p);
    /* gap: 20px; */
    font-size: 16px;
  }

  button.btn-close {
    filter: invert(1);
  }

  .offcanvas-body li {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid #5c5876;
    transition: var(--transition);
  }

  .offcanvas-body li:hover {
    padding-right: 10px;
  }

  .offcanvas-body li:last-of-type {
    border-bottom: transparent;
  }

  .offcanvas-body li:hover a {
    color: #fff !important;
  }

  .offcanvas-body li a {
    transition: var(--transition);
  }

  .offcanvas-body .offcanvas_body_direction a {
    font-weight: bold;
  }

  .offcanvas-body {
    padding: 50px 30px;
  }

  .offcanvas-body .lang_gap_search {
    margin-left: 0;
    font-size: 14px;
  }

  /* h2 span {
 } */

  .ctn-preloader {
    -webkit-box-align: center;
    align-items: center;
    cursor: none;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition-delay: 1s;
    z-index: 999;
  }

  .ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
  }

  .ctn-preloader .loader-section {
    background: #FFFFFF ;
    height: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    width: calc(50% + 1px);
  }

  .ctn-preloader.loaded {
    cursor: auto !important;
    visibility: hidden;
    z-index: 0;
  }

  .ctn-preloader .loader-section.section-left {
    left: 0;
  }

  .ctn-preloader .loader-section.section-right {
    right: 0;
  }

  .loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .loaded .loader-section.section-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  }

  .loaded .loader-section.section-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
  }

  #myDiv {
    display: none;
    z-index: 9999;
    position: relative;
    width: 100%;
    height: 100%;
  }

  /* ====================== */

  .cursor-inner {
    margin-left: 0;
    margin-top: 0;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--btn);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
      margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 100px;
    height: 100px;
    background-color: var(--btn);
    opacity: 0.3;
  }

  .cursor-outer {
    margin-left: -25px;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    border: 1px solid var(--btn);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
  }

  .cursor-outer.cursor-hover {
    opacity: 0;
  }

  .mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
  }

  /* ===================================== =============================== */

  .overlay {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.866);
  }

  .popup {
    position: absolute;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .popup__h2 {
    text-align: center;
  }

  .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
    cursor: pointer;
  }

  .close-popup:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
  }

  .close-popup:after {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
  }

  /*  */
  .searchBox-nav {
    display: flex;
    /* max-width: 100%; */
    width: 100%;

    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: #707070b9;
    border-radius: 50px;
    position: relative;
  }

  .searchButton-nav {
    color: #fff;
    position: absolute;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--orang_o) !important;
    border: 0;
    display: inline-block;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  /*hover effect*/
  .searchButton-nav:hover {
    color: #fff;
    background-color: #1a1a1a;
    box-shadow: rgba(61, 61, 61, 0.151) 0 10px 20px;
    transform: translateY(-3px);
  }

  /*button pressing effect*/
  .searchButton-nav:active {
    box-shadow: none;
    transform: translateY(0);
  }

  .searchInput-nav {
    border: none;
    background: none;
    outline: none;
    color: white;
    font-size: 15px;
    width: 100%;
    padding: 24px 26px 24px 46px;
  }

  @media (max-width: 440px) {
    .searchBox-nav {
      width: 300px;
      margin: auto;
      margin-left: 34px;
    }
  }

  @media (max-width: 328px) {
    .searchBox-nav {
      width: 250px;
      margin: auto;
      margin-left: 34px;
    }
  }

  /* ----------------------------------------------------------------------- */

  .progress {
    position: relative;
    height: 5px !important;
    background: var(--orang_o) !important;
    top: 0;
    left: 0;
    transition: all linear 0.1s;
    min-width: 0%;
    z-index: 99;
  }

  .header-progress-par {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    background: #e6dede !important;
    z-index: 99;
    width: 100%;
  }

  /* ----------------------------------------------------------------------- */
  .row .col-md-6:first-of-type {
    padding-right: 30px;
  }

  .row .col-md-6:last-of-type {
    padding-left: 30px;
  }

  .p {
    color: var(--p);
    font-size: 14px;
  }

  .h2 {
    color: var(--h2);
    font-size: 52px;
  }

  .map_p .card_map_p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    color: var(--h2);
    font-size: 14px;
    font-weight: bold;
  }

  .map_p .card_map_p img {
    width: auto;
    height: auto;
    max-width: 55px;
    max-height: 70px;
  }

  .hero h1 {
    color: var(--h2);
    font-size: 64px;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 1.2 !important;
  }

  .hero p {
    padding-bottom: 50px;
	  max-width:520px;
  }



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

  .imgs_hero .img_1 {
    padding-bottom: 24px;
    height: 220px;
  }

  .imgs_hero .img_2 {
    padding-bottom: 24px;
    height: 340px;
  }

  .imgs_hero .img_4 {
    height: 220px;
  }

  .imgs_hero .img_3 {
    height: 340px;
    margin-top: -120px;
  }

  .about a {
    margin-top: 50px !important;
  }

  .about .p {
    padding-top: 15px;
  }

  .about {
    padding:50px 0;
  }

  img.img_about {
    width: 100%;
    height: 100%;
  }

  .map_p h2 {
    padding-bottom: 50px;
  }

  .map_p {
    padding-bottom: 50px;
  }



  .title_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 50px  ;
}


  /* .map_div {
    background: url("../img/map.png") no-repeat;
    background-size: 100% 100%;
    min-height: 110vh;
    position: relative;
  } */

  .logo_map {
    position: absolute;
    top: 50px;
    left: 50px;
  }

  div#offcanvasExample2 {
    position: absolute;
  }

  div#offcanvasExample2 .modal-backdrop.show {
    opacity: 0;
  }

  .buttom_offcanvasExample2 {
    padding: 10px 30px;
    font-size: 14px;
    height: 50px;
    color: #AAAAAA;
    background: var(--FFFFFF);
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    font-weight: bold;
    left: 50px;
  }

  #offcanvasExample2 {
    background: #F5F6F7 !important;
  }



  .map_div .modal-backdrop {
    opacity: 0 !important;
  }

  .map_div .btn-close {
    filter: unset;
  }

  .card_project_map {
    padding: 20px 20px 30px 20px;
    background: #fff;
    margin-top: 24px;
  }

  .card_project_map img {
    width: 100%;
    height: 200px;
    filter: brightness(0.8);
  }

  #offcanvasExample2 .offcanvas-body {
    padding: 30px 20px;
  }


  .card_project_map h2 {
    color: var(--h2);
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 10px !important;
  }

  .card_project_map p {
    color: var(--h2);
    font-size: 14px;
  }


  .map_icon_card img {
    width: auto;
    height: auto;
    max-width: 55px;
    max-height: 70px;
  }






  .map_icon_card {
    display: flex;
    gap: 25px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .map_icon_card1 {
    position: absolute;
    top: 62%;
    right: 31%;
    transform: translateY(-50%);
  }

  .map_icon_card2 {
    position: absolute;
    top: 43%;
    right: 33%;
    transform: translateY(-50%);
    z-index: 1;
}
  .map_icon_card3 {
    position: absolute;
    top: 55%;
    right: 25%;
    transform: translateY(-50%);
  }

  .map_icon_card4 {
    position: absolute;
    top: 40%;
    right: 9%;
    transform: translateY(-50%);
  }

  .map_icon_card5 {
    position: absolute;
    top: 52%;
    right: 8%;
    transform: translateY(-50%);
}
  .map_icon_card6 {
    position: absolute;
    top: 62%;
    right: 11%;
    transform: translateY(-50%);
  }

  .map_icon_card7 {
    position: absolute;
    top: 12%;
    left: 32%;
    transform: translateY(-50%);
  }

  .map_icon_card8 {
    position: absolute;
    top: 32%;
    left: 29%;
    transform: translateY(-50%);
  }

  .map_icon_card9 {
    position: absolute;
    top: 25%;
    left: 37%;
    transform: translateY(-50%);
}

  .lang_map {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #BFB9B9;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .top_map_left {
    position: absolute;
    top: 50px;
    right: 50px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .map_div .group {
    display: flex;
    line-height: 28px;
    align-items: center;
    position: absolute;
    width: 250px;
    right: 70px;
    transition: var(--transition);
    opacity: 0;
    pointer-events: none;
  }

  .map_div .input {
    width: 100%;
    height: 50px;
    padding: 0 1rem;
    padding-right: 2.5rem;
    border: 2px solid transparent;
    outline: none;
    background-color: #fff;
    color: #0d0c22;
    transition: .3s ease;
  }

  .map_div .input::placeholder {
    color: #BFB9B9;
  }

  .map_div .input:focus,
  .input:hover {
    outline: none;
    border-color: var(--p);
    background-color: #fff;
    box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
  }

  .map_div .icon {
    position: absolute;
    right: 1rem;
    fill: #BFB9B9;
    font-size: 14px;
  }

  .option_div div {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .options {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
  }

  /* .map_div .group:hover {
  width: 200px;
  left: -10px;
}
  */
  .logo_map img {
    width: auto;
    height: auto;
    max-width: 100px;
  }

  .map_icon_card .div {
    display: none;
    position: absolute;
    left: -14px;
    padding: 20px;
    margin: 0;
    font-size: 14px;
    color: var(--h2);
    list-style: none;
    background-color: #fff;
    font-weight: bold;
    top: 70px;
    width: max-content;
    transition: var(--transition);
    z-index: 2;
    cursor: pointer;
  }

  .map_icon_card .div:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 27px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
  }



  .projects {
    padding: 50px 0;
}
.projects_card {
  background: #F0F1F3;
  padding: 30px;
  background: linear-gradient( #fff, #fff 50%,  #F0F1F3 50%, #F0F1F3);
  background-size: 100% 200%;
  margin-bottom: 24px !important;
  min-height: 447px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
border: 1px solid #e3e3e5;
}
.projects_card .div {
  padding-top: 20px;
}
.projects_card h3 {
 color: #454851 ;
 font-size: 20px;
}
.projects_card p {
  color: #757B8B ;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 17px;
 }
 .projects_card span {
  font-weight: bold;
 }
.products_page a.more {
    background:var(--btn);
    width: fit-content;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 14px;
}
hr {
    background-color: rgb(33 37 41 / 42%) !important;
    margin: 10px 0;
}
 a.more {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #757B8B !important;
  font-weight: bold;
  transition: var(--transition);
}
.projects_card:hover {
 background-position: 100% 100%;
 box-shadow:  #EDEDEE 0px 7px 29px 0px;
}
a.more i {
   transform: rotate(-45deg);
   transition: var(--transition);
  }


a.more:hover i {
  transform: rotate(0);
}
.projects_card img {
  width: 100%;
  height: 236px;
  object-fit: cover;
}


.FORM_TITLE h2 {
  text-align: center;
}

.FORM_TITLE img {
 margin: auto;
 display: block;
 padding-top: 45px;
 width: auto;
 height: auto;
 max-width: 100%;
}





.div-flex-co h2 {
  font-size: 20px;
}


.form-contact-home {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  padding: 50px;
  z-index: 1;
  position: relative;
  background: #F1F2F3;
}

.inout-icon-div p {
  font-size: 14px;
  color: #AAAAAA;
  padding-bottom: 15px;
}

.input-form-contact {
  border: 1px solid transparent;
  height: 50px;
  outline: none;
  padding: 10px 10px 10px 30px;
  transition: 0.5s linear;
  width: 100%;
  background: #E5E6E8;
}

.input-form-contact::placeholder {
  color: #AAAAAA;
}

.input-form-contact:focus {
  border: 1px solid #454851;
  color: #454851;
  background: transparent;
}

.input-form-contact:focus::placeholder {
  color: #454851 !important;

}

.inout-icon-div:focus-within p {
  color: #454851 !important;
  font-weight: bold;
}

.contact {
  position: relative;
  padding-top: 100px;
}

.inout-icon-div {
  position: relative;
}

.div-flex-co {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
}

.inout-icon-div-textarea i {
  top: 6px !important;
  transform: unset;
}

.inout-icon-div-textarea textarea {
  border: 1px solid transparent;
  outline: none;
  padding: 15px 10px 10px 30px;
  transition: 0.5s linear;
  width: 100%;
  background: #99929a21;
}

.inout-icon-div-textarea textarea::placeholder {
  color: #AAAAAA !important;
}

.inout-icon-div-textarea textarea:focus {
  color: #454851 !important;
  border-color: #454851;
}



.contact-us-home {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}



#contact_us textarea:focus::placeholder {
  color: #454851 !important;
  border-color: #454851;
}

.dropdown-menu {
  color: var(--h2);
  font-size: 14px;
  margin-top: 10px !important;
  padding: 0 !important;
  border-radius: 0px;
  text-align: unset;
  border-color: var(--h2) !important;
  transform: translateX(-69%) !important;
  margin-top: 68px !important;
}

.dropdown_filter .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 15px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--h2) transparent;
}
.dropdown_filter .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -9px;
  right: 15px;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.dropdown_filter li {
  padding: 8px 13px;
  transition: var(--transition);
}
.dropdown_filter li:hover {
  font-weight: bold;
  padding-left: 16px;
}

.dropdown-toggle::after {
  content: none;
}
.plus_icon {
  width: 50px;
  height: 50px;
  display: flex;
  background: #454851;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.d_f {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.d_f h5 {
  font-size: 14px;
  color: #454851;
}

.d_f h6 {
  font-size: 14px;
  color: #AAAAAA;
}
.hero_not {
  background: #454851;
  padding:28px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero_not h2 {
  font-size: 32px;
  padding-bottom: 10px;
  color: #FFFFFF;
}
.hero_not p {
  color: #fff;
  display: flex;
align-items: center;
gap: 10px;
}
.hero_not p   {
  color:#AAAAAA   ;
  font-size: 14px;
}
.hero_not p a {
  color: #fff !important;
}

.hero_not p i {
  color: #fff  ;
}
.single {
  padding-top:50px;
}

.single_content .div {
   display: flex;
  align-items: center;
  justify-content: center;
}
.single_content .div p {
  color: var(--p);
  font-size: 14px;
}
.single_content .div h4 {
  color: var(--h2);
  font-size: 32px;
  font-weight: bold;
}
.single_content .div .div_content {
  color: var(--p);
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.single_content .div .div_content .p1 {
  color: var(--p);
  font-size: 14px;
  margin-bottom: auto !important;
}
 
   .div_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/*.middle_div {*/
/*  padding: 30px 25px;*/
/*}*/
  .middle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}
.div_1  h6 {
  color: var(--h2);
  font-size: 18px;
  font-weight: bold;
}
.div_1 p {
    color: var(--p);
    font-size: 14px;
    font-weight: 700;
}
.icon_single_content {
  width: 40px;
  height: 40px;
  background: #757b8b;
  display: flex;
  color: #fff !important;
  font-size: 18px;
  border:1px solid transparent;
  align-items: center;
  justify-content: center;
  cursor: pointer;
      transition: var(--transition);
}
.icon_single_content:hover {
 background: #fff;
     border-color: #757b8b;
  color: #757b8b !important;
}
button.owl-next, button.owl-prev {
  width: 50px !important;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--btn) !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
}
.owl_carousel1 .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 97%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl_carousel1 .img img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.owl_carousel1 {
    margin-top: 50px !important;
}





.details {
  padding: 50px 0;
}
.details .p {
    color: var(--p);
    font-size: 14px;
    padding-top: 30px;
    text-align: justify;
}
.flex_details {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #55545429;
}
.flex_details h3 {
  font-size: 18px;
  padding: 0;
  color: var(--btn);
}
.flex_details p {
  font-size: 15px;
 color: var(--p);
 }
.details h2 {
  padding-bottom: 10px;
    font-size: 32px;
     color: var(--h2);
  }



 .details_card h2 {
    color: var(--h2);
    font-size: 32px;
    padding-bottom: 30px;
}








  .flex_details_card {
    width: 100%;
    height: 179px;
    padding: 20px;
    background: #f1f2f3a3;
    display: flex;
    border: 1px solid transparent;
    gap: 10px;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .flex_details_card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: var(--h2)  ;
    transition: var(--transition);
    z-index:-1;
}
.form-contact-home {
    direction: ltr;
}
.flex_details_card img {
  height: auto;
  width: auto;
  max-width: 60px;
  transition: var(--transition);
}
.flex_details_card:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(227%) contrast(106%);
}
.flex_details_card:hover::before {
  height: 100%;
}
.details_card {
  padding: 50px 0;
}

  .flex_details_card:hover {
    transform: translateY(-10px);
    background: #fff;
    border: 1px solid #F1F2F3;
    box-shadow: rgb(241 242 243 / 58%) 0px 8px 24px;
  }
 .row_details_card {
    /*margin-top: 35px;*/
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    justify-content: center;
}

  .flex_details_card p {
    color: var(--h2);
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    transition: var(--transition);
}
.flex_details_card:hover p {
  color: #FFFFFF;
}
  .Location_nearby_places {
    display: flex;
    gap: 12px;
     margin-top: 24px;
     align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 1pc;
    border: 1px solid #ededed;
    min-height: 128px;
    transition: var(--transition);
  }
  .Location_nearby_places:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px #43434316, 0 6px 6px #ffffff39;
  }


  .Location_nearby_places i {
    background: linear-gradient(284deg, #f14d5c, #a0051c) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    width: fit-content;
    font-weight: bold;
    font-size: 30px;
  }
  .Location_nearby_places div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .Location_nearby_places h4 {
    font-size: 20px;
    color: #000;
  }
  .Location_nearby_places_div p {
    font-size: 14px;
    color: var(--p);
  }
  .breeks_div   .col-2 {
    width: 14.2%;
}



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

  .breeks_div .div.div_title p {
    color: var(--h2);
    font-weight: bold;
}
  .breeks_div .div {
    padding: 24px 60px 24px 14px;
}
  .info_user_order_page.info_user {
    padding: 30px;
  }

  .breeks_div_order_page.breeks_div .div:nth-child(odd) {
    background:  #f1f2f3a3;
  }
  .breeks_div_order_page.breeks_div .div:nth-child(even) {
    background: transparent;
  }
  .breeks_div .div p {
    color: var(--p);
    font-size: 14px;
    text-align: center;
}
  .breeks_div_order_page.breeks_div .div {
    padding: 24px 14px;
  }

 
.div_contact_single p {
  font-weight: bold;
  font-size: 20px;
  color: var(--h2);
  padding-top: 10px;
}

.div_contact_single a {
  font-weight: bold;
  font-size: 20px;
  transition: var(--transition);
  color: var(--btn) !important;
}
.div_contact_single i {
  background: linear-gradient(45deg, var(--h2), #686e7c, #969caa, #969caa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 45px;
    transition: var(--transition);
  }
/*.div_contact_single .flex_details_card {*/
/*  height: 279px;*/
/*}*/
.div_contact_single .flex_details_card:hover  a {
  color: #b6bac5 !important;
}
.div_contact_single .flex_details_card:hover  i {
  background: linear-gradient(45deg,   #cdcfd6, #b6bac5, #cbcdd3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.remaining_balance.remaining_balance_order {
  padding-top: 50px;
}
.map.w-100 {
  height: 100%;
}

.map.w-100 iframe {
  height: 100%;
}


#map {
  height: 100%;
}


  .form-contact-home {
    direction: ltr;
}
  

.buttom_fill.phone_btn {
    display: none !important;
    margin: auto !important;
    margin-top: 24px !important;
}






.gal_single {
  height: 600px;
  position: relative;
  transition: var(--transition);
  margin-top:450px  !important ;
}


.gal_single img {
  position: absolute;
  transform: translateY(-50%);
  object-fit: cover;
}

.gal_single .img1_single  {
  width: 22.25rem;
  height: 37.5rem;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 5.875rem;
  transition: all 1s ease;
}

.gal_single .img2_single  {
  width: 10.4375rem;
  height: 13.875rem;
  top: 7.625rem;
  bottom: auto;
  left: auto;
  right: 0%;
  transition: all 1s ease;
}

.gal_single .img3_single  {
  width: 13.125rem;
  height: 17.5rem;
  top: auto;
  bottom: 3.4375rem;
  left: auto;
  right: 23.5rem;
  transition: all 1.2s ease;
}

.gal_single .img4_single  {
  width: 22.25rem;
  height: 23.625rem;
   top: 1.4375rem;
  bottom: 0%;
  left: 21.5rem;
  right: auto;
  transition: all  1.2s ease;

}
.gal_single .img5_single  {
  width: 25.75rem;
  height: 27.25rem;
  position: absolute;
  top: 16.75rem;
  bottom: 0%;
  left: 5.0625rem;
  right: auto;
  transition: all  1.4s ease;
}
.brxe-filter-checkbox {
    display: flex
;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.gal_single .img6_single  {
  width: 12.9375rem;
  height: 13.875rem;
  position: absolute;
  top: 6.875rem;
  bottom: 0%;
  left: 0%;
  right: auto;
  transition: all 1.4s ease;
}
.map_p .card_map_p {
       text-align: center;
}

.state {
    padding: 8px 15px;
    font-size: 13px;
    background: #7e81891c;
    width: fit-content;
    margin-bottom: 14px !important;
    display: block;
    font-weight: 600;
    color: #4b4f58;
}
.products_page .projects_card {
    min-height: unset;
}
.title_flex_center p {
    font-size: 16px;
    font-weight: 600;
    color: #5f6269;
}
.map.w-100 iframe {
     width: 100%;
}
.container {
  overflow: hidden;
}
.brxe-filter-checkbox button {
    padding: 12px 24px;
    text-align: center;
    font-size: 14px;
}
.title_flex_center {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 40px;
}
.imgs_products img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.details .col-md-6 {
    padding-right: 12px !important;
    padding-left: 12px !important;
}
.brxe-filter-checkbox button.active {
    background: var(--btn);
    color: #ffffff;
    font-weight: bold;
}
.flex_details i {
  transition: all 1.2s ease;
   
}
.flex_details i:hover {
    transform: scale(1.2);
}
.div_1 h6.loc {
        font-size: 14px;
}
.col_3 {
    max-width: 300px;
}
#b_map {
 
     min-height: 35vh !important;
}
 
.imgs_products  {
    margin-top: 35px;
     align-items: center;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}


