@font-face {
  font-family: "futura_lt_btlight";
  src: url("../fonts/futural-webfont.eot");
  src: url("../fonts/futural-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/futural-webfont.woff2") format("woff2"),
    url("../fonts/futural-webfont.woff") format("woff"),
    url("../fonts/futural-webfont.ttf") format("truetype"),
    url("../fonts/futural-webfont.svg#futura_lt_btlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "futura_lt_btlight";
}
.navbar {
  padding: 0px;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.innerpages .navbar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #292929;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.innerpages .banner-padding {
  margin-top: 0px;
  padding-top: 160px;
}

.navbar-nav {
  width: 100%;
  display: block;
}
.navbar-nav li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-family: "futura_lt_btlight";
  letter-spacing: 1px;
}
.navbar-nav-home li a {
  color: #292929 !important;
  font-weight:600 !important;
}
.nav-item {
  position: relative;
}
.nav-item-home ul {
  background: rgb(46 46 46 / 0.3) !important;
}
.nav-item ul {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 250px;
  top: 62px;
  background: red;
  padding: 15px 0px;
  background: rgb(255 255 255 / 0.1);
  border-radius: 0 0 3px 3px;
  transform-origin: top;
  transition: all 400ms ease;
  box-shadow: 0 15px 27px 0 rgb(14 0 40 / 5%);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 9999;
}
.nav-item ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0 20px;
}
.nav-item > a {
  padding-right: 15px !important;
  padding-left: 15px !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.nav-item ul li a {
  text-decoration: none;
  text-transform: capitalize;
  line-height: normal;
  padding: 8px 0;
  display: inline-block;
  font-size: 15px;
  color: #fff !important;
}

.nav-item ul li a:hover {
  color: #ccc !important;
}
.nav-item-home ul li a:hover {
  color: #f6c55e !important;
}

.navbar-nav li:hover ul {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  transition: all 400ms ease;
}
.navbar-nav li:hover a {
  color: #ccc;
}
.nav-bar-nav-home li:hover a{
    color:#f6c55e !important;
}
.navbar-nav li a img {
  width: 100%;
}
.navbar-nav .row > div {
  display: flex;
  align-items: center;
}
.navbar-nav .logo {
  display: block;
  max-width: 180px;
  margin: auto;
}

.navbar-nav .logo .nav-item:after {
  display: none;
}
.navbar-nav .justify-content-end li:last-child ul {
  left: auto;
  right: 0;
}
.link-box a {
  padding: 0 15px;
  border: none;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 15px;
  margin: 0 3px;
  border-radius: 3px;
  transition: 0.5s all;
}
.link-box a:hover {
  background-color: #fff;
  color: gray;
  transition: 0.5s all;
}
.readmore-icon img {
  width: 14px !important;
  height: 7px !important;
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block !important;
  display: none !important;
}
.suryam-btn:hover .readmore-icon img {
  opacity: 0.5;
}
.owl-carousel {
  position: relative;
}
/* .owl-carousel div:not(.owl-controls) {
  height: 100%;
} */

.owl-carousel div.owl--text img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  /* filter: grayscale(1); */
  -webkit-animation: zoomhome 50s;
  animation: zoomhome 50s;
  animation-iteration-count: infinite;
}
.owl-carousel div.owl--text::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.owl-carousel .nest-glory div.owl--text::before {
    display:none;
}
#owl-example .nest-glory .link-box.wow.fadeInUp {
    top: 175px;
    position: relative;
}
.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-79px);
  display: block;
  text-align: center;
  z-index: 5;
}
.owl-carousel div.owl--text h1 {
  position: relative;
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.owl-carousel .owl-item.active div.owl--text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1300ms;
}
.owl-carousel div.owl--text .banner-subtitle {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  height: auto;
  line-height: 26px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.owl-carousel .owl-item.active div.owl--text .banner-subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
.owl-carousel div.owl--text .banner-location {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  height: auto;
  margin-bottom: 32px;
}
/* .owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
} */
.owl-carousel .owl-item {
  overflow: hidden;
}
.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: 0.9em;
  border-radius: 3px;
  color: #fff;
  background: #000;
  opacity: 0.6;
  text-transform: capitalize;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 5px;
}

/* body,
html {
  height: 100%;
} */
.owl-theme .owl-controls .owl-buttons div {
  background-color: transparent !important;
}
.owl-theme .owl-controls .owl-buttons i {
  font-size: 60px;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -25px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 36px;
}
video.video-item.owl-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
@keyframes zoomhome {
  0% {
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
  }
}
.owl-prev {
  opacity: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  opacity: 0;
}
.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 12px;
  right: 0;
  /* top: calc(100vh - 137px); */
  margin: auto;
}
.owl-pagination span::after {
  background: 0 0;
  content: "";
  font-size: 16px;
  letter-spacing: 1px;
  color: #ddd;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  line-height: 57px;
  height: auto;
  display: inline-block;
}
.owl-pagination .owl-page:first-child {
  display: none !important;
}
.owl-pagination .owl-page:nth-child(2) span::after {
  content: "Sant vihar 3";
  font-weight: bold;
}
.owl-pagination .owl-page:nth-child(3) span::after {
    content: "Nest Glory";
    font-weight: bold;
  }
.owl-pagination .owl-page:nth-child(4) span::after {
  content: "Sant vihar 2";
  font-weight: bold;
}
.owl-pagination .owl-page:nth-child(5) span::after {
  content: "Sant vihar 1";
  font-weight: bold;
}
.owl-pagination .owl-page:nth-child(6) span::after {
  content: "Royal Jardine";
  font-weight: bold;
}
.owl-pagination .owl-page {
  display: inline-block;
  width: 20%;
  height: 50px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.owl-pagination {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 100px;
}
.owl-pagination .owl-page.active {
  border-color: rgba(255, 255, 255, 0.6);
}
.owl-pagination .owl-page span {
  width: 100% !important;
  height: 0px !important;
  border-radius: 0px !important;
  margin: 0px !important;
}
/* .preloader {
  display: none;
} */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../images/Pashupati-Group-Logo.png) center center;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150px;
}
/* .owl-pagination  .owl-page:first-child.active ~ .owl-page {
	display:none;
} */
.owl-pagination .owl-page:first-child.active .owl-page {
  display: none;
}
.owl-carousel .owl-wrapper .owl-item:first-child.active img {
  filter: inherit;
}
.owl-carousel .owl-wrapper .owl-item:first-child.active .owl--text::before {
  display: none;
}
.owl-theme .owl-controls .owl-page span {
  opacity: 1 !important;
}
.owl-pagination .owl-page.active span {
  font-weight: bold;
}

/* ** Media Query ** */
@media screen and (max-width: 2560px) and (min-width: 1980px) {
  .navbar-nav li a {
    font-size: 22px;
    line-height: 1.2;
  }
  .owl-pagination span::after,
  .nav-item ul li a {
    font-size: 22px;
  }
}

.footer-section p b {
  color: #ffffff;
}

#counter {
  padding: 35px 25px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #333;
}

#counter li {
  flex: 1;
  text-align: center;
  font-size: 50px;
}
#counter li h4 {
  color: #c5a47e;
  margin-top: 30px;
}
#counter span.percent:after {
  content: "+";
  display: inline-block;
}

.about-csr-sliders {
  margin-bottom: 40px;
}

.sant-vihar-1-slider .arcprime-slider-item {
  margin-left: 5px;
  margin-right: 5px;
}

.banner-padding {
  margin-top: 0;
  padding: 160px 0 90px;
}

.arcprime-project-section.pashupati-project-detail-section {
  padding-top: 86px;
}

.video-grid video {
  width: 100%;
  height: auto;
}

.partner .item {
  cursor: pointer;
}

.partner .item svg {
  transform: scale(1.1);
}

.partner .item:hover svg {
  transform: scale(1.1);
}

.partner .item svg,
.partner .item path,
.partner .item svg path {
  fill: #999999 !important;
  min-width: 55px;
  height: auto;
  max-width: 55px;
}

.partner .item p {
  margin-top: 15px;
}
