html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 73vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

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

button {
  font-family: "Lato", sans-serif;
}

.section-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 39px;
  }
}
@media (min-width: 800px) {
  .section-title {
    font-size: 39px;
  }
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 42px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #071925;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

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

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../img/contact-home-bg.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 60px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  main.logo-bg {
    background: url("../../images/logo-watermark.png") no-repeat left;
    background-position: left bottom;
    background-size: 35%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 25%;
  }
}

.submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #0E3651;
  background: #0E3651;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
}
.btn-main:hover {
  background: #00558D;
  border: 1px solid #00558D;
  color: #fff !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #fff;
  background: #a7c4e9;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding: 0.3rem 1rem;
}
.btn-main2:hover {
  background: #A3B5C1;
  border: 1px solid #A3B5C1;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #00558D;
  background: #00558D;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #00558D;
  border: 1px solid #00558D;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #00558D;
  background: #00558D;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #00558D;
  border: 1px solid #00558D;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #00558D;
  background: #00558D;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #00558D;
  border: 1px solid #00558D;
  color: #000 !important;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #00558D;
  background: #00558D;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.return-btn:hover {
  background: #00558D;
  border: 1px solid #00558D;
  color: #fff !important;
  text-decoration: underline;
}

.down-arrow button {
  /* REMOVE display: contents; */
  display: block;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  /* Make the button the same size/position as your container was */
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

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

/* Adjust the container to fill the button */
.arrow-container {
  width: 100%;
  height: 100%;
  position: relative;
  /* Changed from absolute since button is now the anchor */
  pointer-events: none;
  /* Let clicks pass through to the button */
}

/* Ensure focus is visible for keyboard users */
#slide-more:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.arrow-2 {
  width: 70px;
  height: 70px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: table;
}
.arrow-2:focus-visible {
  border: 2px solid orange;
}
.arrow-2:hover {
  background: #000;
}
.arrow-2:before {
  width: 70px;
  height: 70px;
  content: "";
  border: 4px solid #fff;
  box-shadow: 0 0 7px #000;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0;
}
.arrow-2 i {
  font-size: 45px;
  position: absolute;
  top: 10px;
  left: 12px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .bounce {
    animation: none;
  }
}
.about-us button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
  font-size: 15px;
  font-family: sans-serif;
  background-color: #0E3651;
  color: white;
  transition: all 0.7s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}
.about-us button::before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  width: 0;
  height: 100%;
  content: "";
  background-color: #fff;
  transition: all 700ms ease-in-out;
}
.about-us button:hover {
  color: #0E3651;
}
.about-us button:hover::before {
  left: unset;
  right: 0;
  width: 100%;
  transform: rotate(180deg);
}

.contact-home button {
  position: relative;
  overflow: hidden;
  border: 1px solid #0E3651;
  color: #18181a;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 5px;
}
.contact-home button span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}
.contact-home button span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}
.contact-home button:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0E3651;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}
.contact-home button:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
  border-radius: 5px;
}
.contact-home button:hover span:last-child {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

header {
  background-color: #fff;
  background-image: url(../../images/header-bg.jpeg);
}
header .logo a:hover {
  text-decoration: none;
}
header .logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  header .logo img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  header .logo img {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  header .logo img {
    width: 100%;
  }
}
header span {
  font-size: 15px;
  color: #000;
  display: flex;
  justify-content: center;
  margin-top: 1px;
}
header .header-contact .header-number {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  header .header-contact .header-number {
    margin-bottom: 0;
  }
}
header .header-contact .header-number a {
  color: #0E3651;
}
header .header-contact .header-number a i {
  margin-right: 12px;
}
header .header-contact .contact-btn .btn-main:focus-visible {
  border: 2px solid orange;
}
header .header-contact .flaticon-icon i {
  color: #0E3651;
  font-size: 25px;
  align-content: center;
  display: flex;
}
header .header-contact .insta-icon i {
  font-size: 26px;
}

.navbar {
  background-color: #0E3651;
}
.navbar .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 1038px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1194px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 17px;
  }
}
.navbar .dropdown-menu {
  background-color: #0E3651;
}
.navbar .dropdown-menu li:hover {
  background-color: #0E3651;
}
.navbar .dropdown-menu a {
  color: #fff;
  text-transform: uppercase;
}
.navbar .dropdown-menu a:hover {
  background: #0E3651;
}

.home-video .carousel-inner {
  overflow: hidden;
  margin-bottom: -7px;
}
@media (min-width: 768px) {
  .home-video .carousel-inner {
    margin-bottom: -7px;
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .home-video .carousel-inner {
    margin-bottom: -7px;
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .home-video .carousel-inner {
    height: auto;
  }
}
@media (min-width: 1280px) {
  .home-video .carousel-inner {
    height: 490px;
  }
}
@media (min-width: 1366px) {
  .home-video .carousel-inner {
    height: 590px;
  }
}
@media (min-width: 1370px) {
  .home-video .carousel-inner {
    height: 710px;
  }
}
@media (min-width: 768px) {
  .home-video video {
    top: -50px;
  }
}
@media (min-width: 1024px) {
  .home-video video {
    top: -130px;
  }
}
@media (min-width: 1200px) {
  .home-video video {
    position: relative;
    top: 0px;
  }
}
@media (min-width: 1366px) {
  .home-video video {
    top: -1px;
  }
}
@media (min-width: 1400px) {
  .home-video video {
    top: 0px;
  }
}
@media (min-width: 1600px) {
  .home-video video {
    top: -200px;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  content: "";
  cursor: pointer;
}

.focus-area {
  background: #00558D;
}
.focus-area .card-style1 {
  display: block;
  z-index: 1;
}
.focus-area .card-style1 .main-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* Higher than any other element in the card */
  display: block;
  text-indent: -9999px;
  /* Hides any text if you add it */
}
.focus-area .card-style1 .title-text {
  color: #003366;
  /* Match your $dark-blue */
  text-transform: uppercase;
  font-weight: bold;
}
.focus-area .card-style1 .card-main-img {
  display: block;
  z-index: 1;
}
.focus-area .card-style1 .card-border {
  position: absolute;
  top: -65px;
  left: 50%;
  height: 115px;
  width: 115px;
  border: 2px solid rgba(197, 197, 197, 0.2);
  border-radius: 50%;
  transform: translateX(-50%);
}
.focus-area .card-style1 .card-icon {
  height: 90px;
  width: 90px;
  background-color: #DFE6F4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.focus-area .card-style1 .card-icon i {
  font-size: 52px;
  color: black;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.focus-area .card-style1 .card-image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  height: auto;
}
@media (min-width: 768px) {
  .focus-area .card-style1 .card-image {
    height: 270px;
  }
}
.focus-area .card-style1 .card-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: 0.5s;
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform-origin: top;
  z-index: 1;
}
.focus-area .card-style1 .card-image img {
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
@media (min-width: 768px) {
  .focus-area .card-style1 .card-image img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
.focus-area .card-style1 .card-content {
  position: relative;
  display: block;
  background-color: #ffffffe0;
  text-align: center;
  padding: 16px 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -40px;
  z-index: 2;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
.focus-area .card-style1 .card-content .focus-name {
  font-size: 1.25rem;
  position: static;
}
@media (min-width: 768px) {
  .focus-area .card-style1 .card-content .focus-name {
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  .focus-area .card-style1 .card-content .focus-name {
    font-size: 1.25rem;
  }
}
.focus-area .card-style1 .card-content .focus-name a {
  color: #0E3651;
  text-transform: uppercase;
}
.focus-area .card-style1 .card-content .read-more {
  color: #0E3651;
}
.focus-area .card-style1 .card-content .read-more i {
  font-size: 15px;
  padding-top: 2px;
}
.focus-area .card-style1:hover .card-image:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg) scale(1);
}
.focus-area .card-style1:hover .card-image img {
  transform: scale(1.1) rotate(2deg);
}
.focus-area .card-style1:hover .title-text {
  color: #0273E2;
  /* Highlight color on hover */
}
.focus-area .card-style1:hover .read-more {
  color: #0273E2;
}
.focus-area .card-style1:hover .card-icon i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.market-message span {
  color: #00558D;
}

.about-us {
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us .vl {
  border-left: 5px solid #0E3651;
  height: 200px;
}
.about-us .title {
  justify-content: center;
  align-items: center;
  display: flex;
}
.about-us .title h2 {
  font-size: 42px;
}
.about-us img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-us img {
    margin-left: 10px;
    margin-bottom: 0;
  }
}

.service-section-four {
  background-image: url(../../images/project-bg.png);
  background-color: #DFE6F4;
  background-size: cover;
}
.service-section-four h2 {
  font-size: 42px;
}
.service-section-four .container-fluid {
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  .service-section-four .container-fluid {
    padding: 3rem 3rem;
  }
}
@media (min-width: 1024px) {
  .service-section-four .container-fluid {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1200px) {
  .service-section-four .container-fluid {
    padding: 3rem 5rem;
  }
}
.service-section-four .service-item-four {
  position: relative;
  overflow: hidden;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  border-radius: 0 0 999px 999px;
  -webkit-border-radius: 0 0 999px 999px;
  -moz-border-radius: 0 0 999px 999px;
  -ms-border-radius: 0 0 999px 999px;
  -o-border-radius: 0 0 999px 999px;
  border: 2px dotted rgba(99, 103, 118, 0.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.service-section-four .service-item-four a:hover {
  text-decoration: none;
}
@media (min-width: 720px) {
  .service-section-four .service-item-four {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 50%;
    display: block;
  }
}
@media (min-width: 768px) {
  .service-section-four .service-item-four {
    margin-bottom: 15px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .service-section-four .service-item-four {
    margin-bottom: 0;
  }
}
.service-section-four .service-item-four:hover {
  border-color: #0E3651;
}
.service-section-four .service-item-four:hover .service-item-four-thumb img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.service-section-four .service-item-four:hover .service-item-four-arrow {
  background-color: White;
  color: #000;
  border: 1px solid #0E3651;
}
.service-section-four .service-item-four-inner {
  padding: 3.75rem 2.8125rem 1.875rem 2.8125rem;
  background-color: #0E3651;
  border-radius: 0 0 999px 999px;
  -webkit-border-radius: 0 0 999px 999px;
  -moz-border-radius: 0 0 999px 999px;
  -ms-border-radius: 0 0 999px 999px;
  -o-border-radius: 0 0 999px 999px;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .service-section-four .service-item-four-inner {
    padding: 3.75rem 2rem 1.875rem 2rem;
  }
}
.service-section-four .service-item-four-inner .service-item-four-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3vh;
}
@media (min-width: 768px) {
  .service-section-four .service-item-four-inner .service-item-four-content {
    height: 0vh;
  }
}
@media (min-width: 1024px) {
  .service-section-four .service-item-four-inner .service-item-four-content {
    height: 0vh;
  }
}
@media (min-width: 1200px) {
  .service-section-four .service-item-four-inner .service-item-four-content {
    height: 0vh;
  }
}
.service-section-four .service-item-four-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 768px) {
  .service-section-four .service-item-four-title {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .service-section-four .service-item-four-title {
    font-size: 1rem;
  }
}
@media (min-width: 1080px) {
  .service-section-four .service-item-four-title {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .service-section-four .service-item-four-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .service-section-four .service-item-four-title {
    font-size: 1.3rem;
  }
}
@media (min-width: 1500px) {
  .service-section-four .service-item-four-title {
    font-size: 1.5rem;
  }
}
.service-section-four .service-item-four-title .title {
  font-family: var(--display-font);
  font-weight: 600;
}
.service-section-four .service-item-four-title .title a {
  color: #fff;
}
.service-section-four .service-item-four-thumb {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-top: 3.125rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .service-section-four .service-item-four-thumb {
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 1024px) {
  .service-section-four .service-item-four-thumb {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .service-section-four .service-item-four-thumb {
    width: 280px;
    height: 280px;
  }
}
@media (min-width: 1280px) {
  .service-section-four .service-item-four-thumb {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1366px) {
  .service-section-four .service-item-four-thumb {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1500px) {
  .service-section-four .service-item-four-thumb {
    width: 280px;
    height: 280px;
  }
}
.service-section-four .service-item-four-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-section-four .service-item-four-arrow {
  position: absolute;
  bottom: -81px;
  width: 110px;
  height: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--dark);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-size: 1.125rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0.1875rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hickman-diff {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/hickman-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hickman-diff .container {
  padding: 45% 10px;
}
@media (min-width: 768px) {
  .hickman-diff .container {
    padding: 20% 10px;
  }
}
@media (min-width: 1024px) {
  .hickman-diff .container {
    padding: 15% 10px;
  }
}
@media (min-width: 1200px) {
  .hickman-diff .container {
    padding: 15% 10px;
  }
}
.hickman-diff .text-section {
  position: relative;
  top: 165px;
}
@media (min-width: 768px) {
  .hickman-diff .text-section {
    top: 135px;
  }
}
@media (min-width: 1024px) {
  .hickman-diff .text-section {
    top: 135px;
  }
}
@media (min-width: 1200px) {
  .hickman-diff .text-section {
    top: 165px;
  }
}
.hickman-diff .hickman-title {
  color: white;
}
.hickman-diff .text {
  color: #fff;
  text-shadow: 0 0 5px black;
  font-size: 22px;
}
.hickman-diff .text span {
  margin: 0px 10px;
}
.hickman-diff .btn-main2 {
  font-size: 18px;
}
.hickman-diff .circle-box {
  justify-content: center;
  display: flex;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .hickman-diff .circle-box {
    margin-top: 0;
  }
}
.hickman-diff .circle-box .circle-icon {
  height: 100px;
  width: 100px;
  background-color: #00000075;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hickman-diff .circle-box .circle-icon i {
  color: #fff;
  font-size: 52px;
  display: flex;
  justify-content: center;
}
.hickman-diff .circle-box .circle-icon:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.hickman-diff .circle-box .circle-icon:hover span {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease, opacity 1.3s ease;
  transition: transform 0.5s ease, opacity 1.3s ease;
}
.hickman-diff .circle-box .circle-icon .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.hickman-diff .circle-box .circle-icon span {
  color: #fff;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 200px;
  height: 30px;
  line-height: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.5s ease, opacity 0.7s ease;
  transition: transform 0.5s ease, opacity 0.7s ease;
}

.mini-sections {
  border-top: 5px solid #00558D;
}
.mini-sections .section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .mini-sections .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.mini-sections h2 {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 500;
}
.mini-sections .title {
  font-size: 13px;
}
.mini-sections p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mini-sections .testimonials-home {
  position: relative;
  width: 100%;
  background-image: url("../../images/build-sketch.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #DFE6F4;
}
.mini-sections .testimonials-home .container {
  padding: 90px 0;
}
.mini-sections .testimonials-home .col-lg-4 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .mini-sections .testimonials-home .col-lg-4 {
    width: 50%;
  }
}
.mini-sections .testimonials-home .col-lg-4 h3 {
  font-family: "Oswald", sans-serif;
}
.mini-sections .testimonials-home .card {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 20px;
  margin: 0px 0px;
}
@media (min-width: 768px) {
  .mini-sections .testimonials-home .card {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .mini-sections .testimonials-home .card {
    padding: 30px;
    margin: 0px 20px;
    margin-left: 0px;
  }
}
.mini-sections .testimonials-home .card h1 {
  margin-bottom: 40px;
  text-align: center;
}
.mini-sections .testimonials-home .card .quote {
  position: relative;
  opacity: 0.1;
  font-size: 42px;
  top: -13px;
}
@media (min-width: 768px) {
  .mini-sections .testimonials-home .card .quote {
    float: left;
    margin-right: 10px;
  }
}
.mini-sections .testimonials-home .card .carousel-inner {
  height: 170px;
}
@media (min-width: 768px) {
  .mini-sections .testimonials-home .card .carousel-inner {
    height: 125px;
  }
}
@media (min-width: 1024px) {
  .mini-sections .testimonials-home .card .carousel-inner {
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .mini-sections .testimonials-home .card .carousel-inner {
    height: 160px;
  }
}
.mini-sections .testimonials-home .card .carousel-indicators {
  position: relative;
  margin-top: 11px;
  margin-bottom: 0;
}
.mini-sections .testimonials-home .card .carousel-indicators li {
  background: #b8b8b8;
}
.mini-sections .testimonials-home .card .carousel-indicators .active {
  background: #00558D;
}
.mini-sections .testimonials-home .card i {
  font-size: 31px;
  margin-right: 10px;
  color: #00558D;
}
.mini-sections .contact-section {
  background: url(../../images/contact-home-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-position: top center;
}
@media (min-width: 768px) {
  .mini-sections .contact-section {
    background-position: top center;
  }
}
@media (min-width: 1024px) {
  .mini-sections .contact-section {
    background-position: top left;
  }
}
.mini-sections .contact-section .card {
  background: none;
  border: none;
  text-align: center;
}
.mini-sections .contact-section .contact-title {
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 32px;
}

.footer {
  background-color: #071925;
  background-image: url(../../images/footer-bg.png);
  color: #fff;
}
@media (min-width: 320px) {
  .footer {
    text-align: center;
  }
}
.footer a:hover {
  text-decoration: none;
}
.footer img {
  margin: 0 auto;
  width: 70%;
}
@media (min-width: 768px) {
  .footer img {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footer img {
    width: 65%;
  }
}
.footer span {
  color: #fff;
  font-size: 15px;
}
.footer .contact-info {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .contact-info {
    text-align: right;
  }
}
.footer .contact-info .phone, .footer .contact-info .address {
  font-size: 15px;
  color: white;
}
.footer .contact-info .fb-icon {
  color: white;
}
.footer .contact-info .btn-main {
  color: #000 !important;
  font-size: 12px;
  background: #DFE6F4;
}
.footer .contact-info .btn-main:hover {
  background: #00558D;
  color: #fff !important;
}
.footer ul {
  columns: 1;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  list-style: none;
}
@media (min-width: 768px) {
  .footer ul {
    columns: 3;
    text-align: center;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
  }
}
.footer ul a {
  color: #fff;
}
.footer ul a:hover {
  color: #fff;
}

.about-page .photo {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .about-page .photo {
    float: right;
    margin-left: 10px;
    height: 270px;
    width: 40%;
  }
}
.about-page .photo img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-page .photo img {
    margin-top: -120px;
    margin-bottom: 0px;
    min-width: 30%;
  }
}
@media (min-width: 1200px) {
  .about-page .photo img {
    margin-top: -250px;
    margin-bottom: 0px;
    min-width: 30%;
  }
}

.about-parallax {
  background-image: url("../images/parallaxes/Exterior_SE_Corner_Day_2.jpg");
  min-height: 310px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .about-parallax {
    min-height: 310px;
  }
}
@media (min-width: 1024px) {
  .about-parallax {
    background-attachment: fixed;
    min-height: 400px;
  }
}

.project-page .box {
  flex: auto;
  overflow: hidden;
  height: 400px;
  transition: 0.5s;
  margin: 0 15px 15px 15px;
  line-height: 0;
}
@media (min-width: 768px) {
  .project-page .box {
    flex: 250px;
  }
}
@media (min-width: 1024px) {
  .project-page .box {
    flex: 1%;
  }
}
.project-page .box:hover {
  flex: 1 1 50%;
}
.project-page .box:hover > img {
  width: 100%;
  height: 100%;
}
.project-page .box > img {
  width: 200%;
  height: 335px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
.project-page .box > span {
  font-size: 25px;
  display: block;
  text-align: center;
  line-height: 2.6;
  background: #00558D;
  color: #fff;
}
@media (min-width: 768px) {
  .project-page .box > span {
    line-height: 2.6;
  }
}

.about-us-page img {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .about-us-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 40%;
  }
}

.history-page .card {
  background: #eee;
}
.history-page .history-imgs {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .history-page .history-imgs {
    height: 200px;
  }
}
.history-page .history-imgs img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.testimonials-page .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .testimonials-page .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .testimonials-page .card-columns {
    column-count: 3;
  }
}
.testimonials-page .card {
  background: #DFE6F4;
}
.testimonials-page .line {
  border: 2px solid #0E3651;
}
.testimonials-page .test-title {
  font-size: 16px;
}
.testimonials-page .test-author {
  font-size: 16px;
}
.testimonials-page p {
  font-size: 18px;
  font-style: italic;
}

.our-process-page {
  counter-reset: my-sec-counter;
}
.our-process-page .card {
  background: #00558D;
}
.our-process-page .u-text-1 {
  background-image: none;
  font-weight: 700;
  letter-spacing: -3px;
  -webkit-text-stroke: 1px white;
  display: block;
  color: transparent;
}
.our-process-page .u-text-1:before {
  position: relative;
  color: transparent;
  font-size: 100px;
  -webkit-text-stroke: 3px #fff;
  counter-increment: my-sec-counter;
  content: counters(my-sec-counter, ".");
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  transition-delay: 0.1s;
  border-radius: 10%;
  padding: 0px 20px;
  opacity: 0.2;
  justify-content: center;
  display: flex;
}
@media (min-width: 768px) {
  .our-process-page .u-text-1:before {
    float: left;
  }
}
.our-process-page .u-text-2 {
  font-weight: 700;
  font-size: 29px;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: normal;
  color: #fff;
}
@media (min-width: 768px) {
  .our-process-page .u-text-2 {
    font-size: 2.25rem;
  }
}
.our-process-page .u-text-3 {
  font-style: normal;
  font-size: 16px;
  color: #fff;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .our-process-page .u-text-3 {
    padding-left: 95px;
  }
}

.process-parallax {
  background-image: url("../images/parallaxes/Berger-45.jpg");
  min-height: 310px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .process-parallax {
    min-height: 310px;
  }
}
@media (min-width: 1024px) {
  .process-parallax {
    background-attachment: fixed;
    min-height: 400px;
  }
}

.services-page {
  position: relative;
  display: block;
  background: #00558D;
  padding: 120px 0 112px;
}
.services-page .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 495px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
}
.services-page .layer-outer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(3, 13, 40, 0.8);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.services-page .service-box {
  z-index: 99;
}

.single-service-style2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 100;
}
.single-service-style2 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .single-service-style2 .img-holder {
    height: 270px;
  }
}
.single-service-style2 .img-holder img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
  transform: scale(1.05);
}
.single-service-style2 .img-holder .static-content {
  position: absolute;
  left: 5px;
  bottom: 5px;
  right: 5px;
  min-height: 75px;
  background: #DFE6F4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 15px;
  transform: perspective(1200px) rotateX(0deg);
  transform-origin: bottom;
  transition: all 700ms ease 100ms;
  z-index: 2;
}
.single-service-style2 .img-holder .static-content .title {
  position: relative;
  display: block;
  padding-left: 25px;
}
.single-service-style2 .img-holder .static-content .title:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  content: "";
  margin: 7px 0 8px;
  border: 2px solid #0E3651;
}
.single-service-style2 .img-holder .static-content .title .title-name {
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .single-service-style2 .img-holder .static-content .title .title-name {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .single-service-style2 .img-holder .static-content .title .title-name {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .single-service-style2 .img-holder .static-content .title .title-name {
    font-size: 17px;
  }
}
.single-service-style2 .img-holder .static-content .title .title-name a {
  color: #000;
}
@media (min-width: 768px) {
  .single-service-style2 .img-holder .static-content .title .title-name a > div {
    width: auto;
    word-wrap: break-word;
  }
}
@media (min-width: 810px) {
  .single-service-style2 .img-holder .static-content .title .title-name a > div {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .single-service-style2 .img-holder .static-content .title .title-name a > div {
    width: 170px;
    word-wrap: break-word;
  }
}
@media (min-width: 1080px) {
  .single-service-style2 .img-holder .static-content .title .title-name a > div {
    width: 170px;
  }
}
@media (min-width: 1194px) {
  .single-service-style2 .img-holder .static-content .title .title-name a > div {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .single-service-style2 .img-holder .static-content .title .title-name a > div {
    width: auto;
  }
}
.single-service-style2 .img-holder .static-content .icon {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.single-service-style2 .img-holder .static-content .icon a {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  background: #0E3651;
}
.single-service-style2:hover .img-holder img {
  transform: scale(1);
}
.single-service-style2:hover .overlay-content {
  opacity: 1;
  transform: scale(1);
  height: 100%;
  z-index: 0;
}
.single-service-style2 .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  z-index: 2;
  opacity: 0;
  transform: scale(0.5);
  background-color: rgba(0, 0, 0, 0.3);
}
.single-service-style2 .overlay-content .inner-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.1s ease-in-out 0.1s;
}
.single-service-style2 .overlay-content .inner-content .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 95px;
  line-height: 95px;
  padding-top: 132px;
  transform: translateY(15px);
  transition: all 0.3s ease-in-out 0.8s;
}
.single-service-style2 .overlay-content .inner-content .text-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0px 30px 41px;
  transform: translateY(15px);
  transition: all 0.2s ease-in-out 0.2s;
}
.single-service-style2 .overlay-content .inner-content .text-holder .title {
  position: relative;
  display: block;
  padding-left: 35px;
  text-transform: uppercase;
}
.single-service-style2 .overlay-content .inner-content .text-holder .title:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  content: "";
  margin: 7px 0 8px;
  border: 2px solid #fff;
}
.single-service-style2 .overlay-content .inner-content .text-holder .title .title-name {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-service-style2 .overlay-content .inner-content .text-holder .title .title-name a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style2 .overlay-content .inner-content .text-holder p {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  margin: 12px 0 0;
}

.all-service-button {
  position: relative;
  display: block;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .services-detail-page img {
    float: right;
    margin-left: 10px;
    width: 40%;
  }
}

.services-parallax {
  background-image: url("../images/parallaxes/McInturff_Architects_Indian_River_Bay_House_06.jpg");
  min-height: 120px;
  background-attachment: inherit;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .services-parallax {
    min-height: 310px;
  }
}
@media (min-width: 1024px) {
  .services-parallax {
    background-attachment: fixed;
    min-height: 400px;
  }
}

.difference-page {
  background: #DFE6F4;
}
.difference-page .cat-name {
  font-size: 26px;
  margin-bottom: 10px;
}
.difference-page .img-item {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .difference-page .img-item {
    height: 150px;
  }
}
@media (min-width: 1024) {
  .difference-page .img-item {
    height: 100px;
  }
}
.difference-page .img-item img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.project-section .projects-grids .grid {
  position: relative;
}
.project-section .projects-grids .grid:before, .project-section .projects-grids .grid:after {
  content: "";
  background: -webkit-linear-gradient(top, transparent 80%, #15151ebd 89%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  transition: all 0.3s;
  overflow: hidden;
}
.project-section .projects-grids .grid:after {
  background: -webkit-linear-gradient(top, #00558D 20%, #1e1f2c);
  opacity: 0;
  transition: all 0.3s;
}
.project-section .projects-grids .grid .img-holder {
  overflow: hidden;
  height: auto;
  display: flex;
}
@media (min-width: 768px) {
  .project-section .projects-grids .grid .img-holder {
    height: 270px;
  }
}
.project-section .projects-grids .grid .img-holder img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.project-section .projects-grids .grid:hover:after {
  opacity: 0.7;
}
.project-section .projects-grids .grid:hover:before {
  opacity: 0;
}
.project-section .projects-grids .grid .details {
  width: 100%;
  padding: 0 35px;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
}
@media (min-width: 768px) {
  .project-section .projects-grids .grid .details {
    padding: 0 25px;
  }
}
.project-section .projects-grids .grid .details .cat {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.project-section .projects-grids .grid .details h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .project-section .projects-grids .grid .details h3 {
    font-size: 22px;
  }
}
.project-section .projects-grids .grid .details h3 a {
  color: #fff;
}
.project-section .projects-grids .grid .details h3 a:hover {
  color: #00558D;
}

.project-detail-page .top-items img {
  width: 100%;
}
@media (min-width: 768px) {
  .project-detail-page .top-items img {
    float: right;
    margin-left: 10px;
    width: 30%;
  }
}
.project-detail-page .top-items .items {
  margin-bottom: 95px;
}
.project-detail-page .cat-name {
  font-size: 30px;
}
.project-detail-page .iframe-container {
  text-align: center;
}
.project-detail-page .iframe-container iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .project-detail-page .iframe-container iframe {
    width: 50%;
  }
}
.project-detail-page .card {
  background: #eee;
}
.project-detail-page .card .img-item {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .project-detail-page .card .img-item {
    height: 150px;
  }
}
.project-detail-page .card .img-item img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.rs-project.project-style6 .project-item .project-img {
  position: relative;
  overflow: hidden;
}
.rs-project.project-style6 .project-item .project-img .image-container {
  overflow: hidden;
  height: 200px;
}
.rs-project.project-style6 .project-item .project-img .image-container img {
  transform: scale(1);
  transition: all 1s;
  -webkit-transition: all 1s;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.rs-project.project-style6 .project-item .project-content {
  background-color: #E8EAEE;
  border-radius: 0px 0px 5px 5px;
  margin: 0px 0px 0px 0px;
}
.rs-project.project-style6 .project-item .project-content .project-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 16px 20px;
  background: #DFE6F4;
}
.rs-project.project-style6 .project-item .project-content .project-inner .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 0;
}
.rs-project.project-style6 .project-item .project-content .project-inner .title a {
  color: #010d14;
}
.rs-project.project-style6 .project-item .project-content .project-inner .project-btn .btn-text {
  padding: 10px 12px 7px 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px 40px 40px 40px;
  background-color: #0E3651;
  transition: all ease 0.3s;
  display: inline-block;
}
.rs-project.project-style6 .project-item .project-content .project-inner .project-btn .btn-text svg {
  font-size: 16px;
  color: #fff;
}
.rs-project.project-style6 .project-item:hover .project-img img {
  transform: scale(1.05);
}
.rs-project.project-style6 .project-item:hover .project-inner {
  background: #00558D;
}
.rs-project.project-style6 .project-item:hover .project-inner .title a {
  color: white;
}
.rs-project.project-style6 .project-item:hover .project-btn .btn-text {
  background-color: white !important;
}
.rs-project.project-style6 .project-item:hover .project-btn .btn-text svg {
  color: #0E3651 !important;
}

.construction-detail-page .image-container img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .construction-detail-page .image-container img {
    float: right;
    margin-left: 10px;
    width: 30%;
    margin-bottom: 0;
  }
}
.construction-detail-page .title {
  font-size: 32px;
}
.construction-detail-page .card {
  background: #DFE6F4;
}
.construction-detail-page .card .img-item {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .construction-detail-page .card .img-item {
    height: 140px;
  }
}
@media (min-width: 1024px) {
  .construction-detail-page .card .img-item {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .construction-detail-page .card .img-item {
    height: 150px;
  }
}
.construction-detail-page .card .img-item img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.contact-us-page {
  background-color: white;
  border-top: 7px solid #00558D;
}
.contact-us-page .card {
  margin-top: 0%;
  background: #fffe;
}
@media (min-width: 768px) {
  .contact-us-page .card {
    margin-top: -2%;
  }
}
@media (min-width: 1024px) {
  .contact-us-page .card {
    margin-top: 4%;
  }
}
.contact-us-page .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.contact-map iframe {
  width: 100%;
  height: 170px;
  margin-bottom: -6px;
}
@media (min-width: 768px) {
  .contact-map iframe {
    height: 220px;
  }
}
@media (min-width: 1024px) {
  .contact-map iframe {
    height: 300px;
  }
}

.contact-us-page.parallax {
  background-image: url("../images/parallaxes/McInturff_Architects_Indian_River_Bay_House_08.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .contact-us-page.parallax {
    background-attachment: fixed;
  }
}

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