html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Playfair Display", serif;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
p b {
  font-weight: 500;
}
.img-responsive {
  width: 100%;
}
.overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(
    to bottom,
    rgba(21, 68, 99, 0.99) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
a,
.btn,
a:hover,
a:focus,
.transition,
#back-to-top:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a {
  text-decoration: none;
  color: #154463;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #154463;
}
.form-area {
  position: relative;
  top: -24px;
  max-width: 322px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 50px 39px 45px;
  background-color: #fff;
  border-radius: 4px;
}
.form-area h3 {
  color: #154463;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 14px;
  font-family: "Poppins", sans-serif;
}
.form-area .btn {
  margin-top: 0px;
  padding: 8px 26px !important;
  font-size: 14px;
}
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #fff;
  border-color: #154463;
}
.form-control {
  padding: 0px;
  height: 38px;
  border-radius: 0px;
}
.form-group {
  margin-bottom: 10px;
}
.btn-primary {
  padding: 8px 36px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #154463;
  border-color: transparent;
  margin-top: 15px;
}
.btn-primary:hover {
  background-color: #030a0f !important;
  border-color: transparent;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.title {
  font-size: 32px;
  margin-bottom: 25px;
  letter-spacing: -1px;
  color: #494949;
}
.title span {
  font-size: 36px;
  color: #154463;
}
.navbar {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 0px;
  border-color: transparent;
}
.navbar .navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 25px;
}
.navbar .nav li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff !important;
}
.navbar .nav li a:hover {
  color: #f5f5f5;
}
.navbar img {
  padding: 9px;
  background: #154463;
  width: 168px;
  padding-top: 27px;
  position: relative;
  top: -26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.phone {
  background: #154463;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 9px 18px 7px !important;
  position: relative !important;
  top: 20px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  left: 8px;
}
.phone:hover {
  background: #337ab7 !important;
}
.shrink-nav {
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.4);
  background-color: #154463 !important;
}
.shrink-nav .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px 10px 16px;
  color: #fff !important;
  font-weight: 400;
}
.shrink-nav .phone {
  top: 9px !important;
  background-color: #2874a6;
}
.shrink-nav img {
  padding: 0;
  width: 105px;
  position: relative;
  top: -12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner {
  padding-top: 210px;
  padding-bottom: 68px;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner .content h2 span:before {
  content: " ";
  display: block;
  background: #fff;
  height: 2px;
  width: 36px;
  margin-top: 8px;
  margin: 0 auto;
  margin-right: 18px;
  display: inline-block;
  position: relative;
  top: -18px;
}
.banner .content h2 span:after {
  content: " ";
  display: block;
  background: #fff;
  height: 2px;
  width: 36px;
  margin-top: 8px;
  margin: 0 auto;
  margin-left: 18px;
  display: inline-block;
  position: relative;
  top: -18px;
}
.banner .content h2 {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 34px;
  margin-bottom: 15px;
  letter-spacing: 1.6px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}
.banner .content h2 span {
  text-align: center;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.5;
}
.banner .content h4 {
  color: #fff;
  text-align: center;
  font-weight: 900;
}
.banner .content p {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.4;
}
.banner .btn {
  padding: 10px 36px;
}
.section-about .about-img {
  width: 273px;
  position: absolute;
  top: -126px;
  left: 39px;
}
.section-about .col-md-4 {
  padding: 5px;
}
.section-about .features {
  background: #e8e8e8;
  height: 134px;
  margin: 0 auto;
  margin-top: 1px;
  padding: 36px 30px 5px;
  border-bottom: 3px solid #e0dede;
}
.section-about .features h3 {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #154463;
}
.section-about .features p {
  font-size: 14px;
  color: #285f77;
  font-weight: 400;
}
.section-features {
  background: #e5f2fb;
}
.section-features ul {
  margin-top: 15px;
}
.section-features ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
.section-features ul li img {
  width: 15px;
  margin-right: 12px;
}
.section-gallery {
  background-position: center;
}
.section-gallery h2 a {
  font-family: "Poppins", sans-serif;
  letter-spacing: initial;
}
.section-gallery .col-md-4 {
  padding: 5px;
}
.features1 {
  position: relative;
  overflow: hidden;
}
.features1 img {
  width: 100%;
}
.features1 .box-content img {
  position: absolute;
  width: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.features1 .box-content {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.features1 .box-content:hover {
  opacity: 1;
}
.section-masterplan .title {
  font-size: 26px;
}
.section-masterplan .title span {
  font-size: 28px;
}
.section-masterplan .features1 {
  margin-bottom: 30px;
  width: 100%;
}
.section-pdf {
  background: #e5f2fb;
}
.section-pdf img {
  width: 68px;
}
.section-pdf h3 {
  display: -webkit-inline-box;
  font-family: "Poppins", sans-serif;
  top: 8px;
  padding-left: 4px;
  text-align: center !important;
}
.section-associates {
  background-position: center;
  background-size: cover;
}
.section-associates .associates {
  text-align: center;
  margin-top: 20px;
}
.section-associates .associates h3 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  font-size: 20px;
}
.section-associates .associates img {
  width: 100px;
  box-shadow: 0px 2px 10px 0px #bfbfbf;
  margin-bottom: 5px;
}
.section-associates .associates p {
  font-size: 12px;
}
.nav-tabs > li > a:hover {
  border-radius: 50px;
  border-bottom: 0px;
  background-color: #0d3463;
  color: #fff;
  font-size: 13px;
}
.pricing-boxes .price-box.description {
  text-align: left;
  padding-top: 14px;
}
.pricing-boxes .price-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.pricing-boxes .price-box h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.pricing-boxes .price-box .values {
  margin: 20px 0;
}
.pricing-boxes .price-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.framed {
  border: 15px solid rgba(0, 0, 0, 0.05);
  padding: 25px;
}
.btn.btn-primary {
  background-color: #0d3463;
  border-color: #082a52;
}
.pricing-boxes .price-box .values figure.available {
  color: #50aa8d;
}
.pricing-boxes .price-box .values figure:last-child {
  border-bottom: none;
}
.pricing-boxes .price-box .values figure {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
}
.pricing-boxes .price-box .promotion-title {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}
.pricing-boxes .price-box .promotion-title span {
  font-size: 11px;
  color: #fff;
  background-color: #50aa8d;
  padding: 8px 10px;
}
.section-location .nav-tabs > li.active > a,
.section-location .nav-tabs > li.active > a:hover {
  background-color: #0d3463;
  color: #fff;
  font-weight: 500;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.section-location ul li {
  margin-bottom: 10px;
}
.section-location ul li img {
  width: 12px;
  margin-right: 5px;
}
.section-location .nav-tabs > li.active > a {
  border-radius: 50px;
  border: none !important;
  font-size: 13px;
}
.section-location .nav-tabs > li.active > a {
  border-radius: 50px;
  border: none !important;
  font-size: 13px;
}
.section-location .nav-tabs {
  display: inline-block;
  border-bottom: 0;
}
.call-now {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  background-color: #0d3463;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 20px;
  margin-top: 6px;
  display: -webkit-inline-box;
}
.call-now:hover {
  background-color: #030a0f;
  color: #fff;
  border: 1px solid #154463;
}
.footer {
  background-color: #083350;
  padding-top: 40px;
  padding-bottom: 10px;
}
.footer .footer-box {
  text-align: center;
  margin-bottom: 30px;
}
.footer .footer-box h4 {
  color: rgba(255, 255, 255, 0.55);
  padding-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.footer .footer-box p {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 300;
}
.footer .footer-box ul {
  padding: 0px;
}
.footer .footer-box ul li {
  list-style: none;
}
.footer .footer-box ul li a {
  color: rgba(255, 255, 255, 0.3);
}
.footer .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding-top: 10px;
}
.footer .copy p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}
.hover-effect {
  border-radius: 0px;
  padding: 7px 12px 5px;
  font-size: 13px;
}
.modal-body {
  padding: 40px;
}
.modal-body h3 {
  margin-bottom: 15px;
}
.modal-body .btn-primary {
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .form-area {
    position: initial;
    margin-top: 20px;
  }
  .features1 {
    margin-top: 15px;
  }
  .basic-padding {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-pdf h3 {
    line-height: 2.5;
  }
  .title {
    line-height: 1.5;
  }
  .current-project img {
    margin-top: 15px;
  }
  .navbar-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .shrink-nav .phone {
    display: -webkit-inline-box;
    margin-bottom: 5px;
  }
  h3 {
    font-size: 20px;
  }
}
.padding-off {
  padding: 0px;
}
.banner .form-box {
  margin-top: 60px;
  padding: 20px 15px;
}
.banner .form-box .submit {
  background-color: #e0b63f;
  color: #154463;
}
.banner p {
  text-align: center;
  font-size: 12px;
}
.section-view {
  position: relative;
}
.section-view .title-view {
  margin-top: 60px;
  text-align: center;
}
.section-view .title-view h6 {
  color: #df7a25;
  padding-bottom: 10px;
  font-size: 14px;
  font-family: sans-serif;
}
.section-view .title-view h2 {
  font-size: 35px;
  padding-bottom: 8px;
}
.section-view .title-view p {
  padding-bottom: 20px;
}
.section-view .content {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.section-view .content h2 {
  font-weight: 700;
  font-size: 45px;
}
.section-inspired {
  overflow: hidden;
}
.section-inspired .title-view {
  text-align: center;
}
.section-inspired .title-view h6 {
  color: #df7a25;
  padding-bottom: 10px;
  font-size: 14px;
  font-family: sans-serif;
}
.section-inspired .title-view h2 {
  font-size: 35px;
  padding-bottom: 30px;
}
.section-inspired .content {
  padding-top: 15%;
  text-align: center;
}
.section-inspired .content h2 {
  padding-bottom: 30px;
}
.section-sliding .title-view {
  text-align: center;
}
.section-sliding .title-view h6 {
  color: #df7a25;
  padding-bottom: 10px;
  font-size: 14px;
  font-family: sans-serif;
}
.section-sliding .title-view h2 {
  font-size: 35px;
  padding-bottom: 30px;
}
.section-gallary-filter .portfolioFilter {
  padding: 15px 0;
  text-align: center;
  margin-bottom: 30px;
}
.section-gallary-filter .portfolioFilter a {
  margin-right: 6px;
  color: #154463;
  text-decoration: none;
  border-bottom: 1px solid #154463;
  padding: 7px 20px;
  border-radius: 50px;
  display: inline-block;
}
.section-gallary-filter .portfolioFilter a.current {
  background: #154463;
  border: 1px solid #154463;
  color: #f9f9f9;
}
.section-gallary-filter .portfolioContainer {
  border: 1px solid #eee;
  border-radius: 3px;
}

.section-gallary-filter .img {
  /* margin: 10px 15px; */
  width: 100%;
  height: auto;
}
/* .section-gallary-filter img {
	 margin: 10px;
	 max-width: 100%;
} */
.section-gallary-filter .isotope-item {
  z-index: 2;
}
.section-gallary-filter .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.section-gallary-filter .isotope,
.section-gallary-filter .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.section-gallary-filter .isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.section-gallary-filter .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.section-download-pdf .download-box {
  text-align: center;
  padding: 30px 30px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 10px 0px rgba(21, 68, 99, 0.35);
  -moz-box-shadow: 2px 3px 10px 0px rgba(21, 68, 99, 0.35);
  box-shadow: 2px 3px 10px 0px rgba(21, 68, 99, 0.35);
  border-bottom: 1px solid #154463;
  border-radius: 5px;
}
.section-download-pdf .download-box h3 {
  padding-top: 15px;
  text-align: center;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  background: #154463;
}

.our-gallery img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

@media (min-width: 280px) and (max-width: 767.98px) {
  .section-view {
    position: relative;
  }
  .section-view .content h2 {
    font-weight: 700;
    font-size: 25px !important;
  }
  .section-gallary-filter .img {
    display: inline-block;
    /* margin: 0px auto !important; */
    margin-top: 10px;
    width: 100% !important;
  }
  .portfolioContainer {
    max-width: 150px;
    margin: 0px auto;
  }
  .our-gallery img {
    padding: 0 20px;
  }
}
