@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Md.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Hv.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Hv.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Th.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*Fonts*/
/*colors*/
body {
  margin: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #101820;
  padding: 0 !important;
  font-family: "Helvetica Neue LT Std";
  overflow: hidden;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #000000;
}
body::-webkit-scrollbar-thumb {
  background-color: #FFF000;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  body {
    text-align: center;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1.2;
}

h1 {
  font-size: 37px;
  line-height: 42px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  h1 br {
    display: none !important;
  }
}

h2 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 br {
    display: none !important;
  }
}

h3 {
  font-size: 45px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 br {
    display: none !important;
  }
}

h4 {
  font-size: 36px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 30px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
.preloader img {
  width: 100px;
  height: auto;
}

a.more {
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 8px 8px 8px 20px;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
}
a.more .more-wrap {
  display: flex;
  align-items: center;
}
a.more .more-wrap span {
  background-color: #FFF000;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 600ms all;
}
a.more .more-wrap span img {
  width: 10px;
  transition: 600ms all;
}
a.more:hover {
  background-color: #000000;
}

body.property .banner {
  background-color: #101820;
}
@media (max-width: 1400px) {
  body.property .banner img.banner-img {
    opacity: 0.8 !important;
  }
}
@media (max-width: 767px) {
  body.property .banner img.banner-img {
    opacity: 0.6 !important;
  }
}
body.property .banner h1, body.property .banner p {
  color: #231f20;
}
@media (max-width: 991px) {
  body.property .banner h1, body.property .banner p {
    color: #ffffff;
  }
}
body.property .banner .wrap a.more {
  margin-top: 20px;
  border-color: #231f20;
  color: #231f20;
}
body.property .banner .wrap a.more:hover {
  color: #ffffff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 25px 50px;
  width: 100%;
  display: flex;
  z-index: 99;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  align-items: center;
  transition: 600ms all;
}
@media (max-width: 1199px) {
  .header {
    padding: 25px 30px;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 12px 0;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 17px 0;
  }
}
.header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  background: #000000;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.header .container {
  max-width: 100%;
}
.header .head-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header .head-wrap {
    padding: 0;
  }
}
.header .logo-wrap {
  position: relative;
  z-index: 2;
  margin-right: 70px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .header .logo-wrap {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .header .logo-wrap {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .header .logo-wrap {
    padding-left: 12px;
  }
}
.header .logo-wrap .logo {
  padding-right: 15px;
  border-right: 1px solid #565c63;
}
.header .logo-wrap .logo a {
  display: inline-block;
}
.header .logo-wrap .logo a img {
  width: 180px;
}
@media (max-width: 991px) {
  .header .logo-wrap .logo a img {
    width: 130px;
  }
}
@media (max-width: 575px) {
  .header .logo-wrap .logo a img {
    width: 100px;
  }
}
.header .logo-wrap .search {
  width: 30px;
  margin-left: 15px;
}
.header .nav-wrap {
  position: relative;
  z-index: 1;
  transition: 400ms all;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header .nav-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    top: 11px;
    right: 0;
  }
}
@media (max-width: 575px) {
  .header .nav-wrap {
    padding: 0;
  }
}
.header .nav-wrap .navbar {
  background-color: transparent !important;
  padding: 0;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    width: 100%;
    background: #0f1821 !important;
  }
}
.header .nav-wrap .navbar .navbar-toggler {
  background-color: #FFF000;
  box-shadow: none;
  z-index: 3;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-toggler {
    position: absolute;
    right: 30px;
    top: 12px;
    padding: 8px;
    border: none;
    border-radius: 6px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-toggler {
    right: 12px;
  }
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-collapse {
    margin-top: 0;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav {
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav {
    padding: 30px 30px 8px;
    background-color: #ffffff;
    background: #0f1821;
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav {
    padding: 20px;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  margin: 0 2px;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 12px;
    width: 100%;
    margin: 0 10px;
  }
}
@media (max-width: 575px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 12px;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 16px;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a:hover {
  background: #FFF000;
  color: #000000;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.active {
  position: relative;
  background-color: #FFF000;
  color: #000000;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.active.dropdown-toggle.active {
  background-color: #FFF000;
  color: #000000;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.active.dropdown-toggle.active::after {
  width: 8px;
  height: 8px;
  border: none;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
  transition: 600ms all;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 8px;
  height: 8px;
  border: none;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: 600ms all;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle:hover::after {
  border-color: #000000;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 15px 20px;
  background-color: #0f1821;
  border: none;
  border-radius: 10px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 600ms all;
  min-width: 200px;
  transform: translateY(15px);
  margin-top: 10px;
}
@media (min-width: 992px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #101010;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 3px;
  text-align: left;
  position: relative;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #FFF000;
}
.header .nav-right {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .header .nav-right {
    padding-right: 100px;
    margin-top: 10px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .header .nav-right {
    padding-right: 80px;
  }
}
.header .nav-right .nav-right-ul {
  display: flex;
  margin: 0 -12px;
}
.header .nav-right .nav-right-ul li {
  padding: 0 12px;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 420px) {
  .header .nav-right .nav-right-ul li:first-child {
    display: none;
  }
}
.header .nav-right .nav-right-ul li .dropdown-menu {
  padding: 15px 20px;
  background-color: #0f1821;
  border: none;
  border-radius: 10px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 600ms all;
  min-width: 100px;
  transform: translateY(15px) !important;
  margin-top: 10px !important;
  right: 0;
  left: inherit;
  inset: unset !important;
}
@media (min-width: 992px) {
  .header .nav-right .nav-right-ul li .dropdown-menu {
    display: block;
    position: absolute;
    right: 0 !important;
  }
}
@media (max-width: 991px) {
  .header .nav-right .nav-right-ul li .dropdown-menu {
    background-color: #101010;
  }
}
.header .nav-right .nav-right-ul li .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) !important;
  right: 0;
}
.header .nav-right .nav-right-ul li .dropdown-menu li {
  padding: 0;
}
.header .nav-right .nav-right-ul li .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 3px;
  text-align: left;
  position: relative;
  background-color: transparent !important;
  padding: 0;
}
.header .nav-right .nav-right-ul li .dropdown-menu .dropdown-item:hover {
  color: #FFF000;
}
.header .nav-right .nav-right-ul li img {
  width: 18px;
}
.header.shrink-nav {
  background-color: #0f1821;
}

.banner {
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: flex-end;
  padding: 100px 0 50px;
  background-color: #949494;
}
.banner img.banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.banner .banner-shape {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 700px;
  width: 70%;
  z-index: 2;
}
@media (max-width: 991px) {
  .banner .banner-shape {
    width: 100%;
    max-width: 100%;
    height: 200px;
    background: #2A7B9B;
    background: linear-gradient(0deg, rgb(42, 123, 155) 0%, rgba(15, 24, 33, 0) 0%, rgb(15, 24, 33) 99%);
  }
}
@media (max-width: 991px) {
  .banner .banner-shape img {
    display: none;
  }
}
.banner .container {
  position: relative;
  z-index: 2;
}
.banner h1 {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .banner h1 br {
    display: none;
  }
}
.banner .wrap {
  padding-left: 50px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .banner .wrap {
    padding-left: 0;
  }
}
.banner .wrap p {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner .wrap p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .banner .wrap p br {
    display: none;
  }
}
.banner .wrap p span {
  font-weight: 500;
}
.banner .wrap a.more {
  margin-top: 20px;
}

.head {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .head {
    margin-bottom: 25px;
  }
}
.head h2 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .head h2 {
    margin-bottom: 15px;
  }
}
.head p {
  font-size: 20px;
  display: flex;
  justify-content: center;
  max-width: 890px;
  margin: 0 auto 12px;
  color: #80868d;
}
@media (max-width: 767px) {
  .head p {
    font-size: 16px;
    line-height: 24px;
  }
}
.head p span {
  font-weight: 500;
  color: #0f1821;
}
.head h6 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .head h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .head h6 {
    font-size: 16px;
  }
}

.services {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .services {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .services {
    padding: 50px 0;
  }
}
.services .owl-services .item .inner {
  display: flex;
}
@media (max-width: 575px) {
  .services .owl-services .item .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.services .owl-services .item .inner .icon {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  background-color: #F2F3F3;
}
@media (max-width: 575px) {
  .services .owl-services .item .inner .icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.services .owl-services .item .inner .icon img {
  width: 60px;
}
.services .owl-services .item .inner .text h6 {
  margin-bottom: 15px;
}
.services .owl-services .item .inner .text p {
  line-height: 20px;
  margin-bottom: 0;
}

.evaluation {
  background-color: #F2F3F3;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .evaluation {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .evaluation {
    padding: 50px 0;
  }
}
.evaluation.light-bg .owl-evaluation .item .evaluation-wrap .evaluation-box .inner {
  background-color: #F2F3F3;
}
.evaluation.light-bg .owl-evaluation .item .evaluation-wrap .evaluation-box .inner .icon::before {
  background-color: #F2F3F3;
}
@media (max-width: 575px) {
  .evaluation .owl-evaluation .item .evaluation-wrap {
    display: flex;
    margin: 0 -12px;
  }
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box {
  padding: 12px;
  width: 100%;
}
@media (max-width: 575px) {
  .evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box {
    padding: 6px;
  }
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  min-height: 350px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: 600ms all;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  .evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner {
    min-height: 200px;
    text-align: left;
  }
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner .icon {
  position: relative;
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner .icon img {
  width: 65px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner .icon img {
    width: 50px;
  }
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner .icon::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: 600ms all;
  left: 0;
  top: -8px;
}
@media (max-width: 575px) {
  .evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner .icon::before {
    width: 60px;
    height: 60px;
  }
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner h6 {
  margin-top: auto;
  transition: 600ms all;
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner .text-wrap {
  margin-top: auto;
  transition: 600ms all;
  position: absolute;
  bottom: -100%;
  left: 25px;
  right: 25px;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner .text-wrap {
    display: none;
  }
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner .text-wrap h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner .text-wrap p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  transition: 600ms all;
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner:hover {
  background-color: #FFF000;
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner:hover h6 {
  opacity: 0;
}
@media (max-width: 575px) {
  .evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner:hover h6 {
    opacity: 1;
  }
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner:hover .icon::before {
  left: 20px;
}
@media (max-width: 575px) {
  .evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner:hover .icon::before {
    left: 10px;
  }
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner:hover .text-wrap {
  margin: 0;
  bottom: 50px;
  background-color: #FFF000;
}
@media (max-width: 575px) {
  .evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner:hover .text-wrap {
    bottom: 25px;
  }
}
.evaluation .owl-evaluation .item .evaluation-wrap .evaluation-box .inner:hover .text-wrap h6 {
  margin-bottom: 15px;
  opacity: 1;
}

.team .head {
  margin-bottom: 0;
}
.team .head ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .head ul li .inner img {
  height: 65px;
}
.team .team-text-wrap {
  background-color: #FFF000;
  text-align: center;
  padding: 65px 0 45px;
}
@media (max-width: 767px) {
  .team .team-text-wrap {
    padding: 50px 0 30px;
  }
}
.team .team-text-wrap .head {
  text-align: center;
}
.team .team-text-wrap .head h2 {
  margin-bottom: 20px;
}
.team .team-text-wrap .head p {
  display: flex;
  justify-content: center;
  max-width: 710px;
  margin: 0px auto 15px;
  color: #0f1821;
}
.team .team-text-wrap .head p span {
  font-weight: 500;
}
.team .team-members-wrap {
  padding: 48px 0 78px;
}
@media (max-width: 991px) {
  .team .team-members-wrap {
    padding: 40px 0 60px;
  }
}
@media (max-width: 767px) {
  .team .team-members-wrap {
    padding: 30px 0 50px;
  }
}
.team .team-members-wrap .owl-team .item {
  text-align: center;
}
@media (max-width: 575px) {
  .team .team-members-wrap .owl-team .item .inner .team-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
.team .team-members-wrap .owl-team .item .inner .team-wrap .team-box {
  padding: 12px;
}
@media (max-width: 575px) {
  .team .team-members-wrap .owl-team .item .inner .team-wrap .team-box {
    width: 50%;
  }
}
.team .team-members-wrap .owl-team .item .inner .team-wrap .team-box .inner-box {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  transition: 600ms all;
  overflow: hidden;
  position: relative;
  background-color: #F2F3F3;
  min-height: 200px;
  padding: 0;
}
.team .team-members-wrap .owl-team .item .inner .team-wrap .team-box .inner-box::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #2A7B9B;
  background: linear-gradient(0deg, rgb(42, 123, 155) 0%, rgb(8, 0, 0) 0%, rgba(5, 0, 0, 0) 100%);
  opacity: 0;
  transition: 600ms all;
}
.team .team-members-wrap .owl-team .item .inner .team-wrap .team-box .inner-box .text-wrap {
  margin-top: auto;
  transition: 600ms all;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F2F3F3;
  padding: 10px;
  z-index: 2;
}
.team .team-members-wrap .owl-team .item .inner .team-wrap .team-box .inner-box .text-wrap h6 {
  font-size: 15px;
  margin-bottom: 0px;
  transition: 600ms all;
}
.team .team-members-wrap .owl-team .item .inner .team-wrap .team-box .inner-box .text-wrap p {
  font-size: 11px;
  line-height: 20px;
  transition: 600ms all;
}
.team .team-members-wrap .owl-team .item .inner .team-wrap .team-box .inner-box:hover {
  background-color: #FFF000;
  transform: scale(1.05);
}
.team .team-members-wrap .owl-team .item .inner .team-wrap .team-box .inner-box:hover:after {
  opacity: 1;
  height: 60%;
}
.team .team-members-wrap .owl-team .item .inner .team-wrap .team-box .inner-box:hover .text-wrap {
  background-color: transparent;
}
.team .team-members-wrap .owl-team .item .inner .team-wrap .team-box .inner-box:hover .text-wrap h6 {
  color: #FFF000;
}
.team .team-members-wrap .owl-team .item .inner .team-wrap .team-box .inner-box:hover .text-wrap p {
  color: #ffffff;
}
.team .team-members-wrap .nav-tabs {
  justify-content: center;
  border-bottom: none;
  margin-bottom: 25px;
}
.team .team-members-wrap .nav-tabs .nav-item .nav-link {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 18px;
  border-radius: 6px;
  border: none !important;
  color: #000000;
}
.team .team-members-wrap .nav-tabs .nav-item .nav-link.active {
  border: none;
  background-color: #FFF000;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav button {
  width: 28px;
  height: 28px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F3F3 !important;
  margin: 0 5px;
  font-size: 24px;
}
.owl-carousel .owl-nav button span {
  font-size: 30px;
  line-height: 0;
  height: 5px;
}
.owl-carousel.owl-evaluation .owl-nav button {
  background-color: #000000 !important;
}
.owl-carousel.owl-evaluation .owl-nav button span {
  color: #ffffff;
}
.owl-carousel.owl-real-estate .owl-nav button {
  background-color: #ffffff !important;
}
.owl-carousel.owl-real-estate .owl-nav button span {
  color: #000000;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.owl-carousel .owl-dots button {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #000000;
  margin: 0 5px;
}
.owl-carousel .owl-dots button.active {
  width: 10px;
  height: 10px;
}

.statistic {
  overflow: hidden;
  background-color: #F2F3F3;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .statistic {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .statistic {
    padding: 50px 0;
  }
}
.statistic .left .inner {
  padding-right: 0px;
}
.statistic .left .inner h2 {
  margin-bottom: 15px;
}
.statistic .left .inner p {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .statistic .left .inner p {
    font-size: 16px;
  }
}
.statistic .left .inner p span {
  font-weight: 500;
}
.statistic .left .inner .counter-row {
  padding: 25px 0;
  border-top: 2px solid rgba(172, 176, 179, 0.3);
}
@media (max-width: 575px) {
  .statistic .left .inner .counter-row {
    text-align: center;
  }
}
.statistic .left .inner .counter-row:nth-of-type(2) {
  font-size: 30px;
  font-weight: 600;
}
.statistic .left .inner .counter-row:nth-of-type(2) p {
  font-size: 14px;
}
.statistic .left .inner .counter-row:nth-of-type(3) p {
  font-size: 14px;
  max-width: 314px;
  line-height: 20px;
}
.statistic .left .inner .counter-row p {
  margin-bottom: 10px;
}
.statistic .left .inner .counter-row .count-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .statistic .left .inner .counter-row .count-wrap {
    justify-content: center;
  }
}
.statistic .left .inner .counter-row .count-box {
  display: flex;
  margin: 0 -12px;
  align-items: center;
}
@media (max-width: 767px) {
  .statistic .left .inner .counter-row .count-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .statistic .left .inner .counter-row .count-box {
    flex-direction: column;
  }
}
.statistic .left .inner .counter-row .count-box .text {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .statistic .left .inner .counter-row .count-box .text {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .statistic .left .inner .counter-row .count-box .text br {
    display: none;
  }
}
.statistic .left .inner .counter-row .count-box div {
  padding: 0 12px;
  font-size: 50px;
  font-weight: 700;
}
.statistic .left .inner .counter-row .count-box div h1 {
  font-size: 70px;
  line-height: 72px;
  font-weight: 700;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .statistic .left .inner .counter-row .count-box div h1 {
    font-size: 50px;
    line-height: 52px;
  }
}
.statistic .left .inner .counter-row ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -12px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .statistic .left .inner .counter-row ul {
    justify-content: center;
  }
}
.statistic .left .inner .counter-row ul li {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .statistic .left .inner .counter-row ul li {
    padding: 12px;
    text-align: center;
  }
}
.statistic .left .inner .counter-row ul li .count {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .statistic .left .inner .counter-row ul li .count {
    justify-content: center;
  }
}
.statistic .left .inner .counter-row ul li .count span {
  font-size: 36px;
}
.statistic .right {
  position: relative;
}
.statistic .right .inner {
  margin-left: 100px;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1399px) {
  .statistic .right .inner {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .statistic .right .inner {
    margin-left: 0px;
  }
}
.statistic .right .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.statistic .right .box-wrap {
  position: absolute;
  left: 70px;
  bottom: 80px;
}
@media (max-width: 1399px) {
  .statistic .right .box-wrap {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .statistic .right .box-wrap {
    left: 50px;
    bottom: 40px;
  }
}
@media (max-width: 575px) {
  .statistic .right .box-wrap {
    left: 30px;
    right: 30px;
    bottom: 15px;
    display: flex;
    margin: 0 -5px;
    justify-content: center;
  }
}
.statistic .right .box-wrap .box {
  width: 150px;
  height: 110px;
  margin-top: 40px;
  background-color: #FFF000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media (max-width: 575px) {
  .statistic .right .box-wrap .box {
    width: 120px;
    margin: 0 5px;
  }
}
.statistic .right .box-wrap .box .wrap h2 {
  font-size: 50px;
}
@media (max-width: 575px) {
  .statistic .right .box-wrap .box .wrap h2 {
    font-size: 30px;
  }
}
.statistic .right .box-wrap .box .wrap h2 span {
  font-size: 36px;
}
.statistic .right .box-wrap .box .wrap p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 16px;
}
.statistic .custom-outer {
  width: calc(100% - (-50vw + 50%));
  float: left;
}
@media (max-width: 991px) {
  .statistic .custom-outer {
    width: 100%;
  }
}
.statistic .custom-outer .right .inner {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 991px) {
  .statistic .custom-outer .right .inner {
    border-radius: 10px;
  }
}

.custom-outer {
  width: calc(100% - (-50vw + 50%));
  float: left;
}
@media (max-width: 991px) {
  .custom-outer {
    width: 100%;
  }
}

.clients {
  overflow: hidden;
  background-color: #242B33;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .clients {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .clients {
    padding: 50px 0;
  }
}
.clients .head h2 {
  color: #FFF000;
}
.clients .head p {
  color: #909499;
  max-width: 800px;
  margin: 0 auto 15px;
}
.clients .head p span {
  color: #ffffff;
}
.clients.contracting .head {
  margin-bottom: 0;
}
.clients.contracting .head h2 {
  position: relative;
  display: flex;
  justify-content: center;
}
.clients.contracting .head h2 span {
  background-color: #242B33;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  color: #95999d;
}
.clients.contracting .head h2::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 17px;
  height: 1px;
  background-color: #323e48;
}

.clients-tab .cl-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  justify-content: center;
  position: relative;
}
.clients-tab .cl-ul::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 0) 0%, rgb(36, 43, 51) 0%, rgba(36, 43, 51, 0) 99%);
}
@media (max-width: 575px) {
  .clients-tab .cl-ul::after {
    display: none;
  }
}
.clients-tab .cl-ul::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 0) 0%, rgba(36, 43, 51, 0) 0%, rgb(36, 43, 51) 100%, rgba(36, 43, 51, 0) 99%);
}
@media (max-width: 575px) {
  .clients-tab .cl-ul::before {
    display: none;
  }
}
.clients-tab .cl-ul li {
  width: 14.285%;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .clients-tab .cl-ul li {
    width: auto;
    max-width: 130px;
  }
}
@media (max-width: 575px) {
  .clients-tab .cl-ul li {
    max-width: 110px;
  }
}
.clients-tab .cl-ul li .inner {
  padding: 10px;
}
@media (max-width: 575px) {
  .clients-tab .cl-ul li .inner {
    padding: 4px 2px;
  }
}
.clients-tab .cl-ul li .inner img {
  width: 100%;
}
.clients-tab .nav-tabs {
  justify-content: center;
  border-top: 1px solid #303841;
  border-bottom: 1px solid #303841;
}
@media (max-width: 575px) {
  .clients-tab .nav-tabs {
    padding: 15px 0;
  }
}
.clients-tab .nav-tabs .nav-item {
  padding: 0 15px;
}
.clients-tab .nav-tabs .nav-item .nav-link {
  color: #909499;
  background-color: transparent;
  border: navajowhite;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .clients-tab .nav-tabs .nav-item .nav-link {
    padding: 10px 0 0px;
    margin-bottom: 5px;
  }
}
.clients-tab .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none;
  position: relative;
}
.clients-tab .nav-tabs .nav-item .nav-link.active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  background-color: #FFF000;
}
@media (max-width: 575px) {
  .clients-tab .nav-tabs .nav-item .nav-link.active::after {
    height: 2px;
  }
}
.clients-tab .tab-content {
  padding: 25px 0 0;
  position: relative;
}

.clients-tab .nav-tabs {
  justify-content: center;
  border-top: 1px solid #303841;
  border-bottom: 1px solid #303841;
}
@media (max-width: 575px) {
  .clients-tab .nav-tabs {
    padding: 15px 0;
  }
}
.clients-tab .nav-tabs .nav-item {
  padding: 0 15px;
}
.clients-tab .nav-tabs .nav-item .nav-link {
  color: #909499;
  background-color: transparent;
  border: navajowhite;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .clients-tab .nav-tabs .nav-item .nav-link {
    padding: 10px 0 0px;
    margin-bottom: 5px;
  }
}
.clients-tab .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none;
  position: relative;
}
.clients-tab .nav-tabs .nav-item .nav-link.active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  background-color: #FFF000;
}
@media (max-width: 575px) {
  .clients-tab .nav-tabs .nav-item .nav-link.active::after {
    height: 2px;
  }
}
.clients-tab .tab-content {
  padding: 25px 0 0;
  position: relative;
}
.clients-tab .tab-content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 0) 0%, rgb(36, 43, 51) 0%, rgba(36, 43, 51, 0) 99%);
}
@media (max-width: 575px) {
  .clients-tab .tab-content::after {
    display: none;
  }
}
.clients-tab .tab-content::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 0) 0%, rgba(36, 43, 51, 0) 0%, rgb(36, 43, 51) 100%, rgba(36, 43, 51, 0) 99%);
}
@media (max-width: 575px) {
  .clients-tab .tab-content::before {
    display: none;
  }
}
.clients-tab .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  justify-content: center;
}
.clients-tab .tab-content ul li {
  width: 14.285%;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .clients-tab .tab-content ul li {
    width: auto;
    max-width: 130px;
  }
}
@media (max-width: 575px) {
  .clients-tab .tab-content ul li {
    max-width: 110px;
  }
}
.clients-tab .tab-content ul li .inner {
  padding: 10px;
}
@media (max-width: 575px) {
  .clients-tab .tab-content ul li .inner {
    padding: 4px 2px;
  }
}
.clients-tab .tab-content ul li .inner img {
  width: 100%;
}
.evaluation-method {
  background: #FFF000 url(../images/method-bg.png) no-repeat bottom right;
  background-size: 100%;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .evaluation-method {
    padding: 60px 0;
    background: #FFF000;
  }
}
@media (max-width: 767px) {
  .evaluation-method {
    padding: 50px 0;
  }
}
.evaluation-method .left .inner.show-more {
  position: relative;
}
.evaluation-method .left .inner.show-more::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 70%;
  height: 150px;
  background: #2A7B9B;
  background: linear-gradient(0deg, rgb(42, 123, 155) 0%, rgb(255, 240, 0) 0%, rgba(255, 240, 0, 0) 99%);
  opacity: 1;
  transition: 600ms all;
}
@media (max-width: 991px) {
  .evaluation-method .left .inner.show-more::after {
    width: 100%;
  }
}
.evaluation-method .left .inner.show-more.show::after {
  height: 0;
  opacity: 0;
}
.evaluation-method .left h2 {
  margin-bottom: 20px;
}
.evaluation-method .left p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .evaluation-method .left p {
    font-size: 16px;
  }
}
.evaluation-method .left p span {
  font-weight: 600;
}
.evaluation-method .left ul {
  margin-bottom: 20px;
}
.evaluation-method .left ul li {
  font-size: 20px;
}
.evaluation-method .left a.more {
  background-color: #ffffff;
  color: #000000;
  margin-top: 25px;
  z-index: 2;
  position: relative;
}
.evaluation-method .left a.more:hover {
  background-color: #000000;
  color: #ffffff;
}
.evaluation-method .left a.more.hide {
  display: none;
}

.moretext {
  display: none;
}

a.more.read {
  margin-top: 0 !important;
}

.real-estate {
  background-color: #F2F3F3;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .real-estate {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .real-estate {
    padding: 50px 0;
  }
}
.real-estate .head h2 {
  margin-bottom: 0;
}
.real-estate .owl-real-estate .owl-stage-outer {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .real-estate .owl-real-estate .owl-stage-outer {
    padding: 15px 0;
  }
}
.real-estate .owl-real-estate .owl-item .item {
  transition: 600ms all;
}
.real-estate .owl-real-estate .owl-item .item .inner {
  width: 100%;
  background-color: #FFF000;
  border-radius: 15px;
  overflow: hidden;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: 600ms all;
  position: relative;
}
.real-estate .owl-real-estate .owl-item .item .inner .c-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  opacity: 0;
}
.real-estate .owl-real-estate .owl-item .item .inner .c-logo img {
  width: auto;
}
.real-estate .owl-real-estate .owl-item.center .item {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.real-estate .owl-real-estate .owl-item.center .item .inner {
  border-radius: 10px;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.real-estate .owl-real-estate .owl-item.center .item .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.real-estate .owl-real-estate .owl-item.center .item .inner .c-logo {
  opacity: 1;
}
.real-estate .owl-real-estate .owl-item.center .item .inner .c-logo img {
  width: auto;
  transform: scale(0.8);
}

.communication {
  background-color: #FFF000;
  padding: 50px 12px;
}
.communication .left {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .communication .left {
    justify-content: center;
  }
}
.communication .left h2 {
  margin-bottom: 0;
}
.communication .left h2 span {
  font-weight: 700;
}
.communication .right ul {
  display: flex;
  justify-content: flex-start;
  margin: 0 -12px;
}
@media (max-width: 1199px) {
  .communication .right ul {
    justify-content: center;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .communication .right ul {
    flex-wrap: wrap;
  }
}
.communication .right ul li {
  padding: 0 12px;
  width: 150px;
}
@media (max-width: 767px) {
  .communication .right ul li {
    padding: 0 6px;
  }
}
@media (max-width: 575px) {
  .communication .right ul li {
    width: 50%;
    padding: 6px;
  }
}
.communication .right ul li a {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  min-height: 130px;
  height: 100%;
}
@media (max-width: 767px) {
  .communication .right ul li a {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .communication .right ul li a {
    text-align: left;
  }
}
.communication .right ul li a .icon {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.communication .right ul li a .icon img {
  width: 29px;
  filter: grayscale(1) invert(1);
  -webkit-filter: grayscale(1) invert(1);
}
.communication .right ul li a .ttl {
  margin-top: auto;
  font-weight: 600;
  line-height: 18px;
}
.communication .right ul li a:hover {
  background-color: #000000;
  color: #FFF000;
}
.communication .right ul li a:hover .icon img {
  filter: grayscale(0) invert(0);
  -webkit-filter: grayscale(0) invert(0);
}

.contact {
  background-color: #F2F3F3;
  overflow: hidden;
}
.contact .container {
  display: block;
}
.contact .container .custom-outer {
  width: calc(100% - (-50vw + 50%));
  float: left;
}
@media (max-width: 767px) {
  .contact .container .custom-outer {
    width: 100%;
  }
}
.contact .container .custom-outer .contact-left {
  padding: 50px 50px 50px 12px;
}
@media (max-width: 991px) {
  .contact .container .custom-outer .contact-left {
    padding: 50px 12px;
  }
}
.contact .container .custom-outer .contact-left h2 {
  text-transform: uppercase;
}
.contact .container .custom-outer .contact-left p {
  color: #80868d;
}
.contact .container .custom-outer .contact-left form input, .contact .container .custom-outer .contact-left form textarea {
  width: 100%;
  min-height: 45px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block;
  transition: 600ms all;
}
.contact .container .custom-outer .contact-left form input[type=submit], .contact .container .custom-outer .contact-left form textarea[type=submit] {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
.contact .container .custom-outer .contact-left form input[type=submit]:hover, .contact .container .custom-outer .contact-left form textarea[type=submit]:hover {
  background-color: #FFF000;
  color: #000000;
}
.contact .container .custom-outer .contact-left form textarea {
  height: 100px;
}
.contact .container .custom-outer .contact-left .contact-details ul {
  margin-top: 30px;
}
.contact .container .custom-outer .contact-left .contact-details ul li {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  color: #80868d;
}
.contact .container .custom-outer .contact-left .contact-details ul li a {
  display: flex;
  align-items: center;
}
.contact .container .custom-outer .contact-left .contact-details ul li span {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact .container .custom-outer .contact-left .contact-details ul li span img {
  width: 100%;
}
@media (max-width: 767px) {
  .contact .container .custom-outer .contact-right {
    margin-bottom: 50px;
  }
}
.contact .container .custom-outer .contact-right iframe {
  width: 100% !important;
  min-height: 300px;
}

.input-wrap {
  position: relative;
}
.input-wrap input, .input-wrap textarea {
  padding-left: 35px !important;
}
.input-wrap .icon {
  position: absolute;
  width: 15px;
  left: 10px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.input-wrap .icon img {
  max-width: 15px;
}

footer {
  background-color: #0F1821;
  overflow: hidden;
}
footer .foot-logo {
  background-color: rgb(25, 34, 42);
  position: relative;
}
@media (max-width: 767px) {
  footer .foot-logo {
    background-color: transparent;
  }
}
footer .foot-logo .inner {
  padding: 50px 25px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer .foot-logo .inner {
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  footer .foot-logo .inner {
    padding: 25px 0px;
    justify-content: flex-start;
  }
}
footer .foot-logo .inner img {
  width: 166px;
  height: 54px;
  position: relative;
  z-index: 1;
}
footer .foot-logo::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  bottom: 0;
  width: 500px;
  background-color: rgb(25, 34, 42);
}
@media (max-width: 767px) {
  footer .foot-logo::before {
    display: none;
  }
}
footer .foot-box .inner {
  padding: 50px 25px;
}
@media (max-width: 991px) {
  footer .foot-box .inner {
    padding: 35px 25px;
  }
}
@media (max-width: 991px) {
  footer .foot-box .inner {
    padding: 25px 0px;
  }
}
footer .foot-box .inner h6 {
  color: #ffffff;
  margin-bottom: 10px;
}
footer .foot-box .inner ul li a {
  color: #50565E;
}
footer .copy {
  background-color: #242b33;
  padding: 15px 0;
}
footer .copy .outer {
  display: flex;
  margin: 0 -40px;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .copy .outer {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .copy .outer {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
footer .copy .outer li {
  padding: 0 40px;
  border-right: 1px solid #565a5f;
  display: flex;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer .copy .outer li {
    border-right: none;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #353e48;
    padding: 10px 0;
  }
}
footer .copy .outer li:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  footer .copy .outer li:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  footer .copy .outer li:last-child {
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
  }
}
@media (max-width: 991px) {
  footer .copy .outer li:nth-of-type(2) {
    border-right: none;
  }
}
footer .copy .outer li p {
  margin-bottom: 0;
  color: #7f848b;
}
footer .copy .outer li ul {
  margin: 0 -6px;
  display: flex;
  align-items: center;
}
footer .copy .outer li ul li {
  padding: 0 6px;
  border: none;
  margin-top: 0 !important;
}
footer .copy .outer li ul li a img {
  width: 18px;
}
footer .copy .outer li ul li img {
  width: auto;
  height: 30px;
  filter: brightness(0) invert(1);
  opacity: 0.3;
}

.property-services {
  background-color: #F2F3F3;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .property-services {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .property-services {
    padding: 50px 0;
  }
}
.property-services .head p:last-child {
  color: #80878e;
}
.property-services .item .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: center;
  background-color: #ffffff;
  padding: 35px;
  border-radius: 15px;
}
.property-services .item .inner .icon {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .property-services .item .inner .icon {
    width: 80px;
    height: 80px;
  }
}
.property-services .item .inner .icon::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #FFF000;
  transition: 600ms all;
  right: -5px;
  top: 30px;
}
@media (max-width: 767px) {
  .property-services .item .inner .icon::before {
    width: 60px;
    height: 60px;
    top: 15px;
  }
}
.property-services .item .inner .icon img {
  width: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .property-services .item .inner .icon img {
    width: 70px;
    height: 70px;
  }
}
.property-services .item .inner .text h6 {
  margin-bottom: 0px;
}
.property-services.light-bg {
  background-color: #ffffff;
}
.property-services.light-bg .nav-tabs {
  justify-content: center;
  border-bottom: none;
  margin-bottom: 25px;
}
.property-services.light-bg .nav-tabs .nav-item .nav-link {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  border-radius: 0;
  border: none !important;
  color: #000000;
  margin: 0 5px;
  padding-bottom: 7px;
}
.property-services.light-bg .nav-tabs .nav-item .nav-link.active {
  border: none;
  font-weight: 600;
  border-bottom: 2px solid #FFF000 !important;
}
.property-services.light-bg .item .inner {
  background-color: #F2F3F3;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -50px !important;
}

.managed-property {
  background-color: #F2F3F3;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .managed-property {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .managed-property {
    padding: 50px 0;
  }
}
.managed-property .left h2 {
  margin-bottom: 15px;
}
.managed-property .left p span {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .managed-property .left p span {
    font-size: 16px;
    line-height: 24px;
  }
}
.managed-property .left .show-more {
  position: relative;
}
.managed-property .left .show-more::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: #F2F3F3;
  background: linear-gradient(0deg, rgb(242, 243, 243) 0%, rgba(242, 243, 243, 0.44) 100%);
  opacity: 1;
  transition: 600ms all;
}
.managed-property .left .show-more.show::after {
  display: none;
}
.managed-property .left a.more {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: #000000;
}
.managed-property .left a.more.hide {
  display: none;
}
.managed-property .right {
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .managed-property .right {
    padding-left: 12px;
    margin-top: 25px;
  }
}
.managed-property .right .swiper-slide {
  margin-right: 24px;
  margin-bottom: 30px;
}
.managed-property .right .swiper-slide .inner {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.managed-property .right .swiper-slide .inner h6 {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 25px;
  text-align: center;
  color: #ffffff;
}
.managed-property .custom-outer {
  float: none;
}
@media (max-width: 991px) {
  .managed-property .custom-outer {
    width: calc(100% - (-50vw + 50%));
  }
}
@media (max-width: 767px) {
  .managed-property .custom-outer {
    width: 100%;
  }
}

.legal-services {
  padding: 90px 0;
  background: url(../images/legal-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .legal-services {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .legal-services {
    padding: 50px 0;
  }
}
.legal-services::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #323e48;
  opacity: 0.8;
}
.legal-services .container {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.legal-services .container .head {
  padding-bottom: 50px;
  position: relative;
}
.legal-services .container .head::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: #FFF000;
}
.legal-services .container .head p span {
  color: #ffffff;
}
.legal-services .container .wrap {
  padding: 0 25px;
}
.legal-services .container .wrap ul {
  padding-left: 35px;
}
.legal-services .container .wrap ul li {
  font-size: 20px;
  font-weight: 300;
  list-style: decimal;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .legal-services .container .wrap ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.leasing {
  background-color: #FFF000;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .leasing {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .leasing {
    padding: 50px 0;
  }
}
.leasing .owl-leasing .owl-nav {
  margin-top: 50px;
}
.leasing .owl-leasing .owl-nav button {
  background-color: #000000 !important;
}
.leasing .owl-leasing .owl-nav button span {
  color: #ffffff;
}
.leasing .owl-leasing .item {
  display: flex;
  justify-content: center;
}
.leasing .owl-leasing .item .inner {
  text-align: center;
  max-width: 700px;
  padding: 0 50px;
}
.leasing .owl-leasing .item .inner img {
  max-width: 70px;
  margin: 0px auto;
}
.leasing .owl-leasing .item .inner h2 {
  margin: 25px 0;
}
.leasing .owl-leasing .item .inner p {
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .leasing .owl-leasing .item .inner p {
    font-size: 16px;
    line-height: 24px;
  }
}

.dev-service {
  overflow: hidden;
  background-color: #F2F3F3;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .dev-service {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .dev-service {
    padding: 50px 0;
  }
}
.dev-service .left .inner {
  padding-right: 0px;
}
.dev-service .left .inner p {
  margin: 15px 0;
}
.dev-service .left .inner p span {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .dev-service .left .inner p span {
    font-size: 16px;
    line-height: 24px;
  }
}
.dev-service .left .inner ul {
  margin-left: 80px;
}
.dev-service .left .inner ul li {
  color: #101820;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  list-style: disc;
  list-style-position: outside;
}
@media (max-width: 767px) {
  .dev-service .left .inner ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .dev-service .left .inner ul li {
    text-align: left;
  }
}
.dev-service .right {
  position: relative;
}
@media (max-width: 991px) {
  .dev-service .right {
    margin-top: 25px;
  }
}
.dev-service .right .inner {
  margin-left: 100px;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1399px) {
  .dev-service .right .inner {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .dev-service .right .inner {
    margin-left: 0px;
  }
}
.dev-service .right .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.dev-service .right .box-wrap {
  position: absolute;
  left: 70px;
  bottom: 80px;
}
@media (max-width: 1399px) {
  .dev-service .right .box-wrap {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .dev-service .right .box-wrap {
    left: 50px;
    bottom: 40px;
  }
}
.dev-service .right .box-wrap .box {
  width: 150px;
  height: 110px;
  margin-top: 40px;
  background-color: #FFF000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.dev-service .right .box-wrap .box .wrap h2 {
  font-size: 50px;
}
.dev-service .right .box-wrap .box .wrap h2 span {
  font-size: 36px;
}
.dev-service .right .box-wrap .box .wrap p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 16px;
}
.dev-service .custom-outer {
  width: calc(100% - (-50vw + 50%));
  float: left;
}
@media (max-width: 991px) {
  .dev-service .custom-outer {
    width: 100%;
  }
}
.dev-service .custom-outer .right .inner {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 991px) {
  .dev-service .custom-outer .right .inner {
    border-radius: 10px;
  }
}

.value {
  background: url(../images/icons/value-shape.svg) no-repeat top left;
  background-size: 100%;
  padding: 50px 0 90px;
  margin-top: -2px;
}
@media (max-width: 991px) {
  .value {
    padding: 50px 0 60px;
  }
}
@media (max-width: 767px) {
  .value {
    padding: 50px 0 50px;
  }
}
.value ul {
  display: flex;
  margin: 0 -30px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .value ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
}
.value ul li {
  padding: 0 30px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .value ul li {
    padding: 10px 0;
  }
}
.value ul li .inner {
  background-color: #FFF000;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .value ul li .inner {
    width: 180px;
    height: 180px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .value ul li .inner {
    width: 150px;
    height: 150px;
  }
}
.value ul li .inner h2 {
  font-weight: 400;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .value ul li .inner h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .value ul li .inner h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .value ul li .inner h2 {
    font-size: 20px;
  }
}
.value ul li .inner a {
  width: 50px;
  height: 50px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .value ul li .inner a {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .value ul li .inner a {
    width: 30px;
  }
}
.value ul li .inner p {
  margin: 20px 0;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .value ul li .inner p {
    margin: 10px 0;
  }
}
.value ul li:nth-of-type(2) {
  width: 50%;
}
.value ul li:nth-of-type(2) .inner {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  padding: 120px;
  position: relative;
}
@media (max-width: 1199px) {
  .value ul li:nth-of-type(2) .inner {
    width: 400px;
    height: 400px;
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .value ul li:nth-of-type(2) .inner {
    width: 300px;
    height: 300px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .value ul li:nth-of-type(2) .inner {
    width: 250px;
    height: 250px;
    padding: 10px;
  }
}
.value ul li:nth-of-type(2) .inner::after {
  position: absolute;
  content: "";
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  border-radius: 50%;
  background: url(../images/icons/round-shape-01.svg);
}
@media (max-width: 991px) {
  .value ul li:nth-of-type(2) .inner::after {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
}
@media (max-width: 991px) {
  .value ul li:nth-of-type(2) h1 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .value ul li:nth-of-type(2) p {
    font-size: 14px;
  }
}

.resources {
  background-color: #FFF000;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .resources {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .resources {
    padding: 50px 0;
  }
}
.resources .head p {
  color: #0f1821;
}
.resources .listings .inner {
  position: relative;
}
.resources .listings .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding-left: 35px;
}
@media (max-width: 575px) {
  .resources .listings .inner ul {
    padding-left: 0;
    margin: 0;
  }
}
.resources .listings .inner ul li {
  padding: 5px 12px;
  width: 50%;
  font-size: 20px;
  list-style: disc;
}
@media (max-width: 767px) {
  .resources .listings .inner ul li {
    font-size: 14px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .resources .listings .inner ul li {
    list-style: none;
    padding: 0;
  }
}
.resources .listings .inner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 150px;
  background: #2A7B9B;
  background: linear-gradient(0deg, rgb(42, 123, 155) 0%, rgb(255, 240, 0) 0%, rgba(255, 240, 0, 0) 99%);
  opacity: 1;
  transition: 600ms all;
}
.resources .listings .inner.show::after {
  display: none;
}
.resources .listings a.more {
  position: relative;
  z-index: 2;
  margin: 0px auto;
  float: none;
  display: flex;
  max-width: 140px;
  border-color: #000000;
  color: #000000;
  margin-top: 30px !important;
}
.resources .listings a.more span {
  background-color: #000000;
}
.resources .listings a.more span img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.resources .listings a.more:hover {
  color: #ffffff;
}
.resources .listings a.more:hover span {
  background-color: #FFF000;
}
.resources .listings a.more:hover span img {
  filter: none;
  -webkit-filter: none;
}
.resources .listings a.more.hide {
  display: none;
}

.premier-projects {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .premier-projects {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .premier-projects {
    padding: 50px 0;
  }
}

.testimonials {
  background-color: #F2F3F3;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .testimonials {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .testimonials {
    padding: 50px 0;
  }
}
.testimonials .left h2 {
  margin-bottom: 15px;
}
.testimonials .left p {
  font-size: 18px;
}
.testimonials .left p span {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .testimonials .left p span {
    font-size: 16px;
    line-height: 24px;
  }
}
.testimonials .right {
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .testimonials .right {
    padding-left: 12px;
    margin-top: 25px;
  }
}
.testimonials .right .swiper-slide {
  filter: grayscale(1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  transition: 600ms all;
  transform: scale(0.8);
  margin-right: 0 !important;
}
.testimonials .right .swiper-slide.swiper-slide-active {
  filter: none;
  transform: scale(1);
  margin-right: 20px !important;
}
@media (max-width: 575px) {
  .testimonials .right .swiper-slide.swiper-slide-active {
    margin-right: 0px !important;
  }
}
.testimonials .right .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.02);
}
.testimonials .custom-outer {
  float: none;
}
@media (max-width: 991px) {
  .testimonials .custom-outer {
    width: calc(100% - (-50vw + 50%));
  }
}
@media (max-width: 767px) {
  .testimonials .custom-outer {
    width: 100%;
  }
}

.premier-projects .premier-pro-left .left-wrap .left-top .left-inner {
  min-height: 250px;
  background-color: #FFF000;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.premier-projects .premier-pro-left .left-wrap .left-top .left-inner p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .premier-projects .premier-pro-left .left-wrap .left-top .left-inner p {
    margin-bottom: 20px;
  }
}
.premier-projects .premier-pro-left .left-wrap .left-top .left-inner h2 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .premier-projects .premier-pro-left .left-wrap .left-top .left-inner h2 {
    margin-bottom: 30px;
  }
}
.premier-projects .premier-pro-left .left-wrap .left-top .left-inner .owl-carousel .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -10px;
  justify-content: space-between;
}
.premier-projects .premier-pro-left .left-wrap .left-top .left-inner .owl-carousel .owl-nav button {
  width: auto;
  height: auto;
  background-color: transparent !important;
}
.premier-projects .premier-pro-left .left-wrap .left-top .left-inner .owl-carousel .owl-nav button img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.premier-projects .premier-pro-left .left-wrap .left-top .left-inner .owl-carousel .owl-nav button.owl-prev img {
  margin-left: 0;
  margin-right: 5px;
  transform: rotate(180deg);
}
.premier-projects .premier-pro-left .left-wrap .left-bottom ul {
  display: flex;
  margin: 0 -10px;
}
.premier-projects .premier-pro-left .left-wrap .left-bottom ul li {
  padding: 10px;
}
.premier-projects .premier-pro-left .left-wrap .left-bottom ul li .inner {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.premier-projects .premier-pro-left .left-wrap .left-bottom ul li .inner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
}
.premier-projects .premier-pro-left .left-wrap .left-bottom ul li .inner .text {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 575px) {
  .premier-projects .premier-pro-left .left-wrap .left-bottom ul li .inner .text {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.premier-projects .premier-pro-left .left-wrap .left-bottom ul li .inner .text h6 {
  font-size: 20px;
}
.premier-projects .premier-pro-left .left-wrap .left-bottom ul li .inner .text p {
  font-size: 13px;
}
.premier-projects .premier-pro-right {
  padding-left: 8px;
}
@media (max-width: 767px) {
  .premier-projects .premier-pro-right {
    padding-left: 12px;
    margin-top: 10px;
  }
}
.premier-projects .premier-pro-right .right-wrap {
  height: 100%;
  padding-bottom: 10px;
}
.premier-projects .premier-pro-right .right-wrap .inner {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.premier-projects .premier-pro-right .right-wrap .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-carousel {
  height: 100%;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-carousel .owl-stage-outer {
  height: 100%;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .wrap {
  position: relative;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .wrap::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  z-index: 2;
  flex-direction: column;
  color: #ffffff;
}
@media (max-width: 575px) {
  .premier-projects .premier-pro-right .right-wrap .inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text {
    padding: 30px;
  }
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .top h2 {
  text-transform: uppercase;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .text .bottom {
  margin-top: auto;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-carousel .item {
  height: 100%;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-carousel .item .wrap {
  height: 100%;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-dots {
  position: absolute;
  left: 50px;
  right: 50px;
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
  bottom: 50px;
}
.premier-projects .premier-pro-right .right-wrap .inner .owl-dots button {
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .premier-projects .premier-pro-right .right-wrap .inner a.more {
    float: left;
  }
}
.premier-projects .premier-pro-right .right-wrap .inner a.more span {
  border-color: #FFF000;
}
.premier-projects .premier-pro-right .right-wrap .inner a.more span img {
  width: 15px;
  height: 17px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.machineries .grid-wrap .left {
  padding: 2px;
}
.machineries .grid-wrap .left .inner {
  height: 100%;
}
.machineries .grid-wrap .left .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.machineries .grid-wrap .right {
  padding: 0 0 0 2px;
}
.machineries .grid-wrap .right .right-wrap {
  display: flex;
  margin: 0 -2px;
}
.machineries .grid-wrap .right .right-wrap .box {
  width: 100%;
  padding: 2px;
}

.light-bg {
  background-color: #ffffff;
}

body.property .banner {
	    align-items: center !important;
}

.hash-bg {
  background-color: #F2F3F3;
}/*# sourceMappingURL=styles.css.map */