.theme-btn i::after {
  background: #121a3e;
}
.theme-btn::after {
  border-top: 65px solid #cbaa6d;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-style-one {
  background: #121a3e;
}
.banner-style-one .parallax {
  background-size: 530px;
  left: 0% !important;
}

input {
  border-radius: 5px !important;
}

.preloader {
  background: #121a3e !important;
}
.preloader figure img {
  height: 100%;
}
.preloader figure::after {
  border-top: 1px solid #cbaa6d;
}

.acc2 .accordion-item button {
  color: #121a3e !important;
}
.acc2 .accordion-item button::before {
  border-top: #fff;
}

.heading span {
  text-transform: unset;
}
.heading h2 {
  color: #121a3e;
}

.contact-form-2 .info {
  background: #121a3e;
}
.contact-form-2 .info ul li:not(.contact-form-2 .info ul li:last-child) {
  border-color: rgba(192, 155, 104, 0.4235294118);
}
.contact-form-2 .info ul li a {
  color: #fff;
}

.our-goal .common-btn {
  text-align: left;
}
.our-goal .about-logo {
  position: absolute;
  left: -50px;
  bottom: 133px;
  width: 70px;
  height: 70px;
  z-index: 9;
}
.our-goal .data img {
  border-radius: 20px;
}
.our-goal .data p {
  width: 90%;
}

.core-features .accordion-header {
  width: 100%;
}
.core-features .accordion-header button {
  color: #121a3e !important;
}
.core-features .video img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

.social-medias li a img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
}

.featured-slider-one .owl-nav button.owl-prev:before {
  background: unset;
}
.featured-slider-one .owl-nav button.owl-next:before {
  background: unset;
}
.featured-slider-one .owl-item.active::before {
  content: unset;
}
.featured-slider-one .owl-item.active::after {
  content: unset;
}

.header-style-one .desktop-nav.slideDown {
  background: #121a3e;
}
.header-style-one .desktop-nav.slideUp {
  background: #121a3e;
}
.header-style-one .header-logo {
  margin-right: 40px;
}
.header-style-one .header-logo img {
  width: 110px;
}

.file-upload input {
  font-size: 12px;
  padding-left: 10px !important;
}
.file-upload input[type=file]::file-selector-button {
  margin-right: 10px;
  border: none;
  background: #121a3e;
  padding: 10px 25px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  margin-top: 10px;
}
.file-upload input:hover::file-selector-button {
  background: #cbaa6d;
  color: #fff;
}

.form-check-input {
  padding: 0px 5px;
}

.service-style-one .service-data:hover::before {
  background-color: rgba(18, 26, 62, 0.1058823529);
}

.service-style-two .service-two-box {
  margin-right: 20px;
  margin-bottom: 20px;
  height: 300px;
  overflow: hidden;
}
.service-style-two .service-two-box:hover img {
  display: none;
}
.service-style-two .service-two-box .service-two-icon {
  width: unset;
  height: unset;
}
.service-style-two .service-two-box .service-two-icon h3 {
  margin-left: 20px;
  color: #000;
  font-size: 24px;
}
.service-style-two .service-two-box .service-two-icon::before {
  content: unset;
}
.service-style-two .service-two-box .service-two-icon img {
  width: 60px;
  display: block !important;
}
.service-style-two .service-two-box p {
  max-height: 95px;
  margin-top: 30px;
}

.service-detail-first img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-style-one .project-statu-title {
  color: #cbaa6d;
}
.project-style-one .project-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.project-style-one .project-post .project-situation {
  z-index: 10;
  position: absolute;
  background: #cbaa6d;
  width: 220px;
  color: #fff;
  text-align: center;
  transform: rotate(-35deg);
  top: 25px;
  left: -65px;
  font-size: 13px;
  font-weight: 300;
  padding: 5px;
}
.project-style-one .project-post .project-situation:before {
  background: var(--text-white);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  transition: all 400ms ease-out 0s;
  content: unset;
}
.project-style-one .project-post .project-cover-photo {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-style-one .project-post img {
  border-radius: 10px;
  filter: brightness(0.5);
}
.project-style-one .project-post:hover .project-data {
  bottom: -60px;
  visibility: visible;
  border: unset;
}
.project-style-one .project-post:hover .center-logo {
  opacity: 0;
}
.project-style-one .project-post figure {
  position: relative;
}
.project-style-one .project-post .center-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.project-style-one .project-post .center-logo img {
  width: 150px;
  filter: brightness(1);
}
.project-style-one .project-post .project-data {
  -webkit-clip-path: unset;
          clip-path: unset;
  margin: -120px 20px 75px;
  padding: 15px 15px 25px 15px;
  border-radius: 0;
  overflow: hidden;
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  bottom: -105px;
  position: absolute;
  border-radius: 5px;
  z-index: 9;
  background-color: transparent;
  visibility: hidden;
  border: unset;
}
.project-style-one .project-post .project-data h3 a {
  font-weight: 400 !important;
  color: #fff;
}
.project-style-one .project-post .project-data p {
  color: #fff;
}

.blog-style-one .blog-post h2 {
  font-size: 20px;
  line-height: 30px;
}
.blog-style-one .blog-post img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

button.scrollTopStick.active {
  background-color: #cbaa6d;
}

.footer-style-one .footer-p-2 {
  background-color: #121a3e;
}
.footer-style-one .footer-p-2 .footer-col h3 {
  margin-bottom: 15px;
}
.footer-style-one .footer-p-2 .footer-col ul li {
  margin-bottom: 10px !important;
}
.footer-style-one .footer-p-2 .footer-col ul li a {
  width: 60%;
  margin-top: -6px;
  font-weight: 600;
  color: #ccc;
}
.footer-style-one .footer-p-3 {
  background-color: #121a3e;
}
.footer-style-one .footer-p-3 .footer-col a img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-style-one .footer-col ul li {
  justify-content: center;
  text-align: start;
  display: block !important;
  width: 100%;
}
.footer-style-one .footer-col ul li a {
  color: #cbaa6d;
  font-weight: 300 !important;
}
.footer-style-one .footer-col ul li p {
  width: 75% !important;
  margin-left: unset !important;
}

.banner-style-one .breadcrums ul li.current p {
  margin-top: 10px;
  line-height: 25px;
}

.gap {
  padding: 60px 0px;
}

.odometer.odometer-auto-theme .odometer-digit {
  padding: unset;
}
.odometer.odometer-auto-theme .odometer-digit-inner {
  left: unset !important;
}

.project-top {
  height: 100vh;
  position: relative;
}
.project-top img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0.5);
}
.project-top .slide-info {
  position: absolute;
  bottom: 15vh;
  color: #fff;
  width: 100%;
  text-align: center;
}
.project-top .slide-info .header-project-location {
  background-color: #cbaa6d !important;
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 100;
  color: #fff;
}
.project-top .slide-info .header-project-location svg {
  width: 11px;
  vertical-align: text-bottom;
  margin-bottom: 3px;
}
.project-top .slide-info h5 {
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: 6px;
  font-weight: 200;
}
.project-top .slide-info h2 {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 4px;
  color: #fff;
}
.project-top .slide-info p {
  color: #fff;
}

.data h2 {
  color: #121a3e !important;
}

.pr-dat .heading-style-2 {
  margin-bottom: unset;
}
.pr-dat .heading-style-2 .data .animated-text {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease-in-out forwards;
  animation-delay: 1s;
  color: #cbaa6d !important;
}
.pr-dat .heading-style-2 .data span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.pr-dat .project-text {
  line-height: 40px;
}

.video-play-btn {
  background: #121a3e;
}

.construction-services .services-nav h2 {
  color: #121a3e !important;
}
.construction-services .services-nav ul li button.nav-link {
  color: #121a3e;
}
.construction-services .services-nav ul li button.nav-link.active {
  color: #cbaa6d;
}
.construction-services .tab-content .tab-pane figure .feature-img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.construction-services .tab-content .tab-pane figure figcaption {
  max-height: 250px;
  background: #121a3e;
  width: 100%;
  position: relative;
  height: 200px;
}

.contact-form-one::before {
  content: unset;
}
.contact-form-one .c-form-2 {
  background: #121a3e;
}
.contact-form-one .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-form-one .form-check-label {
  color: #fff;
  font-size: 14px;
}

.project-contact-form {
  position: relative;
  padding-bottom: 30px;
  -o-border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.2), #000);
     border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.2), #000);
}
.project-contact-form::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center;
  filter: brightness(0.4);
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-contact-form iframe {
  margin-bottom: -100px;
  margin-top: 50px;
  width: 100% !important;
  height: 320px !important;
  border-radius: 10px;
}
.project-contact-form .heading {
  padding-top: 20px;
}
.project-contact-form .heading span {
  color: #fff;
}
.project-contact-form .heading h2 {
  color: #fff;
}
.project-contact-form .c-form-2 {
  padding: 40px;
}
.project-contact-form .project-contact-text h4 {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 10px;
}
.project-contact-form .project-contact-text p {
  color: #fff;
  line-height: 32px;
  font-weight: 300;
}

.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: 25px;
}
.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;
}

.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 {
  background-color: transparent;
  border: none;
  font-size: 18px;
  margin-right: 15px;
  color: #ccc;
  padding: 0px;
  font-weight: 400;
}
.project-galery-area .nav-tabs .galery-tab-items .galery-tab-button.active {
  color: #cbaa6d;
}
.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 .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;
}

.project-floor-plans {
  padding-top: 10vh;
  padding-bottom: 10vh;
  color: #000;
}
.project-floor-plans h3 {
  font-weight: bold;
}
.project-floor-plans .nav-tabs {
  justify-content: center;
  margin-bottom: 15px;
  border-bottom: none;
}
.project-floor-plans .nav-tabs .floor-tab-items .floor-tab-button {
  background-color: transparent;
  border: none;
  font-size: 25px;
  margin-right: 15px;
  color: #000;
  padding: 0px;
  font-weight: 400;
}
.project-floor-plans .nav-tabs .floor-tab-items .floor-tab-button.show {
  display: inline-block;
}
.project-floor-plans .nav-tabs .floor-tab-items .floor-tab-button.active {
  color: #c09b68;
}
.project-floor-plans .nav-tabs .floor-tab-items .floor-tab-button::after {
  color: #000;
  font-weight: 100;
  margin-left: 15px;
  font-size: 30px;
  content: "/";
}
.project-floor-plans .nav-tabs .floor-tab-items:last-child .floor-tab-button::after {
  content: "";
}
.project-floor-plans .kav-konut-slogan {
  margin-bottom: 30px;
  font-size: 2em;
  letter-spacing: 3px;
}
.project-floor-plans .floor-plans-row {
  justify-content: center;
}
.project-floor-plans .floor-plan-area {
  padding-bottom: 20px;
}
.project-floor-plans .floor-plan-area .floor-plan-item {
  border: 1px solid #000;
  border-radius: 2px;
  position: relative;
}
.project-floor-plans .floor-plan-area .floor-plan-item .col-12 {
  text-align: center;
}
.project-floor-plans .floor-plan-area .floor-plan-item .col-12 img {
  width: 100%;
  height: 500px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-floor-plans .floor-plan-area .floor-plan-item .col-12 .floor-plan-title {
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  padding: 5px;
  font-weight: 200;
  letter-spacing: 2px;
}
.project-floor-plans .floor-plan-area .floor-plan-item .col-12 .brut {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.project-floor-plans .floor-plan-area .floor-plan-item .col-12 .floor-plan-pictures {
  word-spacing: -5px;
}

.client-slider .owl-item img {
  width: 150px;
}

.mobile-nav {
  background-color: #121a3e;
}
.mobile-nav .res-log img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-form-one::before {
  width: 300px;
}

.contact-pop {
  position: fixed;
  top: calc(50% - 50px);
  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: #cbaa6d;
}
.contact-pop .contact-input {
  background-color: transparent;
  color: #fff;
  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: #fff;
  -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: #fff;
  -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: #121a3e;
  border: none;
  padding: 5px 30px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 200;
  text-transform: capitalize;
}
.contact-pop .contact-pop-button {
  background: #121a3e;
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 500;
  position: absolute;
  left: -125px;
  transform: rotate(90deg);
  top: calc(50% - 20px);
  width: 210px;
}
.contact-pop .contact-pop-button svg {
  margin-right: 5px;
}
.contact-pop .contact-text p {
  font-size: 13px;
  color: #f7f7f7;
}

.fixed-contact-button {
  position: fixed;
  right: 15px !important;
  bottom: 15px !important;
  z-index: 99;
  padding: 0;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
}
.fixed-contact-button i {
  position: relative;
  top: -2px;
}
.fixed-contact-button a.contact-btn {
  padding: 0;
  width: 60px;
  height: 60px;
  background: #121a3e;
  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 #121a3e;
  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 #121a3e;
  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%);
  right: 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: 315px;
}
.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;
}

.contact-info-area-start .top span {
  color: #121a3e;
}
.contact-info-area-start .contact-form-conatct-page textarea {
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 20px;
  border: 1px solid #121a3e;
}
.contact-info-area-start .contact-form-conatct-page input {
  padding: 15px 25px;
  border-radius: 20px;
  border: 1px solid #121a3e;
}
.contact-info-area-start .contact-form-conatct-page input::-moz-placeholder {
  color: #cbaa6d;
}
.contact-info-area-start .contact-form-conatct-page input::placeholder {
  color: #cbaa6d;
}
.contact-info-area-start .contact-page-right {
  position: relative;
  display: block;
  margin-left: 40px;
}
.contact-info-area-start .contact-page-right .contact-details {
  position: relative;
  display: block;
  background-color: white;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding-top: 34px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  border-top: 4px solid #121a3e;
}
.contact-info-area-start .contact-page-right .contact-details .contact-page-infos li p {
  color: #000;
  font-weight: 600;
}
.contact-info-area-start .contact-page-right .contact-details .contact-social-links {
  display: flex;
  align-items: center;
  border-top: 1px solid #cbaa6d;
  padding-top: 39px;
  margin-top: 30px;
  justify-content: center;
}
.contact-info-area-start .contact-page-right .contact-details .contact-social-links a {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: #121a3e;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 20px;
}

.counter-style-one .counter-data {
  padding: 30px;
}
.counter-style-one .counter-data .count {
  justify-content: center;
  align-items: center;
  font-size: 75px;
}
.counter-style-one .counter-data .count .odometer.odometer-auto-theme {
  padding: unset;
}
.counter-style-one .counter-data h4 {
  text-align: center;
}
.counter-style-one .counter-data .count i {
  font-size: 40px;
  font-weight: 400;
}

.conslt-popup .modal-dialog {
  max-width: 800px;
}

@media screen and (max-width: 1400px) {
  .contact-form-one::before {
    content: unset;
  }
  .contact-form-one .acc2 .accordion-body {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .header-style-one {
    background: #121a3e;
  }
  .header-style-one .desktop-nav {
    background: #121a3e;
    padding: unset;
  }
}
@media (max-width: 767px) {
  .construction-services .tab-content .tab-pane figure figcaption {
    height: auto;
    max-height: unset;
    padding: 30px;
  }
  .acc2 .accordion-item button {
    height: auto;
  }
  .contact-form-one .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 390px) {
  .project-top .slide-info h2 {
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 5px;
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.f-slider-layer img {
  -o-object-fit: cover;
     object-fit: cover;
}

.slideDown {
  transition: 0.4s !important;
}

.slideUp {
  transition: unset !important;
}/*# sourceMappingURL=custom.css.map */