* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  height: 100vh;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
}

.container {
  width: 100%;
}

@media (min-width: 1365px) {
  .container {
    max-width: 1300px !important;
    padding: 0px 30px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1100px !important;
    padding: 0px 50px;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0px 20px;
  }
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
@font-face {
  font-family: "Helvetica-Bold";
  src: url("Helvetica-Bold.eot");
  src: url("Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("Helvetica-Bold.svg#Helvetica-Bold") format("svg"), url("Helvetica-Bold.ttf") format("truetype"), url("Helvetica-Bold.woff") format("woff"), url("Helvetica-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("Helvetica.eot");
  src: url("Helvetica.eot?#iefix") format("embedded-opentype"), url("Helvetica.svg#Helvetica") format("svg"), url("Helvetica.ttf") format("truetype"), url("Helvetica.woff") format("woff"), url("Helvetica.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Open Sans', sans-serif;;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #000000;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;;
  margin: 0px;
  font-weight: 600;
  color: #000000;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -3px;
}

h2 {
  font-size: 36px;
  line-height: 130%;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.88rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

a {
  text-decoration: none;
  font-weight: 400;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-family: "Helvetica";
  cursor: pointer;
}

a:hover {
  color: white;
}

/* ====================================================
    SECTIONS
 ====================================================== */
.section-padding {
  padding: 100px 0px;
}

@media (max-width: 767px) {
  .section-padding {
    padding: 40px 0px;
  }
}

.section-padding.pt-none {
  padding-top: 0;
}

.section-padding.pb-none {
  padding-bottom: 0;
}

.section-head.center {
  text-align: center;
}

.section-head .section-heading {
  font-size: 32px;
  line-height: 55px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .section-head .section-heading {
    font-size: 32px;
    line-height: 42px;
  }
}

.section-head .section-heading.grey {
  color: #999999;
}

/* ====================================================
    HEADINGS AND TEXT
 ====================================================== */
.body-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #ffffff;
}

.big-text {
  font-size: 62px;
  line-height: 80px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.big-text.center {
  text-align: center;
}

.big-text.grey {
  color: #999999;
}

.heading-primary {
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  color: #000000;
}

@media (max-width: 575px) {
  .heading-primary {
    font-size: 30px;
    line-height: 40px;
  }
}

.heading-primary.light {
  color: #ffffff;
}

.heading-secondary {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #000000;
}

@media (max-width: 575px) {
  .heading-secondary {
    font-size: 24px;
    line-height: 34px;
  }
}

/* ====================================================
    BUTTONS
 ====================================================== */
.button {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.button.button-primary {
  padding: 15px 20px;
  background-color: #485e63;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button.button-minimal {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
}

@media (max-width: 767px) {
  .button.button-minimal {
    font-size: 18px;
  }
}

.button .icon {
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.button.radius {
  border-radius: 25px;
}

/* ====================================================
    OTHERS
 ====================================================== */
.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 41, 64, 0.2);
          box-shadow: inset 0 0 0 2px rgba(0, 41, 64, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #000000;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #000000;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
}

.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #ffffff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
          animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #485e63 #485e63 #e7e7e8;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e7e7e8;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e7e7e8;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(30px);
            transform: translatey(30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(30px);
            transform: translatey(30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.header-wrapper {
  padding: 40px 0px;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 100%;
  background-color: #485e63;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 125;
}

@media (max-width: 575px) {
  .header-wrapper {
    height: 100%;
  }
}

.header-wrapper.show {
  top: 0;
  visibility: visible;
}

.header-wrapper .logo-wrapper {
  display: inline-block;
  max-width: 150px;
}

.header-wrapper .header-nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575px) {
  .header-wrapper .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.header-wrapper .header-nav ul li:first-child {
  font-size: 24px;
  font-family: "Helvetica-bold";
  color: #ffffff;
  color: #999999;
}

.header-wrapper .header-nav ul li:not(:last-child) {
  margin-bottom: 10px;
}

.header-wrapper .header-nav ul a {
  font-size: 24px;
  font-family: "Helvetica-bold";
  color: #ffffff;
  text-transform: capitalize;
}

.header-wrapper .header-nav ul a:hover {
  color: #999999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 575px) {
  .header-wrapper .header-nav ul a {
    font-size: 20px;
  }
}

.header-v2 {
  padding: 15px 0px;
  position: relative;
}

.header-v2 .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-v2 .header-content a.logo-wrapper img {
  display: block;
  height: 80px;
}

.header-v2 .mobile-burger-wrapper {
  right: 18%;
}

@media (max-width: 981px) {
  .header-v2 .mobile-burger-wrapper {
    right: 70px;
  }
}

.header-v2 .mobile-burger-wrapper.v2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-v2 .mobile-burger-v2 {
  margin-top: 5px;
}

.header-v2 .mobile-burger-v2 span {
  background-color: #222 !important;
}

.hero-wrapper {
  min-height: 100%;
}

.hero-wrapper .content-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-wrapper .content {
  text-align: center;
}

.hero-wrapper .hero-logo {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.hero-wrapper .hero-text {
  font-size: 24px;
  font-weight: "Helvetica-bold";
  color: #ffffff;
}

.hero-wrapper .hero-button {
  background-color: #485e63a9;
  padding: 13px 25px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Helvetica-bold";
  color: #ffffff;
  margin-top: 20px;
}

.hero-wrapper .hero-button i {
  display: inline-block;
  margin-left: 5px;
}

.hero-wrapper .arrow-down {
  color: #ffffff;
  background-color: transparent;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
  position: relative;
  bottom: -150px;
}

@media (max-width: 1400px) {
  .hero-wrapper .arrow-down {
    bottom: -50px;
  }
}

.mobile-burger-wrapper {
  position: absolute;
  right: 70px;
  top: 30px;
  z-index: 999;
}

@media (max-width: 575px) {
  .mobile-burger-wrapper {
    right: 20px;
  }
}

#mobile-burger-btn {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

@media (max-width: 575px) {
  #mobile-burger-btn {
    width: 45px;
    height: 35;
  }
}

#mobile-burger-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mobile-burger-btn span:nth-child(1) {
  top: 0px;
}

#mobile-burger-btn span:nth-child(2),
#mobile-burger-btn span:nth-child(3) {
  top: 18px;
}

#mobile-burger-btn span:nth-child(4) {
  top: 36px;
}

#mobile-burger-btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobile-burger-btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-burger-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-burger-btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.page-banner {
  padding: 150px 0px;
}

@media (max-width: 767px) {
  .page-banner {
    padding: 90px 0px;
  }
}

.page-banner .heading-primary {
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.page-banner .banner-content {
  max-width: 35%;
}

@media (max-width: 767px) {
  .page-banner .banner-content {
    max-width: 100%;
  }
}

.page-banner .banner-text {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  font-weight: "Helvetica-bold";
  color: #ffffff;
}

.about-wrapper .about-text {
  font-size: 35px;
  line-height: 45px;
  color: #000000;
  font-weight: bold;
}

@media (max-width: 767px) {
  .about-wrapper .about-text {
    font-size: 24px;
    line-height: 34px;
  }
}

.about-wrapper .about-text.center {
  text-align: center;
}

.about-wrapper .about-text span {
  color: #999999;
}

.project-wrapper .section-head {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .project-wrapper .section-head {
    margin-bottom: 40px;
  }
}

.project-wrapper .single-project {
  border-bottom: 10px solid #999999;
  padding-bottom: 20px;
}

.project-wrapper .single-project .project-img {
  min-height: 300px;
  width: 100%;
}

@media (max-width: 575px) {
  .project-wrapper .single-project .project-img {
    min-height: 250px;
  }
}

.project-wrapper .single-project .project-name {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .project-wrapper .single-project .project-name {
    font-size: 25px;
    line-height: 35px;
  }
}

.project-wrapper .single-project .project-desc {
  font-size: 18px;
  line-height: 24px;
  padding-right: 10px;
}

.project-wrapper .single-project .button {
  margin-top: 20px;
}

.services-wrapper {
  overflow-x: hidden;
}

.services-wrapper .services-img-box {
  min-height: 100%;
}

@media (max-width: 767px) {
  .services-wrapper .services-img-box {
    min-height: 250px;
  }
}

.services-wrapper .services-content-box {
  background-color: #485e63;
  padding: 80px;
}

.services-wrapper .services-content-box.go-right {
  padding-left: 300px;
}

@media (max-width: 1400px) {
  .services-wrapper .services-content-box.go-right {
    padding-left: 80px;
  }
}

@media (max-width: 575px) {
  .services-wrapper .services-content-box.go-right {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .services-wrapper .services-content-box {
    padding: 30px;
  }
}

.services-wrapper .services-content-box .body-text {
  margin-top: 20px;
}

.services-wrapper .services-content-box .button {
  margin-top: 30px;
  color: #ffffff;
}

.services-wrapper .services-content-box .button img {
  width: 30px;
  margin-top: -15px;
  margin-right: 5px;
}

.services-wrapper .services-content-box.civil {
  background-color: #b7bcbf;
}

.services-wrapper .services-content-box.civil .body-text,
.services-wrapper .services-content-box.civil .heading-primary,
.services-wrapper .services-content-box.civil .button {
  color: #000000;
}

.services-wrapper .services-content-box.management {
  background-color: #485e63;
}

.directors-wrapper {
  background-color: #b7bcbf;
  padding: 50px 0px;
  position: relative;
}

.directors-wrapper::before {
  content: "";
  width: 100%;
  max-width: 30%;
  height: 100%;
  position: absolute;
  bottom: -180px;
  right: 50px;
  background-image: url("../img/directors-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .directors-wrapper::before {
    max-width: 80%;
    bottom: -400px;
  }
}

.directors-wrapper .director-text .heading-primary {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .directors-wrapper .director-text .heading-primary {
    margin-top: 20px;
  }
}

.directors-wrapper .director-text .name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #485e63;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.directors-wrapper .director-text .name-wrapper .name,
.directors-wrapper .director-text .name-wrapper .icon {
  display: inline-block;
  font-weight: bold;
  color: #485e63;
  font-size: 22px;
  font-family: "Helvetica-bold";
}

.directors-wrapper .director-text .body-text {
  color: #000000;

  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;

}

.directors-wrapper .director-img {
  width: 300px;
  height: 300px;
  background-color: #6c6e71;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .directors-wrapper .director-img {
    width: 250px;
    height: 250px;
  }
}

.directors-wrapper .director-img.go-up {
  margin-top: -100px;
}

@media (max-width: 991px) {
  .directors-wrapper .director-img.go-up {
    margin-top: 0;
  }
}

.directors-wrapper .director-img.go-down {
  margin-bottom: -100px;
}

@media (max-width: 991px) {
  .directors-wrapper .director-img.go-down {
    margin-bottom: 0;
  }
}

.team-cta-wrapper .cta-content {
  background-color: #ffffff;
  max-width: 400px;
  padding: 30px;
}

.team-cta-wrapper .cta-content .heading-secondary {
  margin-bottom: 10px;
}

.team-cta-wrapper .cta-content .cta-text {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #000000;
}

.team-cta-wrapper .cta-content .cta-button {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}

.team-cta-wrapper .cta-content .cta-button:hover {
  color: #000000;
}

.property-search-wrapper .search-sidebar {
  background-color: #d9dbe2;
}

.property-search-wrapper .filter-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #686868;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.property-search-wrapper .sidebar-content {
  padding: 10px;
}

.property-search-wrapper .filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background-color: #485e63;
  padding: 5px 10px;
}

.property-search-wrapper .filter-header .header-left .icon {
  color: #d9dbe2;
  font-size: 14px;
}

.property-search-wrapper .filter-header .header-left .text {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #ffffff;
}

.property-search-wrapper .filter-header .minus {
  color: #d9dbe2;
  font-size: 14px;
}

.property-search-wrapper .search-select .nice-select {
  background-color: #ffffff;
  border-color: #485e63;
  border-radius: 0;
  height: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 5px;
  margin-bottom: 5px;
}

.property-search-wrapper .search-select .nice-select::after {
  height: 12px;
  width: 12px;
  border-color: #ffffff;
  top: 40%;
  right: 10px;
}

.property-search-wrapper .search-select .nice-select::before {
  width: 30px;
  height: 30px;
  content: "";
  background-color: #485e63;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.property-search-wrapper .search-select .nice-select .list {
  width: 100%;
}

.property-search-wrapper .search-radio {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.property-search-wrapper .search-radio:hover input ~ .checkmark {
  background-color: #485e63;
}

.property-search-wrapper .search-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.property-search-wrapper .search-radio .checkmark {
  background-color: #485e63;
  width: 20px;
  height: 20px;
  background-color: #485e63;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  cursor: pointer;
}

.property-search-wrapper .search-radio input:checked ~ .checkmark {
  background-color: #1d4bcd;
}

.property-search-wrapper .search-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.property-search-wrapper .search-radio input:checked ~ .checkmark:after {
  display: block;
}

.property-search-wrapper .search-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.property-search-wrapper .filter-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.property-search-wrapper .filter-switch .form-check {
  display: inline-block;
}

.property-search-wrapper .filter-switch .form-check-input {
  width: 60px;
  height: 30px;
  border-radius: 0;
  background-image: url("../img/icons/square.png");
  background-color: #485e63;
  border: none;
  cursor: pointer;
}

.property-search-wrapper .filter-switch .form-check-input:checked {
  background-image: url("../img/icons/square.png");
  background-color: #1d4bcd;
}

.property-search-wrapper .clear-filter-button {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #818181;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}

.products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #d9dbe2;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .products .product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.products .product-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.products .product-thumbs .main-thumb {
  width: 290px;
  height: 220px;
}

@media (max-width: 767px) {
  .products .product-thumbs .main-thumb {
    width: 100%;
    height: 150px;
  }
}

.products .product-thumbs .small-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

@media (max-width: 1100px) {
  .products .product-thumbs .small-thumbs {
    display: none;
  }
}

.products .product-thumbs .small-thumb {
  width: 150px;
  height: 109px;
  gap: 10px;
}

.products .product-details {
  padding: 5px;
  padding-bottom: 10px;
}

.products .product-details .price-wrapper .label,
.products .product-details .price-wrapper .status {
  font-size: 9px;
}

@media (max-width: 767px) {
  .products .product-details .price-wrapper .label {
    display: none;
  }
}

.products .product-details .price-wrapper .price {
  font-size: 28px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .products .product-details .price-wrapper .price {
    font-size: 22px;
  }
}

.products .product-details .price-wrapper .status {
  color: red;
}

.products .product-details .location {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

@media (max-width: 767px) {
  .products .product-details .location .optional {
    display: none;
  }
}

.products .product-details .product-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .products .product-details .product-items {
    gap: 5px;
  }
}

.products .product-details .product-items li {
  font-size: 25px;
  color: #333;
  font-weight: 300;
}

@media (max-width: 767px) {
  .products .product-details .product-items li {
    font-size: 18px;
  }
}

.products .product-details .product-items li .icon {
  font-size: 24px;
  color: #686868;
}

@media (max-width: 767px) {
  .products .product-details .product-items li .icon {
    font-size: 18px;
  }
}

.products .product-details .product-button {
  background-color: #485e63;
  padding: 2px 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.products .product-details .product-button .icon {
  color: #d9dbe2;
}

.products .product-details .product-button:hover {
  background-color: #1d4bcd;
}

.product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: #d9e5f6;
  padding: 10px;
}

.product-header .text {
  font-size: 14px;
}

.product-header .button {
  background-color: #1d4bcd;
  padding: 0 5px;
  font-size: 10px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-header .button:hover {
  background-color: #485e63;
}

.product-header .button .icon {
  color: #d9dbe2;
}

.product-tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.product-tab-header .nice-select {
  background-color: #ffffff;
  border-color: #485e63;
  border-radius: 0;
  height: 30px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 5px;
  margin-bottom: 5px;
}

.product-tab-header .nice-select::after {
  height: 12px;
  width: 12px;
  border-color: #ffffff;
  top: 40%;
  right: 10px;
}

.product-tab-header .nice-select::before {
  width: 30px;
  height: 30px;
  content: "";
  background-color: #485e63;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-tab-header .nice-select .list {
  width: 100%;
}

#product-tab .nav-tabs {
  border-color: transparent;
}

#product-tab .nav-link {
  background-color: #485e63;
  padding: 2px 10px;
  border: none;
  color: #ffffff;
}

#product-tab .nav-link .icon {
  color: #818181;
}

#product-tab .nav-link.active {
  background-color: #1d4bcd;
}

#product-tab .nav-link::before {
  background-color: transparent;
}

.tab-content:not(:first-child) {
  margin-top: 10px;
}

.map-wrapper iframe {
  width: 100%;
  min-height: 550px;
}

@media (max-width: 575px) {
  .map-wrapper iframe {
    min-height: 250px;
  }
}

.testimonial-wrapper .testimonial {
  text-align: center;
  margin-top: 150px;
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper .big-text {
    font-size: 25px;
    line-height: 35px;
  }
}

.testimonial-wrapper .section-heading {
  margin-bottom: 20px;
}

.testimonial-wrapper .clients-brand-carousel {
  margin-top: 50px;
}

.testimonial-wrapper .brand-item {
  max-width: 150px;
  height: 80px;
}

.testimonial-wrapper .brand-item img {
  width: 100%;
}

.testimonial-wrapper .owl-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonial-wrapper .owl-nav .owl-next,
.testimonial-wrapper .owl-nav .owl-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #485e63;
  color: #ffffff;
  border-radius: 50%;
}

.testimonial-wrapper .owl-nav .owl-next {
  margin-right: -20px;
}

.testimonial-wrapper .owl-nav .owl-prev {
  margin-left: -20px;
}

/**

All Inner Page css

**/
.header-v2 .mobile-burger-v2 span {
  background-color: #495e64 !important;
  border-radius: 3px;
}

.header-v2 .open span {
  background-color: #fff !important;
  border-radius: 3px;
}

.who-details-wrapper .who-we-details h3.heading-secondary {
  margin-bottom: 10px;
}

.who-details-wrapper .who-we-details h5 {
  font-size: 25px;
  color: #a7a9ac;
  line-height: 35px;
  padding: 30px 0px;
}

.who-details-wrapper .who-we-details p.contact-text {
  line-height: 22px;
  font-size: 15px;
}

.who-we-banner .banner-content {
  max-width: 55%;
}

.service-items .services-img-box {
  min-height: 220px;
}

.our-team-wrapper {
  background-color: #b7bcbf;
}

.our-team-wrapper .section-head {
  margin-bottom: 40px;
}

.our-team-wrapper .single-project {
  border-bottom: 10px solid #485e64;
  padding-bottom: 20px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .our-team-wrapper .single-project {
    margin-bottom: 20px;
  }
}

.our-team-wrapper .single-project .project-name {
  font-size: 30px;
  line-height: 40px;
  color: #485e64;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.our-team-wrapper .single-project .j-title {
  color: #234d85;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.key-values-wrapper .section-head h2.section-heading {
  color: #485e64;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .key-values-wrapper .section-head h2.section-heading {
    margin-bottom: 20px;
  }
}

.key-values-wrapper .key-value-left p {
  font-size: 29px;
  color: #a7a9ac;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.key-values-wrapper .key-value-left p span {
  color: #000;
}

.key-values-wrapper .key-value-right p {
  font-size: 22px;
  line-height: 32px;
}

.project-btns {
  background-color: #b8bdc0;
  padding: 50px 0px;
  position: relative;
}

.project-btns .project-btn a.btn {
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 13px 10px;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.contact-details-wrapper .contact-details .contact-text {
  color: #a7a9ac;
}

.in-project .single-project {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .in-project .single-project {
    margin-bottom: 20px;
  }
}

.in-project .single-project .project-info {
  position: relative;
}

.in-project .single-project .project-info a.button {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}

.in-project .single-project .project-info a.button span.icon img {
  height: 25px;
  opacity: 0.3;
}

.our-team-wrapper {
  background-color: #b8bdc0;
}

.project-wrapper .single-project {
  border-bottom: 10px solid #495e64;
  padding-bottom: 20px;
}

.contact-form-wrapper {
  background-color: #b8bdc0;
}

.project-wrapper-2 .sidebar-widget .project-widget {
  background: #d1d3d4;
  padding: 40px 40px;
}

.project-wrapper-2 .sidebar-widget .project-widget .widget-list span {
  color: #495e64;
  font-weight: 700;
  font-size: 22px;
}

.project-wrapper-2 .sidebar-widget .project-widget .widget-list h4 {
  color: #231f20;
  font-weight: 700;
  font-size: 24px;
}

.project-wrapper-2 .single-project-right-info .project-info-list h3 {
  font-size: 34px;
  color: #495e64;
  margin-bottom: 25px;
}

.project-wrapper-2 .single-project-right-info .project-info-list p {
  margin-bottom: 20px;
}

.project-wrapper-2 .project-info-cap h3 {
  color: #a7a9ac;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.project-wrapper-2 .project-info-cap span {
  color: #231f20;
  font-weight: 700;
}

.project-wrapper-2 .project-info-cap p {

  font-weight: 700;
}

.project-wrapper-2 .project-info-btn a {
  background: #b8bdc0;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
}

.clients-short-info .who-we-details h5 {
  color: #000;
}

.clients-short-info .who-we-details span {
  color: #a7a9ac;
}

.service-client-grids .civil {
  background: #fff !important;
}

.service-client-grids .services-content-box h3.heading-primary {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-client-grids .services-content-box span {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.service-client-grids .services-content-box p.body-text {
  margin-top: 0;
}

.service-client-grids .services-content-box.management {
  background-color: #bcbec0 !important;
}

.service-client-grids .services-content-box h3.heading-primary {
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
}

.project-btns a.active {
  background: #495e64 !important;
}

.in-project .container {
  text-align: justify;
  font-size: 0.1px;
  -webkit-backface-visibility: hidden;
}

.in-project .container:after {
  content: '';
  display: inline-block;
  width: 48%;
}

.in-project .container .mix,
.in-project .container .gap {
  display: inline-block;
  width: 49%;
}

.in-project .container .mix {
  position: relative;
}

.in-project .container .mix {
  text-align: left;
  margin-bottom: 0%;
  display: none;
}

.in-project .container .mix:after {
  content: attr(data-myorder);
  display: none;
  vertical-align: top;
}

.in-project .container .mix:before {
  content: '';
  display: none;
}

/**
Responsive Css

**/
@media (max-width: 767px) {
  .who-we-banner .banner-content {
    max-width: 100%;
  }
  .page-banner .banner-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  .service-items .col {
    width: 100% !important;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
        flex-grow: 4;
  }
  .our-team-wrapper .section-head {
    margin-bottom: 20px;
  }
  .our-team-wrapper .single-project .project-name {
    font-size: 22px;
    line-height: 40px;
    color: #485e64;
    font-weight: normal;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .header-wrapper .header-nav ul a {
    font-size: 18px;
    line-height: 23px;
    display: block;
  }
  .header-wrapper .header-nav ul li:first-child {
    font-size: 20px;
  }
  .hero-wrapper {
    min-height: auto;
  }
  .hero-wrapper .content-wrapper {
    height: 75vh;
  }
  .hero-wrapper .hero-button {
    background-color: #485e63a9;
    padding: 10px 20px;
    font-size: 13px;
  }
  .hero-wrapper .hero-logo {
    max-width: 200px;
  }
  .about-wrapper .about-text {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .footer-wrapper .widget-contact h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .footer-wrapper .widget-contact .contact-items li {
    font-size: 22px;
    line-height: 28px;
    color: #999999;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .footer-wrapper .footer-copyrights .copyrights-items li {
    font-size: 13px;
  }
  .footer-wrapper .widget-nav .nav-items a {
    font-size: 20px;
    line-height: 25px;
  }
  .footer-wrapper .widget-contact h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-wrapper .hero-text {
    font-size: 28px;
    line-height: 40px;
  }
  .heading-primary {
    font-size: 30px;
    line-height: 52px;
    color: #000000;
  }
  .directors-wrapper .director-text .body-text {
    font-size: 19px;
    line-height: 35px;
  }
  .section-head .section-heading {
    font-size: 35px;
    line-height: 55px;
  }
  .project-wrapper .section-head {
    margin-bottom: 20px;
  }
}

.service-client-grids .services-content-box h3.heading-primary {
  line-height: 30px;
}

@media (max-width: 960px) {
  .page-banner .banner-content {
    max-width: 100%;
  }
}

.blog-wrapper .blog-content {
  background-color: #ffffff;
  padding: 50px;
  max-width: 80%;
}

@media (max-width: 767px) {
  .blog-wrapper .blog-content {
    max-width: 100%;
    padding: 30px;
  }
}

.blog-wrapper .blog-content span {
  display: inline-block;
  margin-bottom: 10px;
}

.blog-wrapper .blog-content p,
.blog-wrapper .blog-content span {
  font-size: 22px;
  line-height: 55px;
  color: #000000;
  font-weight: 400;

}
.blog-wrapper .blog-content span{
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .blog-wrapper .blog-content p,
  .blog-wrapper .blog-content span {
    font-size: 25px;
    line-height: 35px;
  }
}

.blog-wrapper .blog-content .button {
  margin-top: 10px;
}

.blog-wrapper .blog-content .button .icon {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

.contact-details-wrapper .contact-details .contact-text {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #999999;
}

@media (max-width: 575px) {
  .contact-details-wrapper .contact-details .contact-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.contact-details-wrapper .contact-details .heading-secondary {
  color: #485e63;
  margin-bottom: 5px;
}

.contact-details-wrapper .contact-medium {
  margin-top: 20px;
}

.contact-details-wrapper .contact-medium li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-details-wrapper .contact-medium li span {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #999999;
}

@media (max-width: 575px) {
  .contact-details-wrapper .contact-medium li span {
    font-size: 18px;
    line-height: 28px;
  }
}

.contact-details-wrapper .contact-medium li span.medium {
  color: #485e63;
  display: inline-block;
  margin-right: 10px;
}

.contact-form-wrapper {
  background-color: #b7bcbf;
}

.contact-form-wrapper .heading-secondary {
  color: #485e63;
  text-align: center;
}

.contact-form-wrapper .heading-secondary span {
  color: #ffffff;
}

.contact-form-wrapper .form-wrapper {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .contact-form-wrapper .form-wrapper {
    max-width: 100%;
  }
}

.contact-form-wrapper .form-wrapper .form-box {
  background-color: #ffffff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 auto;
}

@media (max-width: 550px) {
  .contact-form-wrapper .form-wrapper .form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-form-wrapper .form-wrapper .form-fields {
  width: 50%;
}

@media (max-width: 550px) {
  .contact-form-wrapper .form-wrapper .form-fields {
    width: 100%;
  }
}

.contact-form-wrapper .form-wrapper .form-field:not(:last-child) {
  margin-bottom: 10px;
}

.contact-form-wrapper .form-wrapper .form-field input,
.contact-form-wrapper .form-wrapper .form-field textarea {
  width: 100%;
  border: 1px solid #b7bcbf;
  padding: 5px 10px;
}

.contact-form-wrapper .form-wrapper .form-field textarea {
  min-height: 145px;
}

.contact-form-wrapper .form-wrapper ::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}

.contact-form-wrapper .form-wrapper :-ms-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}

.contact-form-wrapper .form-wrapper ::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}

.contact-form-wrapper .form-wrapper ::placeholder {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 575px) {
  .contact-form-wrapper .form-wrapper ::-webkit-input-placeholder {
    font-weight: 400;
  }
  .contact-form-wrapper .form-wrapper :-ms-input-placeholder {
    font-weight: 400;
  }
  .contact-form-wrapper .form-wrapper ::-ms-input-placeholder {
    font-weight: 400;
  }
  .contact-form-wrapper .form-wrapper ::placeholder {
    font-weight: 400;
  }
}

.contact-form-wrapper .form-wrapper .form-action {
  width: 100%;
  text-align: right;
  margin-right: 40px;
}

.contact-form-wrapper .form-wrapper .form-action .button-primary {
  border-radius: 0;
  padding: 15px 20px;
  line-height: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  margin-left: auto;
}

.map-wrapper {
  position: relative;
}

.map-wrapper iframe {
  width: 100%;
  min-height: 450px;
  margin-bottom: 0;
  border: 0;
}

@media (max-width: 575px) {
  .map-wrapper iframe {
    min-height: 350px;
  }
}

.map-wrapper .map-icon {
  position: absolute;
  top: 45%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.map-wrapper .map-icon .icon {
  display: inline-block;
  max-width: 200px;
  color: #485e63;
}

@media (max-width: 575px) {
  .map-wrapper .map-icon .icon {
    max-width: 150px;
  }
}

.footer-wrapper {
  background-color: #485e63;
  padding: 70px 0px;
}

.footer-wrapper .footer-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}

.footer-wrapper .widget-contact h4 {
  font-size: 22px;
  line-height: 55px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer-wrapper .widget-contact h4 {
    font-size: 35px;
    line-height: 45px;
  }
}

.footer-wrapper .widget-contact .contact-items li {
  font-size: 30px;
  line-height: 40px;
  color: #999999;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-wrapper .widget-nav .nav-items li {
  margin-bottom: 15px;
}

.footer-wrapper .widget-nav .nav-items a {
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-wrapper .widget-nav .nav-items a:hover {
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 575px) {
  .footer-wrapper .widget-nav .nav-items a {
    font-size: 22px;
    line-height: 20px;
  }
}

.footer-wrapper .footer-copyrights {
  margin-top: 20px;
}

.footer-wrapper .footer-copyrights .copyrights-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.footer-wrapper .footer-copyrights .copyrights-items li {
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */