@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,600;0,700;0,800;1,800&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*//////////////////////////////////////////////////////////////*/
body {
  font-family: "Poppins", sans-serif;
}

h3 {
  font-size: 30px;
  position: relative;
  color: #191514;
  font-weight: 700;
  line-height: 1.4em;
  padding-bottom: 22px;
}

h3 span {
  position: relative;
  color: #d5aa6d;
  font-style: italic;
  font-family: "Playfair Display", serif;
  background: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9e7247));
  background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header {
  max-width: 100%;
  max-height: 100%;
  background: url(../images/header-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.header .fa {
  color: #d5aa6d;
}
.header a {
  color: white;
}
.header .dropdown-ul li {
  color: #999999;
}

.header-content {
  max-width: 100%;
}

.header-container {
  max-width: 100%;
  position: relative;
  margin: 0 20px;
}

.header-top {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 20px 0;
  z-index: 10;
  max-width: 100%;
  font-size: 16px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.header-top-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-navigation-menu {
  display: none;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row li {
  padding: 10px;
  position: relative;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-logo {
  margin: 0 30px;
}

.menu-row {
  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;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-ul {
  position: absolute;
  left: 0;
  width: 140%;
  top: 20px;
  display: none;
}

.dropdown:hover .dropdown-ul {
  display: block;
}

.dropdown-ul {
  padding: 20px 0 0 0;
}
.dropdown-ul li {
  padding: 20px 10px;
  background-color: rgb(255, 255, 255);
}
.dropdown-ul li a {
  color: darkgray;
}

.elem-center {
  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;
}

.mobile-navigation {
  display: none;
}

.header-top__right div {
  padding: 0 15px;
}

.header-main {
  padding: 350px 0;
}

.header-main-short {
  padding: 120px 0;
}

.serach-block {
  font-size: 30px;
}

.flaticon-menu {
  font-size: 30px;
  color: #d5aa6d;
}

.header-main {
  position: relative;
  color: white;
}

.header-main__container {
  max-width: 100%;
}

.header-main__content {
  max-width: 100%;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-title {
  letter-spacing: 2px;
  font-size: 20px;
}

.h1-header {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 60px;
  font-size: 60px;
  margin-top: 22px;
}
.h1-header span {
  color: #d5aa6d;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  font-size: 15px;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  background-color: #d5aa6d;
  text-transform: uppercase;
  padding: 16px 36px 16px 36px;
  -webkit-box-shadow: 0px 10px 20px rgba(212, 169, 109, 0.15);
          box-shadow: 0px 10px 20px rgba(212, 169, 109, 0.15);
}

.current::after {
  width: 100%;
}

li:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -7px;
  width: 0px;
  height: 3px;
  background-color: #d5aa6d;
}

.menu-pressed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  color: #d5aa6d;
  font-weight: 400;
  font-size: 16px;
}

.page-breadcrumb-child:after {
  position: absolute;
  content: "\f105";
  left: -10px;
  top: 0px;
  color: #ffffff;
  font-family: "FontAwesome";
}

.header-title-center {
  font-size: 50px;
  line-height: 1.2em;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.services-section {
  position: relative;
  padding: 90px 0px 50px;
  background-color: #191511;
  color: #999999;
  font-size: 14px;
  line-height: 1.8em;
}

.services-content {
  max-width: 80%;
  margin: auto;
}

.services-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-item {
  width: 350px;
  margin: 30px 0;
}

.services-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100%;
}

.services-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: #d5aa6d;
  background-image: -webkit-gradient(linear, left top, right top, from(#D5AA6D), to(#9e7247));
  background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
  position: relative;
}

.icon {
  color: white;
  font-size: 20px;
}

.services-item-row__right {
  max-width: 80%;
}

.services-item-title {
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-section {
  margin: 30px 0;
}

.about-row {
  margin: 0 200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-row__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
}

.about-title span {
  color: #d5aa6d;
  font-style: italic;
}
.about-title h3 {
  font-size: 30px;
  position: relative;
  color: #191514;
  font-weight: 600;
  line-height: 1.4em;
  padding-bottom: 22px;
}
.about-title h3:after {
  margin: 0;
  left: 0;
}

.subtitle {
  position: relative;
  font-size: 18px;
  color: #9e7247;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 12px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.about-text {
  max-width: 100%;
}
.about-text p {
  margin: 20px 0;
  font-size: 16px;
  color: #191514;
  line-height: 1.6em;
}

.about-advantages {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantage-item {
  width: 50%;
  padding: 10px 30px 10px 0;
}

.advantage-item-title {
  color: #191514;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  font-family: "Muli", sans-serif;
}

.about-contacts {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #191514;
  margin-top: 22px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #b7b7b7;
}

.about-right {
  margin: 50px;
  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: 100%;
}

.about-block {
  background: url("../images/about1.webp");
  height: 400px;
  padding: 10px;
  margin: 0 0px 0 100px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-block h2 {
  font-size: 20px;
  text-align: center;
}
.about-block h2 span {
  font-size: 120px;
  font-weight: 600;
}

.about-block-container {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.95);
}

.list-style-one li:before {
  position: absolute;
  content: "\f16a";
  left: 0px;
  top: 10px;
  color: #191514;
  font-family: "Flaticon";
}

.list-style-one li {
  position: relative;
  color: #191514;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 30px;
  line-height: 1.5em;
  font-family: "Muli", sans-serif;
}

.allServices-container {
  background: url(../images/background1.webp);
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: multiply;
}

.allServices-content {
  color: white;
  padding: 100px 0;
  max-width: 100%;
  margin: 0 200px;
  text-align: center;
}

.allServices-sub {
  position: relative;
  font-size: 14px;
  color: #9e7247;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.allServices-title {
  position: relative;
  color: white;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 30px;
  padding-bottom: 22px;
  font-family: "Poppins", sans-serif;
}
.allServices-title span {
  position: relative;
  color: #d5aa6d;
  font-style: italic;
  font-family: "Playfair Display", serif;
  background: -webkit-gradient(linear, left top, right top, from(#d5aa6d), to(#9e7247));
  background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 3px;
  background-color: rgb(212, 168, 108);
  left: 50%;
  margin-left: -20px;
}

.allServices-row {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.allServices-item {
  margin: 30px 10px;
  border: 2px dotted rgba(255, 255, 255, 0.15);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.333333%;
          flex: 0 0 30.333333%;
  max-width: 30.333333%;
  padding: 30px;
  min-width: 300px;
  min-height: 300px;
}
.allServices-item div {
  margin: 10px 0;
}

.allServices-item-icon {
  color: black;
}

.allServices-icon {
  position: relative;
  font-size: 52px;
  color: #d5aa6d;
  line-height: 1em;
  background: -webkit-gradient(linear, left bottom, left top, from(#d5aa6d), to(#9e7247));
  background: linear-gradient(to top, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.allServices-item-title {
  position: relative;
  font-size: 20px;
  color: #f9f8f8;
  font-weight: 600;
  line-height: 1.4em;
  margin: 20px 0px 15px;
  letter-spacing: 1px;
}

.allServices-item-text {
  color: #999999;
  font-size: 14px;
  line-height: 1.9em;
}

.counter-section {
  margin: 100px 150px;
}

.counter-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.counter-row-left {
  width: 100%;
}

.counter-title {
  width: 100%;
}
.counter-title h3::after {
  left: 0px;
  margin-left: 0px;
}

.counter-text-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.counter-text {
  max-width: 50%;
  padding: 30px 30px 30px 10px;
  position: relative;
  color: #191514;
  font-size: 16px;
  line-height: 1.8em;
}

.counter-items-container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.counter-item {
  width: 50%;
  padding: 22px;
}

.counter-item-container {
  width: 100%;
  position: relative;
  font-weight: 700;
  color: #f4f4f4;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#D5AA6D), to(#9d7146));
  background-image: linear-gradient(to right, #D5AA6D 0%, #9d7146 100%);
}

.counter-item__color {
  background: #191514;
}

.count-number {
  margin: 10px 0;
}

.count-title {
  font-size: 17px;
}

.team-section {
  color: #999999;
  background: #000;
  padding: 15px 0 0 0;
}
.team-section h3 {
  color: #fff;
}

.team-container {
  margin: 0 150px;
  padding: 50px 0;
}

.team-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team-text {
  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: 50%;
}

.team-items-container {
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
}

.team-item {
  margin: 60px 0;
  padding: 30px;
  max-width: 33%;
}
.team-item img {
  width: 100%;
}

.team-item-image {
  position: relative;
}

.team-item-info {
  position: absolute;
  bottom: 0;
  padding: 5px;
  left: 0;
  width: 100%;
  background: white;
}
.team-item-info h3 {
  font-size: 100%;
  color: black;
}
.team-item-info h3:after {
  display: none;
}

.portfolio-section {
  margin: 50px 150px;
  text-align: center;
}

.portfolio-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
  max-width: 1300px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.portfolio-item {
  margin: 10px;
  width: 31%;
}

.portfolio-item-image {
  position: relative;
  width: 100%;
}
.portfolio-item-image img {
  width: 100%;
  position: relative;
}

.portfolio-item-title {
  color: white;
  position: absolute;
  text-align: left;
  padding: 0 10px;
  bottom: 0;
}
.portfolio-item-title .subtitle {
  color: white;
}
.portfolio-item-title h3 {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3em;
  padding-right: 20px;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.portfolio-item-title h3:before {
  position: absolute;
  content: "";
  left: 0%;
  top: -1px;
  width: 45px;
  height: 4px;
  background-color: #D5AA6D;
}
.portfolio-item-title h3:after {
  display: none;
}

.form-section {
  background: url(../images/background2.webp);
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 50px 0;
}
.form-section h3 {
  color: white;
}

.form-container {
  margin: 0 150px;
}

.form-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-row div {
  color: white;
}

.form-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-info-row span {
  font-size: 30px;
  margin: 0 20px 0 0;
  color: #d5aa6d;
}

.form-location {
  max-width: 30%;
  position: relative;
  color: #black;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.7em;
  padding-left: 52px;
}

.form-location-container .flaticon-placeholder-1 {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 28px;
  color: #d5aa6d;
  margin-right: 15px;
  background: -webkit-gradient(linear, right top, left top, from(#d5aa6d), to(#9e7247));
  background: linear-gradient(to left, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-location-container .flaticon-placeholder-1:before {
  content: "\f12a";
  font-family: Flaticon;
}

.form-column {
  margin: 0 10px;
  position: relative;
  color: black;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.7em;
}

.form-phone {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px 0;
  color: black;
}

.form-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-title .subtitle {
  color: #9e7247;
  margin: 10px 0;
}
.form-title h3:after {
  left: 0;
  margin: 0;
}

.form-inputs .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
}

input {
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  line-height: 28px;
  height: 42px;
  font-size: 15px;
  padding: 8px 22px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 1px solid #9d7146;
}

textarea {
  margin: 10px 0;
  width: 100%;
  padding: 8px 22px;
  height: 170px;
  resize: none;
  color: #ffffff;
  border: 1px solid #9d7146;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
}

button {
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  padding: 12px 45px;
  text-transform: capitalize;
  position: relative;
  line-height: 24px;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  background-color: #9e7247;
}

.section-news {
  margin: 50px 150px;
}

.news-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.news-text {
  max-width: 50%;
}

.news-items-container {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-item {
  margin: 60px 0;
  padding: 30px;
  max-width: 33%;
  width: 33%;
}
.news-item img {
  width: 100%;
}

.news-column {
  max-width: 100%;
  padding: 22px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.news-column h5 {
  width: 90%;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6em;
  margin-top: 8px;
  margin-bottom: 24px;
}
.news-column h5 a {
  color: black;
}

.news-info {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.news-info span {
  color: #999999;
  margin: 0 10px 0 0;
}

.news-link {
  display: inline;
  padding: 11px 32px 11px;
  background: black;
  color: white;
  border-radius: 30px;
  text-align: center;
}

.blog-news-link {
  background: #eeeef6;
  color: black;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.main-footer {
  background: #191514;
}
.main-footer h4 {
  font-size: 24px;
}

.footer-top {
  margin: 0 150px;
  padding: 60px 0;
  color: white;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-content .row {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 33%;
}

.footer-logo {
  margin: 0 0 30px 0;
}

.footer-text {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9em;
  margin-bottom: 30px;
}

.list-style-three span {
  color: #999999;
}
.list-style-three li {
  position: relative;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 0px;
}

.footer-widget a {
  color: #999999;
}

.links-widget li {
  margin-bottom: 15px;
}

.list-link {
  margin-top: 30px;
}

.footer-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
  max-width: 100%;
}

.gallery-item {
  position: relative;
  float: left;
  width: 33.3%;
  padding: 5px;
}
.gallery-item img {
  width: 100%;
}

.footer-bottom {
  background: #000;
  width: 100%;
}
.footer-bottom .fa {
  color: #999999;
}
.footer-bottom li {
  list-style: none;
}
.footer-bottom .row {
  color: white;
  margin: 30px 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.footer-copyright {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-portfolio-section {
  margin: 30px 0;
}

.portfolio-content {
  max-width: 1200px;
  margin: 0 auto;
}
.portfolio-content li {
  position: relative;
  color: #666666;
  font-size: 15px;
  padding-left: 20px;
}
.portfolio-content li span {
  position: absolute;
  left: 0px;
  top: 12px;
  color: #a07448;
  font-size: 14px;
}

.portfolio-single-row {
  text-align: left;
  margin: 50px auto;
}
.portfolio-single-row h3:after {
  display: none;
}

.portfolio-single-image {
  padding: 0 10px;
  max-width: 100%;
}
.portfolio-single-image img {
  width: 100%;
}

.portfolio-single-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 50px;
  max-width: 35%;
}

.portfolio-single-text {
  max-width: 100%;
  position: relative;
  color: #656565;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.portfolio-single-text p {
  margin: 20px 0;
}

.project-section {
  margin: 20px 0;
}

.project-content {
  margin: 0 auto;
  max-width: 1200px;
}

.project-item {
  width: 30%;
  margin: 0 30px;
}

.project-item-container {
  color: black;
}
.project-item-container h5 {
  position: relative;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 14px;
  font-size: 20px;
}

.project-item-image {
  width: 100%;
  margin: 20px 0;
}
.project-item-image img {
  width: 100%;
}

.contact-content {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 55px 60px 55px;
  margin: 30px auto;
  max-width: 1200px;
}
.contact-content .icon {
  color: #d5aa6d;
}
.contact-content li {
  position: relative;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.7em;
}
.contact-content h2 {
  position: relative;
  color: #191514;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 35px;
}
.contact-content h2 span {
  font-style: italic;
  color: #a17549;
  font-family: "Playfair Display", serif;
}

.contact-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

.contact-form {
  width: 40%;
}
.contact-form input, .contact-form textarea {
  color: black;
  border-radius: 10px;
  border-color: #eef1f5;
  margin-top: 0px;
  margin-bottom: 20px;
  background: #eef1f5;
}

.contact-column-container {
  max-width: 100%;
}

.contact-text {
  position: relative;
  color: #191514;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 25px;
  margin-bottom: 15px;
  width: 80%;
}

.contact-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#D5AA6D), to(#9e7247));
  background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
  border-radius: 10px;
}

.location-section {
  color: white;
  padding: 50px;
  background-image: url(../images/background3.webp);
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.8);
}
.location-section li {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-left: 50px;
  line-height: 1.7em;
}
.location-section li span {
  color: #b38856;
  position: absolute;
  left: 15px;
}
.location-section h4 {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-size: 24px;
}

.location-content {
  max-width: 1200px;
  margin: 0 auto;
}

.location-row {
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.location-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
  width: 29%;
}

@media (max-width: 1300px) {
  .team-item {
    padding: 10px;
  }
  .news-column a {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .dropdown:hover .dropdown-ul {
    display: none;
  }
  .dropdown-ul li {
    text-align: left;
    padding: 20px;
    background-color: rgb(255, 255, 255);
  }
  .dropdown-ul li a {
    padding: 0 10px;
    color: darkgray;
  }
  .header-top {
    margin: 0;
    position: relative;
  }
  .header-main {
    margin: 0;
    padding: 100px 0;
  }
  .mobile-navigation-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-navigation-menu .dropdown {
    margin: 20px 0;
  }
  .header-top__right {
    display: none;
  }
  .mobile-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
  }
  .mobile-navigation span {
    color: white;
  }
  .about-title {
    text-align: center;
  }
  .about-row {
    margin: 0 50px;
  }
  .counter-title {
    text-align: center;
    width: 100%;
  }
  .counter-title h3::after {
    left: 50%;
    margin-left: -20px;
  }
  .counter-item {
    padding: 10px;
  }
  .counter-section {
    margin: 50px;
  }
  .counter-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .counter-text-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .counter-text {
    padding: 30px;
    max-width: 50%;
  }
  .team-container {
    margin: 0;
    padding: 50px;
  }
  .portfolio-sectiom {
    margin: 50px;
  }
  .portfolio-row {
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portfolio-item {
    width: 39%;
  }
  .news-items-container {
    max-width: 900px;
  }
  .news-item {
    max-width: 50%;
    width: 50%;
  }
  .news-text {
    margin: 30px 0;
    max-width: 100%;
  }
  .section-news {
    margin: 50px;
  }
  .news-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-text {
    max-width: 90%;
  }
  .footer-top {
    margin: 0 50px;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-column {
    max-width: 70%;
  }
  .footer-bottom .row {
    margin: 0 50px;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-title {
    text-align: center;
  }
  .form-title h3:after {
    left: 50%;
  }
  .form-info-row {
    width: 100%;
    margin: 30px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-location {
    max-width: 100%;
  }
  .portfolio-single-column {
    padding: 0 10px;
    margin: 0;
  }
}
@media (max-width: 1060px) {
  .allServices-item {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .allServices-content {
    margin: 0 10px;
  }
  .location-content {
    max-width: 800px;
    margin: 0 auto;
  }
  .location-item {
    width: 43%;
  }
}
@media (max-width: 1000px) {
  .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-row h3:after {
    left: 50%;
  }
  .about-right {
    margin: 0;
  }
  .about-block {
    margin: 0;
  }
  .portfolio-single-row {
    margin: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .portfolio-single-column {
    margin: 40px 0;
    max-width: 100%;
  }
  .contact-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-content {
    margin: 10px;
    padding: 40px 20px 20px 20px;
  }
  .contact-content h2 {
    font-size: 30px;
  }
  .contact-info {
    width: 100%;
  }
  .contact-form {
    width: 100%;
  }
}
@media (max-width: 970px) {
  .h1-header {
    font-size: 40px;
  }
  .services-section {
    padding: 30px 0;
  }
  .services-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-item {
    width: 90%;
    margin: 30px 0;
  }
  .counter-items-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .counter-item {
    width: 100%;
    min-width: auto;
    width: 100%;
    padding: 22px 0;
  }
  .team-container {
    margin: 0;
    padding: 10px;
  }
  .team-title h3::after {
    left: 0%;
    margin-left: 0px;
  }
  .team-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team-text {
    width: 100%;
    margin: 30px 0;
  }
  .team-item {
    max-width: 50%;
  }
  .team-items-container {
    max-width: 600px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .portfolio-row {
    max-width: 600px;
  }
  .portfolio-section {
    margin: 50px 10px;
  }
  .portfolio-item {
    width: 100%;
  }
  .form-container {
    margin: 0 50px;
  }
  .footer-bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-social {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 900px) {
  .project-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .project-item {
    width: 100%;
    margin: 0 30px;
  }
}
@media (max-width: 750px) {
  .section-news {
    margin: 10px;
  }
  .news-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .location-content {
    max-width: 500px;
    margin: 0 auto;
  }
  .location-item {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    white-space: nowrap;
  }
  .advantage-item li {
    margin: 0;
  }
  .counter-section {
    margin: 50px 10px;
  }
  .counter-text-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .counter-text {
    max-width: 100%;
    padding: 30px 0;
  }
  .form-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-container {
    margin: 0 10px;
  }
  .footer-top {
    margin: 0 10px;
  }
  .footer-top .row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-top .footer-column {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .news-items-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-item {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .h1-header {
    font-size: 26px;
    line-height: 1.1em;
  }
  .header-container {
    margin: 0;
  }
  .header-top {
    margin: 0;
  }
  .header-logo {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .team-item {
    max-width: 100%;
    width: 100%;
  }
  .team-items-container {
    max-width: 400px;
  }
}