/*body:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    z-index: 9999;
    transition: 1s all ease;
}*/

.header_menu {
  position: relative;
  transition: 1s all ease;
  background: transparent;
}
/*.beforeHide .header_menu {
    
}*/
.container {
  max-width: 1310px;
  width: 100%;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
/*.logo{ position:absolute; top:30px; width:100%; text-align:center;}*/
.logo {
  position: fixed;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  transform: translateY(-50%);
}
.remPo .logo {
  position: absolute;
}
.logo a {
  display: block;
  transform: scale(0);
  transition: 0.5s all ease;
  /* transform: scale(1); */
}
.aboutlogo {
  padding: 30px 0 0 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 99;
}
.logo img {
  width: 30%;
}
.menu {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9999999;
}
.Service_hdr .logo img {
  width: auto;
}
.Service_hdr .logo {
  top: 30px;
}

.text img {
  width: 40%;
}
.ann {
  width: 100%;
  text-align: left;
  background: #e9e9e9;
}
.fixed {
  position: fixed;
  top: -106px;
  left: 0;
  background: url(../images/header.png);
  height: 75px;
  z-index: 100;
  width: 100%;
  transition: 0.5s;
  z-index: 99999;
}
header .logo1 {
  float: left;
  padding-left: 20px;
  padding-top: 15px;
}
header .menu1 {
  float: right;
  padding-right: 30px;
  padding-top: 40px;
  cursor: pointer;
}
section {
  padding: 50px 0;
}
.enq {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border-radius: 50%;
  transition: 0.5s all ease;
  cursor: pointer;
}
.enq:hover {
  background: #AA8768;
  transition: 0.5s all ease;
}

.left_social {
  transform: translateY(0);
  position: fixed;
  /*    bottom: 130px;*/
  left: 20px;
  z-index: 99;
}
.left_social {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  top: 0;
}
.left_social ul {
  display: flex;
  flex-direction: column;
}
.left_social ul li {
  display: block;
  margin: 4px 0;
  overflow: hidden;
}
.left_social ul li a {
  display: block;
  width: 35px;
  height: 35px;
  box-shadow: inset 5px 5px 16px #9f7e61;
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #AA8768;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
}
.left_social ul li a:hover,
.ftr2_bx2 ul li a:hover {
  color: #AA8768;
  transition: 0.5s all ease;
  border: 1px solid #AA8768;
}
.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
  opacity: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
  opacity: 0;
}

.darkHeader {
  display: none !important;
}
@media (max-width: 1367px) {
  .ann img {
    width: 80%;
  }
  .video img {
    width: 80%;
  }
  .sdfgfds {
    margin-left: -100px;
  }
  .home_brad_st_div2 .hmbrd_po h1 {
    margin-right: 8% !important;
  }
  .footer {
    background-size: 140%;
    height: 1210px;
  }
}

.popup {
  position: absolute;
  top: -150%;
  background: #AA8768;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 999;
  height: auto;
  transition: all 0.5s ease;
}
.bg-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  display: none;
  opacity: 0.7;
}
.close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.close img {
  width: 30px;
}

.banner-home {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.banner-home .owl-carousel .item img {
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.banner-home .owl-carousel {
  width: 100%;
}

.banner-home .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.banner-home .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.banner-home .owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
em {
  font-style: normal !important;
}

sup {
  font-size: 10px;
  margin-left: 2px;
}
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.zoomBannerImage {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 20s ease-in-out;
}

/*#home-banner .item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
    background: url(../images/banner_tp_shodow1.png) repeat-x top center;
    background-size: 100%;
}*/
#home-banner .item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 9;
  background: url() repeat top center;
  /* background-size: 100%; */
}
/*#home-banner .item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    content: "";
    z-index: 9;
    background: url(../images/banner_bt_shodow1.png) repeat bottom center;
    background-size: 100%;
}*/
#home-banner .item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*    height: 191px;*/
  content: "";
  z-index: 9;
  background: url() repeat-x bottom center;
  margin-bottom: -2px;
  /* background-size: 100%; */
}
#home-banner .item {
  position: relative;
}

#home-banner button.owl-prev {
  background-color: transparent;
  border: 0;
  cursor: url(), auto;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -99999px;
  top: 0;
  width: 20%;
  z-index: 2;
  border: 0 !important;
  outline: 0px !important;
  font-size: 0;
}
#home-banner button.owl-next {
  background-color: transparent;
  border: 0;
  cursor: url(), auto;
  height: 100%;
  right: 0;
  position: absolute;
  text-indent: -99999px;
  top: 0;
  /*    width: 20%;*/
  z-index: 2;
  border: 0 !important;
  outline: 0px !important;
  font-size: 0;
}

.containner_full {
  padding: 0 78px;
}
.home_service {
  background: white;
  padding-top: 40px;
}

.sr_ml_tx {
  max-width: 784px;
  text-align: center;
  margin: 0 auto 26px;
}
.service_bx img {
  width: 100%;
}
.service_bx a {
  display: block;
  overflow: hidden;
  position: relative;
}
.service_bx_in span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/service_shodow.png) no-repeat center bottom;
  height: 100%;
  content: "";
  z-index: 9;
  background-size: 100%;
}
.service_bx_in span {
  display: block;
  position: relative;
}
.sr_tx {
  position: absolute;
  bottom: 45px;
  z-index: 9;
  left: 39px;
}
.service_bx:nth-child(2) {
  /*    margin-top: 25px;*/
}
.service_bx_in {
  margin-bottom: 25px;
}
.center {
  text-align: center;
}
.home_portfolio {
  background: url(../images/Portfolio_bg.jpg) no-repeat center center;
  background-size: cover;
  /*    height: 100vh;*/
  padding: 35px 0 20px;
}
.portfolio_item {
  transform: scale(0.8);
  position: relative;
  margin-top: 0px;
}
.portfolio_item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 48%);
  z-index: 9;
}
.portfolio_item img {
  /* height: auto !important;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    object-fit: cover;
    width: 100% !important;*/
  background: #AA8768;
  padding: 0px;
  border-radius: 4px;
}
.center .portfolio_item {
  transform: scale(1);
}
.center .portfolio_item:before {
  display: none;
}
.center .portfolio_item img {
  transform: scale(1);
  height: 455px;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.portfolio_item iframe {
  width: 100%;
  height: 432px;
}
.home_portfolio h1 {
  font-size: 70px;
  line-height: 78px;
}
#portfolio_slider {
  margin-top: 15px;
}

#portfolio_slider .owl-dots {
  position: absolute;
  right: 39%;
  top: 100%;
  z-index: 99;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

#portfolio_slider button.owl-dot {
  font-size: 0 !important;
  border: 0 !important;
  width: 10px;
  height: 10px;
  background: #74685c !important;
  border-radius: 50%;
  cursor: pointer !important;
  margin: 15px 0px;
  padding: 27px;
  outline: 0px auto -webkit-focus-ring-color !important;
}

#portfolio_slider button.owl-dot.active {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid black !important;
  background: transparent !important;
}

.home_portfolio .btn_div {
  margin-top: 40px;
  text-align: center;
}

.home_insghits {
  height: 100vh;
  background: white;
  display: flex;
  align-items: center;
}
.insghits_in {
  width: 100%;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  height: 100%;
}
.insghits_lt {
  width: 50%;
  position: relative;
}
.insghits_hd {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  padding-right: 70px;
  padding-top: 155px;
}
.insghits_po {
  text-align: left;
  float: left;
  position: absolute;
  left: 0;
  padding-left: 183px;
}
.insghits_hd h1 {
  font-size: 100px;
  line-height: 101px;
  color: #AA8768;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: "Futura Lt BT";
  font-weight: 300;
  position: relative;
  text-align: right;
}
.insghits_hd p {
  font-size: 23px;
  color: #AA8768;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: right;
  margin-right: 8px;
}
.insghits_hd h1 span {
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 24px;
  position: relative;
}
.insghits_hd h1 span:before {
  position: absolute;
  left: 9px;
  bottom: 8px;
  width: 96%;
  height: 1px;
  background: #AA8768;
  content: "";
}
.insghits_in {
  width: 100%;
  display: flex;
  align-items: center;
}
.insghits_lt img {
  max-width: 335px;
}
.media_img {
  position: absolute;
  top: 20px;
  right: 0;
  width: 15%;
  opacity: 0.7;
}
.insghits_rt {
  width: 50%;
  position: relative;
  margin-top: -30px;
}
.media_img img {
  width: 100%;
}
.ins_sl_bx_img img {
  width: 100%;
  object-fit: cover;
}
.ins_sl_bx_img {
  width: 150px;
  float: left;
}
.date_tx {
  font-size: 15px;
  color: #AA8768;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ins_sl_bx {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.ins_sl_bx_tx {
  width: 305px;
  padding-left: 45px;
  float: right;
}
.insghits_rt_in {
  width: 460px;
}
.insghits_rt .slick-arrow {
  display: none !important;
}
.insghits_slider h4 {
  font-size: 23px;
  line-height: 32px;
  color: #AA8768;
  font-weight: 300;
  margin-bottom: 10px;
  opacity: 0.8;
}
.insghits_slider p {
  font-size: 12px;
  color: #707070;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 0;
  font-family: "FuturaLT";
}
.insghits_slider .sub_btn:before {
  background: #ada093;
}
.insghits_slider .btn_div {
  margin-top: 22px;
  text-align: center;
}
.insghits_slider .sub_btn {
  margin: 0;
  height: 35px;
  width: 130px;
  font-size: 12px;
  background: #54483c;
}

ul.slick-dots {
  display: flex;
  align-items: center;
}
ul.slick-dots li {
  font-size: 0;
  border: 0;
  width: 10px;
  height: 10px;
  background: #616161;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 6px;
}
ul.slick-dots li.slick-active {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid #97806a;
}
ul.slick-dots li button {
  border: 0;
}

footer {
  background: white;
  padding-top: 70px;
  border-bottom: 1px solid #171717;
  position: relative;
  z-index: 9999;
}
.footer_bo {
  border-top: 1px solid #171717;
}
.footer_bo a {
  color: #AA8768;
  text-decoration: none;
}
.footer_bo a:hover {
  color: #AA8768;
  text-decoration: underline;
}
footer h4 {
  font-size: 16px;
  line-height: 26px;
  color: #AA8768;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: "FuturaLT";
}

footer ul li {
  display: block;
  margin-bottom: 10px;
}
footer ul li a {
  display: inline-block;
  color: #AA8768;
  font-size: 22px;
  line-height: 30px;
  transition: 0.5s all ease;
}
footer p {
  font-size: 18px;
  color: #AA8768;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 5px;
}
.footer_in {
  display: flex;
  flex-wrap: wrap;
}
.ftr2_bx2 {
  margin-right: auto;
  margin-left: 14%;
}
.ftr_bx4 h5 {
  font-size: 24px;
  line-height: 33px;
  color: #AA8768;
  font-weight: 300;
  margin-bottom: 10px;
}
.ftr_bx {
  padding: 85px 0 70px;
}
.ftr_bx1 {
  width: 244px;
}
.ftr_bx2 {
  width: 287px;
  border-left: 1px solid #171717;
  padding-left: 62px;
  padding-right: 10px;
}
.ftr_bx3 {
  width: 450px;
  border-left: 1px solid #171717;
  padding-left: 40px;
  padding-right: 30px;
}
.ftr_bx3 p {
  color: #AA8768;
}
.ftr_bx3 p:hover {
  color: #AA8768;
}

.phone .ftr_bx4 {
  width: 235px;
  border-left: 1px solid #171717;
  padding-left: 62px;
  padding-right: 10px;
}
.phone {
  margin-top: 25px;
  transition: 0.5s all ease;
}
ul.email_tx li {
  margin-bottom: 0 !important;
}
ul.email_tx a {
  font-size: 18px;
  color: #AA8768;
  line-height: 28px;
}

p.phone a {
  color: #AA8768;
  font-size: 17px;
}
p.phone a:hover {
  color: #AA8768;
}

footer ul li a:hover {
  color: #AA8768;
  transition: 0.5s all ease;
}
ul.email_tx a:hover,
.phone a:hover {
  color: #AA8768;
  transition: 0.5s all ease;
}
footer .sub_btn:before {
  background: #444;
}

/*section.service_div1.footer_paralex {
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 587px;
}*/
.margin_btn {
  /* margin-bottom: 587px; */
  bottom: 388px;
}
section#section11 {
  height: 600px !important;
}
.ftr2 {
  background: white;
  position: relative;
  z-index: 9999;
}

.ftr2 .container {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ftr2 ul li a {
  display: inline-block;
  color: #666666;
  transition: 0.5s all ease;
}
.ftr2 ul.csipl li a {
  border: 0px !important;
}
.ftr2 ul li {
  display: inline-block;
  font-size: 16px;
  color: #666666;
}
.ftr2_bx2 ul {
  display: flex;
}
.ftr2_bx2 ul li {
  display: block;
  margin: 0px 4px;
  overflow: hidden;
}
.ftr2_bx2 ul li a {
  display: block;
  width: 35px;
  height: 35px;
  box-shadow: inset 5px 5px 16px #9f7e61;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  color: #AA8768;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
}
.ftr2 ul li a:hover {
  color: #AA8768;
  transition: 0.5s all ease;
  border: 1px solid #AA8768;
}

.home_brad_st {
  background: white;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.home_brad_lt {
  width: 36%;
  opacity: 0.2;
}
.home_brad_lt img {
  width: 100%;
}

.home_brad_rt {
  width: 64%;
}
.home_brad_rt img {
  width: 100%;
}
.hmbrd_po {
  position: absolute;
  top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: end;
  padding-left: 11.5%;
}
.hmbrd_po h1 {
  font-size: 98px;
  line-height: 104px;
  position: relative;
  padding-bottom: 35px;
}
.btn_border:before {
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 70%;
  height: 1px;
  background: #AA8768;
  content: "";
  margin-bottom: 25px;
}
.home_brad_st_div2 .btn_border:before {
  width: 100%;
}

.hmbrd__tx {
  display: flex;
  align-items: center;
  width: 100%;
}
.hmbrd__tx_lt {
  width: 23%;
  padding-right: 0;
  padding-top: 59px;
  padding-left: 10px;
}
.hmbrd__tx_lt h4 {
  font-size: 28px;
  line-height: 35px;
  color: #AA8768;
  font-weight: 500;
  margin-bottom: 0;
}
.hmbrd__tx .btn_div {
  margin-top: 35px;
  text-align: center;
}

.hmbrd__tx_rt .date_tx {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.hmbrd__tx_rt .ins_sl_bx_tx {
  padding-left: 0;
  text-align: left;
  position: relative;
  margin: -11px 0 0 0;
  width: 380px;
}
.hmbrd__tx_rt .sub_btn {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  width: 164px;
}
.hmbrd__tx_rt h4 {
  font-size: 27px;
  line-height: 34px;
  color: #AA8768;
  font-weight: 300;
  margin-bottom: 15px;
}
.hmbrd__tx_rt p {
  font-size: 13px;
  color: #707070;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 12px;
  font-family: "FuturaLT";
}
.hmbrd__tx_rt .pri_big_tx {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 21px;
}
.home_brad_st_div2 {
  flex-direction: row-reverse;
  padding-top: 30px;
  padding-bottom: 0;
}
.home_brad_st_div2 .hmbrd_po {
  top: 20px;
  right: 0;
  align-items: flex-end;
  padding-left: inherit;
  padding-right: 5%;
}
.home_brad_st_div2 .btn_border:before {
  left: inherit;
  right: 3px;
}
.home_brad_st_div2 .hmbrd_po h1 {
  padding-bottom: 35px;
  padding-right: 0;
  margin-right: 23%;
}
.home_brad_st_div2 .hmbrd__tx_lt {
  width: 33%;
  padding-right: 0;
  padding-top: 0;
  padding-left: 7%;
  text-align: right;
  display: flex;
  text-align: center;
  align-items: center;
  height: 50vh;
  justify-content: center;
}
.hmbrd__tx_rt {
  padding-left: 20%;
}
.home_brad_st_div2 .hmbrd__tx_rt {
  padding-left: 30.5%;
}
.home_brad_st_div2 .hmbrd__tx_rt .ins_sl_bx_tx {
  margin: -7px 0 0 0;
  width: 420px;
}

/*Inner css*/
.inr_banner img {
  height: 100vh;
  object-fit: cover;
}
.src_rt_bx,
.src_lt_bx {
  width: 50%;
  overflow: hidden;
}
.src_rt_bx img {
  width: 100%;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 130vh;
  width: 100%;
  padding: 0;
  background: #000000;
  position: fixed;
  -webkit-transform: translateY(20vh);
  -ms-transform: translateY(20vh);
  transform: translateY(20vh);
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
}
.service_div1 {
  background: white;
  padding: 0px;
  overflow: hidden;
}
.background:first-child {
  -webkit-transform: translateY(-10vh);
  -ms-transform: translateY(-10vh);
  transform: translateY(-10vh);
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  transform: translateY(10vh);
}

.background:nth-child(1) {
  z-index: 10;
}

.background:nth-child(2) {
  z-index: 9;
}
.background:nth-child(3) {
  z-index: 8;
}

.background:nth-child(4) {
  z-index: 7;
}
.background:nth-child(5) {
  z-index: 6;
}

.background:nth-child(6) {
  z-index: 5;
}
.background:nth-child(7) {
  z-index: 4;
}

.background:nth-child(8) {
  z-index: 3;
}
.background:nth-child(9) {
  z-index: 2;
}

.background:nth-child(10) {
  z-index: 1;
}
.background:nth-child(11) {
  z-index: 0;
}
/*.background:nth-child(1) { z-index: 2; }

.background:nth-child(2) { z-index: 1; }*/

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

    color: #AA8768;
    -webkit-transform: translateY(40vh);
    -ms-transform: translateY(40vh);
    transform: translateY(40vh);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
    transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
}*/

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

  color: #AA8768;
  /* -webkit-transform: translateY(40vh);
    -ms-transform: translateY(40vh);
    transform: translateY(40vh);
    will-change: transform;*/
  /* -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
  -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
}
/*.box_direction .content-wrapper {
    flex-direction: row-reverse;
}*/
.box_direction:nth-child(even) .content-wrapper {
  flex-direction: row-reverse;
}
label.error {
  display: block;
  color: #d20808;
  font-size: 14px;
  margin: 0;
}
.Add_mn {
  display: flex;
  flex-wrap: wrap;
}
.Add_bx {
  width: 70%;
}
.Hd_6 {
  font-size: 22px;
  line-height: 30px;
  color: #AA8768;
  font-weight: 500;
}
.email_in_bx .email_tx a.Cont_no {
  background: url(../images/Cont_icon.png) no-repeat 0px 1px;
  padding-bottom: 7px;
  margin-top: 6px;
}
.email_in_bx .email_tx a.Cont_no2 {
  margin-top: 0;
  display: table;
}
.email_in_bx .email_tx a.Cont_no:hover {
  background: url(../images/Cont_icon.png) no-repeat 0px -31px;
}
/*.ftrCont_no2 {
    display: table;
    margin-left: 86px;
}*/
.overlay-box-div-right .Add_bx {
  width: 100%;
}
.overlay-box-div-right .Add_bx .Hd_6 {
  font-size: 18px;
  line-height: 28px;
}
.src_lt_bx {
  position: relative;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box_direction .src_lt_bx:before {
  background: url() no-repeat top right;
  background-size: 78%;
  position: absolute;
  top: 65px;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.4;
}
.src_lt_bx:before {
  background: url(../images/service_lt_bg2.png) no-repeat top left;
  background-size: 78%;
  position: absolute;
  top: 65px;
  right: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.4;
}
.src_lt_bx_in {
  max-width: 640px;
  padding-left: 105px;
  padding-right: 80px;
  margin-top: 21px;
}
.src_lt_bx h2 {
  font-size: 43px;
  line-height: 48px;
  color: #AA8768;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0;
}
.src_lt_bx h2 span {
  display: inline-block;
  border-bottom: 1px solid #AA8768;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
.src_lt_bx p {
  font-size: 14px;
  color: #AA8768;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 20px;
}

.footer_paralex .content-wrapper {
  display: flex;
  background: white;
  flex-direction: column;
  justify-content: flex-end;
}

.top_arrow:hover {
  background: #AA8768;
  opacity: 1;
}
.top_arrow img {
  max-width: 77px;
}
.top_arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
  cursor: pointer;
  opacity: 0.5;
  transition: 1.5s all ease;
  border-radius: 50%;
}
.sr_tx h3 {
  color: #AA8768;
  font-size: 36px;
  line-height: 40px;
}

.service_bx {
  padding-left: 20px;
  padding-right: 20px;
}
.service_bx_in {
  margin-bottom: 35px;
}

footer a.sub_btn {
  background: #AA8768;
  width: 168px;
  float: left;
}

.left_social_Add,
.enq_add {
  display: none;
}

.bnr_po {
  position: absolute;
  top: 47%;
  width: 100%;
}
div#section0 .bnr_po {
  top: 50%;
}
.bnr_po h1 {
  font-size: 100px;
  line-height: 90px;
  color: #AA8768;
  margin-bottom: 0px;
  font-weight: 3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Futura Lt BT";
  font-weight: 300;
}
.bnr_po h4 {
  font-size: 29px;
  line-height: 30px;
  color: #AA8768;
  font-weight: 300;
  margin-bottom: 0;
}
.service_downaro {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.service_downaro a {
  display: inline-block;
}
.service_downaro img {
  height: auto;
  width: 100%;
}
.inner_banner {
  display: flex;
  flex-wrap: wrap;
  background: #000;
}
.about_lt,
.bnr_rt_tx {
  width: 50%;
  position: relative;
}
.about_lt:before {
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  width: 404px;
  content: "";
  background: url(../images/white_shadow_right.png) no-repeat top left;
  z-index: 9;
  background-size: 100% 100%;
}
.about_lt img,
.bnr_rt_tx img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.bnr_rt_div {
  position: absolute;
  left: 0;
  top: 225px;
  padding-left: 40px;
  /* max-width: 542px; */
  width: 100%;
  padding-right: 0px;
  z-index: 9999;
  margin-left: -201px;
  width: 828px;
}
.bnr_rt_tx h2 {
  font-size: 32px;
  line-height: 35px;
  color: #AA8768;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.bnr_rt_tx h2 span {
  display: inline-block;
  margin-bottom: 23px;
  padding-bottom: 10px;
  border-bottom: 1px solid #AA8768;
}
.bnr_rt_tx p {
  font-size: 14px;
  color: #AA8768;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 8px;
}

.bnr_rt_tx .bnr_txbg {
  font-size: 16px;
  line-height: 26px;
  color: #AA8768;
  font-family: "FuturaLT";
}
.bnr_scroll {
  height: 49vh;
  overflow: hidden;
}
.bnr_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 11px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 0;
  text-align: center;
  background: #AA8768 !important;
}
.bnr_scroll .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 0;
  background: #d2d2d2 !important;
}

/*
.bnr_scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    background-color:#f00;
    width: 6px;
}

.bnr_scroll::-webkit-scrollbar
{
    width:10px;
    background-color:#000;
}

.bnr_scroll::-webkit-scrollbar-thumb
{
    background-color: #83b09c;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    width: 6px;
}*/

.footer_about {
  padding-top: 0;
}
.contact_banner .bnr_po {
  top: 39%;
}

.contact_banner .bnr_po h1 {
  font-size: 90px;
  line-height: 83px;
}

.contact_banner .bnr_po h4 {
  font-size: 26px;
  line-height: 29px;
}
.contactarrow {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.contactarrow a {
  display: inline-block;
  position: relative;
}
span.arowanimate {
  position: absolute;
  top: 11px;
  left: 45%;
  transition: 0.5s all ease;
  animation: linear;
  animation: bounce 1.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  animation-iteration-count: infinite;
}

.ball {
}

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 30px, 0);
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}

.contact_scn {
  background: url(../images/con_bg_5.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 88px;
}
.contact_scn h2 {
  font-size: 60px;
  line-height: 80px;
  color: #AA8768;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.contact_scn h2 span {
  display: inline-block;
  position: relative;
  width: 160px;
  margin-left: 30px;
}
.contact_scn h2 span:before {
  position: absolute;
  top: -22px;
  left: 0;
  width: 93%;
  height: 1px;
  background: #AA8768;
  content: "";
}
.cont_social .ftr2_bx2 {
  margin-right: auto;
  margin-left: 10px;
}
img.cont_map {
  width: 238px;
  height: 238px;
  border-radius: 50%;
}
.map_img span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.8;
  z-index: 9;
}
.map_img span {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #AA8768;
}
.map_img a {
  display: inline-block;
  position: relative;
}

h4.look_tx {
  position: absolute;
  bottom: 0;
  left: 76px;
  z-index: 9;
  font-size: 22px;
  opacity: 0.9;
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}

.map_img {
  margin: 40px 0 37px 0;
}
.cont_in {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cont_lt {
  width: 39.5%;
}
.cont_rt {
  width: 60%;
  padding-top: 12px;
}
.cont_rt h3 {
  font-size: 24px;
  line-height: 30px;
  color: #AA8768;
  margin-bottom: 14px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "FuturaLT";
}
.email_in_bx .email_bx {
  margin-top: 38px;
}
.cont_rt p {
  font-size: 18px;
  color: #AA8768;
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 10px;
}
.email_in_bx .email_tx a {
  display: inline-block;
  font-size: 18px;
  color: #AA8768;
  line-height: 24px;
  background: url(../images/cont_email.png) no-repeat 0px 6px;
  padding-left: 38px;
  transition: 0.5s all ease;
  margin-bottom: 5px;
}
.email_in_bx .email_tx a:hover {
  background: url(../images/cont_email.png) no-repeat 0px -19px;
  color: #AA8768;
  transition: 0.5s all ease;
}

.email_in_bx .email_tx p {
  margin-bottom: 4px;
}
.email_in_bx .email_tx {
  width: 50%;
  margin-bottom: 42px;
}
.email_in_bx {
  display: flex;
  flex-wrap: wrap;
}
.cont_form_in {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 25px;
}
.cont_form {
  margin-top: 14px;
}
.cont_form_in .form-group-50 {
  width: 50%;
  float: left;
}
.cont_form_in .form-group {
  margin-bottom: 25px;
  padding: 0 12px;
}

.cont_form_in .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0 0 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #979797;
  background-color: transparent !important;
  background-clip: padding-box;
  border: 1px solid #AA8768;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 60px;
  font-family: "FuturaLT";
}
.form-control:focus {
  color: #979797;
  border-color: #AA8768;
  outline: 0;
  box-shadow: none;
}
.cont_form_in textarea.form-control {
  height: 120px;
  padding-top: 18px;
}
.btn_div a {
  color: white;
}
.cont_form_in .sub_btn {
  font-size: 17px;
  color: white;
  margin: 0;
  height: 48px;
  width: 192px;
  background: #AA8768;
  border: 0;
  font-family: "FuturaLT-Bold";
  outline: 0px auto -webkit-focus-ring-color;
  padding: 10px 20px 12px;
}

.cont_form_in ::-webkit-input-placeholder {
  /* Edge */
  color: #979797;
}

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

.cont_form_in ::placeholder {
  color: #979797;
}

ul#menu li {
  margin: 0 10px;
}
ul#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: flex;
}
.footer_paralex {
  height: 590px !important;
}
.fp-viewing-ICONIC .header_menu,
.fp-viewing-INTERIOR .header_menu,
.fp-viewing-FURNITURE .header_menu,
.fp-viewing-SMART .header_menu,
.fp-viewing-DECOR .header_menu,
.fp-viewing-ARTISTRY .header_menu,
.fp-viewing-LANDSCAPE .header_menu,
.fp-viewing-LIGHTING .header_menu,
.fp-viewing-TURNKEY .header_menu,
.fp-viewing-footer .header_menu,
.fp-viewing-10 .header_menu {
  display: none;
}

.fp-viewing-10 .left_social {
  display: none !important;
}

.fp-viewing-10 .enq {
  display: none;
}

.fp-viewing-ICONIC header.fixed,
.fp-viewing-INTERIOR header.fixed,
.fp-viewing-FURNITURE header.fixed,
.fp-viewing-SMART header.fixed,
.fp-viewing-DECOR header.fixed,
.fp-viewing-ARTISTRY header.fixed,
.fp-viewing-LANDSCAPE header.fixed,
.fp-viewing-LIGHTING header.fixed,
.fp-viewing-TURNKEY header.fixed,
.fp-viewing-footer header.fixed,
.fp-viewing-10 header.fixed {
  top: 0;
  transition: 0.5s all ease;
}

.fp-viewing-ICONIC .src_rt_bx img,
.fp-viewing-INTERIOR .src_rt_bx img,
.fp-viewing-FURNITURE .src_rt_bx img,
.fp-viewing-SMART .src_rt_bx img,
.fp-viewing-DECOR .src_rt_bx img,
.fp-viewing-ARTISTRY .src_rt_bx img,
.fp-viewing-LANDSCAPE .src_rt_bx img,
.fp-viewing-LIGHTING .src_rt_bx img,
.fp-viewing-TURNKEY .src_rt_bx img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 20s ease-in-out;
}

.email_bx {
  margin-top: 40px;
}

.logo.global-menu__item img {
  width: 15%;
}
.inner_banner .pic img {
  /*    height: 100vh;*/
  object-fit: cover;
}

.brands_scroll .about_lt:before {
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  width: 404px;
  content: "";
  background: url() no-repeat top left;
  z-index: 9;
  background-size: 100% 100%;
}
.brands_scroll .about_lt img {
  object-fit: inherit;
}

#about_lt_SL .about_lt_bx {
  width: 100%;
  overflow: hidden;
}
.ftr2_bx ul li a {
  border: 0px !important;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #AA8768;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #AA8768;
}
.Portfolio_page {
  background: white;
}
.Portfolio_page .aboutlogo {
  padding: 30px 0 0 0;
  position: static;
}
.Portfolio_page .logo {
  position: static;
  padding: 30px 0 0 0;
}
.filter {
  margin: 45px 0 10px;
  text-align: center;
}
.filter ul li {
  display: inline-block;
}
.filter a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #616161;
  position: relative;
  margin-right: 10px;
  width: 180px;
  text-align: center;
  height: 52px;
  font-size: 18px;
  color: #616161;
  font-weight: 600;
  transition: 0.5s all ease;
}
.filter .all a {
  width: 110px;
}
.filter .active a,
.filter a:hover {
  background: #AA8768;
  color: #000;
  opacity: 1;
  border: 1px solid #AA8768;
  transition: 0.5s all ease;
}
/*.boxes {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 40px;
    overflow: hidden;
}*/
.boxes {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  justify-content: space-evenly;
}
.pot_item_bx {
  width: 33.33%;
  padding: 25px 20px;
}
/*.pot_item_bx {
    contain: size;
}*/
/*.boxes {
    column-gap: 40px;
    margin-top: 40px;
    overflow: hidden;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
  */
.boxes a {
  width: 23%;
  border: 2px solid #333;
  /*    margin: 0 1% 20px 1%;*/
  line-height: 60px;
}

/*   
  .filter a.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #333 transparent transparent transparent;
  } */

.is-animated {
  animation: 0.6s zoom-in;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}
.port_div {
  padding: 0 100px;
  padding-bottom: 50px;
}
.por_tx p {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 12px;
  color: #AA8768;
  line-height: 21px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #AA8768;
}

.por_tx h2 {
  font-size: 32px;
  line-height: 35px;
  color: #AA8768;
  margin-bottom: 0;
  font-weight: 500;
}
.por_tx {
  text-align: center;
}
.boxes_img {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}
.boxes_img img {
  width: 100%;
}
.pot_item_bx_tx {
  width: 100%;
  border: 1px solid #262626;
  position: relative;
  padding: 95px 40px 60px 40px;
  min-height: 330px;
  transition: 3s all ease;
}
.pot_item_bx_tx:hover {
  background: #AA8768;
  border: 1px solid #AA8768;
  transition: 3s all ease;
}
.pot_item_bx_tx:hover .pro_desc,
.pot_item_bx_tx:hover h2 {
  color: #000;
  transition: 3s all ease;
}

.pot_item_bx_in {
  margin-bottom: 0px;
  /* border: solid 1px #464646;
    background: black0f;*/
  padding: 10px;
  border-radius: 3px;
}
.pot_item_bx_in h2 {
  font-size: 28px;
  line-height: 34px;
  color: #AA8768;
  margin-bottom: 0;
  font-weight: 500;
}
.pot_item_bx_tx h2 {
  font-size: 24px;
  line-height: 34px;
  color: #AA8768;
  margin-bottom: 0;
  font-weight: 500;
  font-family: fertigo-pro, serif;
  font-weight: 400;
  font-style: italic;
  transition: 2s all ease;
  text-align: center;
}
.pro_desc {
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  left: 0;
  color: #AA8768;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 20px;
  transition: 2s all ease;
}

.filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}

.filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.gallery_div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99999;
  visibility: hidden;
  opacity: 0;
  background: url(../images/popup_bg_por.jpg) no-repeat center center;
  background-size: cover;
}
.gallery_div:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.9;
}
.gallery_div_add .gallery_div {
  z-index: 9999999;
  visibility: visible;
  opacity: 1;
}
.nav-bottom {
  display: none;
}
.jgallery.jgallery-standard {
  height: 100vh !important;
  background: transparent !important;
  padding-top: 0px;
}
.jgallery[data-jgallery-id="1"]
  .zoom-container:not([data-size="fill"])
  .jgallery-container {
  background: transparent !important;
  top: 35px;
}
.jgallery[data-jgallery-id="1"] .jgallery-thumbnails .jgallery-container {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.jgallery[data-jgallery-id="1"] .jgallery-thumbnails {
  background: transparent !important;
}

.gallery_div .boxes a {
  width: 23%;
  border: 2px solid #AA8768 !important;
  margin: 2px !important;
  line-height: 60px !important;
}
.jgallery[data-jgallery-id="1"] .jgallery-thumbnails a {
  width: 64px !important;
  height: 60px !important;
  font-size: 65px !important;
  opacity: 1 !important;
  margin: 2px !important;
}
.gallery_div .jgallery .jgallery-thumbnails.images img {
  padding: 0;
}
.jgallery[data-jgallery-id="1"] .jgallery-thumbnails-horizontal {
  height: 100px !important;
}
.jgallery[data-jgallery-id="1"] .jgallery-thumbnails-horizontal {
  height: 74px !important;
  bottom: 40px !important;
  padding: 0 !important;
}
.jgallery .jgallery-thumbnails.images .jgallery-container-inner {
  padding: 7px 0 0 0 !important;
}
span.fa.resize.jgallery-btn.jgallery-btn-small.fa-search-plus {
  display: none;
}
.jgallery[data-jgallery-id="1"] .jgallery-btn {
  color: rgb(255 255 255) !important;
  text-shadow: 0 0 1px rgb(230, 230, 230);
}
span.fa.fa-chevron-left.prev.jgallery-btn.jgallery-btn-large {
  font-size: 0;
  background: url(../images/popup_prev_icon.png) no-repeat;
  height: 45px;
  width: 45px;
  left: 25px;
}
span.fa.fa-chevron-right.next.jgallery-btn.jgallery-btn-large {
  font-size: 0;
  background: url(../images/popup_next_icon.png) no-repeat;
  height: 45px;
  width: 45px;
  right: 10px;
}
/*.pt-part.pt-perspective.hide-overflow {
    width: 1024px !important;
    height: 765px !important;
}*/
.pt-part .pt-page .pt-item {
  position: absolute;
  width: 100% !important;
}

.gallery_div h2 {
  font-size: 25px;
  line-height: 30px;
  color: #AA8768;
  margin-bottom: 0;
  font-weight: 500;
  position: absolute;
  bottom: -58px;
  width: 100%;
  text-align: center;
  left: 0;
}
.jgallery[data-jgallery-id="1"] {
  background: rgb(0 0 0 / 42%) !important;
}
.pop_close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: url(../images/pop_close.png) no-repeat top center;
  z-index: 9;
  cursor: pointer;
}
span.fa.change-mode.jgallery-btn.jgallery-btn-small.fa-expand {
  position: absolute;
  top: 6px;
  right: 60px;
}
.jgallery[data-jgallery-id="1"] .overlayContainer .overlay {
  background: transparent !important;
  color: rgb(0, 0, 0);
}

.fixed_body {
  overflow: hidden;
}

.boxes_img img {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  object-fit: cover;
  filter: grayscale(100%);
}
.pot_item_bx:hover .boxes_img img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  filter: grayscale(0%) !important;
}

/*
.test_bx1 .boxes_img img {
    height: 440px;
}
.test_bx3 .boxes_img img {
    height: 245px;
}


.test_bx5 .boxes_img img {
    height: 367px;
}

.test_bx21 .boxes_img img {
    height: 398px;
}
.test_bx6 .boxes_img img {
    height: 436px;
}

.test_bx7 .boxes_img img {
    height: 420px;
}
.test_bx11 .boxes_img img {
    height: 277px;
}
.test_bx10 .boxes_img img {
    height: 274px;
}
.test_bx12 .boxes_img img {
    height: 324px;
}
.test_bx13 .boxes_img img {
    height: 307px;
}
.test_bx15 .boxes_img img {
    height: 406px;
}
.test_bx16 .boxes_img img {
    height: 386px;
}
.test_bx18 .boxes_img img {
    height: 278px;
}
.test_bx19 .boxes_img img {
    height: 271px;
}
.test_bx20 .boxes_img img {
    height: 430px;
}*/
.fotorama_in {
  margin: 0 auto;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0;
  height: 100vh !important;
  /* display: flex;
    align-items: center;*/
}

.fotorama_div {
  height: 90vh !important;
  /*    position: relative;*/
}

/*.fotorama--fullscreen, .fotorama__img {
    height:100% !important;
    width: 100% !important
}*/
/*.fotorama__stage.fotorama__pointer {
    height: 90vh !important;
}*/
img.fotorama__img {
  top: 0 !important;
  left: 0px !important;
  width: auto !important;
}
.fullscreen img.fotorama__img {
  width: 100% !important;
}
.fotorama__nav.fotorama__nav--dots {
  display: none !important;
}
/*.fotorama {
    height: 100vh;
}*/
/*.fotorama__wrap {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
}*/
.port_div_page .fotorama__stage__shaft {
  height: 54%;
}

.fotorama__stage__shaft {
  min-width: 1px;
  overflow: hidden;
  height: 65%;
  display: flex;
  align-items: center;
}

.fotorama__fullscreen-icon {
  width: 40px !important;
  height: 40px !important;
  top: 10px !important;
  right: 30px !important;
}
.fullscreen .fotorama__stage__shaft {
  height: 100%;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  overflow: hidden;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
/*.fotorama {
    overflow: inherit !important;
}*/
.fotorama {
  padding-top: 20px;
  height: 93vh !important;
  overflow: hidden;
  padding-right: 50px;
  padding-left: 50px;
}
.fotorama__nav,
.fotorama__stage {
  overflow: inherit !important;
}
.fotorama__arr.fotorama__arr--prev {
  font-size: 0;
  background: url(../images/popup_prev_icon.png) no-repeat;
  height: 45px;
  width: 45px;
  left: -45px !important;
  opacity: 1 !important;
}
.fotorama__arr.fotorama__arr--next {
  font-size: 0;
  background: url(../images/popup_next_icon.png) no-repeat;
  height: 45px;
  width: 45px;
  opacity: 1 !important;
  right: -65px !important;
}
/*.fotorama__wrap .fotorama__pointer {
    height: 100% !important;
}*/
.fotorama__wrap {
  width: 100% !important;
  margin: 0 auto;
}
/*.fotorama__wrap .fotorama__pointer {
    height: 100% !important;
    width: 100% !important;
}*/

.fullscreen .fotorama__wrap {
  width: 100% !important;
  margin: 0 auto;
}
.fullscreen .fotorama__arr.fotorama__arr--prev {
  font-size: 0;
  background: url(../images/popup_prev_icon.png) no-repeat;
  height: 45px;
  width: 45px;
  left: 14px !important;
  opacity: 1 !important;
}
.fullscreen .fotorama__arr.fotorama__arr--next {
  font-size: 0;
  background: url(../images/popup_next_icon.png) no-repeat;
  height: 45px;
  width: 45px;
  opacity: 1 !important;
  right: 0 !important;
}

.fullscreen .fotorama__arr {
  top: 50% !important;
}

.fotorama__arr {
  top: 33% !important;
}

.video_icon {
  position: absolute;
  top: 35px;
  right: 35px;
  opacity: 0.3;
  cursor: pointer;
}
.pot_manymore {
  display: block;
  text-align: center;
  height: auto;
  font-size: 18px;
  color: #616161;
  font-weight: 600;
  transition: 0.5s all ease;
  margin: 35px auto 0;
  text-align: center;
}
.video_div {
  margin-top: 25px;
}

.video_div .boxes_img {
  margin-bottom: 15px;
}
.video_div .pot_item_bx_in h2 {
  font-size: 27px;
}

.video_div .boxes_img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

.video_div .pot_item_bx_in:hover .boxes_img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(0%);
}
.video_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 90%);
  z-index: 9999999;
  display: none;
}
.video_pop_in {
  padding: 0 100px;
}
.video_pop_in iframe {
  width: 100%;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}
.videoclose_Cl {
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: pointer;
}

/*Press Css*/

.press_div .por_tx {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.press_div .boxes_img {
  margin-bottom: 13px;
}
.press_div .por_tx p {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 16px;
  color: #AA8768;
  line-height: 27px;
  text-transform: inherit;
  text-shadow: none;
}
.press_div .pot_item_bx_in h2 {
  font-size: 18px;
  line-height: 33px;
  color: black;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}
.press_div .press_bx a.boxes_img {
  width: 100% !important;
  border: 0 !important;
  line-height: inherit;
  margin: 0 0 15px 0;
}

/*.press_div img.fotorama__img {
    height: auto !important;
}*/
.press_div .fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
  height: 100% !important;
  overflow-y: scroll;
}
/*.press_div img.fotorama__img {
    height: auto !important;
}*/
.press_div img.fotorama__img {
  width: 100% !important;
}
/*.fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img.fotorama__active {
    opacity: 1!important;
    height: 100% !important;
    overflow-y: scroll;
}*/
.fotorama__stage__frame img {
  max-width: fit-content !important;
  height: 400px;
  background: #AA8768;
  padding: 3px !important;
  border-radius: 5px;
}
.fotorama__img {
  display: inline-block !important;
  margin: 0 auto;
}
.fullscreen img.fotorama__img {
  height: auto !important;
}
.fullscreen
  .fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img.fotorama__active {
  height: 100% !important;
  overflow-y: scroll;
}

.scroll_fixed {
  overflow: hidden;
}
.Offr_form_div {
  margin: 0 auto;
  background: hsl(0deg 0% 0% / 88%);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 0px;
  display: none;
}

.Offr_form_div .posi_scroll {
  height: 100vh;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.Offr_form_div .enquiry_in {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  background: #AA8768;
  position: absolute;
  top: 25px;
  transform: translateY(-104%);
  transition: 0.5s all ease;
  padding: 20px;
  background: url(../images/contact_bg.jpg) no-repeat center center;
  background-size: cover;
  opacity: 1;
  background: transparent;
}
.scroll_fixed .enquiry_in {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all ease;
}

.Offr_form_div .form_btn {
  margin-top: 10px;
}
.Offr_form_div .form-group {
  margin-bottom: 21px;
}
.Offr_form_div .form-control {
  height: 44px;
  border: 0px;
  border-bottom: 1px solid #909090;
  border-radius: 0;
  color: black;
  font-size: 16px;
  width: 100%;
  background: transparent;
  font-weight: 400;
  padding: 0;
  opacity: 1;
}
.Offr_form_div ::-webkit-input-placeholder {
  color: #AA8768;
}
.Offr_form_div :-ms-input-placeholder {
  color: #AA8768;
}
.Offr_form_div ::placeholder {
  color: #AA8768;
}

.Offr_form_div textarea.form-control {
  height: 100px;
  padding-top: 10px;
}
.Offr_form_div .form_btn {
  font-size: 14px;
  color: #AA8768;
  height: 38px;
  width: 115px;
  border: 0px solid #f68634;
  background: transparent;
  border-radius: 0px;
  font-weight: 300;
  margin-top: 0px;
  transition: 0.5s all ease;
  background: #AA8768;
}
.Offr_form_div .form_btn:hover {
  background: #000;
  transition: 0.5s all ease;
  color: #AA8768;
}

.popup_close {
  position: absolute;
  top: 6px;
  right: 14px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
  color: #AA8768;
  border: 1px solid #AA8768;
  transition: 0.5s all ease;
}
.popup_close:hover {
  border: 1px solid #AA8768;
  background: #AA8768;
  color: #000;
  transform: rotate(360deg);
  border-radius: 50%;
  transition: 0.5s all ease;
}
.Offr_form_div h3 {
  font-size: 30px;
  line-height: 30px;
  color: #AA8768;
  margin-bottom: 10px;
  font-weight: 300;
}
body .Press_thHD:hover h2 {
  color: #AA8768 !important;
  transition: 0.5s all ease;
}
body .Press_thHD {
  width: 100%;
  display: block;
  margin: 0;
  border: 0;
  transition: 0.5s all ease;
}

.bnr_tx {
  padding: 0 10px;
}
section.home_service p {
  font-size: 14px;
  color: #707070;
  line-height: 20px;
  font-weight: 300;
  font-family: "FuturaLT";
}

.home_service h3 {
  text-transform: uppercase;
}

.Videos_bg {
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  background: #000;
  top: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease;
}
.Videos_bg_add {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
.video_tx {
  max-width: 700px;
  margin: 0 auto;
}
.video_tx video {
  width: 100%;
}
#AboutPage {
  display: none;
}

.fotorama__fullscreen-icon {
  display: none !important;
}
.menu_email {
  width: 60%;
}
.fotorama__nav-wrap {
  position: fixed;
  bottom: 48px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
  display: block;
  opacity: 1;
  visibility: visible;
}

.SubscribeDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 85%);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all ease;
}
.SubscribeDiv_Add {
  overflow: hidden;
}
.SubscribeDiv_Add .SubscribeDiv {
  visibility: visible;
  opacity: 1;
  transition: 0.5s all ease;
}
.SubscribeIn {
  max-width: 375px;
  width: 100%;
  background: #AA8768;
  padding: 50px 15px 15px 15px;
  border-radius: 5px;
  position: relative;
}
.SubscribeIn h3 {
  font-size: 20px;
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 300;
}
.SubscribeIn .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  background-color: #AA8768;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.popup_close2 {
  position: absolute;
  top: 6px;
  right: 14px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
  color: #AA8768;
  border: 1px solid #AA8768;
  transition: 0.5s all ease;
}
.popup_close2:hover {
  border: 1px solid #000;
  background: #000;
  color: #AA8768;
  transform: rotate(360deg);
  border-radius: 50%;
  transition: 0.5s all ease;
}

.SubscribeIn .form_btn {
  font-size: 14px;
  color: #AA8768;
  height: 38px;
  width: 115px;
  border: 0px solid #f68634;
  background: transparent;
  border-radius: 0px;
  font-weight: 300;
  margin-top: 0px;
  transition: 0.5s all ease;
  background: #AA8768;
}
.SubscribeIn .form_btn:hover {
  background: #000;
  transition: 0.5s all ease;
  color: #AA8768;
}
.Videos_bg2 {
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  background: #000;
  top: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease;
}
.video_tx2 {
  max-width: 700px;
  margin: 0 auto;
}
.video_tx2 video {
  width: 100%;
}
.backpage {
  text-align: right;
  width: 100%;
  padding: 10px 25px 10px 10px;
  position: absolute;
  z-index: 99;
}
.backpage .backtx {
  display: block;
  border: 0 !important;
  line-height: 20px !important;
  font-size: 14px;
  color: #AA8768;
  font-weight: 400;
  margin: 0 !important;
  width: auto;
}
.port_div_page a {
  width: 100%;
  display: block;
  border: 0;
}
img {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.ytr56 {
  width: 626px;
}
.dfgh8765 p {
  text-align: justify !important;
}
.bnr_logo img {
  width: 20%;
}

.video_Cl img {
  height: 346px;
}
.video_in .pot_item_bx_in {
  height: 450px;
}

.wert1 {
  padding-left: 440px;
}
.nav-tabs > .nav-item > .nav-link > h4 {
  color: #AA8768;
}
.port_div1 {
  padding: 0px 60px;
}
#contact_div {
  z-index: 999;
}
.mail-text-let-alig {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 5px;
}
.mail-text-let-alig .sdfghgf {
  text-align: left;
}
