body {
  background-color: var(--body-bg);
  color: var(--text-color);
  font-family: "Montserrat", sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  line-height: 22px;
}

h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}

h2 {
  font-size: 45px;
  line-height: 58px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
}

h4 {
  font-size: 27px;
  line-height: 29px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.btn-primary {
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 50px;
  outline: 0 !important;
  background: #fff;
  border-radius: 0;
  color: #2957a4;
  border: 1px solid #000;
  border-left: 4px solid #2957a4;
}

.btn-primary:hover {
  background: #2957a4;
  color: #fff;
  border-left: 4px solid transparent;
}

.btn-primary:focus {
  background-color: #2957a4;
}

.btn-secondary {
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  height: 50px;
  outline: 0 !important;
  background: #e4ab55;
  border: 1px solid #e4ab55;
  border-radius: 0;
  color: #000 !important;
}

.btn-secondary:hover {
  color: #e4ab55 !important;
  border: 1px solid #e4ab55;
  background-color: #fff;
}

.btn-secondary:focus {
  background-color: #fff;
  border-color: #e4ab55;
  -webkit-box-shadow: none;
          box-shadow: none;
}

:root {
  --clr-border: #040a43;
  --AnimationLength: 0px;
  --white-border: #fff;
}

.heading h2 {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 1140px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}

.banner-section {
  position: relative;
}

.banner-section .banner-inner .swiper-slide {
  position: relative;
  height: 100vh;
}

.banner-section .banner-inner .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

.banner-section .banner-inner .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 10, 67, 0.3);
  background-size: cover;
}

.banner-section .banner-inner .swiper-slide .banner-text {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
  z-index: 0;
  padding: 20px;
  max-width: 1140px;
}

.banner-section .banner-inner .swiper-slide .banner-text p {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

.banner-section .banner-inner .swiper-slide .banner-text h1 {
  font-size: 56px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-real-section {
  padding-top: 140px;
}

.about-real-section .about-left-content {
  max-width: 490px;
}

.about-real-section .about-right-content {
  padding-top: 0px;
}

.about-real-section .about-right-content h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.about-real-section .about-right-content h6 span {
  height: 5px;
  width: 44px;
  background-color: #f8d4b6;
  margin-right: 16px;
  display: inline-block;
}

.about-real-section .about-right-content h2 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 48px;
}

.about-real-section .about-right-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #7a7a7a;
  margin-bottom: 30px;
  text-align: justify;
}

.comercial-section {
  padding-top: 140px;
  display: inline-block;
  width: 100%;
}

.comercial-section .comercial-inner {
  background-image: url(../images/comercial-bg.webp);
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
  padding: 50px 0;
  z-index: 99;
}

.comercial-section .comercial-inner::before {
  content: "";
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.comercial-section .project-wrapper {
  padding-top: 50px;
}

.comercial-section .project-wrapper .project-card {
  border: 1px solid #e7e7e7;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  height: 100%;
}

.comercial-section .project-wrapper .project-card .project-card-img {
  height: 270px;
  width: 100%;
  overflow: hidden;
}

.comercial-section .project-wrapper .project-card .project-card-img img {
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.comercial-section .project-wrapper .project-card .project-card-content {
  padding: 20px 12px;
}

.comercial-section .project-wrapper .project-card .project-card-content h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 14px;
}

.comercial-section .project-wrapper .project-card .project-card-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

.comercial-section .project-wrapper .project-card .project-card-content p img {
  margin-right: 10px;
  width: 16px;
}

.comercial-section .project-wrapper .project-card:hover {
  border-color: #2957a4;
}

.comercial-section .project-wrapper .project-card:hover .project-card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contact-section {
  padding-top: 60px;
}

.contact-section .contact-inner {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 50px 0;
}

.contact-section .contact-inner .contact-left-content .headline {
  font-size: 48px;
  font-family: "Tomatoes";
  font-weight: 400;
  color: #497589;
  font-family: "Tomatoes" !important;
  margin-bottom: 40px;
}

.contact-section .contact-inner .contact-left-content .btn-primary {
  min-width: 200px;
  border-radius: 50px;
  background-color: #002e43;
  border-color: transparent;
  color: #fff;
}

.contact-section .contact-inner .contact-left-content .btn-primary:hover {
  background-color: #fff;
  border: 1px solid #002e43 !important;
  color: #002e43;
}

.contact-section .contact-inner .contact-right-content p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #002e43;
  margin-bottom: 16px;
}

.contact-section .contact-inner .contact-right-content a {
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  display: inline-block;
  color: #002e43;
  text-decoration: none;
  background-color: transparent;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
  .banner-section .banner-inner .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991px) {
  .btn-primary {
    padding: 9px 20px;
    height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .banner-section .banner-inner .swiper-slide .banner-text h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .about-real-section .about-right-content {
    padding-top: 30px;
  }
  .about-real-section .about-right-content h6 {
    margin-bottom: 12px;
  }
  .about-real-section .about-right-content h2 {
    margin-bottom: 30px;
  }
  .comercial-section .project-wrapper .project-card .project-card-content {
    padding: 10px;
  }
  .comercial-section .project-wrapper .project-card .project-card-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .comercial-section .project-wrapper .project-card .project-card-content p {
    margin-bottom: 16px;
  }
  .comercial-section .project-wrapper .project-card .project-card-img {
    height: 170px;
  }
  .comercial-section .project-wrapper .project-card .project-card-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-section .contact-inner {
    padding: 70px 0 30px 0;
  }
  .contact-section .contact-inner .contact-left-content .headline {
    font-size: 36px;
  }
  .contact-section .contact-inner .contact-right-content p {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-section .contact-inner .contact-right-content a {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .btn-primary {
    font-size: 14px;
    line-height: 20px;
  }
  .banner-section .banner-inner .swiper-slide .banner-text p {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-section .banner-inner .swiper-slide .banner-text h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .about-real-section {
    padding-top: 80px;
  }
  .about-real-section .about-right-content h2 {
    margin-bottom: 16px;
  }
  .comercial-section {
    padding-top: 80px;
  }
  .comercial-section .comercial-inner {
    height: 100%;
  }
  .comercial-section .project-wrapper {
    padding-top: 30px;
  }
  .comercial-section .project-wrapper .project-card {
    background-color: #fff;
  }
  .comercial-section .project-wrapper .project-card .project-card-img {
    height: auto;
    max-height: 200px;
  }
  .contact-section {
    padding-top: 80px;
  }
  .contact-section .contact-inner {
    padding: 50px 0 30px 0;
    text-align: center;
  }
  .contact-section .contact-inner .contact-left-content .headline {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .contact-section .contact-inner .contact-right-content {
    padding-top: 20px;
  }
  .contact-section .contact-inner .contact-right-content a {
    font-size: 26px;
    line-height: 32px;
  }
  .footer-section {
    padding-top: 60px !important;
  }
  .galery-heading{
    text-align: center;
  }
}

::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #2957a4 !important;
  border-radius: 0;
}
/*# sourceMappingURL=custom.css.map */



.comercial-section .project-wrapper .project-card{
  position: relative;
  overflow: inherit;
}
.comercial-section .project-wrapper .project-card .water-mark {
  width: 146px;
  position: absolute;
  top: -60px;
  left: -23px;
  z-index: 999;
}

.comercial-section .project-wrapper .project-card .water-mark img {
  width: 100%;
  height: 100%;
}

.typical-carousel .owl-nav {
  width: 70%;
  margin: 10px auto;
  position: relative;
}

.typical-carousel .owl-nav button {
  position: absolute;
}

.typical-carousel .owl-nav button.owl-prev {
  left: 0;
  top: 0;
}

.typical-carousel .owl-nav button.owl-next {
  right: 0;
  top: 0;
}
.typical-carousel .owl-nav button span {
  display: none;
}
.typical-carousel .owl-nav button:hover {
  color: #fff !important;
  background: #002e43 !important;
}
.typical-carousel .owl-nav button.owl-next::before {
  content: '\f105';
  font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 4px;
    width: 50px;
    height: 50px;
    left: 0;
    line-height: 47px;
    font-size: 28px !important;
    border: solid 1px #002e43;
    border-radius: 100px;
    margin: 0 auto;
    display: block;
}
     
        

.typical-carousel .owl-nav button.owl-prev::before {
  content: '\f104';
font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 4px;
  width: 50px;
  height: 50px;
  left: 0;
  line-height: 47px;
  font-size: 28px !important;
  border: solid 1px #002e43;
  border-radius: 100px;
  margin: 0 auto;
  display: block;
}
.typical-carousel .owl-nav button:hover::before {
  background: #002e43;
  border: solid 1px #002e43;
}

.project-card-section {
  padding: 100px 0;
}

.project-card-section .projects-carousel {}

.project-card-section.projects-carousel .projects-imgs-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.project-card-section .projects-carousel .projects-imgs-card .projects-imgs {}

.project-card-section.projects-carousel .projects-imgs-card img {}

.project-card-section .projects-carousel .projects-text-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.project-card-section .projects-carousel .projects-text-card .projects-text {}

.project-card-section .projects-carousel .projects-text-card h3 {
  font-size: 4em;
  font-weight: 800;
  color: #305894;
}

.project-card-section .projects-carousel .projects-text-card h4 {}

.project-card-section .projects-carousel .projects-text-card p {}

.project-card-section .projects-carousel .projects-text-card ul {}

.project-card-section .projects-carousel .projects-text-card ul li {}


.project-card-section .projects-carousel .owl-nav {
 position: relative;
}



.project-card-section .projects-carousel .owl-nav button span {
  display: none;
}

.project-card-section .projects-carousel .owl-nav button:hover {
  color: #fff !important;
  background: transparent !important;
}
.project-card-section .projects-carousel .owl-nav button.owl-next::before {
  content: '\f105';
  font-family: FontAwesome;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 28px !important;
  border: solid 1px #002e43;
  border-radius: 100px;
  margin: 0 auto;
  display: block;
}

.project-card-section .projects-carousel .owl-nav button.owl-prev::before {
  content: '\f104';
  font-family: FontAwesome;
  width: 50px;
  height: 50px;
  left: 0;
  line-height: 47px;
  font-size: 28px !important;
  border: solid 1px #002e43;
  border-radius: 100px;
  margin: 0 auto;
  display: block;
}
.project-card-section .projects-carousel .owl-nav button:hover::before {
  background: #002e43;
  border: solid 1px #002e43;
}

.about-real-section .about-right-content h6 {
  margin-bottom: 0;
}

.about-real-section .about-right-content h2 {
  margin: 10px 0;
  line-height: normal;
}

.project-card-section{
  display: none;
}

.experience-section .experience-inner .mission-card a{
  display: none !important;
}

.about-right-content {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.typical-carousel .item {}

.typical-carousel .item .rooms-img {
  width: 100%;
}

.typical-carousel .item .rooms-img img {
  height: 100%;
 
}
.mfp-bg {
  z-index: 99999 !important;
}
.mfp-wrap {
  z-index: 99999 !important;
}
.rooms-img a {
  display: block;
  overflow: hidden;
}

.rooms-img a img {
  transition: transform .2s;
}

.rooms-img a img:hover {
  transform: scale(1.2);
}