:root {
  --soft-gray_1: #c8c8c8;
  --orj-blue: #192f5c;
  --orj-orange: #e37525;
  --secondery-color: #f8f8f8;
}

.btn-contact {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

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

.about-us .slogan-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}
.about-us .slogan-area {
  margin: auto;
  width: 55%;
  display: block;
}

.preloader {
  background-color: var(--soft-gray_1);
}
.preloader .loading-container,
.preloader .loading {
  width: 200px;
  height: 200px;
}
.preloader .loading-container .loading,
.preloader .loading .loading {
  border: 1px solid transparent;
  border-color: transparent var(--orj-blue) transparent var(--orj-blue);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}
.preloader .loading-container #loading-icon,
.preloader .loading #loading-icon {
  width: 150px;
  max-width: 100%;
}
.preloader .loading-container #loading-icon img,
.preloader .loading #loading-icon img {
  transition: 1s ease-in;
  animation-name: rocket;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.navbar {
  padding: 20px 0;
}
.navbar .main-menu ul li a,
.navbar .main-menu ul li a {
  transition: unset !important;
  border-bottom: 2px solid transparent;
}
.navbar .main-menu ul li a:hover,
.navbar .main-menu ul li a:focus,
.navbar .main-menu ul li a.active {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px !important;
  margin-bottom: 10px;
  transition: unset !important;
}
.navbar .main-menu ul ul {
  padding-top: 10px !important;
  width: 240px;
}
.navbar .main-menu ul ul li a {
  padding: 3px 0px !important;
  margin-bottom: 3px !important;
  margin: 0px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.navbar .main-menu ul ul li a:hover {
  padding: 3px 0px !important;
  margin-bottom: 3px !important;
  margin: 0px 20px;
}
.navbar .lang-nav a {
  padding: 0 !important;
}
.navbar .lang-nav a:hover img {
  opacity: 1;
}
.navbar .lang-nav a img {
  border-radius: 100%;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 20px;
  opacity: 0.7;
}

.page-contact-us {
  background-color: var(--secondery-color);
}

.hero-slide .hero-slider-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(34, 52, 89, 0.2) 75%, rgba(34, 52, 89, 0.3) 100%);
}
.hero-slide .hero-content {
  position: absolute;
  bottom: 40px;
}

.how-we-work {
  background-image: url(../images/dedma-images/project/elegant-garden-dis.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background: rgba(25, 47, 92, 0.9490196078);
}
.how-we-work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: -1;
  background-image: url(../images/dedma-images/project/elegant-garden-dis.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-footer {
  position: relative;
  background: rgba(25, 47, 92, 0.97);
}
.main-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/dedma-images/project/elegant-garden-dis.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: -1;
}
.main-footer .col-lg-3 ul li a:hover {
  color: var(--orj-orange);
}

.section-title h3 {
  color: var(--orj-orange);
}

.our-project-slider {
  position: relative;
}
.our-project-slider .project-area-fixed-background {
  background-image: url(../images/dedma-images/project-area-back.jpg);
  background-size: cover;
  background-position: center;
  left: 0;
  position: absolute;
  width: 50%;
}
.our-project-slider .slider-area {
  position: relative;
  padding: 70px 0;
  z-index: 2;
}
.our-project-slider .slider-area .project-area {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  height: 550px;
  position: relative;
}
.our-project-slider .slider-area .project-area .project-image-container {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.our-project-slider .slider-area .project-area .project-image-container .project-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.our-project-slider .slider-area .project-area .project-image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.our-project-slider .slider-area .project-area .project-logo-container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.our-project-slider .slider-area .project-area:hover .project-image-container .project-image {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.our-project-slider .slider-area .project-area:hover .project-image-container::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.our-project-slider .slider-area .project-area:hover .project-logo-container {
  opacity: 0;
}
.our-project-slider .fixed-project-info {
  padding: 130px 0;
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.our-project-slider .fixed-project-info .project-info-item {
  width: 30%;
}
.our-project-slider .fixed-project-info .project-info-item .slider-nav-area {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.our-project-slider .fixed-project-info .project-info-item .slider-nav-area .swiper-button-prev,
.our-project-slider .fixed-project-info .project-info-item .slider-nav-area .swiper-button-next {
  color: #fff;
  border-radius: 5px;
  position: relative;
  left: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin-right: 16px;
  top: 0px;
}
.our-project-slider .fixed-project-info .project-info-item .slider-nav-area .swiper-button-prev::after,
.our-project-slider .fixed-project-info .project-info-item .slider-nav-area .swiper-button-next::after {
  content: unset;
}
.our-project-slider .fixed-project-info .project-info-item h3 {
  font-size: 70px;
  color: #fff;
}
.our-project-slider .fixed-project-info .project-info-item .project-info-item-title span {
  font-size: 15px;
  font-weight: 600;
  color: var(--orj-orange);
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.our-project-slider .fixed-project-info .project-info-item .project-info-item-title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/icon-sub-heading.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 24px;
  height: 5px;
}

.onlinelink {
  position: relative;
  display: inline-block;
}
.onlinelink .btn-link {
  position: absolute;
  top: 52px;
  width: 100%;
  left: 12px;
  text-align: center;
  font-size: 14px;
  color: #7aa0ec;
}

.gridholder {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
  width: 100%;
}
.gridholder .imgholder {
  padding: 5px;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.how-we-work {
  padding: 75px 0;
}
.how-we-work .section-row {
  margin-bottom: 0px;
}

.why-choose-us .why-choose-content .why-choose-item-list .why-choose-item-content p a {
  color: #223459;
  font-size: 20px;
  font-weight: 700;
}
.why-choose-us .why-choose-item .icon-box img {
  max-width: 35px;
}

.checkboxform-group .form-check .form-check-label {
  font-size: 13px;
  line-height: 1.3;
}

@keyframes rocket {
  from {
    transform: rotateX(90deg);
  }
  to {
    transform: rotateX(0deg);
  }
}
@media (max-width: 1024px) {
  .our-project-slider .fixed-project-info .project-info-item {
    width: 30%;
  }
  .our-project-slider .fixed-project-info .project-info-item h3 {
    font-size: 50px;
    color: #fff;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    margin-top: -117px;
  }
  .hero-content {
    position: relative !important;
    bottom: 0 !important;
  }
  .hero.hero-slider-layout .hero-slide {
    height: 90vh;
    padding: 0px 0px 130px;
    display: flex;
    align-items: flex-end;
  }
  .hero-content .btn-default {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .hidden-desktop {
    display: block !important;
  }
  .hidden-mobile {
    display: none;
  }
  .about-us .slogan-area {
    margin: auto;
    width: 100%;
    display: block;
    margin-bottom: 20px !important;
  }
  .our-project-slider {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .our-project-slider .project-area-fixed-background {
    display: none;
  }
  .our-project-slider .slider-area {
    position: relative;
    padding: 0;
    z-index: 2;
  }
  .our-project-slider .slider-area .project-area {
    box-shadow: unset;
    height: 300px;
    position: relative;
  }
  .our-project-slider .slider-area .project-area .project-image-container {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .our-project-slider .slider-area .project-area .project-image-container::before {
    content: unset;
  }
  .our-project-slider .slider-area .project-area .project-logo-container {
    display: none;
  }
  .our-project-slider .fixed-project-info {
    background-image: url(../images/dedma-images/project-area-back.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 20px;
    width: 100%;
    color: #fff;
    z-index: 2;
  }
  .our-project-slider .fixed-project-info .project-info-item {
    width: 100%;
  }
}
.vision-mission {
  background: linear-gradient(180deg, var(--orj-blue) 60%, var(--white-color) 40%);
}
.vision-mission h1 span,
.vision-mission h2 span {
  color: #6b82b2;
}

.page-header {
  padding: 170px 0 80px;
  background-image: url(../images/dedma-images/about-3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(34, 52, 89, 0) 0%, rgba(34, 52, 89, 0.5) 35%, rgba(34, 52, 89, 0.55) 75%, rgb(34, 52, 89) 100%);
}

.header-sticky {
  background: #192e5c;
  background: linear-gradient(180deg, rgba(25, 46, 92, 0.5) 0%, rgba(25, 46, 92, 0.35) 50%, rgba(25, 46, 92, 0) 100%);
}

.contact-info-box {
  margin-top: 0px;
}

.construction-services {
  padding: 40px 0px;
  color: #000;
}
.construction-services h2 {
  color: #192f5c !important;
  margin-bottom: 20px;
  font-size: 45px;
}
.construction-services .sub-title {
  color: rgba(227, 116, 37, 0.7411764706);
  margin-bottom: 20px;
}
.construction-services .tab-content .tab-pane figure .feature-img {
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}
.construction-services .tab-content .tab-pane figure figcaption {
  max-height: 250px;
  background: #192f5c;
  width: 100%;
  position: relative;
  height: 240px;
  display: grid;
  align-content: center;
  justify-items: flex-start;
  padding: 55px;
  border-radius: 0px;
}
.construction-services .tab-content > .tab-pane {
  position: relative;
}
.construction-services .tab-content > .tab-pane figure figcaption h3 {
  color: white;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
.construction-services .tab-content > .tab-pane figure figcaption p {
  color: #c2c1c1;
}
.construction-services .services-nav {
  width: 90%;
}
.construction-services .services-nav .blog-shape {
  display: flex;
  justify-content: end;
  position: absolute;
  right: 0;
}
.construction-services .services-nav ul li {
  width: 100%;
  text-align: left;
}
.construction-services .services-nav ul li button {
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: #192f5c;
  font-weight: 700;
  border-bottom: 1px solid #192f5c;
  padding-left: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0;
}
.construction-services .services-nav ul li button:hover {
  color: #e37525;
  background-color: rgba(227, 116, 37, 0.0980392157);
  border-color: #e37525;
}
.construction-services .services-nav ul li button.nav-link.active {
  background-color: transparent;
  color: #e37525;
  font-weight: bold;
  border-bottom: 2px solid #e37525;
  background-color: rgba(227, 116, 37, 0.0980392157);
}

.project-detail-area {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: -86px;
}

.project-details {
  height: 100vh;
}
.project-details img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-page {
  margin-top: 60px;
}
.detail-page .pr-dat .heading-style-2 {
  margin-bottom: unset;
}
.detail-page .pr-dat .heading-style-2 .data .animated-text {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease-in-out forwards;
  animation-delay: 1s;
  color: #192f5c;
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 45px;
}
.detail-page .pr-dat .heading-style-2 .data span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #e37525;
  font-weight: 600;
  font-size: 25px;
}
.detail-page .pr-dat .project-text {
  line-height: 30px;
  color: #192f5c;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

.project-milestones {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 40px 0;
  position: relative;
}
.project-milestones .counter-background {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center;
  z-index: -1;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px;
}
.project-milestones .counter-background::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
}
.project-milestones .milestone {
  min-height: 110px;
  padding-left: 43px;
  padding-top: 25px;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.project-milestones .milestone h2 {
  margin-bottom: 0;
  font-size: 40px;
  float: left;
  position: relative;
  z-index: 1;
  color: #fff;
}
.project-milestones .milestone p {
  float: left;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 10px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  font-weight: 500;
  color: #fff;
}

.captcha-area {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
}
.captcha-area img {
  padding: 20px;
  background: #000;
  border-radius: 2px;
}

.form-group input, .form-group select, .form-group textarea {
  color: #7f8080;
  font-size: 16px;
  display: block;
  height: 70px;
  font-weight: 400;
  border: 1px solid #dfe0e5;
  outline: none;
  padding: 0px 20px;
  width: 100%;
  border-radius: 4px;
}
.form-group input::-moz-placeholder, .form-group select::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #7f8080;
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
}
.form-group input::-moz-placeholder, .form-group input::placeholder, .form-group select::-moz-placeholder, .form-group select::placeholder, .form-group textarea::-moz-placeholder, .form-group textarea::placeholder {
  color: #7f8080;
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
}
.form-group textarea {
  height: 200px;
  padding: 20px;
}
.form-group.select-field-arrow::after {
  color: #7f8080;
}

.project-galery-area {
  padding: 40px 0px;
}
.project-galery-area h3 {
  color: #121a3e;
}
.project-galery-area .nav-tabs {
  justify-content: center;
  margin-bottom: 15px;
  border-bottom: none;
}
.project-galery-area .nav-tabs .galery-tab-items .galery-tab-button {
  position: relative;
  background-color: transparent;
  border: none;
  font-size: 18px;
  margin-right: 15px;
  color: #ccc;
  padding: 0px;
  font-weight: 400;
  z-index: 9;
}
.project-galery-area .nav-tabs .galery-tab-items .galery-tab-button.active {
  color: #e37525;
}
.project-galery-area .nav-tabs .galery-tab-items .galery-tab-button::after {
  color: #ccc;
  font-weight: 100;
  margin-left: 15px;
  font-size: 30px;
  content: "/";
}
.project-galery-area .nav-tabs .galery-tab-items:last-child .galery-tab-button::after {
  content: "";
}
.project-galery-area .projects-title {
  margin: 9vh 0px 1vh;
}
.project-galery-area .projects-title h3 {
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
}
.project-galery-area .project-galery .blog-shape {
  display: flex;
  justify-content: end;
}
.project-galery-area .project-galery .container .blog-shape {
  display: flex;
  justify-content: end;
}
.project-galery-area .project-galery .galery-item {
  margin-bottom: 30px;
}
.project-galery-area .project-galery .galery-item a {
  width: 100%;
}
.project-galery-area .project-galery .galery-item a img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro-video {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  text-align: center;
}
.intro-video .container .footer-shape {
  display: flex;
  justify-content: start;
}
.intro-video .container .blog-shape {
  display: flex;
  justify-content: end;
  margin-top: 30px;
}
.intro-video b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}
.intro-video h4 {
  display: block;
  font-size: 30px;
  color: #192f5c;
  margin-bottom: 15px;
}
.intro-video h4 span {
  color: #192f5c;
}
.intro-video h3 {
  font-weight: 600;
  margin-bottom: 50px;
  color: #192f5c;
}
.intro-video .video-container video {
  width: 100%;
  float: left;
}

.counter-area .counter-bg-area {
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  width: 100%;
  height: 100%;
}
.counter-area.one {
  padding: 60px 0 120px;
  position: relative;
  z-index: 1;
}
.counter-area.one.upper {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.counter-area.one.upper .row.bg-col {
  background-color: unset;
}
.counter-area.one.upper .counter-title h4 {
  color: #ccc;
}
.counter-area.one.upper .counter-text h1 {
  color: #fff;
}
.counter-area.one.upper .counter-text h1::before {
  background-color: #1e1e1e;
}

.project-e-katalog {
  position: relative;
  padding: 7vh;
  color: #fff;
}
.project-e-katalog .catalog-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.project-e-katalog h2 {
  color: #fff;
}
.project-e-katalog:after {
  content: attr(data-title);
  position: absolute;
  top: 5vh;
  font-size: 90px;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  z-index: -1;
  opacity: 0.1;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
.project-e-katalog .project-floor-title {
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: 300;
  color: #fff;
}
.project-e-katalog p {
  margin: auto;
  width: 75%;
  display: block;
}
.project-e-katalog .btn {
  display: block;
  padding: 5px 20px;
  margin: auto;
  border-radius: 2px;
  font-size: 17px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.project-e-katalog .btn svg {
  margin-right: 5px;
}
.project-e-katalog .btn .file-svg {
  width: 12px;
  vertical-align: text-bottom;
  margin-bottom: 2px;
}
.project-e-katalog .btn .dot-svg {
  width: 15px;
  vertical-align: middle;
}

.project-contact-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -80px;
}
.project-contact-bar h3 {
  color: #fff;
}
.project-contact-bar .inner {
  position: relative;
  background: #192f5c;
  padding: 60px 30px;
  color: #fff;
}
.project-contact-bar .inner figure {
  margin-bottom: 20px;
  float: left;
  margin-right: 30px;
  height: 100%;
}
.project-contact-bar .inner figure img {
  height: 70px;
}
.project-contact-bar .inner h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.project-contact-bar .inner p {
  font-size: 16px;
  margin: 0;
}
.project-contact-bar .inner p a {
  color: #fff;
}

.project-detail-form .single_contact_thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-item .post-featured-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.post-item .post-featured-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e37525;
  top: -100%;
  left: 0;
  transition: top 0.4s ease-in-out;
  opacity: 0.5;
  z-index: 1;
}
.post-item .post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.post-item .post-featured-image .video-icon {
  position: absolute;
  font-size: 50px;
  color: #fff;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.post-item:hover .post-featured-image::before {
  top: 0;
}
.post-item:hover .post-featured-image .video-icon {
  opacity: 1;
}
.post-item:not(:hover) .post-featured-image .video-icon {
  opacity: 0;
}

.head-profile-area .head-profile img {
  opacity: 0.1;
}

.project-detail-area {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: -120px;
}

.banner-content-inner-six {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 20%;
  padding-top: unset;
}
.banner-content-inner-six .elegant-content {
  padding-right: unset;
  padding-left: unset;
}
.banner-content-inner-six .banner-content-area {
  padding: 50px 20px;
  background: rgb(0, 0, 0);
  background: url(../images/bg.png);
  margin-bottom: -50px;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-content-inner-six .disc {
  max-width: 100%;
  color: #fff;
  word-wrap: break-word;
  text-transform: unset;
}
.banner-content-inner-six .slogan {
  color: #e37525;
  font-weight: 700;
}
.banner-content-inner-six .title {
  letter-spacing: 5px;
  font-size: 40px;
}
.banner-content-inner-six .project-location-area {
  color: #fff;
  border-radius: 60.5px;
  border: 1px solid #e37525;
  padding: 15px 40px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  display: table;
  margin-right: 10px;
}
.banner-content-inner-six .project-location-area i {
  display: inline-block;
  margin-right: 10px;
}
.banner-content-inner-six .project-location-area .location {
  display: inline-block;
  font-size: 17px;
}
.banner-content-inner-six .title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.project-detail-area .about-button {
  position: relative;
  z-index: 1;
}
.project-detail-area .about-button::before {
  content: unset;
}
.project-detail-area .about-button a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  background: #192f5c;
  padding: 15px 90px 15px 45px;
  border-radius: 30px;
}
.project-detail-area .about-button a::before {
  position: absolute;
  content: "";
  top: 33px;
  right: 45px;
  height: 1px;
  width: 35px;
  background: #e37525;
  z-index: -1;
  transition: 0.5s;
}
.project-detail-area .about-button a::after {
  position: absolute;
  content: "";
  top: 30px;
  right: 42px;
  height: 8px;
  width: 8px;
  background: #e37525;
  border-radius: 50%;
  z-index: -1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-title h2 {
  font-size: 80px;
  color: var(--white-color);
}

.hero-content .section-title {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
}
.hero-content .section-title h1 {
  font-size: 65px;
  color: var(--white-color);
}
.hero-content .section-title h2 {
  font-size: 65px;
  color: var(--white-color);
}
.hero-content .section-title p {
  margin-top: 10px;
  font-size: 18px;
}

.hero.hero-slider-layout .hero-pagination {
  display: none;
}

.section-title .head-3 {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  text-transform: capitalize;
  color: var(--orj-orange) !important;
  padding-left: 35px;
  margin-bottom: 20px;
}

.head-3 {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
}

.header-3 {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 20px;
  font-weight: 700;
}

.section-title .head-3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/icon-sub-heading.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 24px;
  height: 5px;
}

.section-title .about-title {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  cursor: none;
  margin: 0;
  font-weight: 700;
  line-height: 1.1em;
  color: #192324;
  width: 100%;
  text-transform: unset;
  padding-left: 0px;
}
.section-title .about-title::before {
  content: unset;
}

.section-title .about-title span {
  color: var(--accent-color);
}

@media only screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 30px;
  }
   .hero-content .section-title h2 {
    font-size: 30px;
  }
  .hero.hero-slider-layout .hero-slide {
    padding-bottom: 30px;
  }
  .hero.hero-slider-layout .hero-slide .hero-content p {
    line-height: 1.2;
    font-size: 16px;
  }
  .hero.hero-slider-layout .hero-slide .hero-content .btn-default {
    margin-right: 10px;
  }
  .hero.hero-slider-layout .hero-slide .hero-content .onlinelink .btn-link {
    display: none;
  }
  .slicknav_nav a:hover, .slicknav_nav a:focus, .slicknav_nav .slicknav_row:hover {
    color: #e37525 !important;
  }
  .page-header {
    margin-top: -116px;
  }
  .hero.hero-slider-layout .hero-pagination {
    display: none;
  }
  .contact-pop {
    display: none;
  }
  .about-us-contact-list {
    position: relative !important;
  }
  .construction-services .services-nav {
    width: 100%;
  }
  .construction-services h2 {
    margin-top: 20px;
  }
  .project-e-katalog {
    padding: 3vh;
  }
  .construction-services .tab-content .tab-pane figure figcaption {
    padding: 30px 25px;
    max-height: auto;
    height: auto;
  }
  .construction-services .tab-content .tab-pane figure figcaption p {
    margin-bottom: 0px;
  }
  .banner-content-area .disc {
    line-height: 20px;
  }
  .banner-content-inner-six .banner-content-area {
    padding: 0px 20px;
  }
}
.hidden-desktop {
  display: none;
}

.contact-pop {
  position: fixed;
  top: calc(50% - 150px);
  right: -350px;
  width: 350px;
  z-index: 10;
  text-align: center;
  transition: 0.5s;
}
.contact-pop .top-contact-form-container {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.contact-pop .kvkk {
  color: #e37525;
}
.contact-pop .contact-input {
  color: #101010;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
}
.contact-pop .contact-input::-moz-placeholder {
  color: #959595;
}
.contact-pop .contact-input::-moz-placeholder, .contact-pop .contact-input::placeholder {
  color: #959595;
}
.contact-pop .contact-input:focus {
  outline: 0;
  box-shadow: none;
}
.contact-pop .contact-input:-webkit-autofill {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-pop .contact-input:-webkit-autofill:hover, .contact-pop .contact-input:-webkit-autofill:focus, .contact-pop .contact-input:-webkit-autofill:active {
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-pop .send-contact {
  background-color: #e37525;
  border: none;
  padding: 5px 30px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 200;
  text-transform: capitalize;
}
.contact-pop .contact-pop-button {
  background: #223459;
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 500;
  position: absolute;
  left: -128px;
  transform: rotate(90deg);
  top: calc(50% - 20px);
  width: 210px;
}
.contact-pop .contact-pop-button svg {
  margin-right: 5px;
}
.contact-pop .form-check {
  text-align: left;
}
.contact-pop .form-check-label {
  color: #fff;
  font-size: 14px;
}
.contact-pop .contact-text p {
  font-size: 13px;
  color: #f7f7f7;
}

.open-contact {
  right: 0px !important;
  transition: 0.3s;
}

.fixed-contact-button {
  position: fixed;
  left: 10px !important;
  bottom: 10px !important;
  z-index: 99;
  padding: 0;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s;
}
.fixed-contact-button i {
  position: relative;
  top: -2px;
}
.fixed-contact-button a.contact-btn {
  padding: 0;
  width: 60px;
  height: 60px;
  background: #223459;
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  position: relative;
  display: block;
  padding: 5px;
}
.fixed-contact-button a.contact-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #223459;
  border-radius: 100%;
  animation: animationSignal1;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  z-index: -1;
  transform: scale(1);
  transition: all 0.5s;
}
.fixed-contact-button a.contact-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #223459;
  border-radius: 100%;
  animation: animationSignal2;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  transform: scale(1);
  transition: all 0.5s;
  z-index: 999;
}
.fixed-contact-button .fixed-contact-list {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 65px;
  display: flex;
  width: 0px;
  transition: all 500ms;
  list-style: none;
  z-index: 999;
  padding-left: 0px;
}
.fixed-contact-button .fixed-contact-list li {
  opacity: 0.2;
  transition: all 300ms;
}
.fixed-contact-button .fixed-contact-list li a {
  padding: 0;
  width: 35px;
  height: 35px;
  top: 0;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 35px;
  display: block;
  margin: 5px;
  padding: 3px;
}
.fixed-contact-button .fixed-contact-list li a img {
  width: 100%;
  border-radius: 100%;
  vertical-align: baseline;
}
.fixed-contact-button .fixed-contact-list li a.sahibinden-yellow {
  padding: 0px;
}
.fixed-contact-button .fixed-contact-list.active {
  width: 224px;
}
.fixed-contact-button .fixed-contact-list.active li {
  opacity: 1;
}
.fixed-contact-button .phone-dark {
  background-color: #383838;
}
.fixed-contact-button .whatsapp-green {
  background-color: #25d366;
}
.fixed-contact-button .facebook-blue {
  background-color: #4267b2;
}
.fixed-contact-button .instagram-brown {
  background-color: #dd2a7b;
}
.fixed-contact-button .youtube-red {
  background-color: #ff0000;
}
.fixed-contact-button .linkedin-blue {
  background-color: #0072b1;
}

@keyframes animationSignal1 {
  0% {
    opacity: 1;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes animationSignal2 {
  0% {
    opacity: 1;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  100% {
    transform: scale(2.4);
    -moz-transform: scale(2.4);
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    -o-transform: scale(2.4);
    opacity: 0;
  }
}/*# sourceMappingURL=custom.css.map */