/*@Media Query Mixin*/
/*@Media Query Mixin End*/
.cust-border-l {
  position: relative;
  height: 100%;
}

.cust-border-l::after {
  content: '';
  position: absolute;
  left: -23%;
  width: 1px;
  top: 10%;
  height: 94%;
  background-color: #ccc;
}

@media screen and (max-width: 768px) {
  .cust-border-l::after {
    left: 0%;
    width: 100%;
    top: 0%;
    height: 1px;
  }
}

.clear {
  clear: both;
}

@media screen and (max-width: 500px) {
  .padl-m-0 {
    padding-left: 0;
  }
}

.bg-grad {
  background-image: -webkit-gradient(linear, left top, right top, from(#e1c16d), color-stop(#dcb966), color-stop(#d6b25f), color-stop(#d1aa58), to(#cba351));
  background-image: linear-gradient(to right, #e1c16d, #dcb966, #d6b25f, #d1aa58, #cba351);
}

h1 {
  font-size: 36px;
}

@media screen and (max-width: 1500px) {
  h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 30px;
}

@media screen and (max-width: 1500px) {
  h2 {
    font-size: 27px;
  }
}

@media screen and (max-width: 1300px) {
  h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

h3 {
  font-size: 24px;
}

@media screen and (max-width: 1500px) {
  h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1300px) {
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 20px;
}

@media screen and (max-width: 1500px) {
  h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1300px) {
  h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

.p-18 {
  font-size: 16px;
}

@media screen and (max-width: 1600px) {
  .p-18 {
    font-size: 15px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1500px) {
  .p-18 {
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .p-18 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 500px) {
  .p-18 {
    font-size: 13px;
    line-height: 20px;
  }
}

.p-16 {
  font-size: 15px;
}

@media screen and (max-width: 1600px) {
  .p-16 {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .p-16 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 500px) {
  .p-16 {
    font-size: 13px;
    line-height: 20px;
  }
}

.color-primary {
  color: #c6aa65;
}

.color-dark-gold {
  color: #a38e61;
}

.color-light-grey {
  color: #a09d9d;
}

.color-black {
  color: #535353;
}

.color-nav-light {
  color: #f3ebd9;
}

.bg-primary {
  background-color: #c6aa65;
}

.bg-mild-black {
  background-color: #535353;
}

.bg-light-dark {
  background-color: #4a4c4b;
}

button {
  color: #c6aa65;
  border: 1px solid #c6aa65;
  background: #4a4c4b;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 14px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
}

button:hover {
  color: #4a4c4b;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

@media screen and (max-width: 500px) {
  body {
    padding-bottom: 30px;
  }
}

.container {
  max-width: 81%;
}

@media screen and (max-width: 1700px) {
  .container {
    max-width: 88%;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 94%;
  }
}

@media screen and (max-width: 600px) {
  .container {
    max-width: 100%;
  }
}

.container-small {
  max-width: 62.66%;
}

@media screen and (max-width: 1600px) {
  .container-small {
    max-width: 68.66%;
  }
}

@media screen and (max-width: 1500px) {
  .container-small {
    max-width: 78.66%;
  }
}

@media screen and (max-width: 1400px) {
  .container-small {
    max-width: 84.66%;
  }
}

@media screen and (max-width: 500px) {
  .container-small {
    max-width: 93%;
  }
}

header .navbar {
  background: #535353;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 999px) {
  header .navbar {
    padding: 2% 0;
  }
}

@media screen and (max-width: 500px) {
  header .navbar {
    padding: 2.9% 4%;
  }
}

header .navbar button {
  background: unset;
}

header .navbar.scrolled {
  -webkit-box-shadow: 0 0 26px #00000080;
          box-shadow: 0 0 26px #00000080;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1280px) {
  header .navbar.scrolled .socialmedia {
    top: 14px;
  }
}

header .navbar.scrolled .navbar-brand {
  width: 9%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
  header .navbar.scrolled .navbar-brand {
    width: 10%;
  }
}

@media screen and (max-width: 1280px) {
  header .navbar.scrolled .navbar-brand {
    width: 9%;
  }
}

@media screen and (max-width: 999px) {
  header .navbar.scrolled .navbar-brand {
    width: 12%;
  }
}

@media screen and (max-width: 500px) {
  header .navbar.scrolled .navbar-brand {
    top: -13px;
    width: 19%;
  }
}

@media screen and (max-width: 360px) {
  header .navbar.scrolled .navbar-brand {
    top: -8px;
  }
}

header .navbar.scrolled .navbar-brand img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar.scrolled .navbar-nav {
  padding: 3% 0 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 500px) {
  header .navbar.scrolled .navbar-nav {
    padding-top: 6%;
  }
}

header .navbar .container {
  position: relative;
}

header .navbar .navbar-brand {
  position: absolute;
  left: 0;
  top: 0;
  width: 14%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-brand {
    width: 12%;
  }
}

@media screen and (max-width: 1280px) {
  header .navbar .navbar-brand {
    width: 10%;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 14%;
  }
}

@media screen and (max-width: 500px) {
  header .navbar .navbar-brand {
    top: -13px;
    width: 23%;
  }
}

@media screen and (max-width: 360px) {
  header .navbar .navbar-brand {
    top: -8px;
  }
}

header .navbar .navbar-brand img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .navbar-nav {
  padding: 5% 0 0;
}

@media screen and (max-width: 500px) {
  header .navbar .navbar-nav {
    padding-top: 2.9rem;
  }
}

header .navbar .navbar-nav li.nav-item a.nav-link {
  font-size: 17px;
  text-transform: uppercase;
  padding: .9rem 1.1rem;
  position: relative;
  color: #f3ebd9;
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 15px;
    padding: .5rem 1.1rem;
  }
}

@media screen and (max-width: 500px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 14px;
    padding: .5rem 0.35rem;
  }
}

header .navbar .navbar-nav li.nav-item a.nav-link::before {
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#e1c16d), color-stop(#dcb966), color-stop(#d6b25f), color-stop(#d1aa58), to(#cba351));
  background-image: linear-gradient(to right, #e1c16d, #dcb966, #d6b25f, #d1aa58, #cba351);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 7px;
  width: 0%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav li.nav-item a.nav-link::before {
    height: 4px;
  }
}

header .navbar .navbar-nav li.nav-item .dropdown-menu {
  background: #535353;
  border-radius: 0;
  border: 0;
  padding: 1rem;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item .dropdown-menu {
    padding: 0.5rem;
  }
}

header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: .5rem 0.35rem;
  }
}

header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover {
  color: #e1c16d;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .navbar-nav li.nav-item:hover a.nav-link {
  color: #fff;
}

header .navbar .navbar-nav li.nav-item:hover a.nav-link::before {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .navbar-nav li.nav-item.active a.nav-link {
  color: #fff;
}

header .navbar .navbar-nav li.nav-item.active a.nav-link::before {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .socialmedia {
  -webkit-transition: .4s;
  transition: .4s;
  position: absolute;
  right: 27px;
  top: 22px;
}

@media screen and (max-width: 768px) {
  header .navbar .socialmedia {
    display: none;
  }
}

header .navbar .socialmedia p {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 600;
}

header .navbar .socialmedia p a {
  text-decoration: none;
  color: #8e8e8e;
  margin: 0 3px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .socialmedia p a:hover {
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.nav_follow {
  position: fixed;
  top: 10px;
  right: 7.2%;
  font-size: 12px;
}

.left_righ {
  position: relative;
  -webkit-animation: left_righ 1.8s forwards;
  animation: left_righ 1.8s forwards;
  overflow: hidden;
}

.righ_left {
  position: relative;
  -webkit-animation: righ_left 1.8s forwards;
  animation: righ_left 1.8s forwards;
}

main {
  margin-top: 130px;
}

@media screen and (max-width: 1700px) {
  main {
    margin-top: 125px;
  }
}

@media screen and (max-width: 1600px) {
  main {
    margin-top: 122px;
  }
}

@media screen and (max-width: 1500px) {
  main {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1300px) {
  main {
    margin-top: 96px;
  }
}

@media screen and (max-width: 1024px) {
  main {
    margin-top: 84px;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 55px;
  }
}

@media screen and (max-width: 500px) {
  main {
    margin-top: 54px;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item .mob-effect {
    padding-top: 6%;
    padding-bottom: 1% !important;
    background: #00000087;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item .mob-effect-2 {
    background: #ffffff87;
  }
}

#Hm_banner #Hmslider .carousel-item .d-block {
  -webkit-animation: animationimg 6s forwards;
  animation: animationimg 6s forwards;
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item .d-block.w-100 {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: left;
       object-position: left;
  }
}

#Hm_banner #Hmslider .carousel-item .overltxt {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  top: 25%;
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item .overltxt {
    top: 28%;
  }
}

#Hm_banner #Hmslider .carousel-item .overltxt.sec4 h1, #Hm_banner #Hmslider .carousel-item .overltxt.sec3 h1 {
  color: transparent;
}

#Hm_banner #Hmslider .carousel-item .overltxt.sec4 h1 span, #Hm_banner #Hmslider .carousel-item .overltxt.sec3 h1 span {
  background: url("../img/home/hero-slider/bgtxt.jpg") no-repeat;
  background-size: cover;
}

#Hm_banner #Hmslider .carousel-item .overltxt.sec4 h1 span, #Hm_banner #Hmslider .carousel-item .overltxt.sec3 h1 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

#Hm_banner #Hmslider .carousel-item .overltxt.sec4 p, #Hm_banner #Hmslider .carousel-item .overltxt.sec3 p {
  color: #fff;
}

#Hm_banner #Hmslider .carousel-item .overltxt h1 {
  color: #6a3b0f;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 1700px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1600px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 1400px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 1.9rem;
    line-height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 1024px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 1rem;
    line-height: 20px;
  }
}

#Hm_banner #Hmslider .carousel-item .overltxt p {
  color: #555050;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 29px;
}

@media screen and (max-width: 1700px) {
  #Hm_banner #Hmslider .carousel-item .overltxt p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1500px) {
  #Hm_banner #Hmslider .carousel-item .overltxt p {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1400px) {
  #Hm_banner #Hmslider .carousel-item .overltxt p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1300px) {
  #Hm_banner #Hmslider .carousel-item .overltxt p {
    font-size: .9rem;
    line-height: 23px;
  }
}

@media screen and (max-width: 768px) {
  #Hm_banner #Hmslider .carousel-item .overltxt p {
    font-size: .8rem;
    line-height: 18px;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item .overltxt p {
    font-size: 12px;
    line-height: 1.5;
  }
}

#Hm_banner #Hmslider .carousel-control-next,
#Hm_banner #Hmslider .carousel-control-prev {
  width: 60px;
  height: 62px;
  opacity: 1;
  top: unset;
  bottom: 24%;
  -webkit-transition: ease-out .3s;
  transition: ease-out .3s;
}

@media screen and (max-width: 1500px) {
  #Hm_banner #Hmslider .carousel-control-next,
  #Hm_banner #Hmslider .carousel-control-prev {
    width: 50px;
    height: 52px;
  }
}

@media screen and (max-width: 1300px) {
  #Hm_banner #Hmslider .carousel-control-next,
  #Hm_banner #Hmslider .carousel-control-prev {
    width: 44px;
    height: 46px;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-control-next,
  #Hm_banner #Hmslider .carousel-control-prev {
    width: 36px;
    height: 36px;
    bottom: 4%;
  }
}

#Hm_banner #Hmslider .carousel-control-next:hover,
#Hm_banner #Hmslider .carousel-control-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#Hm_banner #Hmslider .carousel-control-prev {
  left: unset;
  right: 15%;
  background: url("../img/left-arrow.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1300px) {
  #Hm_banner #Hmslider .carousel-control-prev {
    right: 11%;
  }
}

@media screen and (max-width: 768px) {
  #Hm_banner #Hmslider .carousel-control-prev {
    right: 14%;
  }
}

#Hm_banner #Hmslider .carousel-control-next {
  left: unset;
  right: 11.5%;
  background: url("../img/right-arrow.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1300px) {
  #Hm_banner #Hmslider .carousel-control-next {
    right: 7.5%;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-control-next {
    right: 3.5%;
  }
}

#Hm_banner #Hmslider .carousel-control-next-icon,
#Hm_banner #Hmslider .carousel-control-prev-icon {
  width: auto;
  height: auto;
  background: unset;
}

.who-we-are {
  margin: -89px 0 0;
}

@media screen and (max-width: 768px) {
  .who-we-are {
    margin-top: -60px;
  }
}

@media screen and (max-width: 500px) {
  .who-we-are {
    margin-top: 11%;
  }
}

.who-we-are .border {
  border: 1px solid #c8ad6b !important;
  background: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .who-we-are .border {
    border: unset !important;
  }
}

@media screen and (max-width: 500px) {
  .who-we-are .mbcenter {
    text-align: center;
  }
}

.who-we-are .brsc {
  position: relative;
}

.who-we-are .brsc::before {
  content: '';
  width: 1px;
  height: 85%;
  right: 16%;
  top: 6%;
  background: #c6aa65;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .who-we-are .brsc::before {
    height: 1px;
    width: 50%;
    left: 50%;
    top: unset;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.who-we-are h2 {
  font-weight: 600;
  line-height: 28px;
}

@media screen and (max-width: 1500px) {
  .who-we-are p {
    line-height: 22px;
  }
}

.new-launch {
  margin-top: 7%;
}

.new-launch .txtsec {
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .new-launch .txtsec {
    padding: 5% 0;
  }
}

@media screen and (max-width: 500px) {
  .new-launch .txtsec {
    padding: 13% 0;
  }
}

.new-launch .txtsec .imgl {
  margin-bottom: 10px;
}

@media screen and (max-width: 1300px) {
  .new-launch .txtsec .imgl {
    width: 42%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .new-launch .txtsec .imgl {
    width: 20%;
  }
}

@media screen and (max-width: 500px) {
  .new-launch .txtsec .imgl {
    width: 28%;
  }
}

.new-launch .txtsec p {
  color: #ccc;
  margin-bottom: 0.7rem;
}

@media screen and (max-width: 1024px) {
  .new-launch .txtsec p {
    margin-bottom: .5rem;
  }
}

.Completed_sec {
  position: relative;
  padding: 6rem 0;
  background: url("../img/projects/completed/bg2.jpg") no-repeat;
  background-size: cover;
}

.Completed_sec .img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.Completed_sec .img .overlay {
  position: absolute;
  width: 100%;
  padding: 1rem;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  bottom: 0;
}

.Completed_sec .img .overlay div {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.Completed_sec .img .overlay h4 {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.Completed_sec .img .overlay p {
  text-align: center;
  color: #fff;
  font-weight: 400;
}

.Completed_sec .img:hover .overlay {
  background: #000000ab;
}

.Completed_sec .img:hover .overlay div {
  bottom: 40%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.career_top {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .career_top img {
    width: 200%;
    max-width: 200%;
  }
}

.hm-ourclient {
  background: url("../img/home/testimonial-bg.jpg") no-repeat;
  background-size: 100%;
  padding: 15.5% 0 6%;
  margin: -5% 0 0;
}

@media screen and (max-width: 768px) {
  .hm-ourclient {
    background-size: cover;
  }
}

@media screen and (max-width: 1300px) {
  .hm-ourclient {
    padding: 12.5% 0 5.2%;
  }
}

@media screen and (max-width: 500px) {
  .hm-ourclient {
    padding: 26% 0 5.2%;
  }
}

.hm-ourclient .txtsec {
  text-align: center;
}

.hm-ourclient #ourclientest {
  position: relative;
  background: #34373be8;
}

@media screen and (max-width: 500px) {
  .hm-ourclient #ourclientest {
    margin-top: 5%;
  }
}

.hm-ourclient #ourclientest::before {
  content: '';
  position: absolute;
  width: 92px;
  height: 69px;
  background: url("../img/home/our-clients-right.png") no-repeat;
  background-size: 100%;
  left: 0;
  top: -40px;
}

@media screen and (max-width: 1700px) {
  .hm-ourclient #ourclientest::before {
    width: 68px;
    height: 53px;
    top: -30px;
  }
}

@media screen and (max-width: 768px) {
  .hm-ourclient #ourclientest::before {
    width: 53px;
    height: 49px;
    top: -17px;
  }
}

@media screen and (max-width: 500px) {
  .hm-ourclient #ourclientest::before {
    width: 46px;
    height: 41px;
    top: -19px;
  }
}

.hm-ourclient #ourclientest .carousel-inner .carousel-item {
  padding: 4% 15%;
  text-align: center;
}

@media screen and (max-width: 1700px) {
  .hm-ourclient #ourclientest .carousel-inner .carousel-item {
    padding: 4% 10%;
  }
}

@media screen and (max-width: 500px) {
  .hm-ourclient #ourclientest .carousel-inner .carousel-item {
    padding: 10% 6%;
  }
}

.hm-ourclient #ourclientest .carousel-inner .carousel-item p {
  color: #ccc;
}

.hm-ourclient #ourclientest .carousel-indicators {
  bottom: -18%;
}

@media screen and (max-width: 500px) {
  .hm-ourclient #ourclientest .carousel-indicators {
    bottom: 1%;
  }
}

.hm-ourclient #ourclientest .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b4b4b4;
}

@media screen and (max-width: 500px) {
  .hm-ourclient #ourclientest .carousel-indicators li {
    width: 7px;
    height: 7px;
  }
}

.hm-ourclient #ourclientest .carousel-indicators li.active {
  background: #c6aa65;
}

.abt_top {
  background: #424443;
}

@media screen and (max-width: 500px) {
  .abt_top .scroll-panel {
    min-height: 32em;
    height: auto;
  }
}

.abt_top.sec02 {
  background: #fff;
}

.abt_top .txtsec {
  margin: 10% 0 0;
}

@media screen and (max-width: 768px) {
  .abt_top .txtsec {
    padding-right: 6%;
  }
}

@media screen and (max-width: 500px) {
  .abt_top .txtsec {
    padding: 0 3% 0 6.5%;
    margin: 13% 0 0;
  }
}

.abt_top .txtsec h3 {
  color: #c6aa65;
  text-transform: uppercase;
}

.abt_top .txtsec p {
  color: #fff;
}

.abt_top .txtsec p span {
  color: #c6aa65;
}

#abt-mission-vision {
  padding: 6% 0;
}

@media screen and (max-width: 500px) {
  #abt-mission-vision {
    padding: 14% 0;
  }
}

#abt-mission-vision .tophead h2 {
  color: #b39045;
  line-height: 29px;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #abt-mission-vision .tophead h2 {
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  #abt-mission-vision .tophead h2 {
    line-height: 22px;
  }
}

#abt-mission-vision .txtsec {
  margin: 3% 0 0;
}

#abt-mission-vision .txtsec h3 {
  color: #b39045;
  font-size: 18px;
  padding: 3% 0;
  line-height: 27px;
}

@media screen and (max-width: 1600px) {
  #abt-mission-vision .txtsec h3 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1500px) {
  #abt-mission-vision .txtsec h3 {
    line-height: 23px;
  }
}

@media screen and (max-width: 1300px) {
  #abt-mission-vision .txtsec h3 {
    line-height: 22px;
  }
}

@media screen and (max-width: 1280px) {
  #abt-mission-vision .txtsec h3 {
    font-size: 1rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  #abt-mission-vision .txtsec h3 {
    font-size: 14px;
    line-height: 22px;
  }
}

#abt-mission-vision .txtsec h3.br-bottom {
  border-bottom: 1px solid #b39045;
}

#chairman_msg {
  position: relative;
  z-index: 1;
  background: #b6b0a2;
  margin-top: 4%;
}

#chairman_msg::before {
  content: '';
  position: absolute;
  width: 29.3%;
  height: 90%;
  bottom: 0;
  z-index: -1;
  left: 0;
  background: url("../img/about/left-line.png") no-repeat;
  background-size: 100%;
}

#chairman_msg::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 851px;
  bottom: 0;
  z-index: -1;
  right: 0;
  background: url("../img/about/right-line.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1700px) {
  #chairman_msg::after {
    height: 743px;
  }
}

@media screen and (max-width: 1600px) {
  #chairman_msg::after {
    height: 708px;
  }
}

@media screen and (max-width: 1500px) {
  #chairman_msg::after {
    height: 633px;
  }
}

@media screen and (max-width: 1400px) {
  #chairman_msg::after {
    height: 596px;
  }
}

@media screen and (max-width: 1300px) {
  #chairman_msg::after {
    height: 479px;
    width: 17%;
  }
}

#chairman_msg .chairman_sec {
  background: url(../img/about/chairman-speech.jpg) no-repeat;
  background-size: 100%;
  padding: 12.3% 0;
  position: relative;
  top: -75px;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  #chairman_msg .chairman_sec {
    padding: 8.3% 0;
  }
}

#chairman_msg .chairman_sec .chairman_sub {
  width: 52%;
  margin: 0 0 0 11%;
}

#chairman_msg .chairman_sec .chairman_sub h3 {
  color: #b39045;
  text-transform: uppercase;
}

#chairman_msg .chairman_sec .chairman_sub p {
  color: #edecea;
  line-height: 28px;
}

#chairman_msg .directorsec {
  padding: 10% 0;
}

#chairman_msg .directorsec h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 23px;
}

#chairman_msg .directorsec h3 span {
  font-size: 0.7em;
  text-transform: initial;
}

#chairman_msg .directorsec p {
  color: #424443;
  font-weight: 500;
  line-height: 28px;
}

#projec_hallmark {
  background: #424443;
  position: relative;
  padding-top: 55px;
}

@media screen and (max-width: 1700px) {
  #projec_hallmark {
    padding-top: 52px;
  }
}

@media screen and (max-width: 1500px) {
  #projec_hallmark {
    padding-top: 48px;
  }
}

@media screen and (max-width: 1400px) {
  #projec_hallmark {
    padding-top: 46px;
  }
}

@media screen and (max-width: 999px) {
  #projec_hallmark {
    padding-top: 40px;
  }
}

#projec_hallmark::before {
  content: '';
  position: absolute;
  width: 430px;
  height: 358px;
  bottom: 0;
  right: 0;
  background: url("../img/projects/emporio/rightbg.png") no-repeat;
  background-size: 100%;
}

#projec_hallmark .proj_logo {
  position: relative;
}

#projec_hallmark .proj_logo::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 51%;
  background: #c6aa65;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1280px) {
  #projec_hallmark .proj_logo small {
    font-size: 70%;
  }
}

@media screen and (max-width: 500px) {
  #projec_hallmark .proj_logo img {
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

@media screen and (max-width: 1024px) {
  #projec_hallmark .proj_logo small {
    font-size: 11px;
  }
}

@media screen and (max-width: 500px) {
  #projec_hallmark .proj_logo small {
    font-size: 8px;
  }
}

#projec_hallmark .txtsec {
  padding: 8% 6% 0 8%;
}

@media screen and (max-width: 1366px) {
  #projec_hallmark .txtsec {
    padding-top: 7%;
  }
}

@media screen and (max-width: 1280px) {
  #projec_hallmark .txtsec {
    padding-top: 4%;
  }
}

@media screen and (max-width: 768px) {
  #projec_hallmark .txtsec {
    padding: 8% 0% 4% 3%;
  }
}

@media screen and (max-width: 500px) {
  #projec_hallmark .txtsec {
    padding: 2% 0% 11% 3%;
  }
}

#projec_hallmark .txtsec p {
  color: #c6aa65;
  margin: 0;
}

#projec_hallmark .txtsec .mt-per {
  margin-top: 4%;
}

@media screen and (max-width: 1500px) {
  #projec_hallmark .txtsec .mt-per {
    margin-top: 2.9%;
  }
}

@media screen and (max-width: 768px) {
  #projec_hallmark .txtsec .mt-per {
    margin-top: 1.5%;
  }
}

@media screen and (max-width: 500px) {
  #projec_hallmark .txtsec .mt-per {
    margin-top: 8%;
  }
}

#projec_hallmark .txtsec h4 {
  color: #c6aa65;
  line-height: 29px;
  margin: 0;
  width: 80%;
}

@media screen and (max-width: 1600px) {
  #projec_hallmark .txtsec h4 {
    width: 85%;
  }
}

@media screen and (max-width: 1400px) {
  #projec_hallmark .txtsec h4 {
    width: 90%;
  }
}

@media screen and (max-width: 1300px) {
  #projec_hallmark .txtsec h4 {
    width: 98%;
  }
}

@media screen and (max-width: 768px) {
  #projec_hallmark .txtsec h4 {
    width: 100%;
    line-height: 20px;
  }
}

#projec_hallmark .txtsec ul {
  margin: 0 0 0 4%;
  padding: 0;
}

#projec_hallmark .txtsec ul li {
  color: #ccc;
  margin: 0 0 6px;
}

@media screen and (max-width: 1366px) {
  #projec_hallmark .txtsec ul li {
    margin: 0 0 9px;
    line-height: 20px;
  }
}

#proj_connect {
  padding: 6% 0;
}

@media screen and (max-width: 768px) {
  #proj_connect {
    padding: 8% 0 2%;
  }
}

@media screen and (max-width: 500px) {
  #proj_connect {
    padding: 13% 0;
  }
}

@media screen and (max-width: 500px) {
  #proj_connect .mbcenter {
    text-align: center;
  }
}

#proj_connect h3 {
  color: #c6aa65;
  text-align: center;
  font-weight: 600;
}

#proj_connect p {
  margin-bottom: 0;
}

#proj_connect ul {
  list-style-type: none;
  margin: 2.5% 0 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #proj_connect ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#proj_connect ul li {
  display: inline-block;
  width: 22%;
  margin-right: 3.6%;
}

@media screen and (max-width: 1700px) {
  #proj_connect ul li {
    margin-right: 2%;
    width: 23.1%;
  }
}

@media screen and (max-width: 768px) {
  #proj_connect ul li {
    width: 20%;
  }
}

@media screen and (max-width: 500px) {
  #proj_connect ul li {
    width: 44%;
  }
}

#proj_connect ul li:last-child {
  margin-right: 0;
}

#proj_feture {
  position: relative;
  z-index: 1;
  padding: 0 0 4%;
  margin: 9% 0 0;
}

@media screen and (max-width: 500px) {
  #proj_feture {
    padding: 0;
  }
}

#proj_feture::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 87%;
  background: #a9a295;
  bottom: 0;
  z-index: -1;
}

#proj_feture .bgclr {
  background: #4a4c4b;
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  #proj_feture .bgclr {
    margin-bottom: 5rem;
  }
}

#proj_feture h3 {
  color: #c6aa65;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

#proj_feture .txtsec {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 18% 3% 0 4%;
}

@media screen and (max-width: 768px) {
  #proj_feture .txtsec {
    padding: 7% 3% 0 5%;
  }
}

@media screen and (max-width: 500px) {
  #proj_feture .txtsec {
    padding: 11% 5% 10% 6.5%;
  }
}

#proj_feture .txtsec::before {
  content: '';
  position: absolute;
  background: url(../img/projects/emporio/feturel-bg.png) no-repeat;
  width: 184px;
  height: 420px;
  top: 47%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #proj_feture .txtsec::before {
    background-size: contain;
    height: 70%;
  }
}

#proj_feture .txtsec.fetu2 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 500px) {
  #proj_feture .txtsec.fetu2 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

#proj_feture .txtsec.fetu2::before {
  background: url(../img/projects/emporio/feturer-bg.png) no-repeat;
  right: 0;
  left: unset;
}

@media screen and (max-width: 768px) {
  #proj_feture .txtsec.fetu2::before {
    background-size: contain;
    background-position-x: right;
  }
}

#proj_feture .txtsec h4 {
  color: #c6aa65;
}

#proj_feture .txtsec ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#proj_feture .txtsec ul li {
  color: #ccc;
  margin: 6px 0 0;
}

#tower_fetur {
  padding: 6% 0;
  background: url("../img/projects/emporio/tower-feture.jpg") no-repeat;
  background-size: 100%;
  background-position: bottom;
}

@media screen and (max-width: 768px) {
  #tower_fetur {
    padding: 8% 0;
  }
}

@media screen and (max-width: 500px) {
  #tower_fetur {
    padding: 0 0 18%;
    background-size: 126%;
  }
}

#tower_fetur .midcon {
  padding: 1% 5% 10%;
  background: #fff;
}

#tower_fetur h3 {
  color: #c6aa65;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

#tower_fetur h3 span {
  background: #fff;
  padding: 0 11px;
}

@media screen and (max-width: 500px) {
  #tower_fetur h3 span {
    padding: 0;
  }
}

#tower_fetur h3::before {
  content: '';
  position: absolute;
  background: #e7ddc7;
  width: 100%;
  height: 55%;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 500px) {
  #tower_fetur h3::before {
    height: 5px;
  }
}

#tower_fetur p {
  color: #c6aa65;
  margin: 0;
  font-weight: 600;
}

#tower_fetur ul {
  list-style-type: none;
  margin: 1.3rem 0;
  padding: 0;
}

@media screen and (max-width: 500px) {
  #tower_fetur ul {
    margin: .8rem 0;
  }
}

#tower_fetur ul li {
  margin: 0 0 12px;
}

@media screen and (max-width: 1500px) {
  #tower_fetur ul li {
    line-height: 21px;
    text-indent: -6px;
  }
}

@media screen and (max-width: 1440px) {
  #tower_fetur ul li {
    margin: 0 0 12px;
    line-height: 21px;
    text-indent: -6px;
  }
}

@media screen and (max-width: 500px) {
  #tower_fetur ul li {
    margin: 0 0 6px;
  }
}

#floor_plan {
  padding: 6% 0;
}

@media screen and (max-width: 768px) {
  #floor_plan {
    padding: 9% 0;
  }
}

@media screen and (max-width: 500px) {
  #floor_plan {
    padding: 15% 0 11%;
  }
}

#floor_plan h3 {
  color: #c6aa65;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}

#proj_gallery {
  padding: 5% 0 11%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1700px) {
  #proj_gallery {
    padding: 5% 0 10%;
  }
}

@media screen and (max-width: 500px) {
  #proj_gallery {
    padding: 5% 0 10%;
  }
}

#proj_gallery::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 66%;
  background: url(../img/projects/emporio/gallery/bg.jpg) no-repeat;
  background-size: 100%;
  z-index: -1;
  bottom: 0;
}

@media screen and (max-width: 1440px) {
  #proj_gallery::before {
    height: 70%;
    background-size: 113%;
    bottom: -5%;
  }
}

@media screen and (max-width: 768px) {
  #proj_gallery::before {
    height: 54%;
    background-size: cover;
    bottom: 7%;
    background-position-x: right;
  }
}

@media screen and (max-width: 500px) {
  #proj_gallery::before {
    height: 59%;
    bottom: 0;
  }
}

#proj_gallery h3 {
  color: #c6aa65;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}

#proj_gallery p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 3% 0 0;
}

#proj_gallery .othegatab p {
  color: #c6aa65;
  margin: 4% 0 0;
}

#proj_gallery .othegatab a i {
  color: #c6aa65;
}

#proj_gallery .othegatab a:hover i {
  color: #fff;
}

@media screen and (max-width: 500px) {
  #proj_gallery .owl-carousel .owl-nav button.owl-next,
  #proj_gallery .owl-carousel .owl-nav button.owl-prev {
    top: 44%;
  }
}

.owl-two .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.owl-two .item a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.owl-two .item .overlayproj {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000ab;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.owl-two .item .overlayproj img {
  position: absolute;
  left: 45%;
  bottom: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}

.owl-two .item img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.owl-two .item:hover .overlayproj {
  opacity: 1;
}

.owl-two .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.scroll-panel {
  height: 38em;
  outline: none;
  overflow: auto;
}

@media screen and (max-width: 1700px) {
  .scroll-panel {
    height: 31em;
  }
}

@media screen and (max-width: 1600px) {
  .scroll-panel {
    height: 29em;
  }
}

@media screen and (max-width: 1300px) {
  .scroll-panel {
    height: 26em;
  }
}

@media screen and (max-width: 1024px) {
  .scroll-panel {
    height: 22em;
  }
}

@media screen and (max-width: 768px) {
  .scroll-panel {
    height: 19.5em;
  }
}

@media screen and (max-width: 500px) {
  .scroll-panel {
    height: 29em;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  pointer-events: visible;
  width: 60px;
  height: 62px;
  background: #fff;
  border: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 43%;
}

@media screen and (max-width: 500px) {
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    top: 50%;
  }
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  visibility: hidden;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
  border: 0;
  outline: 0;
}

.owl-carousel .owl-nav button.owl-next {
  background: url("../img/right-arrow.png") no-repeat;
  right: 0;
}

@media screen and (max-width: 500px) {
  .owl-carousel .owl-nav button.owl-next {
    background-size: contain;
    width: 40px;
    height: 42px;
  }
}

.owl-carousel .owl-nav button.owl-prev {
  background: url("../img/left-arrow.png") no-repeat;
  left: 0%;
}

@media screen and (max-width: 500px) {
  .owl-carousel .owl-nav button.owl-prev {
    background-size: contain;
    width: 40px;
    height: 42px;
  }
}

.buyers_guid {
  background: #424443;
}

@media screen and (max-width: 500px) {
  .buyers_guid {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .buyers_guid.sec01 .scroll-panel {
    height: 43em;
  }
}

@media screen and (max-width: 768px) {
  .buyers_guid .jspVerticalBar {
    right: 12%;
  }
}

.buyers_guid .txtsec {
  margin: 9% 0 0;
  overflow: hidden;
}

@media screen and (max-width: 1500px) {
  .buyers_guid .txtsec {
    margin: 5% 0 0;
  }
}

@media screen and (max-width: 1300px) {
  .buyers_guid .txtsec {
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .buyers_guid .txtsec {
    margin: 9% 0 0;
  }
}

.buyers_guid h3 {
  color: #c6aa65;
  text-transform: uppercase;
}

.buyers_guid h3 span {
  font-size: 14px;
  color: #edecea;
}

.buyers_guid p {
  color: #fff;
  line-height: 28px;
}

@media screen and (max-width: 1600px) {
  .buyers_guid p {
    line-height: 27px;
  }
}

@media screen and (max-width: 1024px) {
  .buyers_guid p {
    line-height: 22px;
  }
}

.buyers_guid p span {
  color: #c6aa65;
}

@media screen and (max-width: 1440px) {
  .buyers_guid ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .buyers_guid ul li {
    font-size: 13px;
  }
}

.buyers_guid.sec02 {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .buyers_guid.sec02 {
    padding: 4% 0;
  }
}

@media screen and (max-width: 500px) {
  .buyers_guid.sec02 {
    padding: 4% 3% 14%;
  }
}

.buyers_guid.sec02 .txtsec h3 span {
  color: #333;
}

.buyers_guid.sec02 .txtsec p {
  color: #333;
}

.buyers_guid.sec02 .ordchang {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.buyers_guid.calcul {
  padding: 6% 0;
}

@media screen and (max-width: 500px) {
  .buyers_guid.calcul {
    padding: 13% 0;
  }
}

.buyers_guid.calcul .calculfrm {
  height: 297px;
}

@media screen and (max-width: 999px) {
  .buyers_guid.calcul .calculfrm {
    height: 53em;
  }
}

.buyers_guid.stamptduycal {
  background: #fff;
  padding: 5rem 0;
  /* Firefox */
}

.buyers_guid.stamptduycal input::-webkit-outer-spin-button,
.buyers_guid.stamptduycal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.buyers_guid.stamptduycal input[type=number] {
  -moz-appearance: textfield;
}

.buyers_guid.stamptduycal h2 {
  border-bottom: 1px solid #000;
}

.buyers_guid.stamptduycal .form-group {
  border: 1px solid #333;
}

.career_txtsec {
  padding: 5% 0;
}

@media screen and (max-width: 1366px) {
  .career_txtsec .container {
    max-width: 88%;
  }
}

@media screen and (max-width: 1024px) {
  .career_txtsec .container {
    max-width: 93%;
  }
}

.career_txtsec h3 {
  color: #777575;
  text-transform: uppercase;
  font-weight: 400;
}

.career_txtsec p {
  color: #777575;
}

@media screen and (max-width: 1500px) {
  .career_txtsec p {
    font-size: 16px;
    line-height: 27px;
  }
}

@media screen and (max-width: 500px) {
  .career_txtsec p {
    font-size: 13px;
    line-height: 22px;
  }
}

.career_txtsec input,
.career_txtsec textarea {
  border: 0;
  border-bottom: 1px solid #333;
  resize: none;
}

.career_txtsec input:focus,
.career_txtsec textarea:focus {
  outline: 0;
}

.career_txtsec button {
  color: #535353;
  border: 1px solid #c6aa65;
  background: #ffffff;
  text-transform: uppercase;
  padding: 7px 14px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.career_txtsec button:focus {
  outline: 0;
}

.career_txtsec button::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #535353;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.career_txtsec button:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 1px solid #e1c16d;
  color: #fff;
}

.career_txtsec button:hover::before {
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.contactmap {
  height: 406px;
}

@media screen and (max-width: 500px) {
  .contactmap {
    height: 206px;
  }
}

.anchor-color {
  color: #777575;
  text-decoration: none !important;
}

.anchor-color:hover {
  color: #000;
}

footer {
  padding: 1% 0;
  background: #202020;
}

@media screen and (max-width: 500px) {
  footer {
    padding: 4% 0;
    margin-bottom: 13px;
  }
}

footer p {
  color: #535353;
  font-weight: 500;
  margin-bottom: 0;
  color: #ccc;
}

@media screen and (max-width: 500px) {
  footer p {
    margin: 0;
  }
}

.getin_touch {
  width: 33px;
  position: fixed;
  right: 24px;
  top: 13em;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .getin_touch {
    right: 0;
    top: unset;
    bottom: 0;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #535353;
  }
}

.getin_touch .img {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 1500px) {
  .getin_touch .img {
    margin: 0 0 16px;
  }
}

@media screen and (max-width: 500px) {
  .getin_touch .img {
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 5px 0;
  }
  .getin_touch .img:nth-child(1) {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 500px) {
  .getin_touch .img a {
    display: block;
  }
  .getin_touch .img a img {
    width: 33px;
  }
}

.getin_touch .img::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 120%;
  height: 120%;
  background: #535353;
  border-radius: 50%;
  -webkit-animation: pulse2 1.8s ease-out infinite;
  animation: pulse2 1.8s ease-out infinite;
  z-index: -1;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .getin_touch .img::before {
    background: transparent;
    -webkit-animation: none;
            animation: none;
  }
}

.getin_touch .img::after {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 130%;
  height: 130%;
  background: #535353;
  border-radius: 50%;
  -webkit-animation: pulse2 1.6s ease-out infinite;
  animation: pulse2 1.6s ease-out infinite;
  z-index: -1;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.modal .modal-content {
  background: #535353;
}

.modal .modal-content .modal-header {
  border-bottom: 1px solid #e1c16d;
}

.modal .modal-content .modal-header p {
  color: #fff;
}

.modal .modal-content .modal-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.modal .modal-content .modal-body ul li input,
.modal .modal-content .modal-body ul li textarea {
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  resize: none;
  color: #fff;
}

.modal .modal-content .modal-body ul li input:focus,
.modal .modal-content .modal-body ul li textarea:focus {
  outline: 0;
  border-color: transparent;
  border-bottom: 1px solid #fff;
}

.modal .modal-content .modal-body ul li input::-webkit-input-placeholder,
.modal .modal-content .modal-body ul li textarea::-webkit-input-placeholder {
  color: #ccc;
}

.modal .modal-content .modal-body ul li input:-ms-input-placeholder,
.modal .modal-content .modal-body ul li textarea:-ms-input-placeholder {
  color: #ccc;
}

.modal .modal-content .modal-body ul li input::-ms-input-placeholder,
.modal .modal-content .modal-body ul li textarea::-ms-input-placeholder {
  color: #ccc;
}

.modal .modal-content .modal-body ul li input::placeholder,
.modal .modal-content .modal-body ul li textarea::placeholder {
  color: #ccc;
}

.modal .modal-content .modal-body button {
  color: #e1c16d;
  background: transparent;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.modal .modal-content .modal-body button:focus {
  outline: 0;
}

.modal .modal-content .modal-body button::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #fff;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.modal .modal-content .modal-body button:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 1px solid #e1c16d;
  color: #535353;
}

.modal .modal-content .modal-body button:hover::before {
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@-webkit-keyframes animationimg {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes animationimg {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes left_righ {
  0% {
    right: -30%;
    opacity: 0.5;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes righ_left {
  0% {
    right: -30%;
    opacity: 0.5;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes righ_left {
  0% {
    right: -30%;
    opacity: 0.5;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes left_righ {
  0% {
    left: -30%;
    opacity: 0.5;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: .8;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: .8;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}

.enquire-proj {
  margin-bottom: 5%;
}

@media screen and (max-width: 500px) {
  .enquire-proj {
    padding: 14% 0;
  }
}

@media screen and (max-width: 500px) {
  textarea.form-control {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  button.btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  input {
    width: 100%;
    font-size: 13px;
  }
}

.cust-btn {
  color: #bca471;
  border: 1px solid #bca471;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  padding: 11px 55px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 4% 0 0;
}

@media screen and (max-width: 1440px) {
  .cust-btn {
    font-size: 14px;
  }
}

.cust-btn:hover {
  border: 1px solid #6e6e6e;
  background: #bca471;
  color: #ffff;
}

input {
  color: #666666;
  border-color: #666666;
}

input:focus {
  outline: 0;
}

.project_nav {
  background: #383a39;
  position: absolute;
  width: 100%;
  z-index: 11;
  top: 130px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1700px) {
  .project_nav {
    top: 120px;
  }
}

@media screen and (max-width: 1500px) {
  .project_nav {
    top: 101px;
  }
}

@media screen and (max-width: 1400px) {
  .project_nav {
    top: 97px;
  }
}

@media screen and (max-width: 1200px) {
  .project_nav {
    top: 85px;
  }
}

@media screen and (max-width: 999px) {
  .project_nav {
    top: 67px;
  }
}

@media screen and (max-width: 600px) {
  .project_nav {
    top: 60px;
  }
}

.project_nav.scrolled {
  position: fixed;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: 100px;
}

@media screen and (max-width: 1700px) {
  .project_nav.scrolled {
    top: 94px;
  }
}

@media screen and (max-width: 1500px) {
  .project_nav.scrolled {
    top: 76px;
  }
}

@media screen and (max-width: 1400px) {
  .project_nav.scrolled {
    top: 74px;
  }
}

@media screen and (max-width: 1300px) {
  .project_nav.scrolled {
    top: 72px;
  }
}

@media screen and (max-width: 1200px) {
  .project_nav.scrolled {
    top: 65px;
  }
}

@media screen and (max-width: 600px) {
  .project_nav.scrolled {
    top: 59px;
  }
}

@media screen and (max-width: 999px) {
  .project_nav .navbar .navbar-toggler {
    border: 0 !important;
    width: 100%;
    font-size: 16px;
  }
  .project_nav .navbar .navbar-toggler:hover, .project_nav .navbar .navbar-toggler:focus, .project_nav .navbar .navbar-toggler:active {
    background: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    outline: 0;
  }
}

@media screen and (max-width: 600px) {
  .project_nav .navbar .navbar-toggler {
    font-size: 13px;
  }
}

@media screen and (max-width: 999px) {
  .project_nav .navbar .navbar-nav {
    margin-top: 1rem;
  }
}

.project_nav .navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  padding: 0.5rem 0.8rem;
}

@media screen and (max-width: 1500px) {
  .project_nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 0.3rem 0.8rem;
  }
}

@media screen and (max-width: 1400px) {
  .project_nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding: 0.3rem 0.6rem;
  }
}

@media screen and (max-width: 999px) {
  .project_nav .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    font-size: 15px;
    padding: 0.8rem 0.6rem;
  }
}

@media screen and (max-width: 600px) {
  .project_nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 0.4rem 0.6rem;
  }
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #d5b15e;
  border: 1px solid #fff;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  z-index: 999;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -10px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

#scroll:hover {
  background-color: #fff;
  border: 1px solid #d5b15e;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

#scroll:hover span {
  border-bottom-color: #d5b15e;
}
/*# sourceMappingURL=style.css.map */