textarea:focus,
input[type=checkbox]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: rgb(205, 162, 116);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(205, 162, 116);
  outline: 0 none;
}

html, body {
  margin: 0;
  height: 100%;
  min-height: 100%;
}

:root {
  --animate-duration: 1s;
}

body {
  font-family: "Manrope", sans-serif;
  color: #000;
}
body ul {
  margin: 0;
}
body select:focus,
body input:focus {
  outline: none !important;
  border: 1px solid #000;
  box-shadow: 0 0 4px #9b9b9b;
}
body button:focus {
  outline: none !important;
}
body a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body input, body button {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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

header {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background: none;
  z-index: 3;
  background: #fff;
}
header .container-fluid {
  --bs-gutter-x: 10rem;
}
header .menu .nav-link {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
header .menu .nav-link.show, header .menu .nav-link:hover {
  color: #B97B2E;
}
header .nav-item a:after {
  display: none !important;
}
header .logo img {
  width: 85px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .dropdown-menu {
  background: #161616;
  border-radius: 0;
  top: 29px !important;
}
header .dropdown-menu li a {
  color: #fff;
  background: none;
  padding: 15px 30px;
}
header .dropdown-menu li a .show {
  position: absolute !important;
  inset: auto !important;
}
header .dropdown-menu li a:hover {
  background: none;
  color: #B97B2E;
}
header .contact-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .contact-info .phone {
  font-size: 16px;
  color: #000;
  /*
  &:last-child {
    border-radius: 50px;
    background: $color1;
    color:$color2;
    padding: 5px 20px;
    margin-left:20px;
    font-size: 20px;
    font-weight: 800;
    &:hover {
      background: $color2;
      color:$color1;
    }
  }
  i {
    margin-right: 5px;
    font-size: 16px;
  }*/
}
header .contact-info .phone strong {
  font-weight: 800;
}
header .contact-info ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  border-left: 1px solid #000;
  padding-left: 20px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .contact-info ul li {
  display: flex;
  list-style: none;
  margin-left: 10px;
}
header .contact-info ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #000;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
}
header .contact-info ul li a:hover {
  background: #B97B2E;
  color: #fff;
}
header.scrolled {
  position: fixed;
  top: 0px;
  background: #fff;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
header.scrolled .dropdown-menu {
  top: 22px !important;
}
header.scrolled .menu .nav-link {
  font-weight: bold;
  color: #000;
}
header.scrolled .menu .nav-link:hover {
  color: #B97B2E;
}
header.scrolled .nav-item .show:after {
  color: #B97B2E !important;
}
header.scrolled .logo img {
  width: 70px;
}

.scrollBtn {
  position: absolute;
  bottom: 2.39vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .scrollBtn {
    bottom: 30px;
  }
}
.scrollBtn i {
  width: 2.63vw;
  height: 2.63vw;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .scrollBtn i {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .scrollBtn i:hover {
    color: #B97B2E;
  }
  .scrollBtn i:hover:after {
    transform: scale(1);
    opacity: 1;
  }
}
.scrollBtn i:after {
  content: "";
  transition: 0.3s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform: scale(1.3);
  opacity: 0;
  z-index: -1;
}

.homeSlider {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  background: white;
  margin-top: 50px;
}
.homeSlider .slick-list, .homeSlider .slick-track {
  height: 100%;
}
.homeSlider .item {
  border: none "!important";
  height: 100% "!important";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.homeSlider .item:before {
  content: "";
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.homeSlider .item iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .homeSlider .item iframe {
    transform: scale(1.8);
  }
}
@media only screen and (max-width: 767px) {
  .homeSlider .item iframe {
    transform: scale(3.5);
  }
}
.homeSlider .item .img {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.homeSlider .item .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 69%);
}
@media only screen and (max-width: 1023px) {
  .homeSlider .item .img {
    height: 100%;
  }
}
.homeSlider .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}
.homeSlider .item .slideContent {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10.63vw;
  z-index: 1;
}
.homeSlider .item .slideContent .container-fluid {
  --bs-gutter-x: 20rem;
}
@media only screen and (max-width: 1023px) {
  .homeSlider .item .slideContent {
    bottom: 130px;
  }
}
.homeSlider .item .slideContent .all {
  text-align: left;
  position: relative;
  padding-right: 4.63vw;
  min-height: 6.5vw;
}
@media only screen and (max-width: 1023px) {
  .homeSlider .item .slideContent .all {
    padding-right: 50px;
  }
}
.homeSlider .item .slideContent .lineAll {
  max-width: 1000px;
  display: inline-block;
  position: relative;
}
.homeSlider .item .slideContent .line {
  color: #fff;
}
.homeSlider .item .slideContent .line h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homeSlider .item .slideContent .line h2 {
    font-size: 35px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .homeSlider .item .slideContent .line h2 {
    font-size: 25px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .homeSlider .item .slideContent .line h2 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homeSlider .item .slideContent .line {
    font-size: 35px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .homeSlider .item .slideContent .line {
    font-size: 25px;
    line-height: 34px;
  }
}
.homeSlider .item .slideContent .line i {
  font: 4.36vw/4.76vw;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homeSlider .item .slideContent .line i {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .homeSlider .item .slideContent .line i {
    font-size: 36px;
    line-height: initial;
    top: -50px "!important";
  }
}
.homeSlider .slideRight,
.homeSlider .slideLeft {
  transition: 0.3s;
  height: 2.63vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
  cursor: pointer;
  margin: 5px 0;
}
@media only screen and (max-width: 1023px) {
  .homeSlider .slideRight,
  .homeSlider .slideLeft {
    height: 32px;
  }
}
.homeSlider .slideRight.slick-disabled,
.homeSlider .slideLeft.slick-disabled {
  pointer-events: none;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .homeSlider .slideRight:hover,
  .homeSlider .slideLeft:hover {
    color: #B97B2E;
  }
  .homeSlider .slideRight:hover:after,
  .homeSlider .slideLeft:hover:after {
    transform: scale(1);
    opacity: 1;
  }
}
.homeSlider .slideRight:after,
.homeSlider .slideLeft:after {
  content: "";
  transition: 0.3s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform: scale(1.3);
  opacity: 0;
  z-index: -1;
}
.homeSlider .slideRight {
  position: absolute;
  z-index: 2;
  top: calc(50% - 25px);
  right: 40px;
  width: 100px;
  height: 100px;
}
.homeSlider .slideLeft {
  position: absolute;
  z-index: 2;
  top: calc(50% - 25px);
  left: 40px;
  width: 100px;
  height: 100px;
}

.sliderBottom {
  background: #F5DDC1 url("/assets/img/bg.png?v=6") no-repeat right center;
  padding: 60px 0;
}
.sliderBottom .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  --bs-gutter-x: 20rem;
}
.sliderBottom .container-fluid h3 {
  font-size: 28px;
  color: #B97B2E;
  font-weight: bold;
  line-height: 38px;
}
.sliderBottom .container-fluid a {
  padding: 10px 20px;
  background: #161616;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.sliderBottom .container-fluid a:hover {
  background: #B97B2E;
}
.sliderBottom.projectDetail {
  margin-top: 103px;
}
.sliderBottom.projectDetail h2 {
  font-size: 24px;
  font-weight: 700;
  color: #B97B2E;
  margin: 0;
}
.sliderBottom.projectDetail h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

.homeAbout {
  padding: 120px 0;
  background: #fff url("/assets/img/about.png?v=6") no-repeat right center;
}
.homeAbout .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  --bs-gutter-x: 20rem;
}
.homeAbout .container-fluid .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
}
.homeAbout .container-fluid .left h3 {
  font-size: 38px;
  color: #CDA274;
  font-weight: bold;
}
.homeAbout .container-fluid .left .text {
  margin: 20px 0;
}
.homeAbout .container-fluid .left a {
  padding: 10px 20px;
  background: #161616;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.homeAbout .container-fluid .left a:hover {
  background: #B97B2E;
}

.homeStatics {
  background: #F7F7F7;
}
.homeStatics .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  --bs-gutter-x: 20rem;
}
.homeStatics .container-fluid ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  width: 100%;
}
.homeStatics .container-fluid ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 20px 0;
}
.homeStatics .container-fluid ul li span {
  font-size: 48px;
  color: #CDA274;
  font-weight: bold;
}
.homeStatics .container-fluid ul li span::after {
  display: inline-block;
  margin-left: 0px;
  content: "+";
}
.homeStatics .container-fluid ul li p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.homeProjects {
  background: #fff;
  padding: 100px 0;
}
.homeProjects .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  --bs-gutter-x: 20rem;
}
.homeProjects .container-fluid h3 {
  font-size: 48px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.homeProjects .container-fluid #projects {
  width: 100%;
}
.homeProjects .container-fluid .nav-tabs {
  width: 100%;
  border: none;
}
.homeProjects .container-fluid .nav-tabs .nav-item:first-child a {
  padding-left: 0;
}
.homeProjects .container-fluid .nav-tabs .nav-link {
  font-family: "Manrope", sans-serif;
  color: black;
  transition: color 0.3s ease;
  border: none;
  font-size: 18px;
  font-weight: 600;
}
.homeProjects .container-fluid .nav-tabs .nav-link.active {
  color: #B97B2E !important;
  font-weight: bold;
}
.homeProjects .container-fluid .tab-content {
  padding-top: 10px;
}
.homeProjects .container-fluid .tab-content h4 {
  font-size: 18px;
  color: #797979;
  width: 100%;
  padding: 50px 0;
}
.homeProjects .container-fluid .tab-pane ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
.homeProjects .container-fluid .tab-pane ul li {
  position: relative;
  width: calc(33.3333333333% - 20px);
  height: 400px;
  margin: 15px 0;
  background: #000;
  overflow: hidden;
}
.homeProjects .container-fluid .tab-pane ul li a {
  display: block;
  height: 100%;
  position: relative;
}
.homeProjects .container-fluid .tab-pane ul li a h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
  color: #fff;
  transition: all 0.3s ease-out;
  font-size: 28px;
}
.homeProjects .container-fluid .tab-pane ul li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 69%);
  transition: background 1000ms linear;
}
.homeProjects .container-fluid .tab-pane ul li a picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homeProjects .container-fluid .tab-pane ul li a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeProjects .container-fluid .tab-pane ul li a:hover h3 {
  bottom: 40px;
}
.homeProjects .container-fluid .tab-pane ul li a:hover .overlay {
  background: rgb(122, 68, 0);
  background: linear-gradient(0deg, #7a4401 0%, rgba(255, 255, 255, 0) 69%);
}

.notFoundProject h4 {
  font-size: 18px;
  color: #797979;
  width: 100%;
  padding: 50px 0;
}

.slidercontent {
  margin-top: 100px;
}

.breadcrumb-cf {
  --bs-gutter-x: 20rem !important;
}

/************/
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #d23e2b;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 1px solid #d23e2b;
  padding: 4px 10px;
  border-radius: 3px;
  font-family: arial;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  font-size: 0;
  height: 1px;
  background: #d23e2b;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: 0;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: 0;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  background: 0 0;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  background: 0 0;
}

.formError .formErrorContent {
  width: 250px;
}

.formErrorContent {
  background: #ff0000 "!important";
  border-color: #ff0000 "!important";
}

.formError .formErrorArrow div {
  background: #ff0000 "!important";
}

.grecaptcha-badge {
  display: none;
  width: 0 "!important";
  height: 0 "!important";
  position: absolute "!important";
  top: -500px;
  left: -500px;
}

/*********/
.appTamam {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  border-radius: 20px;
}
.appTamam h1 {
  font-weight: 600;
  font-size: 20px;
}
.appTamam h2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 20px;
}

/************/
/***********/
.homeEbulletin {
  background: #F5DDC1 url("/assets/img/bg.png?v=6") no-repeat right center;
  padding: 60px 0;
}
.homeEbulletin .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  --bs-gutter-x: 20rem;
}
.homeEbulletin .container-fluid h3 {
  font-size: 38px;
  color: #B97B2E;
  font-weight: bold;
  line-height: 45px;
  margin: 0;
}
.homeEbulletin .container-fluid h4 {
  display: none;
  font-size: 24px;
  color: #B97B2E;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}
.homeEbulletin .container-fluid form {
  display: flex;
  flex-direction: column;
}
.homeEbulletin .container-fluid form .form {
  display: flex;
  flex-direction: row;
}
.homeEbulletin .container-fluid form .form div.frow {
  margin: 0 10px 10px 0 !important;
}
.homeEbulletin .container-fluid form .form div.frow input {
  border: 1px solid #B97B2E;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  color: #B97B2E;
}
.homeEbulletin .container-fluid form .form div.frow input::placeholder {
  color: #B97B2E;
}
.homeEbulletin .container-fluid form .form-check-custom {
  font-size: 14px;
  color: #B97B2E;
}
.homeEbulletin .container-fluid form .form-check-custom a {
  color: #B97B2E;
  text-decoration: underline;
  font-weight: 700;
}
.homeEbulletin .container-fluid .send {
  margin: 0 0 10px 0 !important;
  padding: 0 25px;
  background: #CDA274;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: none;
}
.homeEbulletin .container-fluid .send:hover {
  background: #B97B2E;
}

.homeCorporateVideo {
  position: relative;
  padding: 60px 0;
  background: #000;
  overflow: hidden;
}
.homeCorporateVideo picture {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.5;
}
.homeCorporateVideo picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeCorporateVideo .container-fluid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  --bs-gutter-x: 20rem;
  text-align: center;
}
.homeCorporateVideo .container-fluid h3 {
  font-size: 38px;
  color: #F5DDC1;
  font-weight: bold;
  line-height: 45px;
  margin: 10px 0;
}
.homeCorporateVideo .container-fluid p {
  color: #fff;
}
.homeCorporateVideo .container-fluid i {
  color: #fff;
  font-size: 48px;
}

#contact {
  position: relative;
}
#contact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.91);
  border: 2px solid green;
}
#contact .overlay i {
  font-size: 48px;
  color: green;
}
#contact .overlay h2 {
  color: #000;
}

#ebulletin {
  position: relative;
}
#ebulletin .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #B97B2E;
  font-size: 14px;
}
#ebulletin .overlay i {
  font-size: 48px;
  color: green;
}
#ebulletin .overlay h2 {
  color: #000;
}

footer {
  border-bottom: 2px solid #D8D8D8;
  padding: 90px 0 0px 0;
  margin-bottom: 0;
}
footer h4 {
  font-weight: 600;
  color: #B97B2E;
  font-size: 18px;
  margin-bottom: 15px;
}
footer ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
}
footer ul li {
  display: flex;
}
footer ul li a {
  font-size: 14px;
  color: #888888;
  padding: 5px 0;
}
footer ul li a:hover {
  color: #B97B2E;
}
footer .address {
  font-size: 12px;
  margin-top: 10px;
  color: #888888;
}
footer .row div {
  width: 20%;
}

.footer_copyright {
  border-top: 1px solid #D8D8D8;
  margin-top: 20px;
  padding: 20px 0;
}
.footer_copyright .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  color: #888888;
}
.footer_copyright .container a {
  padding: 2px 5px 5px 5px;
  border-radius: 5px;
  margin-left: 5px;
  background: #000;
}
.footer_copyright .container a img {
  height: 14px;
}
.footer_copyright .container a:hover {
  background: #deff36;
}

.subTextPage {
  padding: 60px 0 20px 0;
}
.subTextPage .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.subTextPage .container h1 {
  font-size: 36px;
  color: #00352C;
  width: 60%;
  text-align: center;
}
.subTextPage .container p {
  color: #007E62;
  text-align: center;
  width: 60%;
  font-size: 18px;
}
.subTextPage .container a {
  color: #007E62;
  border: 2px solid #007E62;
  border-radius: 50px;
  padding: 10px 20px;
  background: none;
  font-size: 16px;
}
.subTextPage .container a:hover {
  background: #007E62;
  color: #fff;
}

.container-fluid {
  --bs-gutter-x: 5rem;
}

.projectPhotoGallery .slick-slide {
  position: relative;
  height: 500px;
}
.projectPhotoGallery .slick-slide picture {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.projectPhotoGallery .slick-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projectSliderContent {
  position: relative;
}
.projectSliderContent .slideRight,
.projectSliderContent .slideLeft {
  transition: 0.3s;
  height: 2.63vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
  cursor: pointer;
  margin: 5px 0;
  top: calc(50% - 50px);
}
@media only screen and (max-width: 1023px) {
  .projectSliderContent .slideRight,
  .projectSliderContent .slideLeft {
    height: 32px;
  }
}
.projectSliderContent .slideRight.slick-disabled,
.projectSliderContent .slideLeft.slick-disabled {
  pointer-events: none;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .projectSliderContent .slideRight:hover,
  .projectSliderContent .slideLeft:hover {
    color: #B97B2E;
  }
  .projectSliderContent .slideRight:hover:after,
  .projectSliderContent .slideLeft:hover:after {
    transform: scale(1);
    opacity: 1;
  }
}
.projectSliderContent .slideRight:after,
.projectSliderContent .slideLeft:after {
  content: "";
  transition: 0.3s;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform: scale(1.3);
  opacity: 0;
  z-index: -1;
}
.projectSliderContent .slideRight {
  position: absolute;
  z-index: 2;
  right: 50px;
  width: 100px;
  height: 100px;
}
.projectSliderContent .slideLeft {
  position: absolute;
  z-index: 2;
  left: 50px;
  width: 100px;
  height: 100px;
}

.projectDetailContent {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
}
.projectDetailContent .left {
  width: 60%;
}
.projectDetailContent .left .titleContent {
  margin-bottom: 10px;
}
.projectDetailContent .left .titleContent h3 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
}
.projectDetailContent .left .titleContent h2 {
  font-size: 24px;
  color: #B97B2E;
}
.projectDetailContent .right {
  width: 400px;
  background: #F7F7F7;
  padding: 40px;
  transition: all 0.3s ease-out;
}
.projectDetailContent .right.scrolled {
  position: fixed;
  top: 110px;
  right: 20px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.31);
  background: rgba(255, 255, 255, 0.8);
}
.projectDetailContent .right ul {
  padding: 0;
  list-style: none;
}
.projectDetailContent .right ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #F5DDC1;
  padding: 10px 0;
}
.projectDetailContent .right ul li i {
  color: #B97B2E;
  font-size: 36px;
  margin-right: 10px;
}
.projectDetailContent .right ul li .row span {
  font-weight: 800;
}
.projectDetailContent .right ul li .row p {
  margin: 0;
}
.projectDetailContent .right ul li:last-child {
  border: none;
}

.otherProjects h3 {
  font-size: 36px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.otherProjects ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
.otherProjects ul li {
  position: relative;
  width: calc(33.3333333333% - 20px);
  height: 400px;
  margin: 15px 0;
  background: #000;
  overflow: hidden;
}
.otherProjects ul li a {
  display: block;
  height: 100%;
  position: relative;
}
.otherProjects ul li a h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
  color: #fff;
  transition: all 0.3s ease-out;
  font-size: 28px;
}
.otherProjects ul li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 69%);
  transition: background 1000ms linear;
}
.otherProjects ul li a picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.otherProjects ul li a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.otherProjects ul li a:hover h3 {
  bottom: 40px;
}
.otherProjects ul li a:hover .overlay {
  background: rgb(122, 68, 0);
  background: linear-gradient(0deg, #7a4401 0%, rgba(255, 255, 255, 0) 69%);
}

.breadcrumb {
  padding: 20px 0;
  margin: 0;
}
.breadcrumb.first {
  margin-top: 103px;
}
.breadcrumb a:hover {
  color: #B97B2E;
}

.aboutContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 150px;
}
.aboutContent h3 {
  color: #B97B2E;
}
.aboutContent .textContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px 0;
  padding: 50px 25%;
  background: #f1f1f1;
}
.aboutContent .textContent .sign {
  font-size: 24px;
  border-left: 4px solid #B97B2E;
  padding-left: 20px;
  margin-top: 20px;
}
.aboutContent .textContent .sign small {
  font-size: 16px;
  font-weight: 400;
}
.aboutContent picture {
  width: 100%;
  height: 100%;
}
.aboutContent picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutContent a {
  position: relative;
  height: 500px;
  margin: 30px 0;
}
.aboutContent .companyVideo {
  position: relative;
  width: 100%;
}
.aboutContent .companyVideo i {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  color: #fff;
  font-size: 64px;
  z-index: 2;
}

.contactContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 150px;
  width: 100%;
}
.contactContent h2 {
  color: #B97B2E;
}
.contactContent .subContent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
  margin-top: 20px;
}
.contactContent .subContent .left {
  width: 50%;
  text-align: left;
  padding: 100px;
}
.contactContent .subContent .left ul.contactInfo {
  padding: 0;
  list-style: none;
}
.contactContent .subContent .left ul.contactInfo li {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 5px 0;
}
.contactContent .subContent .left ul.contactInfo li span {
  width: 100px;
  text-align: left;
  font-weight: 800;
}
.contactContent .subContent .left ul.contactInfo li a {
  text-align: left;
}
.contactContent .subContent .left ul.socials {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #c2c2c2;
  padding: 0;
  padding-top: 15px;
  margin-top: 10px;
}
.contactContent .subContent .left ul.socials li {
  display: flex;
  list-style: none;
  margin-left: 10px;
}
.contactContent .subContent .left ul.socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #000;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
}
.contactContent .subContent .left ul.socials li a:hover {
  background: #B97B2E;
  color: #fff;
}
.contactContent .subContent .contact-form {
  width: 50%;
  padding: 50px;
}
.contactContent .subContent .contact-form form {
  display: flex;
  flex-direction: column;
}
.contactContent .subContent .contact-form form .form {
  display: flex;
  flex-direction: column;
}
.contactContent .subContent .contact-form form .form div.frow {
  margin: 10px 0;
}
.contactContent .subContent .contact-form form .form div.frow input, .contactContent .subContent .contact-form form .form div.frow textarea {
  border: 1px solid #B97B2E;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  color: #B97B2E;
}
.contactContent .subContent .contact-form form .form div.frow input::placeholder, .contactContent .subContent .contact-form form .form div.frow textarea::placeholder {
  color: #B97B2E;
}
.contactContent .subContent .contact-form form .form div.frow textarea {
  height: 100px;
}
.contactContent .subContent .contact-form form .form-check-custom {
  font-size: 14px;
  color: #B97B2E;
}
.contactContent .subContent .contact-form form .form-check-custom a {
  color: #B97B2E;
  text-decoration: underline;
  font-weight: 700;
}
.contactContent .subContent .contact-form .send {
  margin: 0 0 10px 0 !important;
  padding: 10px 0;
  background: #CDA274;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: none;
}
.contactContent .subContent .contact-form .send:hover {
  background: #B97B2E;
}
.contactContent .map {
  width: 100%;
  height: 400px;
  margin: 10px 0;
}
.contactContent .map #map {
  height: 100%;
  border: 0;
  border-radius: 5px;
}
.contactContent .map .marker {
  position: absolute;
  width: 24px; /* Pin boyutu */
  height: 24px; /* Pin boyutu */
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Ccircle cx="12" cy="12" r="10" fill="%23FF0000"/%3E%3Cpath d="M12 2c-5.522 0-10 4.478-10 10 0 5.524 10 12 10 12s10-6.476 10-12c0-5.522-4.478-10-10-10zm0 18c-4.418 0-8-3.582-8-8s3.582-8 8-8 8 3.582 8 8-3.582 8-8 8z" fill="%23FFFFFF"/%3E%3C/svg%3E');
  background-size: cover;
}

#cookieAccept {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  z-index: 3;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
  animation: fadeIn 2s;
  width: 100%;
}
#cookieAccept .mobile {
  display: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#cookieAccept a {
  font-size: 12px;
  margin-right: 10px;
}
#cookieAccept .buttons {
  display: flex;
  flex-direction: row;
}
#cookieAccept .buttons button {
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 50px;
  margin-left: 10px;
  background: #B97B2E;
  color: #fff;
  border: none;
}
#cookieAccept .buttons button:last-child {
  border: 1px solid #B97B2E;
  color: #B97B2E;
  background: none;
}
#cookieAccept .buttons button:hover:first-child {
  background: #000;
}
#cookieAccept .buttons button:hover:last-child {
  border: 1px solid #000;
  color: #000;
}

body.sub header {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.pageguide {
  margin-top: 160px;
}

.subpageContent {
  display: flex;
}
.subpageContent .container {
  padding: 0;
}

.videoLists {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
.videoLists li {
  position: relative;
  width: calc(25% - 20px);
  height: 300px;
  margin: 10px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.videoLists li:nth-child(4n+1) {
  margin-left: 0;
}
.videoLists li h3 {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 18px !important;
  text-align: center;
}
.videoLists li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 69%);
}
.videoLists li picture {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.videoLists li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoLists li:hover h3 {
  bottom: 30px;
}

/*
.pageTitle {
  display: inline-block;
  h1 {

  }
}
.contactContent {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  .contact-form {
    border-radius: 5px;
    padding: 50px 50px;
    margin-right: 10px;
    color:$color2;
    border:5px solid #F5DDC1;
    h2 {
      font-size: 18px;
      font-weight: 800;
    }
    p {
      font-size: 16px;
    }
    input,textarea {
      padding: 10px 20px;
      border-radius: 50px;
      border:1px solid #28c999;
      color:$color2;
      &::placeholder{

        color:$color2;
      }
    }
    textarea {
      border-radius: 20px;
      height: 150px;
    }
    label {
      font-weight: 600;
    }
    button {
      float:right;
      --animate-duration: 3s;
      color:$color1;
      background:#2CDBA7 ;
      border-radius: 50px;
      padding: 10px 20px;
      border:none;
      font-size: 18px;
      font-weight: bold;

      &:before {
        color: $color1;
        background:$color2;
        border-radius: 50px;
      }
      &:hover {
        background:$color2;
        color: $color1;
      }
    }
  }
  .map {
    border-radius: 5px;
    width: 100%;
    color:$color2;
    border:5px solid #f7f7f7;
    h2 {
      font-size: 18px;
      font-weight: 800;
    }
    p {
      font-size: 16px;
    }

  }
}
*/
.mobileMenu {
  display: none;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  color: #000;
  padding: 5px 20px;
  margin-left: 5px;
  font-size: 20px;
  font-weight: 800;
  border: 1px solid #000;
}
.mobileMenu:hover {
  background: #F5DDC1;
  color: #B97B2E;
  border: 1px solid #B97B2E;
}

/*******/
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy li:last-child > a {
  border: none;
}

.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.pushy a:hover {
  color: #FFF;
}

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

.pushy ul:first-child {
  margin-top: 10px;
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  position: relative;
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.pushy a {
  display: block;
  color: #B97B2E;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
}
.pushy a:hover {
  color: #000;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  background: #F5DDC1;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu ul li a {
  font-size: 12px;
  border-bottom: 1px solid #eee;
}
.pushy-submenu button {
  width: 100%;
  color: #B97B2E;
  padding: 15px 30px;
  text-align: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eee;
  font-weight: 800;
  font-size: 18px;
}
.pushy-submenu button:hover {
  color: #000;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  background: #eee;
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
  padding: 0;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.pushy ul.socials {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.pushy ul.socials h3 {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}
.pushy ul.socials li {
  float: left;
  width: 50%;
}
.pushy ul.socials li a {
  margin: 10px !important;
  text-transform: uppercase;
  background: #ff0000;
}
.pushy ul.socials li a.active {
  background: #fff;
  color: #ff0000;
}

/*************/
@media only screen and (max-width: 1470px) {
  .sliderBottom .container-fluid h3 {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1320px) {
  .homeAbout .container-fluid {
    --bs-gutter-x: 1rem;
  }
  .homeEbulletin .container-fluid h3,
  header .contact-info .phone {
    display: none;
  }
  .homeAbout .container-fluid .left h3,
  .sliderBottom .container-fluid h3 {
    font-size: 18px;
  }
  .sliderBottom .container-fluid a {
    font-size: 14px;
  }
  .homeAbout .container-fluid .left {
    width: 40%;
  }
  .homeEbulletin .container-fluid {
    flex-direction: column;
  }
  .homeEbulletin .container-fluid h4 {
    display: block;
  }
}
@media only screen and (max-width: 1040px) {
  .homeProjects .container-fluid,
  .sliderBottom .container-fluid {
    --bs-gutter-x: 4rem;
  }
  .sliderBottom .container-fluid h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px !important;
    color: #a96a1c;
  }
  header .contact-info {
    display: none;
  }
  .breadcrumb-cf {
    --bs-gutter-x: 4rem !important;
  }
  .contactContent .subContent {
    flex-direction: column;
  }
  .contactContent .subContent .contact-form,
  .contactContent .subContent .left {
    width: 100%;
  }
  .contactContent .subContent .left {
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .contactContent .subContent .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contactContent .subContent .left ul.contactInfo {
    width: 100%;
  }
  .contactContent .subContent .left ul.contactInfo li {
    justify-content: center;
    align-items: center;
  }
  .contactContent .subContent .left ul.contactInfo li span {
    width: 30%;
  }
  .contactContent .subContent .left ul.contactInfo li a {
    width: 70%;
  }
  .contactContent .subContent .contact-form {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 850px) {
  header .container-fluid {
    --bs-gutter-x: 5rem;
  }
  .homeCorporateVideo .container-fluid,
  .homeEbulletin .container-fluid,
  .homeStatics .container-fluid {
    --bs-gutter-x: 4rem;
  }
  header .container-fluid .menu {
    display: none;
  }
  .mobileMenu {
    display: block;
  }
  .homeProjects .container-fluid .tab-pane ul li {
    width: 100%;
  }
  footer .row div {
    display: none;
    width: 40%;
  }
  footer .row div:last-child, footer .row div:first-child {
    display: block;
  }
  footer .row {
    justify-content: space-between;
  }
  .homeProjects {
    padding: 20px 0;
  }
  .homeAbout .container-fluid .left {
    width: 100%;
  }
  .homeAbout {
    background: #fff !important;
  }
  .homeProjects .container-fluid h3 {
    font-size: 36px;
  }
  .homeProjects .container-fluid .nav-tabs .nav-link {
    font-size: 14px;
  }
  .homeEbulletin .container-fluid form .form {
    flex-direction: column;
  }
  .homeEbulletin .container-fluid form .form div.frow {
    margin: 0 0px 10px 0 !important;
  }
  .homeSlider .item .slideContent .line {
    font-size: 21px;
    line-height: 23px;
    text-align: center;
  }
  .homeSlider .item .slideContent .all {
    margin-right: 0;
    padding-right: 0;
  }
  .homeSlider .item .slideContent .container-fluid {
    --bs-gutter-x: 4rem;
  }
  .homeSlider .item .slideContent {
    bottom: 28px;
  }
  .scrollBtn {
    display: none;
  }
  .projectDetailContent {
    flex-direction: column;
  }
  .projectDetailContent .left {
    width: 100%;
  }
  .projectDetailContent .right {
    width: 100%;
  }
  .projectDetailContent .right.scrolled {
    position: relative;
    top: auto;
    right: auto;
  }
  .otherProjects ul {
    flex-direction: column;
  }
  .otherProjects ul li {
    width: 100%;
  }
  .videoLists {
    flex-direction: column;
  }
  .videoLists li {
    width: 100%;
  }
  #cookieAccept {
    flex-direction: column;
  }
  #cookieAccept .buttons {
    margin-top: 5px;
  }
  #cookieAccept .buttons button {
    padding: 5px 20px;
  }
  #cookieAccept a {
    text-align: center;
    display: none;
  }
  #cookieAccept a.mobile {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  .homeSlider {
    height: 45vh;
    margin-top: 100px;
  }
  .homeSlider .slideLeft {
    width: auto;
    left: 10px;
  }
  .homeSlider .slideRight {
    width: auto;
    right: 10px;
  }
  .sliderBottom .container-fluid {
    flex-direction: column;
    text-align: center;
  }
  .sliderBottom .container-fluid h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .homeStatics .container-fluid ul {
    flex-direction: column;
    width: 100%;
  }
  .homeStatics .container-fluid ul li {
    width: 100%;
  }
  .sliderBottom.projectDetail h2 {
    margin-bottom: 10px;
    margin-top: -10px;
  }
}

/*# sourceMappingURL=style.css.map */
