@font-face {
  font-family: "Montserrat";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-Light.ttf);
}
@font-face {
  font-family: "Montserrat-regular";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-Regular.ttf);
}
@font-face {
  font-family: "Montserrat-semibold";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat-bold";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-Bold.ttf);
}
.regular {
  font-family: "Montserrat-regular";
}

.semibold {
  font-family: "Montserrat-semibold";
}

.bold {
  font-family: "Montserrat-bold";
}

*,
* button:focus {
  outline: 0;
}

:root {
  --mainColor: #773cbb;
  --pink: #f7f4fb;
  --subColor: #0d244c;
  --primary: #16181e;
  --yellow: #ffcc80;
  --grey: #f7f5f0;
  --grey2: #f6f7f8;
  --grey-light: #f7f5f0;
  --dark: #181a21;
  --grey-text: #666a72;
  --brown: #ce8067;
  --cyan: #fdfaf5;
  --purple-light: #f9f9fe;
  --green-light: #f6fbf8;
  --blue-light: #f7fafe;
  --blue: #f5fbfc;
  --red-light: #fcf7f7;
  --lightbrown: #f9f1e4;
  --radius: 13px;
  /* --subColor2: #77643d; */
}

.mainColor {
  color: var(--mainColor) !important;
}

.grey-text {
  color: var(--grey-text) !important;
}

.mainBack {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
}

.grey-bg {
  background-color: var(--grey);
}

.grey2-bg {
  background-color: var(--grey2);
}

.grey3-bg {
  background-color: #ecedf1;
}

.pink-bg {
  background-color: var(--pink);
}

.grey-light-bg {
  background-color: var(--grey-light);
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Montserrat";
  text-decoration: none;
  font-size: 0.9rem;
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
  direction: rtl;
}

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

.size-6 {
  font-size: 15px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}

.fs-7 {
  font-size: 14px;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: inherit;
}

.btn {
  overflow: hidden;
}

.bg-btn {
  position: relative;
  background-image: url("../images/projects/icons/btn.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 50px;
  display: inline-block;
  padding: 15px 20px;
  margin: 0 10px;
  animation: slideInUp 2s ease-in-out forwards;
  transition: all 0.4s ease-in-out;
}
.bg-btn::after {
  position: absolute;
  content: "";
  left: 45%;
  top: 45%;
  width: 4px;
  height: 4px;
}
.bg-btn:hover::after {
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: scale 2s infinite ease-in-out;
  opacity: 0;
}

.btn-light {
  background-color: white !important;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
.slideInUp {
  animation: slideInUp 2s ease-in-out forwards;
}

.justify-content-space-between {
  justify-content: space-around;
}

.mt-128 {
  margin-top: 128px !important;
}

.hvr-shutter-out-vertical:before {
  background: var(--subColor);
  color: #fff !important;
}

.outline.hvr-shutter-out-vertical {
  border: 1px solid white;
  background-color: transparent;
  overflow: hidden;
}
.outline.hvr-shutter-out-vertical:before {
  background-color: var(--mainColor);
}

.outline-purple.hvr-shutter-out-vertical {
  border: 1px solid var(--mainColor) !important;
  background-color: transparent;
  overflow: hidden;
}
.outline-purple.hvr-shutter-out-vertical:hover {
  color: white !important;
}
.outline-purple.hvr-shutter-out-vertical:before {
  background-color: var(--mainColor);
}

.no-border {
  border: 0px !important;
}

.no-bg {
  background-color: transparent !important;
}

article {
  line-height: 1.7rem;
}

.rounded {
  border-radius: var(--radius) !important;
}

.z-index {
  z-index: 1;
}

.relative {
  position: relative;
}

i {
  font-size: 18px;
}

.subColor {
  color: var(--subColor);
}

.yellow-text {
  color: var(--yellow) !important;
}

.brown-text {
  color: var(--brown) !important;
}

.lightbrown {
  color: var(--lightbrown) !important;
}

.background-dark {
  background-color: var(--dark) !important;
}

.background-primary {
  background-color: var(--primary);
}

.btn {
  text-align: center;
  padding: 10px 30px;
}

.btn-purple, .btn-purple:disabled {
  background-color: var(--mainColor);
}
.btn-purple:hover {
  background-color: var(--subColor);
}

.btn-subColor.hvr-txt-trans {
  background-color: var(--subColor);
}
.btn-subColor.hvr-txt-trans:hover {
  background-color: var(--subColor);
}
.btn-subColor.hvr-txt-trans .txt::after {
  padding-right: 25px;
}

.btn-green.hvr-txt-trans {
  background-color: #21b538;
}
.btn-green.hvr-txt-trans:hover {
  background-color: #21b538;
}
.btn-green.hvr-txt-trans .txt::after {
  padding-right: 25px;
}

.hvr-txt-trans {
  position: relative;
  overflow: hidden;
}
.hvr-txt-trans .txt {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.hvr-txt-trans .txt::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.hvr-txt-trans:hover {
  color: #fff;
}
.hvr-txt-trans:hover .txt span {
  transform: translateY(-150%);
  opacity: 0;
}
.hvr-txt-trans:hover .txt::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.radius-13 {
  border-radius: var(--radius);
}

a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  -o-object-fit: contain;
     object-fit: contain;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 16px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 50px 0;
}

.height-87 {
  height: 87vh !important;
}

.height-55 {
  height: 55px !important;
}

.height-200 {
  height: 200px !important;
}

.height-280 {
  height: 280px !important;
}

.height-272 {
  height: 272px !important;
}

.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-560 {
  height: 560px !important;
}

.min-height-125 {
  min-height: 125px !important;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

/*---------------header-----------------------*/
header {
  transition: all 0.3s ease;
  /* Smooth transition when adding/removing the class */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  /* Ensure it stays on top */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Optional shadow */
}
header .navbar-nav .nav-item .nav-link {
  position: relative;
}
header .navbar-nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
  height: 2px;
  width: 0px;
  background-color: var(--mainColor);
  transition: all 0.6s ease;
  /* Smooth transition when adding/removing the class */
  border-radius: var(--radius);
}
header .navbar-nav .nav-item .nav-link:hover {
  color: var(--mainColor) !important;
}
header .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
  transition: all 0.6s ease;
  /* Smooth transition when adding/removing the class */
}

header.nav-scroll {
  transition: all 0.3s ease;
  /* Smooth transition when adding/removing the class */
}

.top-header {
  background-color: var(--grey-light);
  padding: 8px 0px;
}

.top-header .nav_btns i {
    margin-inline-start: 15px;
    font-size: 15px;
}

.nav-link {
  padding: 0 12px !important;
}

.slider-section {
  position: relative;
}
.slider-section .carousel-caption {
  animation: slideInUp 2s ease-in-out forwards;
  z-index: 1;
  top: 220px;
  bottom: unset;
  text-align: right;
}
.slider-section .carousel-caption .btn:hover {
  color: #fff !important;
}
.slider-section .carousel-indicators {
  top: 100px;
  left: auto;
  bottom: unset;
}
.slider-section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid white;
  opacity: 1;
}
.slider-section .carousel-indicators .active {
  background-color: white;
  width: 15px;
  height: 15px;
  margin-top: -3px;
}
.slider-section .shape {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 2s ease-in-out;
}
.slider-section .shape.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.btn-light.hvr-txt-trans:hover {
  color: var(--subColor) !important;
}

.header.transparent-header {
  background-color: transparent;
  box-shadow: none;
}
.header.transparent-header .navbar-nav .nav-link {
  color: white !important;
}
.header.transparent-header .top-header {
  background-color: rgba(0, 0, 0, 0.2);
}
.header.transparent-header .top-header .nav-link {
  color: white !important;
}

.header.transparent-header.nav-scroll {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.header.transparent-header.nav-scroll .navbar-nav .nav-link {
  color: white !important;
}
.header.transparent-header.nav-scroll .top-header {
  background-color: rgba(0, 0, 0, 0.2);
}
.header.transparent-header.nav-scroll .top-header .nav-link {
  color: white !important;
}

.slider-section.move-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(119, 60, 187);
  /*background: linear-gradient(90deg, rgba(119, 60, 187, 0) 23%, rgb(119, 60, 187) 55%);*/
  background: linear-gradient(90deg, rgba(104, 115, 137, 0) 23%, var(--mainColor) 55%);
}

/*---------------footer--------------------------*/
.footer {
  position: relative;
}
.footer h6 {
  font-family: "Montserrat-bold";
}
.footer a:hover {
  color: var(--brown) !important;
}
.footer .contacts a i {
  color: #fff;
  font-weight: 400;
  /*opacity: 0.7;*/
}
.footer .footer-bottom {
    background-color: #2a2c33 !important;
}
.footer::after {
  position: absolute;
  content: "";
  background-image: url("../images/icons/right-shape.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 430px;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.6;
  filter: grayscale(1);
}
.footer::before {
  position: absolute;
  content: "";
  background-image: url("../images/icons/left-shape.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 390px;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  filter: grayscale(1);
}

.footer-bottom .footer-social a {
  position: relative;
}
.footer-bottom .footer-social a::after {
  position: absolute;
  content: "";
  left: 45%;
  top: 45%;
  width: 4px;
  height: 4px;
}
.footer-bottom .footer-social a:hover::after {
  transform: translate(-50%, -50%);
  background-color: rgba(119, 60, 187, 0.6);
  border-radius: 50%;
  animation: scale 2s infinite ease-in-out;
  opacity: 0;
}

.about-section .about-shape {
  position: absolute;
  content: "";
  bottom: 35px;
  right: 70px;
  transition: all 0.6s ease-in-out;
  filter: grayscale(1);
}
.about-section .img {
  overflow: hidden;
  width: 100%;
}
.about-section .img img {
  transition: all 0.4s ease-in-out;
}
.about-section:hover .img img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.about-section:hover .about-shape {
  transition: all 0.4s ease-in-out;
  right: 80px;
  bottom: 60px;
}

.numbers-section {
  position: relative;
  height: 500px;
}
.numbers-section .line {
  width: 100%;
  height: 3px;
  filter: grayscale(1);
}
.numbers-section .numbers-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 2s ease-in-out;
  display: none;
}
.numbers-section .numbers-shape.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.numbers-section .top-card {
  position: relative;
}
.numbers-section .top-card::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 110px;
  content: "";
  background-image: url("../images/icons/curve.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  filter: grayscale(1);
}
.numbers-section .icon {
  width: 95px;
  height: 95px;
  box-shadow: -1px 10px 19px 0px rgba(212, 203, 237, 0.41);
  border-radius: 100%;
  margin: auto;
  line-height: 45px;
  padding: 25px;
  background-color: white;
  margin-top: 40px;
  position: relative;
  filter: grayscale(1);
}
.numbers-section .card.numbers-card {
  box-shadow: -1px 10px 19px 0px rgba(212, 203, 237, 0.41);
  position: relative;
  border-radius: var(--radius);
}
.numbers-section .card.numbers-card::after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 3px;
  content: "";
  background-image: url(../images/icons/line-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  filter: grayscale(1);
}
.numbers-section .card.numbers-card::before {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  content: "";
  background-image: url(../images/icons/circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(1);
}
.numbers-section .card.numbers-card a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: var(--radius);
}
.numbers-section .card.numbers-card a .bottom-line {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: var(--radius);
  background: rgb(119, 60, 187);
  background: linear-gradient(90deg, rgba(119, 60, 187, 0.462622549) 3%, rgba(119, 60, 187, 0.8235294118) 25%, rgba(119, 60, 187, 0.7959558824) 69%, rgba(119, 60, 187, 0.462622549) 84%);
  filter: grayscale(1);
    
}
.numbers-section .col-lg-3:nth-child(1) .card {
  animation-delay: 0.2s;
  margin-top: 47px;
}
.numbers-section .col-lg-3:nth-child(1) .card::after {
  height: 60px;
  top: -56px;
}
.numbers-section .col-lg-3:nth-child(1) .card::before {
  top: -65px;
}
.numbers-section .col-lg-3:nth-child(2) .card {
  animation-delay: 0.4s;
  margin-top: 25px;
}
.numbers-section .col-lg-3:nth-child(2) .card::after {
  height: 40px;
  top: -34px;
}
.numbers-section .col-lg-3:nth-child(2) .card::before {
  top: -44px;
}
.numbers-section .col-lg-3:nth-child(3) .card {
  animation-delay: 0.6s;
  margin-top: 47px;
}
.numbers-section .col-lg-3:nth-child(3) .card::after {
  height: 60px;
  top: -56px;
}
.numbers-section .col-lg-3:nth-child(3) .card::before {
  top: -65px;
}
.numbers-section .col-lg-3:nth-child(4) .card {
  animation-delay: 0.8s;
  margin-top: 25px;
}
.numbers-section .col-lg-3:nth-child(4) .card::after {
  height: 40px;
  top: -34px;
}
.numbers-section .col-lg-3:nth-child(4) .card::before {
  top: -44px;
}

.work-section {
  background-image: url("../images/icons/work-shape.png");
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
}
.work-section .work-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.work-section .card::after {
  position: absolute;
  content: "";
  right: 25px;
  top: 25px;
  width: 4px;
  height: 4px;
}
/*.work-section .card:hover::after {*/
/*  transform: translate(-50%, -50%);*/
/*  background-color: rgba(119, 60, 187, 0.6);*/
/*  border-radius: 50%;*/
/*  animation: scale 2s infinite ease-in-out;*/
/*  opacity: 0;*/
/*}*/

.register_now {
  /*background-image: url("../images/register.png");*/
  background-color: #2a2c33;
  background-repeat: no-repeat;
  background-size: cover;
}
.register_now .input-group-text {
  background-color: transparent;
  color: white;
  border-left: 0px !important;
}
.register_now .form-control {
  background-color: transparent;
  color: white !important;
  border-right: 0px;
  margin-left: 10px;
  height: 45px;
}
.register_now .form-control::-moz-placeholder {
  color: white !important;
}
.register_now .form-control::placeholder {
  color: white !important;
}
.register_now .btn {
  width: 280px;
  height: 45px;
}

.clip-image {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 1s ease-in-out;
}
.clip-image.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.clip-image-bottom {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  /* Fully clipped at the top */
  transition: -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
  /* Smooth transition for the clip-path */
}
.clip-image-bottom.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  /* Reveal the full image from top to bottom */
}

.projects-section {
	background-image: url("../images/projects-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
  }
  .projects-section .projects-shape {
	position: absolute;
	top: 0px;
	right: 0;
	width: 290px;
	height: 320px;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
			clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: all 2s ease-in-out;
  }
  .projects-section .projects-shape.animated {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .projects-section .project-card figure {
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	overflow: hidden;
  }
  .projects-section .project-card figure::after {
	position: absolute;
	content: "";
	right: 62px;
	top: 69px;
	width: 10px;
	height: 10px;
  }
  .projects-section .project-card figure img {
	transition: all 0.4s ease-in-out;
  }
  .projects-section .project-card:hover figure::after {
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	animation: scale 2s infinite ease-in-out;
	opacity: 0;
	z-index: 1;
  }
  .projects-section .project-card:hover figure img {
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
  }
  .projects-section .project-card:nth-child(1) {
	animation-delay: 0.2s;
  }
  .projects-section .project-card:nth-child(2) {
	animation-delay: 0.4s;
  }
  .projects-section .project-card:nth-child(3) {
	animation-delay: 0.6s;
  }
  .projects-section .project-card:nth-child(4) {
	animation-delay: 0.8s;
  }
  .projects-section .project-card:nth-child(5) {
	animation-delay: 1s;
  }
  
/*---------------stages section---------------*/
.stages-section .stage-shape {
  height: 380px;
  width: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  /* Initial clip from bottom */
  transition: -webkit-clip-path 2s ease-in-out;
  transition: clip-path 2s ease-in-out;
  transition: clip-path 2s ease-in-out, -webkit-clip-path 2s ease-in-out;
  filter: grayscale(1);
}
.stages-section .stage-shape.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  /* Full reveal */
}
.stages-section .stage-card {
  /* Rounded corners */
  position: relative;
  border: 0px;
  padding-top: 40px;
  /* Prevent content from overflowing the border radius */
}
.stages-section .stage-card::after {
  content: "";
  /* Create a pseudo-element for the border */
  position: absolute;
  /* Position it absolutely */
  top: 0;
  /* Align to the top */
  left: 0;
  /* Align to the left */
  right: 0;
  /* Align to the right */
  bottom: 0;
  background-image: url("../images/stages/border.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: -1;
  filter: grayscale(1);
  /* Place behind the content */
}
.stages-section .stage-card .num {
  font-size: 3.5rem;
  position: absolute;
  right: 20px;
  top: -40px;
  background-color: #fff;
  color: var(--mainColor) !important;
  /*opacity: 0.1;*/
}
.stages-section .stage-card img {
  width: 64px;
  height: 64px;
}
.stages-section .col-lg-4:nth-child(1) {
  animation-delay: 0.2s;
  margin-top: 90px;
}
.stages-section .col-lg-4:nth-child(2) {
  animation-delay: 0.4s;
}
.stages-section .col-lg-4:nth-child(3) {
  animation-delay: 0.6s;
  margin-top: 90px;
}

/*-------------community section-----------------*/
.community-section .community-card {
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.36) 100%);
}
.community-section .community-card:hover {
  box-shadow: 0 4px 11px 4px hsla(274.15, 86.01%, 83.12%, 0.2);
  transition: all 0.4s ease-in-out;
}
.community-section .col-lg-3:nth-child(1) {
  animation-delay: 0.2s;
}
.community-section .col-lg-3:nth-child(2) {
  animation-delay: 0.4s;
}
.community-section .col-lg-3:nth-child(3) {
  animation-delay: 0.6s;
}
.community-section .col-lg-3:nth-child(4) {
  animation-delay: 0.6s;
}

.community-section .community-card img {
    filter: grayscale(1);
}

/*---------------project section---------------*/
.project-section .project-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*filter: invert(100%) sepia(18%) saturate(0%) hue-rotate(149deg) brightness(118%) contrast(100%);*/
  opacity: 0.2;
}
.project-section .line {
  width: 100%;
  height: 1px;
  background-color: white;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 2s ease-in-out;
}
.project-section .line.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.project-section .card {
  height: 428px;
  overflow: hidden;
}
.project-section .card .card-img {
  transition: all 0.4s ease-in-out;
}
.project-section .card .card-title {
  margin-top: 150px;
}
.project-section .card .card-text {
  margin-top: auto;
}
.project-section .card .card-img-overlay {
  background-color: rgba(119, 60, 187, 0.79) !important;
  opacity: 0;
  transition: all 0.6s ease;
  height: 0px;
}
.project-section .card .card-img-overlay .icon {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 100%;
}
.project-section .card:hover .card-img-overlay {
  opacity: 1;
  transition: all 0.6s ease;
  height: 100%;
}
.project-section .card:hover .card-img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.project-section .card.soon .card-img-overlay {
  opacity: 1;
  transition: all 0.6s ease;
  height: 100%;
}
.project-section .col-lg-4:nth-child(1n) {
  animation-delay: 0.2s;
}
.project-section .col-lg-4:nth-child(2n) {
  animation-delay: 0.4s;
}
.project-section .col-lg-4:nth-child(3n) {
  animation-delay: 0.6s;
}

/*--------------news section------------------*/
.news-section .title {
  position: relative;
}
.news-section .title::after {
  position: absolute;
  content: "";
  top: 36px;
  left: 0;
  background-color: #e4d8f1;
  width: 150px;
  height: 2px;
}
.news-section .mySwiper.news-slider {
  padding-bottom: 85px !important;
}
.news-section .mySwiper.news-slider .swiper-slide {
  height: 330px;
}
.news-section .mySwiper.news-slider .swiper-button-next,
.news-section .mySwiper.news-slider .swiper-button-prev {
  top: unset !important;
  bottom: 0px !important;
  margin: auto;
  border-radius: 100%;
  background-color: var(--mainColor);
  color: white;
  width: 55px;
  height: 55px;
}
.news-section .mySwiper.news-slider .swiper-button-next {
  right: 6%;
}
.news-section .mySwiper.news-slider .swiper-button-next::before {
  position: absolute;
  top: 30px;
  width: 50px;
  content: "";
  left: 70px;
  height: 2px;
  background-color: rgba(13, 36, 76, 0.3215686275);
}
.news-section .mySwiper.news-slider .swiper-button-prev {
  right: 40%;
}
.news-section .mySwiper.news-slider .swiper-button-next:after,
.news-section .mySwiper.news-slider .swiper-button-prev:after {
  font-size: 20px;
}
.news-section .card {
  border-radius: var(--radius);
  overflow: hidden;
}
.news-section .card .card-img-overlay {
  background: rgb(119, 60, 187);
  background: linear-gradient(180deg, rgba(119, 60, 187, 0) 43%, rgba(119, 60, 187, 0.975227591) 100%);
}
.news-section .card .card-title {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  padding: 15px 10px;
}
.news-section .card .tag {
  background-color: var(--mainColor);
  border-radius: var(--radius);
  padding: 5px 15px;
}
.news-section .card .date {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  padding: 5px 15px;
}
.news-section .card .card-img {
  transition: all 0.4s ease-in-out;
}
.news-section .card:hover .card-img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

.all-projects .card {
  overflow: hidden;
}
.all-projects .card figure {
  overflow: hidden;
}
.all-projects .card figure img {
  transition: all 0.6s ease;
}
.all-projects .card:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.all-projects .card .gradiant-btn,
.all-projects .card .gradiant-btn2 {
  position: relative;
  background-image: url("../images/icons/gb.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 50px;
  display: inline-block;
  padding: 15px 20px;
  margin: 0 10px;
  animation: slideInUp 2s ease-in-out forwards;
}
.all-projects .card .gradiant-btn::after,
.all-projects .card .gradiant-btn2::after {
  position: absolute;
  content: "";
  left: 45%;
  top: 45%;
  width: 4px;
  height: 4px;
}
.all-projects .card .gradiant-btn:hover::after,
.all-projects .card .gradiant-btn2:hover::after {
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: scale 2s infinite ease-in-out;
  opacity: 0;
}
.all-projects .card .gradiant-btn {
  background-image: url("../images/icons/gb.png");
}
.all-projects .card .gradiant-btn2 {
  background-image: url("../images/icons/watch.png");
}
.all-projects .col-lg-6:nth-child(1n) {
  animation-delay: 0.2s;
}
.all-projects .col-lg-6:nth-child(2n) {
  animation-delay: 0.4s;
}
.all-projects .col-lg-6:nth-child(3n) {
  animation-delay: 0.6s;
}
.all-projects .col-lg-6:nth-child(4n) {
  animation-delay: 0.8s;
}
.all-projects .col-lg-6:nth-child(5n) {
  animation-delay: 1s;
}
.all-projects .left-projects .card .card-img-overlay {
  opacity: 0;
  transition: all 0.6s ease;
}
.all-projects .left-projects .card:hover .card-img-overlay {
  opacity: 1;
  transition: all 0.6s ease;
}

section:not(.project-contact) .projects-details .icon {
  width: 55px;
height: 55px;
text-align: center;
padding: 15px;
}
.projects-details .col-lg-2:nth-child(1) {
  animation-delay: 0.2s;
}
.projects-details .col-lg-2:nth-child(2) {
  animation-delay: 0.4s;
}
.projects-details .col-lg-2:nth-child(3) {
  animation-delay: 0.6s;
}
.projects-details .col-lg-2:nth-child(4) {
  animation-delay: 0.8s;
}
.projects-details .col-lg-2:nth-child(5) {
  animation-delay: 1s;
}
.projects-details .col-lg-2:nth-child(6) {
  animation-delay: 1.2s;
}

.project-contact .icon {
  background-color: #e1e3e5;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
}

.project-brief .item {
  padding: 25px 15px;
}
.project-brief .chip:nth-child(1n) {
  animation-delay: 0.2s;
}
.project-brief .chip:nth-child(1n) .item {
  background-color: var(--cyan);
}
.project-brief .chip:nth-child(2n) {
  animation-delay: 0.4s;
}
.project-brief .chip:nth-child(2n) .item {
  background-color: var(--purple-light);
}
.project-brief .chip:nth-child(3n) {
  animation-delay: 0.6s;
}
.project-brief .chip:nth-child(3n) .item {
  background-color: var(--green-light);
}
.project-brief .chip:nth-child(4n) {
  animation-delay: 0.8s;
}
.project-brief .chip:nth-child(4n) .item {
  background-color: var(--blue-light);
}
.project-brief .chip:nth-child(5n) {
  animation-delay: 1s;
}
.project-brief .chip:nth-child(5n) .item {
  background-color: var(--blue);
}
.project-brief .chip:nth-child(6n) {
  animation-delay: 1.2s;
}
.project-brief .chip:nth-child(6n) .item {
  background-color: var(--red-light);
}

.project-description .card .icon {
  width: 80px;
  height: 80px;
  line-height: 88px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid rgba(148, 157, 168, 0.4784313725);
}
.project-description .card ul {
  padding-right: 0px;
}
.project-description .card ul li {
  position: relative;
  padding-right: 35px;
  margin-bottom: 15px;
  color: var(--subColor) !important;
}
.project-description .card ul li::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("../images/projects/icons/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

hr {
  border: 1px solid rgba(13, 36, 76, 0.24) !important;
}

hr.dashed-line {
  border: 1px dashed rgba(13, 36, 76, 0.4392156863) !important;
}

  .units-section .form-select {
	position: relative;
	min-height: 50px;
	border: 0;
	border-radius: 10px;
	background-color: #f0f0f0;
	box-shadow: none;
  }
  .units-section .card {
	position: relative;
	margin-top: 30px;
	border-radius: 15px;
	overflow: hidden;
  }
  .units-section .card .main-img {
	position: relative;
  }
  .units-section .card .main-img .floating-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .units-section .card .main-img .floating-bottom .bg-btn {
	margin: 0;
	background-image: url(../images/icons/gb.png);
  }
  .units-section .card .main-img .floating-bottom .proj-logo {
	height: 60px;
	width: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #999;
	background-color: #fff;
	padding: 8px;
	flex-shrink: 0;
  }
  .units-section .card .main-img .floating-bottom .proj-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
  }
  .units-section .card .main-img .floating-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
  }
  .units-section .card .main-img .floating-top .icon {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6470588235);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 7px;
  }
  .units-section .card .main-img .floating-top .icon.active {
	background-color: var(--mainColor);
	color: #fff;
  }
  .units-section .card .card-footer {
	display: flex;
	padding: 0 !important;
  }
  .units-section .card .card-footer .btn {
	border-radius: 0;
	width: 50%;
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 2.4;
  }
  .units-section .card .card-footer a {
	width: 100%;
  }
  .units-section .card-imgs {
	position: absolute;
	top: 10px;
	left: 0;
	bottom: auto;
  }
  .units-section .units-slider {
	padding-bottom: 90px !important;
  }
  .units-section .units-slider .card {
	transition: all 0.4s ease-in-out;
	border: 1px solid rgba(13, 36, 76, 0.12) !important;
	padding: 5px;
  }
  .units-section .units-slider .card figure {
	overflow: hidden;
	position: relative;
  }
  .units-section .units-slider .card figure img {
	transition: all 0.4s ease-in-out;
  }
  .units-section .units-slider .card figure .bg-btn {
	position: absolute;
	left: 5px;
	bottom: 10px;
  }
  .units-section .units-slider .card .card-footer {
	background-color: rgba(119, 60, 187, 0.14);
	border-top: 0px;
  }
  .units-section .units-slider .card:hover {
	transition: all 0.4s ease-in-out;
	border: 1px solid var(--mainColor) !important;
  }
  .units-section .units-slider .card:hover figure img {
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
  }
  .units-section .units-slider .card:hover .bg-btn {
	background-image: url("../images/projects/icons/blue-btn.png");
	transition: all 0.4s ease-in-out;
  }
  .units-section .units-slider .swiper-button-next,
  .units-section .units-slider .swiper-button-prev {
	top: unset !important;
	bottom: 0px !important;
	margin: auto;
	border-radius: 100%;
	background-color: rgba(125, 122, 128, 0.21);
	color: var(--subColor);
	width: 55px;
	height: 55px;
	font-weight: bold;
  }
  .units-section .units-slider .swiper-button-next {
	right: 4%;
  }
  .units-section .units-slider .swiper-button-prev {
	right: 42%;
  }
  .units-section .units-slider .swiper-button-next:after,
  .units-section .units-slider .swiper-button-prev:after {
	font-size: 20px;
  }
  
  .modal-content {
	border-radius: 30px;
	border: 0;
  }
.project-slider {
	overflow: hidden;
  }
  .project-slider .main-slider {
	position: relative;
  }
  .project-slider .main-slider::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 36, 76, 0.2588235294);
	z-index: 1;
  }
  .project-slider .swiper {
	width: 100%;
	height: 100%;
  }
  .project-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .project-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .project-slider .swiper-slide {
	background-size: cover;
	background-position: center;
  }
  .project-slider .main-slider {
	height: 400px;
	width: 100%;
	margin-top: 20px;
	border-radius: 20px;
	overflow: hidden;
  }
  .project-slider .thumbnail {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
  }
  .project-slider .thumbnail img {
	border: 2px solid #fff;
	cursor: pointer;
	border-radius: 15px;
	opacity: 0.5;
  }
  .project-slider .thumbnail .swiper-slide {
	width: 25%;
	height: 100%;
	/* opacity: 0.4; */
	border-radius: 15px;
  }
  .project-slider .thumbnail .swiper-slide-thumb-active {
	opacity: 1;
  }
  .project-slider .thumbnail .swiper-slide-thumb-active img {
	border: 2px solid #fff;
	opacity: 1;
  }
  .project-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .project-slider .content {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 10px 60px;
	width: 100%;
	z-index: 10;
  }
  .project-slider .content-description {
      /*background-color: rgba(119, 60, 187, 0.9294117647);*/
      border-radius: var(--radius);
      position: absolute;
      z-index: 1;
      width: 90%;
      bottom: -20px;
      z-index: 10;
      overflow: hidden;
    }
    
    .project-slider .content-description:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: var(--mainColor);
        z-index: -1;
        opacity: 0.95;
    }
  .project-slider .swiper-button-next,
  .project-slider .swiper-button-prev {
	color: #000;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
  }
  .project-slider .swiper-button-next::after,
  .project-slider .swiper-button-prev::after {
	font-size: 14px;
  }
  
.no-icon-bg .icon {
  background-color: transparent;
}

.single-product .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.user_links ul {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3490196078);
  padding-bottom: 10px;
}
.user_links ul li {
  display: inline-block;
  margin-left: 14px;
}
.user_links ul li .icon i {
  font-size: 15px;
}
.user_links ul li .txt {
  font-size: 14px;
}
.user_links ul li a.nav_link.active {
  color: var(--mainColor);
  position: relative;
}
.user_links ul li a.nav_link.active::after {
  position: absolute;
  content: "";
  bottom: -14px;
  right: 0px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--mainColor);
}

.shap_title {
  position: relative;
  font-size: 31px;
  color: var(--mainColor);
  padding-inline-start: 8px;
}
.shap_title::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons/exp_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

/*--------------user info -----------------*/
/* --------------- user_info --------------- */
.user_info {
  position: relative;
}
.user_info .user_info_card {
  position: relative;
  padding: 4vw;
  box-shadow: 0px 4px 12px rgba(10, 10, 40, 0.04), 0px 0px 1px rgba(85, 85, 109, 0.08);
  background: linear-gradient(180deg, rgba(234, 238, 243, 0.6) 0%, rgba(255, 255, 255, 0.6) 45.51%, rgba(255, 255, 255, 0.6) 76.1%, rgba(246, 229, 215, 0.0666666667) 100%);
  background-blend-mode: normal;
  margin-top: 20px;
  margin-bottom: 40px;
}
.user_info .user_info_card::after {
  position: absolute;
  content: "";
  left: -5px;
  top: calc(50% - 100px);
  height: 200px;
  width: 5px;
  background-color: #fff;
}
.user_info .user_info_card .edit_link {
  position: absolute;
  top: 4vw;
  right: 4vw;
  z-index: 10;
  font-weight: bold;
}
.user_info .user_info_card .edit_link:hover {
  color: var(--mainColor);
}
.user_info .user_info_card .img_card {
  text-align: center;
}
.user_info .user_info_card .img_card .user_icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background-color: rgba(153, 153, 153, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.user_info .user_info_card .img_card h6 {
  color: var(--mainColor);
  margin-top: 10px;
}
.user_info .user_info_card .info_list {
  margin-top: 100px;
}
.user_info .user_info_card .info_list li {
  display: flex;
  margin: 15px 0;
}
.user_info .user_info_card .info_list li .txt {
  width: 25%;
}

/* --------------- user_files --------------- */
.user_files .nav-pills {
  justify-content: center;
  margin-bottom: 60px;
}
.user_files .nav-pills .nav-link {
  border-radius: 0;
  background-color: rgba(119, 60, 187, 0.1294117647);
  color: var(--mainColor);
  font-weight: bold;
  min-width: 177px;
  text-align: center;
  margin: 8px;
  padding: 12px !important;
  border-bottom: 2px solid var(--mainColor);
}
.user_files .nav-pills .nav-link:hover, .user_files .nav-pills .nav-link.active {
  background-color: var(--mainColor);
  color: #fff;
}
.user_files .files .file_card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  margin-bottom: 10px;
  font-size: 14px;
  box-shadow: 0px 4px 12px 0px rgba(10, 10, 10, 0.031372549);
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  background-color: #fff;
}
.user_files .files .file_card .date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.user_files .files .file_card h6 {
  font-size: 18px;
}
.user_files .files .file_card a:hover {
  color: var(--mainColor);
}
.user_files .accordion-header .accordion-button .float_logo {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(153, 153, 153, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 20px;
  flex-shrink: 0;
  overflow: hidden;
  padding: 3px;
  transition: all 0.4s ease;
}
.user_files .accordion-header .accordion-button .float_logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.user_files .accordion-header .accordion-button:not(.collapsed) .float_logo {
  opacity: 0;
  width: 0;
  margin-inline-end: 0;
}
.user_files .daman_card_body .main_cont {
  display: flex;
}
.user_files .daman_card_body .main_cont .logo {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: rgba(153, 153, 153, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 30px;
  flex-shrink: 0;
  padding: 5px;
}
.user_files .daman_card_body .main_cont .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.user_files .daman_card_body .main_cont .inff {
  flex-grow: 1;
}
.user_files .daman_card_body .main_cont .info_list {
  margin-top: 15px;
}
.user_files .daman_card_body .main_cont .info_list li {
  display: flex;
  margin: 10px 0;
  font-size: 13px;
}
.user_files .daman_card_body .main_cont .info_list li .txt {
  width: 35%;
  color: #625D5D;
}
.user_files .daman_card_body .btns_side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 10px;
}
.user_files .daman_card_body .btns_side .warranty_time {
  font-size: 12px;
  padding: 12px 15px;
  background-color: rgba(104, 115, 137, 0.0666666667);
  border-radius: 8px;
  position: absolute;
  top: -63px;
  left: 50px;
}
.user_files .daman_card_body .btns_side .btns .icon_link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F1EFEC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 5px;
  font-size: 17px;
  position: relative;
  top: 2px;
}
.user_files .daman_card_body .btns_side .btns .icon_link .fa-whatsapp {
  color: #11b12e;
}
.user_files .daman_card_body .btns_side .btns .icon_link:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.user_files .daman_card_body .btns_side .btns .icon_link:hover .fa-whatsapp {
  color: #fff;
}
.user_files .daman_card_body .btns_side .btns .down_link {
  display: inline-flex;
  background-color: #F1EFEC;
  align-items: center;
  padding: 10px 30px;
  border-radius: 50px;
  margin-inline-start: 10px;
  font-size: 12px;
}
.user_files .daman_card_body .btns_side .btns .down_link:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.user_files .daman_card_body .btns_side .btns .down_link i {
  flex-shrink: 0;
}
.user_files .proj_head_tabs {
  position: relative;
  padding: 30px 30px 10px;
  border-radius: 20px;
  background-color: #f9f9f9;
}
.user_files .proj_head_tabs .proj_pills {
  margin-bottom: 0;
}
.user_files .proj_head_tabs .proj_pills .nav-link {
  position: relative;
  background-color: #fff;
  padding: 40px 50px 0;
  border-radius: 15px;
  color: #000;
  border: 0;
  transition: all 0.3s ease;
  opacity: 0.7;
  margin-bottom: 30px;
}
.user_files .proj_head_tabs .proj_pills .nav-link.active {
  color: #000;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0666666667);
  opacity: 1;
}
.user_files .proj_head_tabs .proj_pills .nav-link.active .arrow {
  background-color: var(--mainColor);
  color: #fff;
  transform: translateY(30px);
}
.user_files .proj_head_tabs .proj_pills .nav-link .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  transition: all 0.3s ease;
}
.user_files .proj_tab_content {
  position: relative;
  padding: 50px 30px;
  border-radius: 20px;
  background-image: linear-gradient(to bottom, #f9f9f9, transparent);
  margin-top: 30px;
}
.user_files .no_data_tab {
  padding: 30px;
  text-align: center;
}
.user_files .no_data_tab .icon {
  height: 200px;
  margin-bottom: 30px;
  filter: grayscale(1);
}

.accordion > .accordion-item {
  padding: 5px 15px;
  border-radius: 0;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 4px 12px 0px rgba(10, 10, 10, 0.031372549);
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.accordion > .accordion-item .accordion-button {
  padding: 10px;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  font-weight: bold;
}
.accordion > .accordion-item .accordion-button::after {
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold !important;
  font-size: 15px;
  font-weight: 300;
  transform: rotate(0);
  width: 42px;
  height: 42px;
  background-color: rgba(15, 85, 85, 0.0352941176);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.accordion > .accordion-item .accordion-button:not(.collapsed) {
  color: var(--mainColor);
}
.accordion > .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: white;
  background-color: var(--mainColor);
}
.accordion > .accordion-item .accordion-body {
  padding: 10px;
  padding-bottom: 30px;
}
.accordion > .accordion-item .accordion-body .text {
  font-size: 16px;
}

.user_info_edit .user_info_icon {
  display: flex;
  align-items: center;
}
.user_info_edit .user_info_icon .user_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(153, 153, 153, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 15px;
}
.user_info_edit .form {
  position: relative;
  padding: 20px;
}
.user_info_edit .form::after {
  position: absolute;
  content: "";
  left: -5px;
  top: calc(50% - 100px);
  height: 200px;
  width: 5px;
  background-color: #fff;
}

.form {
  display: block;
}
.form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.form .form-group .float_label {
  font-size: 16px;
  color: #55556d;
  display: block;
  padding-inline-start: 30px;
  position: absolute;
  right: 0;
  top: 15px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.form .form-group .form-control {
  min-height: 45px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #171d27;
  padding: 15px 30px 15px 15px;
  box-shadow: none;
  background-color: transparent;
}
.form .form-group .form-control:hover, .form .form-group .form-control:focus {
  border-color: var(--mainColor);
}
.form .form-group .form-control:focus ~ .float_label, .form .form-group .form-control:valid ~ .float_label {
  top: -10px;
  opacity: 0.4;
  font-size: 14px;
}
.form .form-group .st_icon {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 18px;
  color: #55556d;
}
.form .phone_group {
  display: flex;
}
.form .phone_group .flag {
  height: 20px;
  margin-inline-end: 5px;
}
.form .phone_group .form-select {
  background-position: right 0.75rem center;
}

.form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.show_hide_password {
  position: relative;
}
.show_hide_password .show_pass {
  position: absolute;
  bottom: 20px;
  inset-inline-end: 0;
  cursor: pointer;
  color: #55556d;
}

/*---------about us-----------------*/
.text,
.dark-grey {
  color: #55556d;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*---------hero section---------------*/
.hero-section {
  position: relative;
  background-color: #f1efec;
  padding: 70px 0;
}
.hero-section::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/icons/page-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.faq .nav {
  justify-content: center;
  margin-bottom: 40px;
}
.faq .nav .nav-link {
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  padding: 10px 40px !important;
  margin-left: 15px;
  font-weight: bold;
}
.faq .nav-pills .nav-link.active,
.faq .nav-pills .show > .nav-link {
  background-color: var(--mainColor);
  color: white;
}
.faq .accordion-button {
  color: var(--grey-text);
  font-weight: bold;
}
.faq .accordion-button:not(.collapsed) {
  color: var(--mainColor);
  font-weight: bold;
}
.faq .accordion-item {
  border: 0px;
  box-shadow: 0 4px 12px 0 rgba(10, 10, 40, 0.04), 0 0 0 1px rgba(85, 85, 109, 0.08);
  margin-bottom: 15px;
}
.faq .accordion-item .accordion-button::after {
  font-family: "Font Awesome 6 Pro";
  background-image: none;
  content: "\f067";
  background: rgba(85, 85, 109, 0.0784313725);
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 100%;
  line-height: 42px;
}
.faq .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-color: var(--mainColor);
  color: white;
}

.experience .img {
  height: 480px;
  width: 80%;
  margin: 50px auto;
  perspective: 500px;
  margin-top: 5rem;
}
.experience .img .main_img {
  position: relative;
  transform: rotateY(15deg);
  overflow: hidden;
}
.experience .img .shap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  transform: translate(-70%, 70%);
  filter: grayscale(1);
}

.about_vision {
  position: relative;
  /*background-image: url(../images/vision_bg.png);*/
  background-size: cover;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}
.about_vision::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: #fff;
}
.about_vision .vision_card {
  position: relative;
  text-align: center;
  padding: 40px;
  height: 100%;
  z-index: 10;
  box-shadow: 0 24px 24px 0 rgba(10, 10, 40, 0.08), 0 0 1px 0 rgba(10, 10, 40, 0.08);
  background-image: linear-gradient(141deg, rgba(255, 255, 255, 0) 24%, #f1efec 83%), linear-gradient(to bottom, #fff, #fff);
}
.about_vision .vision_card .icon {
  height: 90px;
  margin-bottom: 15px;
}
.about_vision .vision_card .icon img {
    filter: grayscale(1);
}
.about_vision .vision_card h5 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about_vision .vision_card .text {
  font-size: 16px;
}
.about_vision .goals_card {
  position: relative;
  padding: 50px 0;
  /*color: #fff;*/
}
.about_vision .goals_card .icon {
  height: 90px;
  margin-bottom: 15px;
  text-align: center;
}
.about_vision .goals_card .icon img {
    filter: brightness(0.5);
}
.about_vision .goals_card h5 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  /*color: #fff;*/
}
.about_vision .goals_card .goal_list .item {
  display: flex;
  margin-top: 30px;
}
.about_vision .goals_card .goal_list .item .star {
  margin-inline-end: 15px;
  flex-shrink: 0;
  height: 25px;
}
.about_vision .goals_card .goal_list .item .txt {
  font-size: 16px;
}

/*--------------user property--------------*/
.projects_cards .project_card {
  display: block;
}
.projects_cards .project_card .imgs_slider {
  width: 100%;
}
.projects_cards .project_card .info {
  width: 100%;
}

.projects_cards .project_card {
  position: relative;
  display: flex;
  box-shadow: 0 4px 12px 0 rgba(10, 10, 40, 0.05), 0 0 2px 1px rgba(85, 85, 109, 0.06);
  background-color: #fff;
  margin-bottom: 30px;
  padding: 3px;
}
.projects_cards .project_card.solid_card .solid {
  display: flex;
}
.projects_cards .project_card .solid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4666666667);
  z-index: 20;
  display: none;
}
.projects_cards .project_card .solid img {
  height: 180px;
}
.projects_cards .project_card .imgs_slider {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.projects_cards .project_card .imgs_slider .img {
  height: 315px;
  min-height: 100%;
}
.projects_cards .project_card .imgs_slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects_cards .project_card .imgs_slider .slider_inf {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  z-index: 10;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7607843137), transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects_cards .project_card .imgs_slider .slider_inf .imgs_num {
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.projects_cards .project_card .imgs_slider .slider_inf .logo {
  height: 30px;
}
.projects_cards .project_card .imgs_slider .swiper-pagination {
  bottom: 20px;
}
.projects_cards .project_card .imgs_slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.projects_cards .project_card .info {
  position: relative;
  padding: 25px 25px 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projects_cards .project_card .info .small {
  font-size: 12px;
}
.projects_cards .project_card .info .soon_icon {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #f1efec;
  padding: 10px 10px 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  text-align: center;
}
.projects_cards .project_card .info .soon_icon .icon {
  color: var(--mainColor);
  display: block;
}
.projects_cards .project_card .info .soon_icon .txt {
  font-size: 12px;
  font-weight: bold;
}
.projects_cards .project_card .info .icon_cards {
  display: flex;
  flex-wrap: wrap;
}
.projects_cards .project_card .info .icon_cards .item {
  width: 50%;
  display: flex;
  margin: 10px 0;
}
.projects_cards .project_card .info .icon_cards .item .icon {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-end: 10px;
}
.projects_cards .project_card .info .icon_cards .item h6 {
  font-size: 12px;
  font-weight: bold;
}
.projects_cards .project_card .info .btns {
  margin-top: 10px;
  display: flex;
  width: calc(100% + 50px);
  margin-inline-start: -25px;
}
.projects_cards .project_card .info .btns .more {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  background-color: #f1efec;
  padding: 15px 30px;
  color: var(--mainColor);
  font-weight: bold;
}
.projects_cards .project_card .info .btns .home_icon {
  width: 55px;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  margin-inline-start: 1px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.projects_cards .project_card .info .btns .home_icon.active {
  background-color: var(--mainColor);
  color: #fff;
}

/* --------------- user_process --------------- */
.user_process .process_title {
  position: relative;
  margin-bottom: 30px;
}
.user_process .process_title .select_side {
  display: flex;
  align-items: center;
}
.user_process .process_title .select_side .txt {
  flex-shrink: 0;
  margin-inline-end: 20px;
}
.user_process .process_title .select_side .select_group {
  position: relative;
  margin: 10px;
}
.user_process .process_title .select_side .select_group .icon {
  position: absolute;
  right: 10px;
  top: 11px;
  pointer-events: none;
  color: var(--mainColor);
}
.user_process .process_title .select_side .select_group .form-select {
  font-weight: bold;
  border: 1px solid var(--mainColor);
  border-radius: 0;
  min-height: 42px;
  padding-inline-start: 35px;
  box-shadow: none;
  min-width: 150px;
  font-size: 14px;
  background-color: rgba(104, 115, 137, 0.0784313725);
  color: var(--mainColor);
}
.user_process .process_table .row {
  align-items: center;
}
.user_process .process_table .table_head {
  background-color: #f7f7f7;
}
.user_process .process_table .table_head .item {
  padding: 20px;
  font-weight: bold;
}
.user_process .process_table .table_body .body_row {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.user_process .process_table .table_body .body_row:last-of-type {
  border: 0;
}
.user_process .process_table .table_body .body_row .item {
  padding: 20px;
  text-wrap: nowrap;
}
.user_process .process_table .table_body .body_row .status_btn {
  position: relative;
  width: 110px;
  padding: 5px 20px;
  border-radius: 30px;
  background-color: rgba(153, 153, 153, 0.0666666667);
  border: 1px solid rgba(153, 153, 153, 0.4);
  font-size: 12px;
  text-align: center;
}
.user_process .process_table .table_body .body_row .status_btn .float_icon {
  position: absolute;
  right: 5px;
  top: 5px;
}
.user_process .process_table .table_body .body_row .status_btn.success_btn {
  border-color: #05a563;
  background-color: rgba(5, 165, 99, 0.1333333333);
  color: #05a563;
}
.user_process .process_table .table_body .body_row .status_btn.review_btn {
  border-color: #ec840a;
  background-color: rgba(236, 132, 10, 0.1333333333);
  color: #ec840a;
}
.user_process .no_process {
  padding: 100px 0;
  text-align: center;
}
.user_process .no_process .icon {
  height: 150px;
  margin-bottom: 20px;
}

/* --------------- live_video --------------- */
.live_video .video {
  position: relative;
  padding: 3vw;
  border: 2px solid #171D27;
  height: 100%;
}
.live_video .video::after {
  position: absolute;
  content: "";
  left: -4px;
  top: 35%;
  width: 4px;
  height: 30%;
  background-color: #fff;
  z-index: 2;
}
.live_video .video .img {
  position: relative;
  height: 500px;
}
.live_video .video .img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, #000, transparent);
  opacity: 0.7;
}
.live_video .video .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #171d27;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 18px;
}
.live_video .video .info {
  position: absolute;
  left: 0;
  bottom: 4vw;
  width: 100%;
  z-index: 15;
  text-align: center;
  color: #fff;
  padding: 30px;
}
.live_video .video .info * {
  color: #fff;
}
.live_video .video .info a:hover {
  color: var(--mainColor);
}
.live_video .video .logo {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 20;
  height: 50px;
  opacity: 0.7;
}

.pagination {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
  justify-content: center;
}
.pagination a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1efec;
  color: var(--mainColor);
  margin: 5px;
  font-weight: bold;
}
.pagination a:hover, .pagination a.active {
  background-color: var(--mainColor);
  color: #fff;
}

/* --------------- user_property_det --------------- */
.user_property_det .property_main_info .info {
  position: relative;
  padding-top: 20px;
  height: 100%;
  padding-bottom: 100px;
}
.user_property_det .property_main_info .info .small {
  font-size: 12px;
}
.user_property_det .property_main_info .info .icon_cards {
  display: flex;
  flex-wrap: wrap;
}
.user_property_det .property_main_info .info .icon_cards .item {
  width: 33%;
  display: flex;
  margin: 10px 0;
}
.user_property_det .property_main_info .info .icon_cards .item .icon {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-end: 10px;
}
.user_property_det .property_main_info .info .icon_cards .item h6 {
  font-size: 12px;
}
.user_property_det .property_main_info .info .map_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 25px;
  text-align: center;
  background-image: url(../images/map_btn.png);
  background-size: cover;
  font-weight: bold;
}
.user_property_det .property_main_info .info .map_btn:hover {
  color: var(--mainColor);
}
.user_property_det .property_main_info .imgs_slider {
  position: relative;
  overflow: hidden;
}
.user_property_det .property_main_info .imgs_slider .img {
  height: 400px;
  min-height: 100%;
  margin-bottom: -20px;
}
.user_property_det .property_main_info .imgs_slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user_property_det .property_main_info .imgs_slider .slider_inf {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  z-index: 10;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7607843137), transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_property_det .property_main_info .imgs_slider .slider_inf .imgs_num {
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.user_property_det .property_main_info .imgs_slider .slider_inf .logo {
  height: 30px;
}
.user_property_det .property_main_info .imgs_slider .swiper-pagination {
  bottom: 20px;
}
.user_property_det .property_main_info .imgs_slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.user_property_det .property_features {
  background-image: url("../images/projects/features_img.png");
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding-top: 30px;
  margin-top: 50px;
  overflow: hidden;
}
.user_property_det .property_features .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.user_property_det .property_features .container {
  position: relative;
  z-index: 20;
}
.user_property_det .property_features .features_content {
  position: relative;
}
.user_property_det .property_features .features_content .features {
  display: flex;
  flex-wrap: wrap;
}
.user_property_det .property_features .features_content .features .item {
  width: 33%;
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.user_property_det .property_features .features_content .features .item .icon {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-end: 20px;
}
.user_property_det .property_features .features_content .features .item h6 {
  font-size: 16px;
  font-weight: 400;
}
.user_property_det .property_steps {
  position: relative;
}
.user_property_det .property_steps .steps_levels .steps {
  position: relative;
  display: flex;
  padding-inline-start: 62px;
}
.user_property_det .property_steps .steps_levels .steps .step_item {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: end;
}
.user_property_det .property_steps .steps_levels .steps .step_item::before {
  position: absolute;
  content: "";
  left: 60px;
  top: 25px;
  width: calc(100% - 60px);
  height: 2px;
  background-color: rgba(153, 153, 153, 0.2);
}
.user_property_det .property_steps .steps_levels .steps .step_item:first-of-type {
  position: absolute;
  right: 0;
  top: 0;
}
.user_property_det .property_steps .steps_levels .steps .step_item:first-of-type::before {
  display: none;
}
.user_property_det .property_steps .steps_levels .steps .step_item.active::before {
  background-color: var(--mainColor);
}
.user_property_det .property_steps .steps_levels .steps .step_item.active .icon {
  background-color: rgba(104, 115, 137, 0.1333333333);
  border-color: #687389;
  color: var(--mainColor);
  outline: 6px solid #fff;
  outline-offset: -7px;
}
.user_property_det .property_steps .steps_levels .steps .step_item.active .icon .check {
  display: block;
}
.user_property_det .property_steps .steps_levels .steps .step_item.active .icon .n_active {
  display: none;
}
.user_property_det .property_steps .steps_levels .steps .step_item .cont {
  text-align: center;
}
.user_property_det .property_steps .steps_levels .steps .step_item .icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 18px;
}
.user_property_det .property_steps .steps_levels .steps .step_item .icon .check {
  display: none;
}
.user_property_det .property_steps .steps_levels .steps .step_item p {
  font-size: 12px !important;
  font-weight: bold;
}
.user_property_det .property_steps .steps_levels .steps .step_item small {
  font-size: 11px;
}
.user_property_det .property_steps .steps_content {
  padding-top: 80px;
}
.user_property_det .property_steps .steps_content .steps_box {
  position: relative;
  background: rgba(85, 85, 109, 0.04);
  box-shadow: 0px 4px 12px rgba(10, 10, 40, 0.05), 0px 0px 2px 1px rgba(85, 85, 109, 0.06);
}
.user_property_det .property_steps .steps_content .steps_box .nav-pills {
  position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(10, 10, 40, 0.05), 0px 0px 2px 1px rgba(85, 85, 109, 0.07);
}
.user_property_det .property_steps .steps_content .steps_box .nav-pills .nav-link {
  padding: 20px 5px !important;
  margin: 0 20px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #171d27;
  font-size: 13px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
.user_property_det .property_steps .steps_content .steps_box .nav-pills .nav-link.active, .user_property_det .property_steps .steps_content .steps_box .nav-pills .nav-link:hover {
  color: var(--mainColor);
  border-color: var(--mainColor);
}
.user_property_det .property_steps .steps_content .steps_box .tab-pane {
  position: relative;
  padding: 20px;
}
.user_property_det .property_steps .steps_content .steps_box .tab-pane::after {
  position: absolute;
  content: "";
  right: 95px;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px dashed var(--mainColor);
  opacity: 0.4;
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line {
  position: relative;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 3px;
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line .item {
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: start;
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line .item .date {
  font-size: 12px;
  width: 55px;
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line .item .icon {
  width: 22px;
  margin: 0 10px;
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line .item .cont {
  position: 10px;
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line .item .cont h6 {
  font-size: 16px;
  color: var(--mainColor);
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line .item .cont small {
  color: #999;
  font-size: 11px;
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line .item .cont .imgs {
  position: relative;
  top: 15px;
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line .item .cont .imgs .img {
  width: 55px;
  height: 55px;
  margin-inline-end: 10px;
  margin-bottom: 10px;
}
.user_property_det .property_steps .steps_content .steps_box .steps_time_line .item .cont .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user_property_det.proj-steps {
  background-image: url("../images/projects/proj_stages.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
.is-mobile {
  display: none;
}

html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}

@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(20);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.social-file a {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: rgba(13, 36, 76, 0.1215686275);
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  margin-right: 5px;
}

.butn_arrow {
  position: relative;
  text-align: center;
  font-size: 21px;
  display: inline-flex;
}
.butn_arrow .arrow {
  width: 60px;
  height: 60px;
  background-color: var(--mainColor);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.butn_arrow .txt {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #171d27;
  color: #fff;
  padding: 0 40px;
  flex-grow: 1;
}

/* --------------- contact --------------- */
.contact {
  position: relative;
  background-color: #f1efec;
  padding-bottom: 120px;
}
.contact .title {
  position: relative;
  display: block;
  margin: 0 30px -50px 0;
  width: -moz-max-content;
  width: max-content;
  padding: 30px 50px;
  z-index: 20;
}
.contact .title h2 {
  font-size: 36px;
  font-weight: bold;
}
.contact .title .cir {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0);
}
.contact .contact_form {
  position: relative;
  z-index: 10;
  padding: 80px 40px 100px;
  box-shadow: 0 24px 24px 0 rgba(10, 10, 40, 0.08);
  background-image: linear-gradient(133deg, rgba(255, 255, 255, 0) 0%, #f1efec 75%), linear-gradient(to bottom, #fff, #fff);
}
.contact .contact_form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact .contact_form .form-group label {
  font-weight: 600;
  color: #55556d;
  display: block;
  margin-bottom: 10px;
}
.contact .contact_form .form-group .form-control {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #ccc;
  min-height: 50px;
  background-color: transparent;
  padding: 15px 0;
  font-size: 19px;
  font-weight: 500;
  box-shadow: none !important;
}
.contact .contact_form .form-group .form-control:hover, .contact .contact_form .form-group .form-control:focus {
  border-color: var(--mainColor);
}
.contact .butn_arrow {
  position: absolute;
  right: 30px;
  bottom: 0;
  transform: translateY(50%);
  padding: 0;
  border: 0;
}
.contact .shap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  transform: translate(-50%, 50%);
  filter: grayscale(1);
}
.contact .img {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.map-section iframe {
  width: 100% !important;
  height: 490px !important;
  margin-bottom: -6px;
}

.purchases_pg {
  position: relative;
}
.purchases_pg .purchases_cards {
  position: relative;
}
.purchases_pg .purchases_cards .number_item {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.0666666667);
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchases_pg .purchases_cards .number_item .dashboard-lists li {
  display: inline-block;
}
.purchases_pg .purchases_cards .number_item * {
  position: relative;
  z-index: 5;
}
.purchases_pg .purchases_cards .number_item .numb {
  font-size: 32px;
  font-weight: bold;
  color: var(--mainColor);
  margin-bottom: 60px;
}
.purchases_pg .purchases_cards .number_item .numb small {
  font-size: 13px;
  position: absolute;
  top: -15px;
}
.purchases_pg .purchases_cards .number_item .back_txt {
  color: #F1EFEC;
  font-size: 55px;
  line-height: 33px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
}
.purchases_pg .purchases_cards .project_progress {
  position: relative;
  padding: 30px;
  margin-top: 30px;
}
.purchases_pg .purchases_cards .project_progress h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.purchases_pg .purchases_cards .project_progress .color_items {
  display: flex;
  flex-wrap: wrap;
}
.purchases_pg .purchases_cards .project_progress .color_items .item {
  margin-top: 14px;
  width: 25%;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-inline-end: 20px;
}
.purchases_pg .purchases_cards .project_progress .color_items .item .perc {
  color: var(--mainColor);
  margin-inline-start: 5px;
  font-weight: bold;
  font-size: 12px;
}
.purchases_pg .purchases_cards .project_progress .color_items .item .clr {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-inline-end: 10px;
  background-color: #ccc;
  position: relative;
  top: 4px;
}
.purchases_pg .purchases_cards .project_progress .color_items .item .clr.green {
  background-color: #4AC367;
}
.purchases_pg .purchases_cards .project_progress .color_items .item .clr.orange {
  background-color: #FFC107;
}
.purchases_pg .purchases_cards .project_progress .color_items .item .clr.purple {
  background-color: #DA5DF5;
}
.purchases_pg .purchases_cards .project_progress .color_items .item .clr.brown {
  background-color: #8D6E63;
}
.purchases_pg .purchases_cards .project_progress .color_items .item .clr.blue {
  background-color: #2196F3;
}
.purchases_pg .purchases_cards .project_progress .color_items .item .clr.cyan {
  background-color: #00BCD4;
}
.purchases_pg .purchases_cards .project_progress .back_txt {
  color: #F1EFEC;
  font-size: 55px;
  line-height: 33px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
}
.purchases_pg .purchases_cards .project_progress .chart_cont {
  position: relative;
  height: 400px;
}
.purchases_pg .purchases_cards .project_progress .apexcharts-tooltip,
.purchases_pg .purchases_cards .project_progress .apexcharts-toolbar {
  display: none !important;
}
.purchases_pg .purchases_cards .project_progress .apexcharts-legend-series {
  display: none;
}
.purchases_pg .purchases_cards .project_progress .progress_wrapper {
  margin-top: 40px;
}
.purchases_pg .purchases_cards .project_progress .progress_wrapper .progress {
  margin-top: 15px;
  border-radius: 20px;
}
.purchases_pg .purchases_cards .project_progress .progress_wrapper .progress .progress-bar {
  background-color: var(--mainColor);
  border-radius: 20px;
}
.purchases_pg .purchases_cards .project_progress .nav-pills {
  display: block;
}
.purchases_pg .purchases_cards .project_progress .nav-pills li {
  overflow: hidden;
  margin-bottom: 30px;
}
.purchases_pg .purchases_cards .project_progress .nav-pills li .nav-link {
  padding: 0;
  width: 100%;
  background-color: transparent;
  color: #000;
}
.purchases_pg .purchases_cards .project_progress .nav-pills li .nav-link .proj_name {
  width: 100%;
  text-align: start;
  border-radius: 0;
  background-color: #f5f5f5;
  padding: 15px;
  font-size: 18px;
  color: #000;
  display: flex;
}
.purchases_pg .purchases_cards .project_progress .nav-pills li .nav-link .proj_name .arrow {
  margin-inline-start: auto;
  margin-inline-end: 0;
  opacity: 0;
}
.purchases_pg .purchases_cards .project_progress .nav-pills li .nav-link.active .proj_name {
  background-color: var(--mainColor);
  color: #fff;
}
.purchases_pg .purchases_cards .project_progress .nav-pills li .nav-link.active .proj_name .arrow {
  opacity: 1;
}
.purchases_pg .purchases_cards .project_progress .nav-pills li .proj_content {
  background-color: #f5f5f5;
  margin-top: 10px;
  padding: 20px;
  display: none;
}
.purchases_pg .purchases_cards .project_progress .nav-pills li .proj_content.active {
  display: block;
}
.purchases_pg .purchases_cards .project_progress .tab-content {
  margin-top: 60px;
}
.purchases_pg .purchases_cards .project_shared {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.0666666667);
  margin-top: 30px;
}
.purchases_pg .purchases_cards .project_shared .project_card .accordion-header {
  position: relative;
}
.purchases_pg .purchases_cards .project_shared .project_card .accordion-header .accordion-button {
  font-size: 18px;
  color: #000;
  padding: 30px;
}
.purchases_pg .purchases_cards .project_shared .project_card .accordion-header .project_perc {
  position: absolute;
  top: 30px;
  left: 100px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #f0f0f0;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content {
  position: relative;
  padding: 15px;
  border: 1px solid var(--mainColor);
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content::after {
  position: absolute;
  content: "";
  left: -1px;
  height: 120px;
  width: 1px;
  top: calc(50% - 60px);
  background-color: #fff;
  z-index: 2;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .img {
  height: 350px;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info {
  position: relative;
  padding: 30px;
  background-color: #f8f8f8;
  height: 100%;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info .title {
  font-size: 21px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
  margin-bottom: 20px;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info .main_list {
  position: relative;
  z-index: 20;
  font-size: 18px;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info .main_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info .main_list li .txt {
  min-width: 150px;
  margin-inline-end: 20px;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info .main_list li strong {
  color: #000;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info .profit {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 30px;
  border-radius: 100px;
  z-index: 20;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0666666667);
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info .profit .tit {
  position: relative;
  width: 50%;
  text-align: center;
  z-index: 10;
  display: flex;
  align-items: center;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info .profit .tit .icon {
  font-size: 20px;
  margin-inline-end: 15px;
  line-height: 1;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info .profit .tit h4 {
  font-size: 20px;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info .shap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60%;
  opacity: 0.4;
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .info .shap2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  opacity: 0.4;
  transform: rotateY(180deg);
}
.purchases_pg .purchases_cards .project_shared .project_card .project_content .steps_levels {
  margin-top: 15px;
  padding: 30px 15px 15px;
  border-top: 0;
}
.purchases_pg .purchases_cards .project_shared .project_card .imgs_slider {
  position: relative;
  overflow: hidden;
}
.purchases_pg .purchases_cards .project_shared .project_card .imgs_slider .img {
  height: 350px;
  min-height: 100%;
  margin-bottom: -20px;
}
.purchases_pg .purchases_cards .project_shared .project_card .imgs_slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.purchases_pg .purchases_cards .project_shared .project_card .imgs_slider .slider_inf {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  z-index: 10;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7607843137), transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchases_pg .purchases_cards .project_shared .project_card .imgs_slider .slider_inf .imgs_num {
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.purchases_pg .purchases_cards .project_shared .project_card .imgs_slider .slider_inf .logo {
  height: 30px;
}
.purchases_pg .purchases_cards .project_shared .project_card .imgs_slider .swiper-pagination {
  bottom: 20px;
}
.purchases_pg .purchases_cards .project_shared .project_card .imgs_slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.purchases_pg .steps_levels {
  position: relative;
  padding: 50px 0;
  background-image: url(../images/steps_bg.png);
  background-size: cover;
  border-top: 1px solid rgba(104, 115, 137, 0.1333333333);
}
.purchases_pg .steps_levels .steps {
  position: relative;
  display: flex;
  padding-inline-start: 62px;
}
.purchases_pg .steps_levels .steps .step_item {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: end;
}
.purchases_pg .steps_levels .steps .step_item::before {
  position: absolute;
  content: "";
  left: 60px;
  top: 25px;
  width: calc(100% - 60px);
  height: 2px;
  background-color: rgba(153, 153, 153, 0.2);
}
.purchases_pg .steps_levels .steps .step_item:first-of-type {
  position: absolute;
  right: 0;
  top: 0;
}
.purchases_pg .steps_levels .steps .step_item:first-of-type::before {
  display: none;
}
.purchases_pg .steps_levels .steps .step_item.active::before {
  background-color: var(--mainColor);
}
.purchases_pg .steps_levels .steps .step_item.active .icon {
  background-color: rgba(104, 115, 137, 0.1333333333);
  border-color: #687389;
  color: var(--mainColor);
  outline: 6px solid #fff;
  outline-offset: -7px;
}
.purchases_pg .steps_levels .steps .step_item.active .icon .check {
  display: block;
}
.purchases_pg .steps_levels .steps .step_item.active .icon .n_active {
  display: none;
}
.purchases_pg .steps_levels .steps .step_item .cont {
  text-align: center;
}
.purchases_pg .steps_levels .steps .step_item .icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 18px;
}
.purchases_pg .steps_levels .steps .step_item .icon .check {
  display: none;
}
.purchases_pg .steps_levels .steps .step_item p {
  font-size: 12px;
  font-weight: bold;
}
.purchases_pg .steps_levels .steps .step_item small {
  font-size: 11px;
}

.project_progress {
  position: relative;
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}
.project_progress h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.project_progress .color_items {
  display: flex;
  flex-wrap: wrap;
}
.project_progress .color_items .item {
  margin-top: 14px;
  width: 25%;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-inline-end: 20px;
}
.project_progress .color_items .item .perc {
  color: var(--mainColor);
  margin-inline-start: 5px;
  font-weight: bold;
  font-size: 12px;
}
.project_progress .color_items .item .clr {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-inline-end: 10px;
  background-color: #ccc;
  position: relative;
  top: 4px;
}
.project_progress .color_items .item .clr.green {
  background-color: #4AC367;
}
.project_progress .color_items .item .clr.orange {
  background-color: #FFC107;
}
.project_progress .color_items .item .clr.purple {
  background-color: #DA5DF5;
}
.project_progress .color_items .item .clr.brown {
  background-color: #8D6E63;
}
.project_progress .color_items .item .clr.blue {
  background-color: #2196F3;
}
.project_progress .color_items .item .clr.cyan {
  background-color: #00BCD4;
}

.d-block {
  display: block !important;
}

.dashboard-lists li {
  position: relative;
  margin: 15px 20px;
}
.dashboard-lists li::after {
  position: absolute;
  content: "";
  top: 4px;
  right: -20px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}

.dashboard-lists li:nth-child(1n)::after {
  background-color: #4AC367;
}

.dashboard-lists li:nth-child(2n)::after {
  background-color: #FFC107;
}

.dashboard-lists li:nth-child(3n)::after {
  background-color: #8D6E63;
}

.dashboard-lists li:nth-child(4n)::after {
  background-color: #DA5DF5;
}

.dashboard-lists li:nth-child(5n)::after {
  background-color: #2196F3;
}

.dashboard-lists li:nth-child(6n)::after {
  background-color: #00BCD4;
}

.apexcharts-legend-text {
  margin-right: 10px !important;
  margin-bottom: 10px;
  font-family: "Montserrat-regular" !important;
}

.apexcharts-legend {
  display: none !important;
}

.projetcs_filter .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(85, 85, 109, 0.168627451);
}
.projetcs_filter .filter .nav-pills .nav-link {
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  background-color: transparent;
  color: #171d27;
  padding: 20px 7px !important;
  margin-inline-end: 10px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
.projetcs_filter .filter .nav-pills .nav-link.active {
  color: var(--mainColor);
  border-color: var(--mainColor);
}
.projetcs_filter .filter .selects {
  display: flex;
}
.projetcs_filter .filter .selects .select_group {
  position: relative;
  margin: 10px;
}
.projetcs_filter .filter .selects .select_group .icon {
  position: absolute;
  right: 10px;
  top: 11px;
  pointer-events: none;
}
.projetcs_filter .filter .selects .select_group .form-select {
  font-weight: bold;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 0;
  min-height: 42px;
  padding-inline-start: 35px;
  box-shadow: none;
  background-image: none;
  min-width: 150px;
  font-size: 14px;
}
.projetcs_filter .filter .selects .select_group .form-select:focus {
  border-color: var(--mainColor);
  background-color: rgba(104, 115, 137, 0.0784313725);
  color: var(--mainColor);
}
.projetcs_filter .filter .selects .select_group .form-select:focus ~ .icon {
  color: var(--mainColor);
}
.projetcs_filter .filter .grid_list_btns .bttn {
  height: 42px;
  width: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-inline-start: 8px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 18px;
  cursor: pointer;
}
.projetcs_filter .filter .grid_list_btns .bttn.active {
  border-color: var(--mainColor);
  background-color: rgba(104, 115, 137, 0.0784313725);
  color: var(--mainColor);
}

.projects_cards.projects_grid .project_card {
  display: block;
}

.projects_cards.projects_grid .project_card .imgs_slider,
.projects_cards.projects_grid .project_card .info {
  width: 100%;
}

.projects_cards.projects_grid .col-lg-6 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.projetcs_filter .projects_cards .project_card .imgs_slider .img {
  margin-bottom: -20px;
}

/* --------------- login --------------- */
.login {
  padding: 100px 4vw;
}
.login .form {
  display: block;
  position: relative;
  padding: 50px;
  border: 1px solid #171D27;
  height: 100%;
}
.login .form::after {
  position: absolute;
  content: "";
  left: -4px;
  top: 35%;
  width: 4px;
  height: 30%;
  background-color: #fff;
  z-index: 2;
}
.login .form .section_title {
  margin-bottom: 70px;
}
.login .contact_info {
  position: relative;
  background-color: rgba(119, 60, 187, 0.0901960784);
  padding-bottom: 150px;
  height: 100%;
}
.login .contact_info .float_info {
  position: relative;
  padding: 5vw;
  z-index: 10;
}
.login .contact_info .float_info .text {
  font-size: 18px;
  color: #55556d;
  margin-top: 30px;
}
.login .contact_info .float_info .text .logo {
  height: 40px;
  margin: 0 5px;
  opacity: 0.7;
}
.login .contact_info .float_info ul li {
  font-size: 16px;
  margin: 15px 0;
  color: #171d27;
  font-weight: 600;
}
.login .contact_info .float_info ul li .icon {
  margin-inline-end: 20px;
  color: var(--mainColor);
}
.login .contact_info .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.login .login_slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.login .main-img {
  padding: 30px;
  background-color: rgba(119, 60, 187, 0.0901960784);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .main-img img {
  filter: grayscale(1);
  max-height: 300px;
}
.login .swiper-pagination .swiper-pagination-bullet {
  margin: 6px !important;
  width: 12px;
  height: 12px;
  background-color: #171D27;
}
/*# sourceMappingURL=style.css.map */

/*---------- 16 / 1 -----------*/

.footer .downlaod-app {
  position: relative;
  display: flex;
  gap: 10px;
}
.footer .downlaod-app a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  border-radius: 10px;
  font-size: 13px;
  width: calc(50% - 10px);
  margin-top: 20px;
}
.footer .downlaod-app a * {
  transition: all 0.3s ease;
}
.footer .downlaod-app a .icon {
  margin-inline-end: 10px;
  flex-shrink: 0;
}
.footer .downlaod-app a small {
  display: block;
  font-size: 8px;
  margin-bottom: 5px;
}
.footer .downlaod-app a h6 {
  font-size: 11px;
}
.footer .downlaod-app a:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: #fff;
}
.footer .downlaod-app a:hover * {
  color: #fff;
}


/*------------ projects style -------------*/

  .no-icon-bg .icon {
	background-color: transparent;
  }
  
  .single-product .accordion-button:not(.collapsed) {
	background-color: transparent;
  }
  
  
  /* --------------- project-steps --------------- */
  .project-steps {
	position: relative;
  }
  .project-steps .nav-pills {
	position: relative;
	padding: 20px 20px 0;
	background-color: #f5f5f5;
	margin-bottom: 30px;
  }
  .project-steps .nav-pills .nav-link {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	background-color: transparent;
	color: #000;
	border-radius: 0;
	padding: 0 0 20px !important;
	margin: 0 15px;
  }
  .project-steps .nav-pills .nav-link.active {
	color: var(--mainColor);
	border-bottom: 2px solid var(--mainColor);
  }
  .project-steps .steps {
	position: relative;
	margin-top: 30px;
  }
  .project-steps .steps .line {
	position: absolute;
	right: 20.25%;
	top: 20px;
	width: 1px;
	height: calc(100% - 20px);
	border-left: 1px dashed var(--mainColor);
  }
  .project-steps .steps .item {
	position: relative;
	margin-top: 30px;
  }
  .project-steps .steps .item .date {
	position: relative;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: rgba(13, 36, 76, 0.0666666667);
	color: var(--mainColor);
	font-weight: bold;
	text-align: center;
  }
  .project-steps .steps .item .dot {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--mainColor);
	display: block;
	margin: 17px auto;
	outline: 1px dashed var(--mainColor);
	outline-offset: 7px;
  }
  .project-steps .steps .item .title {
	position: relative;
	font-weight: 600;
	color: var(--mainColor);
	margin-bottom: 5px;
  }
  .project-steps .steps .item .text {
	font-size: 13px;
  }
  .project-steps .steps .item .imgs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
  }
  .project-steps .steps .item .imgs img {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  
  
  .project-header {
	position: relative;
	padding: 30px 0;
	background-color: #fff;
	transition: transform 0.5s ease, box-shadow 0.5s ease;
	top: 50px;
	transform: translateY(-50px);
	z-index: 1;
  }
  .project-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(0);
	z-index: 999;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.0666666667);
  }
  .project-header .icon {
	background-color: #e1e3e5;
	width: 55px;
	height: 40px;
	line-height: 55px;
	text-align: center;
	border-radius: 100%;
  }
  .project-header .logo-side {
	align-items: center;
  }
  .project-header .logo-side .proj-logo {
	height: 70px;
	width: 70px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #999;
	padding: 10px;
	margin-inline-end: 15px;
	flex-shrink: 0;
  }
  .project-header .logo-side .proj-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
  }
  .project-header .logo-side h5 {
	font-size: 15px;
	margin-bottom: 5px;
  }
  .project-header .logo-side h5 i {
	font-size: 8px;
  }
  .project-header .logo-side h6 {
	font-size: 13px;
  }
  .project-header .logo-side .price {
	font-size: 21px;
  }
  
  .project-brief {
	position: relative;
	background-color: #f7f7f7;
  }
  .project-brief .item {
	position: relative;
	display: block;
	padding: 25px 15px;
	margin-bottom: 15px;
	border: 2px solid transparent;
  }
  .project-brief .item img {
	height: 40px;
  }
  .project-brief .item p {
	font-size: 13px !important;
  }
  .project-brief .item:hover {
	border-color: var(--mainColor);
  }
  .project-brief .chip:nth-child(1n) {
	animation-delay: 0.2s;
  }
  .project-brief .chip:nth-child(1n) .item {
	background-color: var(--cyan);
  }
  .project-brief .chip:nth-child(2n) {
	animation-delay: 0.4s;
  }
  .project-brief .chip:nth-child(2n) .item {
	background-color: var(--purple-light);
  }
  .project-brief .chip:nth-child(3n) {
	animation-delay: 0.6s;
  }
  .project-brief .chip:nth-child(3n) .item {
	background-color: var(--green-light);
  }
  .project-brief .chip:nth-child(4n) {
	animation-delay: 0.8s;
  }
  .project-brief .chip:nth-child(4n) .item {
	background-color: var(--blue-light);
  }
  .project-brief .chip:nth-child(5n) {
	animation-delay: 1s;
  }
  .project-brief .chip:nth-child(5n) .item {
	background-color: var(--blue);
  }
  .project-brief .chip:nth-child(6n) {
	animation-delay: 1.2s;
  }
  .project-brief .chip:nth-child(6n) .item {
	background-color: var(--red-light);
  }
  .project-brief .register-interest {
	position: relative;
	height: 100%;
	background-color: #fff;
	border-top: 3px solid var(--mainColor);
	border-bottom: 3px solid var(--mainColor);
	padding: 50px 15px;
	text-align: center;
	display: flex;
	align-items: center;
	z-index: 20;
  }
  .project-brief .register-interest::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/grid-bg.png);
	background-size: cover;
	z-index: -1;
	opacity: 0.5;
  }
  .project-brief .register-interest .form-control {
	position: relative;
	padding: 15px;
	background-color: #f5f5f5;
	min-height: 50px;
	border: 0;
	box-shadow: none;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
  }
  .project-brief .register-interest .form-control::-moz-placeholder {
	opacity: 0.5;
  }
  .project-brief .register-interest .form-control::placeholder {
	opacity: 0.5;
  }
  
  .pricing {
	position: relative;
  }
  .pricing .item {
	position: relative;
	background-color: #f7f7f7;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	font-weight: bold;
	color: #000;
	z-index: 20;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 0;
  }
  .pricing .item::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	transform: translate(-50%, -60%);
	width: 200px;
	height: 200px;
	border: 15px solid var(--mainColor);
	border-radius: 50%;
	z-index: -1;
	opacity: 0.1;
  }
  
  .pricing .item .down-pay {
	/* width: 80px;
	height: 80px; */
	padding: 15px;
	/* display: inline-flex; */
	/* align-items: center;
	justify-content: center; */
	background-color: #fff;
	border-radius: 11px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.0196078431);
	font-weight: bold;
	color: var(--mainColor);
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
  }
  .pricing .item .stander {
	position: relative;
	margin-top: 30px;
	background-color: #fff;
	color: var(--mainColor);
	padding: 15px;
	border-radius: 30px 30px 0 0;
	font-size: 12px;
  }
  .pricing .item .stander::before {
	position: absolute;
	content: "";
	left: -17px;
	bottom: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border-bottom-right-radius: 20px;
	box-shadow: 5px 5px 0 5px #fff;
  }
  .pricing .item .stander::after {
	position: absolute;
	content: "";
	right: -17px;
	bottom: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border-bottom-left-radius: 20px;
	box-shadow: -5px 5px 0 5px #fff;
  }
  
  
  
  
/* ====Responsive==== */
@media screen and (max-width: 1366px) {
  .news-section .mySwiper.news-slider .swiper-button-next {
    right: 11%;
  }
}
@media screen and (max-width: 1087px) {
  .news-section .mySwiper.news-slider .swiper-button-next::before {
    width: 30px;
  }
}
@media screen and (max-width: 991px) {
    .project-steps .steps .line {
	  display: none;
	}
	.project-steps .steps .item {
	  text-align: center;
	  border: 1px solid rgba(153, 153, 153, 0.2666666667);
	  padding: 5px 5px 10px;
	  border-radius: 10px;
	}
	.project-steps .steps .item .date {
	  margin-bottom: 10px;
	}
	.project-steps .steps .item .imgs {
	  justify-content: center;
	}
	.project-steps .steps .item .col-lg-1 {
	  display: none;
	}
  .projects_cards .project_card {
    display: block;
  }
  .projects_cards .project_card .imgs_slider {
    width: 100%;
  }
  .projects_cards .project_card .info {
    width: 100%;
  }
  .user_files .files .file_card .date {
    position: static;
    transform: translate(0, 0);
    font-size: 11px;
    margin: 0 15px;
    flex-shrink: 0;
  }
  .user_files .files .file_card a {
    flex-shrink: 0;
  }
  .user_files .daman_card_body .btns_side .warranty_time {
    top: 0;
  }
}
.section_title h1, .section_title h4 {
  font-size: 36px;
  font-weight: bold;
}
.section_title h1 span, .section_title h4 span {
  display: block;
  font-weight: 400;
}
.section_title .text {
  font-size: 17px;
  color: #55556d;
}

@media screen and (max-width: 640px) {
  .projects_cards.projects_grid .col-lg-6 {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .projects_cards .project_card .imgs_slider .img {
    margin-bottom: -17px;
  }
  .user_files .files .file_card h6 {
    font-size: 13px;
  }
  .user_files .proj_tab_content {
    padding: 30px 10px;
  }
  .user_property_det .property_features .features_content .features .item {
    width: 50%;
  }
  .user_links ul li {
    margin-bottom: 8px;
  }
  .user_property_det .property_features .features_content .features .item .icon {
    width: 20px;
    height: 20px;
  }
  .user_property_det .property_features .features_content .features .item h6 {
    font-size: 14px;
  }
  .faq .nav-item {
    margin-bottom: 10px;
  }
  .project-slider .thumbnail {
    display: none;
  }
  .project-slider .content-description {
    width: 55%;
    padding: 25px !important;
  }
  .all-projects .height-560 {
    height: 370px !important;
  }
  .all-projects .card span {
    display: none;
  }
  .all-projects .projects-details .col-md-2 {
    margin-top: 20px;
  }
  .news-section .mySwiper.news-slider .swiper-button-next::before,
  .news-section .title::after {
    display: none;
  }
  .projects-section .d-flex {
    display: block !important;
  }
  .projects-section .d-flex .project-card.text-center {
    text-align: right !important;
  }
  .community-section .community-card {
    margin-bottom: 30px;
  }
  .work-section img {
    margin-bottom: 20px;
  }
  .is-desktop {
    display: none;
  }
  .is-mobile {
    display: block;
  }
  .nav-link {
    padding: 12px 12px !important;
  }
  .about-section .height-200 {
    height: 400px !important;
  }
  .numbers-section {
    height: auto;
    padding-top: 0px;
  }
  .numbers-section .numbers-card {
    margin-top: 40px !important;
  }
  .numbers-section .line {
    margin-top: -18px;
  }
  .numbers-section .col-lg-3:nth-child(3) .card::before {
    top: -48px;
  }
  .numbers-section .card.numbers-card::after {
    top: -41px;
  }
  .stages-section .col-lg-4:nth-child(2) {
    margin-top: 70px !important;
  }
  .stages-section .col-lg-4:nth-child(1),
  .stages-section .col-lg-4:nth-child(3) {
    margin-top: 60px !important;
  }
  .project-section .line {
    margin-bottom: 20px;
  }
  .project-section .card {
    height: 350px;
  }
  .news-section .mySwiper.news-slider {
    padding-bottom: 155px !important;
  }
  .news-section .mySwiper.news-slider .swiper-button-next {
    right: 38%;
  }
  .news-section .mySwiper.news-slider .swiper-button-prev {
    right: 37%;
  }
  .project-contact .icon {
    margin-bottom: 20px;
  }
  .project-brief .item {
    margin-top: 20px;
  }
}
/* ======= */
@media screen and (max-width: 520px) {
  .units-section .units-slider .swiper-button-next {
    right: 17%;
  }
  .units-section .units-slider .swiper-button-prev {
    right: 30%;
  }
  .project-brief .item {
    margin-bottom: 20px;
  }
  article {
    margin-top: 0px !important;
  }
  .mt-128 {
    margin-top: 100px !important;
  }
  .navbar {
    padding: 0px !important;
  }
  .clip-image {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .h1,
  h1 {
    font-size: calc(1.375rem + 0.4vw);
  }
  .slider-section .carousel-caption {
    top: 150px;
  }
  .footer::after {
    width: 410px;
  }
  .container {
    padding: 25px;
  }
  .news-section .mySwiper.news-slider {
    padding-bottom: 130px !important;
  }
  .news-section .mySwiper.news-slider .swiper-button-next {
    right: 27%;
  }
  .news-section .mySwiper.news-slider .swiper-button-prev {
    right: 30%;
  }
  .register_now .col-lg-9.d-flex {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .project-slider .content-description {
    width: 65%;
    padding: 25px !important;
  }
  .project-brief .item {
    margin-top: 10px;
  }
  .footer::after {
    width: 370px;
  }
  .news-section .mySwiper.news-slider {
    padding-bottom: 90px !important;
  }
  .section_padding {
    padding: 30px 0;
  }
}
@media screen and (max-width: 420px) {
  .project-slider .content-description {
    width: 75%;
    padding: 25px !important;
  }
  .slider-section .carousel-indicators {
    top: 50px;
  }
  .h1,
  h1 {
    font-size: 1.3rem;
  }
  .slider-section .carousel-caption {
    top: 120px;
  }
}
@media screen and (max-width: 375px) {
  .project-contact .btn {
    margin-bottom: 10px;
  }
  .project-slider .content-description {
    width: 80%;
    padding: 25px !important;
  }
  .units-section .units-slider .swiper-button-next {
    right: 30%;
  }
  .footer::after {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .project-slider .content-description {
    width: 92%;
    padding: 25px !important;
  }
}



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

header {
    box-shadow: none;
}

.header-st2 {
  position: relative;
  box-shadow: none;
}
.header-st2 .content {
  position: relative;
  padding: 140px 0;
}
.header-st2 .inf h1 {
  font-size: 66px;
  line-height: 1.4;
  margin-bottom: 60px;
}
.header-st2 .imgs {
  position: relative;
  z-index: 10;
}
.header-st2 .imgs .main-img {
  position: relative;
}
.header-st2 .imgs .main-img img {
  position: relative;
  height: 580px;
}
.header-st2 .imgs .main-img .rec {
  position: absolute;
  top: -40px;
  right: 30px;
  z-index: 10;
  height: 85px;
}
.header-st2 .imgs .main-img .floor {
  position: absolute;
  bottom: -5px;
  left: -40px;
  z-index: 10;
  height: 45px;
}
.header-st2 .imgs .sub-img {
  position: relative;
  perspective: 1000px;
  perspective-origin: 50% 50%;
}
.header-st2 .imgs .sub-img img {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3333333333));
  position: relative;
  height: 420px;
  transform: rotateY(20deg) translateX(10px);
}
.header-st2 .imgs .sub-img .rec {
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: 10;
  height: 85px;
}
.header-st2 .shap1 {
  position: absolute;
  right: 0;
  top: -5%;
  height: 110%;
  max-height: unset;
  pointer-events: none;
}
.header-st2 .shap2 {
  position: absolute;
  right: 0;
  top: -5%;
  height: 110%;
  max-height: unset;
  z-index: 20;
  pointer-events: none;
}


.partners-st2 {
  position: relative;
  overflow: hidden;
  background-color: #F1EFEC;
}
.partners-st2 .partners-slider {
  position: relative;
}
.partners-st2 .partners-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.partners-st2 .partners-slider .swiper-wrapper .swiper-slide {
  width: -moz-max-content !important;
  width: max-content !important;
}
.partners-st2 .partner {
  position: relative;
  background-color: #fff;
  width: 215px;
  height: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  filter: grayscale(1);
}
.partners-st2 .partner img {
  max-height: 100px;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners-st2 .partner:hover {
  filter: grayscale(0);
}



.projects-locations-st2 {
  position: relative;
  background-color: #171D27;
  color: #fff;
  background-image: url("../images/new-imgs/locations-bg.jpg");
  background-size: cover;
  z-index: 20;
}
.projects-locations-st2 * {
  color: #fff;
}
.projects-locations-st2 .info {
  position: relative;
}
.projects-locations-st2 .info .logo {
  height: 60px;
  margin-bottom: 50px;
}
.projects-locations-st2 .info .text {
  position: relative;
  font-size: 25px;
  margin-top: 30px;
  opacity: 0.75;
}
.projects-locations-st2 .locations .row .col-lg-6:first-of-type .loc-item {
  margin-top: 0;
}
.projects-locations-st2 .locations .loc-item {
  position: relative;
  padding: 20px;
  background: linear-gradient(126.52deg, rgba(255, 255, 255, 0) -1.14%, #F1EFEC 99.92%);
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 60px;
  margin-inline-end: 30px;
}
.projects-locations-st2 .locations .loc-item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  background-image: url(../images/new-imgs/shap1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.projects-locations-st2 .locations .loc-item .top-cont {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.projects-locations-st2 .locations .loc-item .top-cont .icon {
  height: 20px;
  margin-inline-end: 5px;
}
.projects-locations-st2 .locations .loc-item .btm-cont {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
}
.projects-locations-st2 .locations .loc-item .btm-cont * {
  color: #171D27;
}
.projects-locations-st2 .locations .loc-item .btm-cont .numb {
  font-size: 40px;
  line-height: 0.6;
  margin-inline-end: 5px;
}
.projects-locations-st2 .loc-shap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70%;
  z-index: -1;
}
.projects-locations-st2 .rec {
  position: absolute;
  bottom: -45px;
  left: calc(50% - 40px);
  z-index: 10;
  height: 85px;
}



@media screen and (max-width: 991px) {
  .header-st2 {
    overflow: hidden;
  }
  .header-st2 .inf h1 {
    font-size: 35px;
  }
  .header-st2 .imgs {
    margin-top: 50px;
  }
  .header-st2 .imgs .main-img img {
    height: 300px;
  }
  .header-st2 .imgs .sub-img img {
    height: 200px;
  }
  .header-st2 .shap2 {
    display: none;
  }
  .cir-title-st2 h2 {
    font-size: 30px;
  }
  .cir-title-st2 h2 .line-txt .arrow-cir {
    top: 8px;
  }
  .vision-st2 .vision-card .icon {
    height: 100px;
    margin-bottom: 30px;
  }
  .vision-st2 .vision-card .icon img {
    -o-object-position: right;
       object-position: right;
  }
  .vision-st2 .vision-card h3 {
    font-size: 30px;
  }
  br {
    display: none;
  }
  .projects-locations-st2 .loc-shap {
    display: none;
  }
  .projects-locations-st2 .info {
    margin-bottom: 50px;
  }
  .contact .contact_form .butn_arrow {
    position: static;
    right: 0;
    bottom: 0;
    transform: translateY(0);
  }
  .projects-locations-st2 {
    overflow: hidden;
  }
}



  