/* kanakia Theme */

@font-face {
  font-family: MontserratRegular;
  src: url("../index_files/Montserrat-Medium.ttf");
}

@font-face {
  font-family: MontserratBold;
  src: url("../index_files/Montserrat-ExtraBold.ttf");
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html,
body {
  font-family: "MontserratRegular"!important;
  font-size: 14px;
}
a{
  color:#CFD17B;
}
a:hover{
  color:#000;
}
body {
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

img {
  max-width: 100%;
}

.logo {
  position: relative;
  z-index: 9;
}

.timeline-list li{list-style: none !important;}

.hidden {
  display: none;
}
h2.h2-lg.text--crop.route-slider__title{
	font-family: "MontserratRegular"!important;
}
.home-page {
  overflow: hidden;
}
.mobileonly{
  display: none;
}
#preloader {
  height: 100vh;
  width: 100vw;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999999;
}
.navbar{
  min-height: 40px;
}
/*.navbar-default .navbar-nav>li>.active {
    color: #fff!important;
    background-color: #dab07b!important;
}*/

.lds-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.load-block {
  background: #fff;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: 5;
}

.video-block {
  background: #fff;
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 2;
}

.video-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.37);
  z-index: 1;
}

.video-block video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.welcome-text {
  /* position: absolute; */
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 25%;
}

.wc-title {
  font-family: "MontserratBold";
  color: #bd9234;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.wc-small {
  color: #fff;
  font-size: 15px;
  display: block;
}

span.wc-divider {
  margin-bottom: 20px;
  display: block;
  height: 2px;
  background: #fff;
  width: 100%;
}

.wc-full {
  width: 100% !important;
}

.wcTextAnimate {
  text-align: left;
}

.wcTextAnimate .wc-small {
  color: #000;
}

.wcTextAnimate .wc-divider {
  background: #000;
}

.wc-getbtn {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  padding: 15px 30px;
  margin: 20px 0 0 0;
  /* border-radius: 50px; */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
  display: inline-block;
}


/*.wc-getbtn:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}*/


/* header */

header {
  position: absolute;
  right: 0;
  z-index: 2;
}

.right-nav {
  margin: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-block {
  text-align: center;
  /*margin-right: 20px;*/
  margin-top: 2px;
  /*margin-top: 16%;*/
  margin-right: 12px;
}

.search-block span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 3px;
  letter-spacing: 1px;
}

.search-btn,
.user-btn,
.night-btn {
  font-size: 16px;
  background: #efefef;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.search-block a {
  color: #000;
}

.tooltip {
  position: absolute;
  width: 100%;
  background: black;
  padding: 10px;
  font-size: 12px;
  border-radius: 4px;
  top: 60px;
  color: #fff;
  opacity: 0;
/*  right: 5px;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
    
     /* position: relative;
    top: 15px;*/

}


.tooltip:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: black;
  bottom: 68%;
  position: absolute;
  z-index: -1;
  /*right: 28px;*/
  /*left: 18px;*/
}

.custom-searchbar .tooltip{
	position: relative;
    top: 15px;
}
.custom-searchbar .tooltip:before{
left: 104px;
}
.custom-searchbar {
    padding: 10px 0px;
}

.custom-searchbar .search-btn{
/*font-size: 16px;
    background: #efefef;*/
/*    width: 30px;*/
    height: 30px;
/*    border-radius: 30px;*/
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    /*border: 5px solid #aa7f2d;*/


    background: #fff;
    border: 1px solid #aa7f2d;
    color: #afa7a7;
    font-size: 14px;
}
.user-tooltip {
  /*right: 20px;*/
  right: -11px;
}

.user-tooltip:before {
  right: 77px;
  bottom: 55%;
}

.night-btn {
  overflow: hidden;
}

.night-btn img {
  width: 25px;
  margin-top: 10px;
}

#night-mode {
  margin-top: -55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.active-mode {
  margin-top: 0px !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.menu-btn {
  cursor: pointer;
  text-align: right;
  /* display: none; */
}

span.ico-bar {
  width: 35px;
  height: 2px;
  background: black;
  display: block;
  margin-bottom: 8px;
  border-radius: 3px;
}

span.ico-bar:nth-child(2) {
  width: 25px;
}

span.ico-bar:last-of-type {
  margin-bottom: 0px;
  width: 20px;
}


/* page wrapper */

.page-wrapper {
  height: 100%;
  width: 100%;
}

.left-sidebar {
  float: left;
  position: fixed;
  width: 18%;
  height: 100%;
  /* background: #f0f0f0; */
  padding-left: 20px;
  z-index: 1;
}

.right-sidebar {
  float: right;
  width: 80%;
  height: 100%;
}

.logo {
  /* width: 80px; */
  margin: 0 auto;
  margin-top: 23px;
  text-align: center;
}

.logo a {
  display: inline-block;
  width: 100%;
}

.white-logo {
  display: none;
}

.wc_text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wc_text h1 {
  color: #d5b214;
  font-size: 32px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.wc_text span {
  color: #000;
  font-size: 22px;
}

.tab-list ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-list ul li {
  vertical-align: top;
  position: relative;
  /* margin-right: 19px; */
  padding: 12px 0px 0px 0px;
}

.tab-list ul li a:after {
  content: "";
  display: block;
  width: 155px;
  background: #bd9234;
  height: 5px;
  position: absolute;
  bottom: -15px;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab-list ul li a {
  display: block;
  /* margin: 10px 0 10px 0; */
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.3px;
  line-height: 1.5;
  text-decoration: none;
  /* min-height: 55px; */
  min-height: 40px;
  font-size: 12px;
}

.tab-list ul li a strong {
  color: #CFD17B;
}

.tab-list ul li a:hover:after {
  width: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.tab-list ul li a.active:after {
  width: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.tab-list {
  /*margin-top: 10px;*/
  /*margin-bottom: 10px;*/
  width: 70%;
}

span.tab-line {
  display: block;
  height: 1px;
  background: #bfbfbf;
  /* width: 100%; */
  margin-top: 10px;
  /* margin-bottom: -12px; */
}


/* project slider */

.project-slider {
  padding: 10px 0 20px 0;
  /* margin-top: 15px; */
}

.pr-slider {
  position: relative;
  margin-top: -0.25em;
  display: inline-block;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.pr-slider>div {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}
.menu-social p{
  margin-bottom: 0px;
}
.horizontal_scroll .full_screen_100 article {
  width: 350px;
  /* width: 18%; */
  height: 100%;
  float: left;
  padding-bottom: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*margin-right: 10px;*/
}

.pr-slider article:hover {
  width: 450px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slider-item {
  position: relative;
  width: 100%;
  height: calc(100vh - 180px);
  padding: 0px;
}

.sl-desc-block {
  /* background: rgba(255, 255, 255, 0.9); */
  position: absolute;
  padding: 10px;
  padding-left: 20px;
  left: 30px;
  right: 30px;
  bottom: -40px;
  background: #f6f2e3;
}

.sl-title {
  font-family: "MontserratBold";
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  color: #bd9234;
  font-size: 24px;
  /* margin-bottom: 10px; */
}

.sl-img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  height: 90%;
  border-radius: 20px;
  background-size: 300%;
  overflow: hidden;
  animation: pan-image 15s linear infinite;
}

@keyframes pan-image {  
  0% {
    background-position: 36% 42%;
    background-size: 200%;
  }
  
  20% {
    background-position: 30% 35%;
    background-size: 200%;
  }
  
  20.0001% { /* -- View 2 -- */
    background-position: 60% 85%;
    background-size: 500%;
  }
  
  40% {
    background-position: 49% 81%;
    background-size: 500%;
  }
  
  40.0001% { /* -- View 3 -- */
    background-position: 80% 42%;
    background-size: 300%;
  }
  
  60% {
    background-position: 84% 33%;
    background-size: 300%;
  }
  
  60.0001% { /* -- View 4 -- */
    background-position: 0% 0%;
    background-size: 300%;
  }
  
  80% {
    background-position: 15% 4%;
    background-size: 300%;
  }
  
  80.0001% { /* -- View 5 -- */
    background-position: 80% 10%;
    background-size: 300%;
  }
  
  100% {
    background-position: 72% 14%;
    background-size: 300%;
  }
}


span.sl-img img {
  height: 100%;
  width: 95%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.modes {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modes img {
  width: 25px;
  margin: 0 10px;
}

.modes span {
  cursor: pointer;
}


/* switch button */

#switch {
  width: 50px;
  height: 26px;
  position: relative;
  margin: 0 auto;
}

.toggle {
  position: absolute;
  border: 2px solid #444249;
  border-radius: 20px;
  -webkit-transition: border-color 0.6s ease-out;
  transition: border-color 0.6s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.toggle.toggle-on {
  border-color: #fff;
  -webkit-transition: all 0.5s 0.15s ease-out;
  transition: all 0.5s 0.15s ease-out;
}

.toggle-button {
  position: absolute;
  top: 4px;
  width: 15px;
  bottom: 4px;
  right: 26px;
  background-color: #444249;
  border-radius: 19px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0.1s, width 0.1s, top 0.1s, bottom 0.1s;
  transition: all 0.3s 0.1s, width 0.1s, top 0.1s, bottom 0.1s;
}

.toggle-on .toggle-button {
  top: 4px;
  width: 15px;
  bottom: 4px;
  right: 3px;
  cursor: pointer;
  border-radius: 19px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px #fff;
  box-shadow: 0 0 16px #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s 0.1s, right 0.1s;
  transition: all 0.2s 0.1s, right 0.1s;
}

.toggle-on .toggle-text-off {
  color: rgba(0, 0, 0, 0);
}


/* menu block */

.menu-wrapper {
  position: fixed;
  z-index: -1;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}

.menu-overlay {
  position: absolute;
  background-image: url("../img/menu-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(78, 78, 78);
  height: 100%;
  width: 100%;
}

.menu-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.76);
}

.menu-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

span.mg-line {
  display: block;
  height: 100%;
  width: 1px;
  background: #7c7c7c;
}

.mg-line:first-child {
  background: transparent;
}

.mg-line:last-of-type {
  background: transparent;
}

.menu-block {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
  width: 80%;
}

.menu-block ul {
  list-style-type: none;
}

.menu-block ul li {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-block ul li a {
  font-family: "MontserratRegular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  letter-spacing: 0.5px;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  width: 47%;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu-block ul li a.active:after {
  content: "";
  width: 40%;
  background: #000;
  position: absolute;
  height: 1px;
  bottom: -8px;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 50px;
  /* border: 2px solid #fff; */
  height: 40px;
  width: 100px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background: #000;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.anime-close {
  position: relative;
}

.close-btn img {
  float: right;
}

.anime-close:before {
  content: "Close";
  display: block;
  position: absolute;
  left: -50px;
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close-btn:hover {
  width: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close-btn:hover .anime-close:before {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul.submenu li {
  margin-bottom: 0px !important;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul.submenu li a {
  font-family: "MontserratRegular";
  font-size: 14px;
  /* margin-bottom: 15px; */
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  line-height: 25px;
}

.menu-copyright {
  position: absolute;
  bottom: 15px;
  right: 0px;
}

.menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-right: 25px;
}

.menu-social ul {
  list-style: none;
  text-align: center;
  margin: 0;
  margin-bottom: 0px;
  margin-left: 10px;
}

.menu-social ul li {
  display: inline-block;
}

.menu-social ul li a {
  color: #000;
  margin: 0 10px;
  display: block;
}

.menu-social ul li a:last-of-type {
  margin-bottom: 0;
}

.menu-social p {
  text-transform: capitalize;
}

.menu-copyright a {
  color: #000;
  text-decoration: none;
}

.social-left {
  position: absolute;
  bottom: 8px;
}

.chatbot {
  text-align: center;
}

.chatbot img {
  max-width: 45%;
}


/* search block */

.search-result {
  background: #2d2d2d;
  position: fixed;
  top: 0;
  z-index: -1;
  opacity: 0;
  right: 0;
  left: 0;
  height: 100%;
}

.search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  /* background: #fff; */
}

.search-inner input[type="text"] {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 2px solid gainsboro;
  outline: none;
  background: transparent;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "MontserratBold";
}

.search-inner .search-btn {
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 50px;
  border: none;
  font-size: 20px;
  color: #d5b212;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  margin-left: -60px;
}

.search-form h4 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}

.search-form select {
  background: transparent;
  color: #d5b212;
  padding: 10px;
  width: 30%;
  margin-right: 25px;
}

.search-form select:last-of-type {
  margin-right: 0px;
}

.search-submit button {
  border: none;
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  background: #d5b212;
}

.left-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 60px;
  background: #000;
  border-radius: 50%;
  bottom: 15px;
  left: 0px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.right-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 60px;
  background: #000;
  border-radius: 50%;
  bottom: 15px;
  right: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.left-arrow img,
.right-arrow img {
  max-width: 40%;
}

.left-arrow:hover,
.right-arrow:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


/*Checkboxes styles*/

.property-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-box {
  margin-right: 20px;
}

.check-box:last-of-type {
  margin-right: 0px;
}

.search-form input[type="radio"] {
  display: none;
}

.search-form input[type="radio"]+label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.search-form input[type="radio"]+label:last-child {
  margin-bottom: 0;
}

.search-form input[type="radio"]+label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #d5b212;
  position: absolute;
  left: 0;
  top: 0;
  /* opacity: 0.6; */
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.search-form input[type="radio"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* checkbox */

.search-form input[type="checkbox"] {
  display: none;
}

.search-form input[type="checkbox"]+label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.search-form input[type="checkbox"]+label:last-child {
  margin-bottom: 0;
}

.search-form input[type="checkbox"]+label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #d5b212;
  position: absolute;
  left: 0;
  top: 0;
  /* opacity: 0.6; */
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.search-form input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.possession {
  margin-bottom: 35px;
}

.prj-tabs ul {
  list-style-type: none;
  margin-top: 20px;
  display: flex;
}

.prj-tabs ul li {
  display: inline-block;
  width: 100%;
}

.prj-tabs ul li a {
  color: #000000;
  display: block;
  text-decoration: none;
  background: #f6f2e3;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #aa7f2d;
border-radius: 3px;
    text-align: center;
}

.prj-tabs ul li a.active {
  border-bottom: 1px solid #CFD17B;
}



/* submenu design of v*/

li.dropdown-nav {
  background: rgb(255, 255, 255);
  background: -webkit-gradient( linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(74%, rgba(255, 255, 255, 1)));
  background: linear-gradient( 270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 74%);
  padding: 10px 0px;
  /* width: 60%; */
}

.menu-block>ul>li>a.active {
  color: #bd9234!important;
}

.drop-menu {
  cursor: pointer;
}


/* project page design */
.pd-top-60{
  padding-top: 60px;
}
.pr-header{
  padding: 0px 0 0px;
  transition: all 1s;
  position: fixed;
  width:100%;
  background: #fff;
  z-index: 10;
}
.right-about-csr {
    padding: 40px 0px;
}
.flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-logo {
  /* margin-top: 0px; */
  margin: 0px;
  margin-left: 20px;
/*  width: 65px;*/
}

.p-menu {
  width: 65%;
  /* margin-right: 100px; */
}

.p-menu .tab-list {
  width: 100%;
}
.custom-container-menu{
  width: 70%;
  margin:0px auto;
}
.navbar-nav{
  width: 100%;
}
.navbar-nav>li>a{
  padding:0px;
}
.navbar{
  margin-bottom: 0px!important;
}
.p-menu>.tab-list ul li a {
  display: block;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.3px;
  line-height: 1.5;
  text-decoration: none;
  min-height: 35px;
  font-size: 12px;
  font-weight: 700;
}

.section-pr {
  padding: 50px 0;
}

.connectivity {
  height: 100vh;
  position: relative;
  background-position: center center;
  background-size: cover;
}

.cnc-block {
  width: 30%;
  background: #d7b740;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  padding: 25px;
  text-align: justify;
  -webkit-transform: translate("-50%, -50%");
  transform: translate("-50%, -50%");
  color: #fff;
}

.cnc-change h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}

.crc-bottom {
  bottom: 50px;
  width: 100%;
  position: absolute;
  width: 88%;
}

.cnc-bottom h1 {
  font-size: 85px;
  font-family: "MontserratBold";
}

span.cnc-divider {
  display: block;
  height: 1px;
  width: 100%;
  background: white;
  margin-bottom: 15px;
}

.color-black {
  color: #000;
}

.amenities-img {
  width: 80%;
  margin: 15px 0 15px 20px;
  position: relative;
}

.amenities-img:before {
  content: "";
  display: block;
  background-color: #d7b740;
  position: absolute;
  top: 0%;
  left: -10%;
  width: 100%;
  height: 110%;
  z-index: -1;
  margin-top: -25px;
}

.amenities-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.amenity-list-block {
  background-color: #000;
  padding: 10px 25px;
  border-radius: 10px;
}

.amenity-list {
  list-style: none;
  text-align: center;
}

.amenity-list-block h3 {
  color: #d7b740;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
}

.amenity-list li {
  display: block;
  width: 90px;
  height: 90px;
  background: #ffff;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.amenity-list li:last-of-type {
  margin-bottom: 0px;
}

.amenity-list li img {
  width: 55%;
}

.projectstatus {
    border-top: 1px solid #c39c48;
    text-align: center;
    padding-top: 7px;
    font-weight: 600;
}

.recom-projects {
  background-color: #fff;
  border-radius: 0 100px 100px 0;
  position: absolute;
  padding: 15px 35px 15px 15px;/*20px 25px;*/
  bottom: 50px;
  -webkit-box-shadow: 0px 0px 10px 0px #c1c1c1;
  box-shadow: 0px 0px 10px 0px #c1c1c1;
  /* transform: translateX(-170px); */
  left: 0;
  width: 50%;
    margin: 0 auto;
}

.rc-projects {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rc-projects li {
  list-style-type: none;
  width: 100px;
  margin-right: 25px;
}

.rc-projects li:first-of-type {
  margin-right: 0px;
}

.gallery-section {
  /*height: 100vh;*/
  position: relative;
}

.gallery-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  background: #d7b740;
  left: 0;
  right: 0;
  bottom: 0;
}

h1.title {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 30px;
}

section#event-gallery {
  padding-top: 100px;
    /*padding-bottom: 40px;*/
}
#event-gallery .item{
  height: initial;
  margin: 5px;
}
#event-gallery .owl-carousel .owl-stage-outer{
  /*width: 100%;*/
}
#event-gallery .owl-nav > button {     
    background: #000!important;
    color: #d10833 !important;
    border-radius: 50%;    
    width: 50px;
    height: 50px;
  }
  #event-gallery .owl-nav > button img{
      width:20px!important;
  }
  #event-gallery .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
#event-gallery .owl-nav > button.owl-next{
right: 0%;
}
#event-gallery .owl-nav > button.owl-prev{
left: 0%;
}
#event-gallery h2.section-title {
 /* color: #333333;
  font-size: 32px;
  margin: 0;
  text-align: center;
  padding: 0px 20px 20px;
  border-bottom: 2px solid #d10833;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 40px;*/
  margin-top: 10px;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 700;
  color: #CFD17B;
  font-family: "MontserratBold";
  text-transform: uppercase;
  border-bottom: none;
  margin-bottom: 0px;
}

.features .v-tabs .v-tab-head a, .features .v-tabs a.v-tab-head{
  border-right: 1px solid #CFD17B;
}
.features .v-tabs .v-tab-head a.active::before{
  border-color: #CFD17B transparent transparent;
}
/* owl carousel gallery */


/* .owl-item > div {
  cursor: pointer;
  margin: 25% 0%;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
  margin-right: -150px;
  margin-left: -150px;
  transition: 0.5s ease;
}
.owl-item:not(.center) > div:hover {
  opacity: 0.75;
  transition: 0.5s;
}
.owl-item.active.center {
  position: relative;
  z-index: 1;
}
button.owl-next {
  display: inline-block;
  background: #fff !important;
  position: absolute;
  right: -3%;
  transform: translateY(-50%);
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0px 0px 10px 0px #979595;
}
button.owl-prev {
  display: inline-block;
  background: #fff !important;
  position: absolute;
  left: -5%;
  transform: translateY(-50%);
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0px 0px 10px 0px #979595;
  transition: 0s;
}
button.owl-next img,
button.owl-prev img {
  filter: brightness(0%);
  width: 20%;
} */

.custom-project-slider.owl-carousel .owl-item.active.center img {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-top: 8%;
}
.custom-project-slider.owl-carousel .owl-item.cloned, .custom-project-slider.owl-carousel .owl-item {
    display: block !important;
    bottom: 14px;
}
#pr-center-slider .owl-item, .custom-project-slider .owl-item {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  z-index: 0;
}

#pr-center-slider .owl-item.active.center, .custom-project-slider .owl-item.active.center  {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 1;
}

#pr-center-slider .owl-item.active.center>.item, .custom-project-slider .owl-item.active.center>.item {
  margin-left: -125px;
  margin-right: -125px;
  margin-top: -65px;
}

#pr-center-slider .owl-stage-outer, .custom-project-slider .owl-stage-outer {
  padding: 100px 0;
}

#pr-center-slider button.owl-next, .custom-project-slider  button.owl-next {
  display: inline-block;
  background: #fff !important;
  position: absolute;
  right: -3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 10px 0px #979595;
  box-shadow: 0px 0px 10px 0px #979595;
}

#pr-center-slider button.owl-prev, .custom-project-slider   button.owl-prev {
  display: inline-block;
  background: #fff !important;
  position: absolute;
  left: -5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 10px 0px #979595;
  box-shadow: 0px 0px 10px 0px #979595;
  -webkit-transition: 0s;
  transition: 0s;
}

#pr-center-slider button.owl-next img,
#pr-center-slider button.owl-prev img, .custom-project-slider  button.owl-next img, .custom-project-slider  button.owl-prev img {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
  width: 20%;
}


/*----------*/

#pr-center-slider1 .owl-item {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  z-index: 0;
}

#pr-center-slider1 .owl-item.active.center {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 1;
}

#pr-center-slider1 .owl-item.active.center>.item {
  margin-left: -125px;
  margin-right: -125px;
  margin-top: -65px;
}

#pr-center-slider1 .owl-stage-outer {
  padding: 100px 0;
}

#pr-center-slider1 button.owl-next {
  display: inline-block;
  background: #fff !important;
  position: absolute;
  right: -3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 10px 0px #979595;
  box-shadow: 0px 0px 10px 0px #979595;
}

#pr-center-slider1 button.owl-prev {
  display: inline-block;
  background: #fff !important;
  position: absolute;
  left: -5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 10px 0px #979595;
  box-shadow: 0px 0px 10px 0px #979595;
  -webkit-transition: 0s;
  transition: 0s;
}

#pr-center-slider1 button.owl-next img,
#pr-center-slider1 button.owl-prev img {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
  width: 20%;
}


/* end of owl carousel */

.pr-center-slider-carrer.owl-carousel .owl-item img {
  border-radius: 0px;
  padding: 0%;
}

.pr-center-slider-carrer.owl-carousel .item {
  width: initial;
}

.nav-tabs>li>a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 700;
  border-radius: 20px 20px 0px 0px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #000000;
  border: none;
  border-bottom-color: transparent;
  color: #d7b740;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
}

.nav-tabs>li a h2{
  font-size: 18px!important;
}
.nav-tabs>li.active
.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
  border-color: #fff;
}

.nav-tabs {
  border-bottom: 1px solid #000;
  display: inline-block;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -2px;
}
#gallerysection li {
    /*height: 36px;*/
    padding-right: 5px;
}
section#layoutsection li{
   padding-right: 5px; 
}
.location-section {
  height: 100vh;
  position: relative;
}

.location-section:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.81);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.location-section .container {
  z-index: 1;
  position: relative;
}

.location-section h1.title {
  color: #d7b740;
}

.tab-title {
  color: #d7b740;
  text-transform: uppercase;
  font-size: 20px;
}

.tab-slider {
  margin-top: 50px;
}

.project-next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-project,
.prev-project {
  width: 50%;
  position: relative;
  height: 250px;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 22px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.next-arrow {
  position: absolute;
  top: 50%;
  right: 15%;
  width: 22px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pr-name.text-right {
  position: absolute;
  top: 50%;
  right: 50px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pr-name.text-left {
  position: absolute;
  top: 50%;
  left: 50px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pr-img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

footer {
  padding: 20px 0;
}

.sign-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 50%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.sign-form input[type="text"] {
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  border: 2px solid gainsboro;
  margin-right: 5px;
}

.sign-form input[type="submit"] {
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 50px;
  border: 2px solid gainsboro;
}

.footer-widgets h2 {
  text-transform: uppercase;
  /* color: #000; */
  letter-spacing: 1px;
  font-size: 24px;
  margin-top: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-links li {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-links li a {
  text-decoration: none;
  color: #7c7c7c;
  font-weight: 600;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.footer-social p {
  margin-right: 10px;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 10px;
}

footer .container {
  border-top: 2px solid;
  padding-top: 20px;
}

.footer-social ul li:last-of-type {
  margin-right: 0px;
}

.footer-social ul li a {
  color: #7c7c7c;
  text-decoration: none;
}

ul.copyright-link {
  list-style: none;
  margin-bottom: 0px;
}

.copyright-link li {
  display: inline-block;
}

.copyright-link li a {
  padding: 0px 10px;
  color: #7c7c7c;
  font-weight: 700;
  text-decoration: none;
  border-right: 1px solid;
}

.copyright-link li:last-of-type a {
  border-right: none;
}


/**** tabs-warpper ****/

.tab-hading h1 {
  margin-top: 30px;
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 30px;
}

.tab-hading h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  border-bottom: 2px dashed #000;
  display: none;
}

.tabs-wrapper {
  position: relative;
  margin-top: 50px;
}

.tabs-wrapper .nav-tabs-wrapper {
  position: absolute;
  width: 35%;
  right: 0;
  top: -12%;
  border-bottom: 0px;
  background-color: #000;
  /* padding: 40px; */
  z-index: 9;
  height: 80%;
  display: inline-block;
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
}

.tabs-wrapper .nav-tabs-wrapper .nav-tabs {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  /* flex: 1; */
  /* -webkit-box-pack: end; */
  -ms-flex-pack: end;
  /* justify-content: flex-end; */
  /* align-items: center; */
  -ms-flex-line-pack: center;
  /* align-content: center; */
  /* width: 60%; */
  /* border: 0px; */
  border: 0px;
  /*padding-left: 5%;*/
}

.tabs-wrapper .nav-tabs li {
  float: none;
  background-color: transparent;
  position: relative;
  margin: 10px 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tabs-wrapper .nav-tabs li a {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  border: 0px;
  padding: 0px;
}

.tabs-wrapper .nav-tabs li a span {
  color: #16a96b;
  font-size: 12px;
}

.tabs-wrapper .nav-tabs li.active a {
  background-color: transparent;
}

.tabs-wrapper .nav-tabs li:before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #fff;
  opacity: 0;
}

.tabs-wrapper .nav-tabs li:hover,
.tabs-wrapper .nav-tabs li.active {
  padding-left: 10px;
}

.tabs-wrapper .nav-tabs li:hover a,
.tabs-wrapper .nav-tabs li.active a {
  color: #CFD17B;
}

.tabs-wrapper .nav-tabs li:hover:before,
.tabs-wrapper .nav-tabs li.active:before {
  opacity: 1;
}

.tabs-wrapper .tab-content>.tab-pane {
  height: 60vh;
}
/*nri page addedcss*/
.tabs-container-content h2:first-child {
  padding: 0px 20px;
  margin: 8px 0px;
  font-size: 20px;
  color: #CFD17B;
  font-family: "MontserratBold";
  text-transform: uppercase;
}

.tab-pane .tabs-container-content {
  transform: translate(10%);
  /*border-left: 10px solid #d7b740;*/
}

.tab-pane.active .tabs-container-content {
  /*transform: translateX(0%); */
  /*transition: all 5s !important;*/
  -webkit-animation: mymove .6s ease-in-out;
  /* Safari 4.0 - 8.0 */
  animation: mymove .6s ease-in-out;
}

.content-big {
  -webkit-animation: mymove-cont .6s ease-in-out;
  /* Safari 4.0 - 8.0 */
  animation: mymove-cont .6s ease-in-out;
}


/* Standard syntax */

@keyframes mymove-cont {
  from {
    transform: translate(70%);
    opacity: 0.7;
  }
  to {
    transform: translate(0%);
    opacity: 1;
  }
}

@keyframes mymove {
  from {
    transform: translateX(100%);
    opacity: 0.7;
  }
  to {
    transform: translateX(10%);
    opacity: 1;
  }
}

.container.nri-contact img {
  width: 90px;
  padding-bottom: 20px;
}

.content-big {
  padding: 50px 50px;
  /*background: #f6f2e3;*/
  margin-top: 80px;
}

.num-tab {
  /*font-size: 14px;*/
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

ul.padding-left-30 {
  padding-left: 30px;
}

.nri-tabs p {
  color: #000000;
}

.above-nav {
  padding: 10px 5% 0px;
  color: #ffffff;
}

.tabs-wrapper .nav-tabs-wrapper .nav-tabs {
  /*padding-left: 5%;*/
}
.tabs-container-content {
  max-width: 600px;
  /*min-width: 600px;*/
  /*max-height: 400px;*/
  overflow: scroll;
  bottom: -16%;
  background: #f6f2e3;
  left: 0;
  position: absolute;
}

.tabs-container-content h4 {
  padding-left: 20px;
}

.tabs-wrapper .nav-tabs li a span {
  color: #CFD17B;
}

.bottom-details {
  position: absolute;
  bottom: -150%;
}

.content-big ul {
  list-style-type: none;
  margin-top: 20px;
}

.content-big li {
  position: relative;
  margin-bottom: 10px;
  color: #5d5b5b;
  font-size: 16px;
}

.content-big li:before {
  position: absolute;
  content:'\25BA';
  left: -24px;
  width: 19px;
  height: 1px;
/*
  top: 9px;
  background-color: #2a2e3b;
*/
}

.content-big h4 strong {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
  color: #292e3b;
}

.content-big h4 {
  border-bottom: 2px solid #CFD17B;
}

.tabs-wrapper .nav-tabs-wrapper .nav-tabs {
  /*padding-left: 5%;*/
  /*height: 350px;*/
  overflow-y: scroll;
}

.tabs-wrapper .nav-tabs li a {
  font-size: 12px;
}

.nri-contact {
  padding: 50px 0px;
}

table.table2,
table.table2 tr,
table.table2 td,
table.table2 th {
  border: 1px solid;
  padding: 5px 10px;
}

@media(max-width: 1366px) {
  .tabs-wrapper .nav-tabs-wrapper {
    /*height: 90%;*/
  }
  .tabs-wrapper .nav-tabs-wrapper .nav-tabs {
    /*height: 300px;*/
  }
}

@media(max-width: 1200px) {
  .tabs-container-content {
    max-height: 300px;
  }
  .tabs-wrapper .nav-tabs-wrapper {
    height: auto!important;
  }
  .tabs-wrapper .nav-tabs-wrapper .nav-tabs {
    height: 280px;
  }
}

.tabs-containerr.nri-tabs>div {
  height: 420px;
  position: relative;
}
/*nri page css end*/
/*.tabs-container {
  max-width: 400px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  padding: 20px;
  background-color: #fff;
}

.tabs-container h3 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
}*/

.tabs-container p {
  color: #858484;
}


/**** join-our-team ****/

.space-between {
/*  padding: 50px 0px;*/
}

.main-headings {
  text-align: center;
  margin-bottom: 40px;
}

.main-headings h1 {
  margin-top: 0px;
  font-size: 24px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-content {
  text-align: center;
}

.about-content p {
  margin-bottom: 20px;
  text-align: center;
}


/* Sweep To Right */

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  text-align: center;
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #D10833;
  color: #fff;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F99E20;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #fff;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/**** perks-wrapper *****/

.perks-wrapper {}

.perks-tabs .nav-tabs {
  display: block;
  border: 0px;
}

.perks-tabs .nav-tabs>li {
  float: none;
  text-align: right;
}

.perks-tabs .nav-tabs>li a {
  text-transform: capitalize;
  border: 0px;
}

.perks-tabs .nav-tabs>li:hover a {
  text-transform: capitalize;
  border: 0px;
}

.perks-tabs .nav-tabs>li.active {
  background-color: #000;
  -webkit-transform: skew(-35deg);
  transform: skew(-35deg);
}

.perks-tabs .nav-tabs>li.active>a,
.perks-tabs .nav-tabs>li.active>a:focus,
.perks-tabs .nav-tabs>li.active>a:hover {
  border: 0px;
  background-color: transparent;
  -webkit-transform: skew(35deg);
  transform: skew(35deg);
  text-transform: capitalize;
}

.perks-content {
  border-left: 1px solid #D10833;
  padding: 0px 50px;
  text-align: center;
}

.perks-content p {
  margin-top: 10px;
}

.perks-content h3 {
  margin-top: 0px;
}

.testimonials .fa-long-arrow-left,
.testimonials .fa-long-arrow-right {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
  background-color: #d10833;
  color: #FFF;
  font-size: 18px;
}

.testimonials .fa-long-arrow-right {
  position: absolute;
  left: auto;
  right: 0;
}

.testimonials-content {
  padding-right: 50px;
}

.testimonials-content h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #000;
  font-weight: 700;
}

.testimonials-content h3 {
  margin-top: 0px;
  font-size: 17px;
  color: #000;
  font-weight: 700;
}


/*** career-page css ***/

.nopadding {
  padding: 0px;
}

.job-serach-wrapper {
  padding: 20px;
  overflow: hidden;
  background-color: #20A0C6;
}

.job-serach-wrapper input,
.job-serach-wrapper select {
  margin-bottom: 20px;
  border-radius: 0px;
}

.job-serach-wrapper button.btn-default {
  text-transform: uppercase;
  border-radius: 0px;
}

.job-shrt-data {
  padding: 15px;
  border: 1px solid #d6c8c8;
  margin-bottom: 15px;
}

.job-shrt-data .logo {
  margin-top: 0px;
}

.main-heading h2 {
  font-size: 30px;
  margin-bottom: 40px;
}

.job-info h4,
.job-info h4 a {
  color: #3b3a3c;
  font-size: 16px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.job-type {
  color: #3b3a3c;
  font-size: 14px;
}

.job-description {
  margin-top: 10px;
}

.keyskills ul {
  padding-left: 15px;
}


/**** featured-amenites ***/

.featured-amenities {
  position: relative;
}

.featured-amenities:before {
  content: "";
  position: absolute;
  width: 62%;
  background-color: #D7B740;
  height: 105%;
}

.featured-ameniteis-wrapper {
  width: 98%;
  position: relative;
  margin-left: 2%;
}

.featured-ameniteis-wrapper .tab-content>.tab-pane {
  height: 100%;
}

.featured-ameniteis-wrapper #sectionA,
.featured-ameniteis-wrapper #sectionB,
.featured-ameniteis-wrapper #sectionC,
.featured-ameniteis-wrapper #sectionD,
.featured-ameniteis-wrapper #sectionE,
.featured-ameniteis-wrapper #sectionF {
  background: none;
  background-size: cover;
}

.featured-ameniteis-wrapper #sectionA img,
.featured-ameniteis-wrapper #sectionB img,
.featured-ameniteis-wrapper #sectionC img,
.featured-ameniteis-wrapper #sectionD img,
.featured-ameniteis-wrapper #sectionE img,
.featured-ameniteis-wrapper #sectionF img {
  height: 100%;
}

.featured-ameniteis-wrapper .nav-tabs-wrapper {
  top: -5%;
  position: absolute;
  height: 105%;/*93%;*/
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 45px 45px 0px 0px;
  right: 12px;
  width: 28%;
  display: block;
  /*padding: 15px 50px;*/
}

.featured-ameniteis-wrapper .nav-tabs-wrapper .nav-tabs {
  width: 100%;
}

.featured-ameniteis-wrapper .nav-tabs-wrapper .nav-tabs li {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.featured-ameniteis-wrapper .nav-tabs-wrapper .nav-tabs li a img.img-tabs {
  width: 90px;
  height: 90px;
  background-color: #fff;
  padding: 20px;
  border-radius: 27%;/*50%;*/
  margin: 10px auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.featured-ameniteis-wrapper .nav-tabs-wrapper .nav-tabs li a img.img-tabs:hover,
.featured-ameniteis-wrapper .nav-tabs-wrapper .nav-tabs li.active a img.img-tabs {
  background-color: #D7B740;
}

.featured-ameniteis-wrapper .nav-tabs li:hover,
.featured-ameniteis-wrapper .nav-tabs li.active {
  padding-left: 0px;
}

.featured-ameniteis-wrapper .nav-tabs li:hover:before,
.featured-ameniteis-wrapper .nav-tabs li.active:before {
  opacity: 0;
}

.nav-tabs-wrapper h2.featured-heading {
  color: #d7b740;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}


/*var css*/

h2.title {
  color: #d7b740;
}

.uppcase {
  text-transform: uppercase;
}

.featured-ameniteis-wrapper .tab-content {
  width: 86%;
}

.video-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px 0px;
}

.Location-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px 0px;
}

.plan-tabs {
  text-align: right;
}

#pr-layout .item {
  margin: 0px 10px;
}

#pr-floorPlan .item {
  margin: 0px 10px;
}

.lb-details {
  display: none;
}


/**** about-us-wrapper ****/

.about-us-wrapper {
  height: 570px;
}

.about-us-content {
  padding: 20px 40px;
}

.about-us-content h3 {
  text-transform: uppercase;
}

.about-us-content p {
  text-align: justify;
}

.about-us-content h3 span {
  font-weight: 700;
}

.leadership.container {
  margin-top: 30px;
  /*    text-transform: uppercase;*/
}

.leadership-content {
/*    text-align: justify;*/
    padding: 0px 12px 40px;
/*    padding-bottom: 20px;*/
}

.col-md-12.nopadding.test {
    margin: 0 auto;
    text-align: center;
}

.leader-title {
  text-transform: uppercase;
}

.leader-title .team-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
  text-transform: capitalize;
}
.leader-title span {
    color: #c29943;
}
/*.leader-title p {
  font-size: 11px;
}*/

.leader-title h4{
  font-size: 12px;
  margin:3px;
  text-transform: capitalize;
}

.leader-title {
  padding: 5px 0px;
}

.journey-content p {
  /*font-size: 16px;*/
  line-height: 1.5;
  padding: 15px 0px 0px 0px;
  text-align: justify;
}

.awrdz .head-wrp h2 {
  font-size: 30px;
  font-weight: 700;
  color: #CFD17B;
  font-family: "MontserratBold";
}

.more-button {
  background: #CFD17B;
  font-size: 15px;
  padding: 8px 15px;
}

img.journey-img {
  border-radius: 50%;
}

img.journey-img.float-right {
  float: right;
}

.col-md-8.col-md-offset-2 {
  padding-bottom: 30px;
}

#about-us-section p {
  font-size: 14px;
  line-height: 1.5;
  padding: 0px 10% 0px 0px;
}

.years-section {
  /*   background: -webkit-gradient(linear, left top, left bottom, from(#0f9ff4), to(#0677b9));
    background: linear-gradient(#0f9ff4, #0677b9);*/
  /*background: -webkit-gradient(linear, left top, left bottom, from(#0f9ff4), to(#0677b9));
  background: linear-gradient(#c32721, #0c0c0c);
  padding: 4% 3%;
  color: #fff;
  text-align: center;
  width: 70%;
  margin: -60px auto 0;
  -webkit-box-shadow: 0 0 60px #a5a0a0;
  box-shadow: 0 0 60px #a5a0a0;
  position: relative;
  min-width: 70%;*/

      background: -webkit-gradient(linear, left top, left bottom, from(#0f9ff4), to(#0677b9));
    background: #424242;
    padding: 4% 3%;
    color: #fff;
    text-align: center;
    width: 65%;
    margin: -60px auto 0;
    -webkit-box-shadow: 0 0 60px #a5a0a0;
    box-shadow: none;
}

.years-section h6 {
  margin-bottom: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 30px;
  font-weight: 700;
  color: #CFD17B;
  font-family: "MontserratBold";
}

.years-specs {
  margin-bottom: 10px;
}
div#over-the-year .key-strength img {
    width: 75%;
}
.years-specs span {
  position: relative;
  display: inline-block;
  padding: 20px 2%;
  min-width: 24%;
}

.years-specs span:first-child {
  padding-left: 0;
}

.years-specs span:last-child {
  padding-right: 0;
}

.years-specs span:after {
  position: absolute;
  right: 0;
  content: '';
  top: 0;
  height: 100%;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.years-specs span:last-child:after {
  display: none;
}

.years-specs span strong {
  display: block;
  font-size: 30px;
  font-weight: 500;
}

.left-line-headding {
  position: relative;
}

.left-line-headding .line {
  background: #CFD17B;
  width: 15%;
  height: 1px;
  position: absolute;
  top: 14px;
  left: 0;
}

.left-line-headding .sub-heading {
  margin-left: calc(15% + 20px);
}

.sub-heading {
  font-size: 30px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}

.mv-info {
  background: #F6F2E3;
  margin-left: calc(15% + 20px);
  margin-right: 60px;
  margin-top: 40px;
  padding: 70px 60px 70px 130px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.mv-info:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  border: 2px solid #CFD17B;
}

.mv-info p {
  margin-bottom: 15px;
}

.mv-info p:before {
  content: '';
  color: #cbcbcb;
  width: 55px;
  height: 100%;
  background: url(../img/up-quotes.png) no-repeat;
  position: absolute;
  left: 60px;
  top: 50px;
  background-size: contain;
}

.mv-info ul li {
  list-style-type: disc;
  margin-left: 20px;
}


/*** awrads-wrapper ***/

.awrdz {
/*  padding: 10px 0;*/
  position: relative;
  margin-bottom: 60px;
}

.awrdz:before {
  position: absolute;
  content: '';
  top: 100px;
  left: 0;
  border: 2px solid #CFD17B;
  border-left: none;
  width: 98%;
  height: 60%;
  z-index: -1;
}

.carousel-wrp {
  width: 94%;
/*  margin: 60px 0;*/
  padding-left: calc(15% + 20px);
}

.awrdz .head-wrp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.awrdz .head-wrp h2 {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  margin-bottom: 20px;
}


/*** swiper css ***/

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  padding: 20px;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none!important;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination {
  width: 50%;
  bottom: -50px;
  left: 0;
}

.swiper-pagination-bullet {
  background: none!important;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  margin: 11px;
  font-size: 24px;
  color: #000;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  filter: brightness(0);
}

button {
  font-family: "MontserratRegular";
}

.swiper-slide h4 {
  margin-bottom: 0px;
  color: #000;
  font-weight: 700;
  font-family: MontserratBold;
  font-size: 16px;
}

.swiper-button-next {
  left: -60px;
}

.swiper-button-prev {
  left: -115px;
}


/*already*/

.featured-ameniteis-wrapper .nav-tabs-wrapper {
  border-radius: 45px 45px 0px 0px;
}

.featured-ameniteis-wrapper #sectionA img,
.featured-ameniteis-wrapper #sectionB img,
.featured-ameniteis-wrapper #sectionC img,
.featured-ameniteis-wrapper #sectionD img,
.featured-ameniteis-wrapper #sectionE img,
.featured-ameniteis-wrapper #sectionF img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0px 50px;
}

.featured-ameniteis-wrapper .nav-tabs-wrapper {
  width: 20%;
  display: block;
  /*padding: 20px 60px;*/
}

.featured-ameniteis-wrapper .tabs-wrapper .nav-tabs-wrapper {
  background-color: #000!important;
}


/*already end*/

@media (min-width: 1600px){
.featured-ameniteis-wrapper .nav-tabs-wrapper .nav-tabs li a img.img-tabs {
    margin: 40px auto;
  /*  width: 85px;
    height: 75px;*/
}
}
/*var css end*/


/******** project-slider *******/

.carousel-wrap {
  position: relative;
}


/* fix blank or flashing items on carousel */

.carousel-wrap .project-slider .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}


/* end fix */

.carousel-wrap .owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.carousel-wrap .owl-nav i {
  font-size: 52px;
}

.project-slider .owl-nav .owl-prev {
  left: -30px;
}

.project-slider .owl-nav .owl-next {
  right: -30px;
}

.project-slider .owl-nav button.owl-prev i.fa,
.project-slider .owl-nav button.owl-next i.fa {
  color: #fff;
}

.project-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.project-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8%;
}

.project-slider .item {
  padding: 140px 0px;
  position: relative;
}

.project-slider .slider-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.project-slider .slider-inner h4 {
  color: #fff;
  font-size: 24px;
  margin: 0px;
}


/*--------------------------------------------------------------------------------------*/


/*---------------------------1st Jan 2020 css starts here ------------------------------*/


/*--------------------------------------------------------------------------------------*/


/*.amenities-tooltip .tooltip.search-tooltip {
        right: 47px;
    background: #ffffff;
    color: #000000;
    top: -47px;
    z-index: initial !important;
    opacity: 0;
}

.amenities-tooltip .tooltip:before {
    content: "";
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffffff;
    bottom: -11%;
    position: absolute;
    z-index: -1;
    right: 62px;
}*/

.amenities-tooltip .tooltip.fade.top.in {
  background: #ffffff !important;
}






.amenities-tooltip .tooltip:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ffffff;
  bottom: -15%;
  position: absolute;
  z-index: -1;
  right: 63px;
}

.amenities-tooltip .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
}

.amenities-tooltip .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
  display: none;
}


/*---floating button css----*/

.floating-buttons .label-container {
  position: fixed;
  top: 248px;
  right: 105px;
  display: table;
  visibility: hidden;
}

.floating-buttons .label-text {
  color: #ffffff;
  background: #000000;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
}

.floating-buttons .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #000000;
  opacity: 1;
}

.floating-buttons .label-container {
  position: fixed;
  top: 248px;
  right: 105px;
  display: table;
  visibility: hidden;
}

.floating-buttons .float {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 240px;
  right: 40px;
  background-color: #c39c48;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: none;
  z-index: 9;
}

.floating-buttons .float.phone {
  top: 310px;
}

.floating-buttons .phone.label-container {
  top: 320px;
}

.floating-buttons .float.nri-corner {
  top: 380px;
}

.floating-buttons .nri.label-container {
  top: 390px;
}

.floating-buttons .float.envelope {
  top: 450px;
}

.floating-buttons .envelope.label-container {
  top: 460px;
}

.floating-buttons .my-float {
  font-size: 24px;
  margin-top: 9px;
  line-height: 45px;
}

.floating-buttons a.float+div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

.floating-buttons a.float:hover+div.label-container {
  visibility: visible;
  opacity: 1;
  z-index: 999999999;
}


/*----floating button css ends---*/

.modal-dialog .col-md-12 {
  padding: 0px;
}

.modal-body {
  margin-top: 20px;
}

.modal-footer {
  border-top: 0px solid #e5e5e5;
}

button.close {
  font-size: 40px;
  padding-right: 10px;
}

.form-group {
  padding-bottom: 1px;
}

.modal-body h4 {
  padding: 20px 0px;
  color: #bd9234;
}

.modal-body button.btn.btn-success {
  background: #bd9234 !important;
  border-color: #bd9234 !important;
  padding: 12px !important;
  height: auto;
  color: #000000 !important;
}

.modal-content.project-details-popup,
.modal-content {
  background: #f6f2e3;
}

button.btn.btn-success {
  text-align: center;
  margin: 0 auto;
  display: block;
}

textarea {
  resize: vertical;
}

.submit {
  margin-top: 20px;
}

.project-wrapper-slider {
  padding: 50px 0px 0px;
}

#onloadmodal .modal-body {
  padding: 18px;
  margin: 0px;
}

div#onloadmodal .modal-header {
  padding: 0px !important;
}

div#onloadmodal .modal-header .close {
    position: absolute;
    right: -9px;
    z-index: 9999;
    top: -10px;
    background: #f6f2e3;
    opacity: 1;
    width: 40px;
    text-align: center;
    padding: 0px;
    height: 40px;    
    border-radius: 50%;
}

.modal-content input,
.modal-content select,
.modal-content textarea {
  border: 0pc;
  border-bottom: 2px solid #bd9234;
  background: transparent;
  box-shadow: none;
  border-radius: 0px;
}

.modal-content .form-control:focus {
  border-color: #333333;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: none;
  -webkit-transition: all .3s;
  transition: all .9s;
}

.awards-section .awards-listing .award {
  padding: 20px 10px 10px;
}

.awards-section .awards-listing .award img {
  padding: 20px;
}

.awards-section .awards-listing .award h3 {
  text-align: center;
  font-size: 13px;
  line-height: inherit;
}

a.download-brochure-btn {
    background: #c39c48;  
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    color: #fff;
    margin: 20px 0px;
    position: relative;
}
a.download-brochure-btn:hover, a.download-brochure-btn:focus, a.download-brochure-btn:active, a.download-brochure-btn:visited{
  background:#c39c48;
  text-decoration: none;
}
a.download-brochure-btn:after {
  content: "";
  position: absolute;
  /* width: 100%; */
  width: 100%;
  left: 0px;
  top: 0px;
  display: inline-block;
  height: 100%;
  background: #c39c48;
  border-radius: 50px;
  z-index: -1;
  transition: transform .3s cubic-bezier(.365,.305,0,1)
}
a.download-brochure-btn:hover::after{
  transform: scale(1.2);

  background: #c39c48;
}


/*---------------- BAck To Top css--------------------------*/

#backtopbtn {
  display: inline-block;
  background-color: #06C;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backtopbtn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 45px;
  color: #fff;
}

#backtopbtn:hover {
  cursor: pointer;
  background-color: #d7b740;
  text-decoration: none;
}

#backtopbtn:active {
  background-color: #555;
}

#backtopbtn.show {
  opacity: 1;
  visibility: visible;
}

.custom-img img {
  width: 100%;
  /*height: 100vh;*/
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0px 50px;
}


/*get in touch*/

.contact-details {
  padding: 50px 0px;
}
form.subscribe-form input.input {
  width: 200px;
  border-radius: 20px;
  box-shadow: none;
  border: 1px solid;
  /*padding: 3px;*/
  padding: 3px 3px 3px 10px;
}
.subscribe-form input.submit {
  padding: 5px 10px;
  background: #CFD17B;
  color: #ffffff;
  border: 0px;
  border-radius: 20px;
}
.text-black,
.text-black a {
  color: #000000;
}
.address {
  line-height: 1.6;
}


/*get in touch end*/

/*home buyers start*/
.home-buyers-3 h3, .home-buyers-4 h3, .home-buyers-6 h3 {
  font-size: 20px;
}
/*home buyers end*/
/*about-us---CSS- Daksh*/

.nri-contact {
  padding: 50px 0px;
}

h3.about-title.mt-10 {
    text-transform: uppercase;
    font-weight: 500;
}

button.more-button {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  border: none;
  color: white;
/*  font-family: cursive;*/
  box-sizing: border-box;
}

.btn-container {
    margin: auto;
/*    height: 10px;*/
    /*width: 240px;*/
    float: right;
}

h2.text-center.bottom-line {
  /*            text-transform: uppercase;*/
  font-weight: 700;
  padding-bottom: 30px;
}

.leadership-content p {
 text-transform: initial;
  font-size: 15px;
    /* line-height: 1.8; */
  text-align: justify;
}
section.journey-content-section {
    /*background: #F6F2E3;*/
    padding: 0px 0px 50px;
}
div#leadership-section {
/*    padding-bottom: 30px;*/
}
.journey-content{
  /*padding:20px;*/
  /*padding-bottom: 20px;*/
}
#journey .journey {
   padding-right: 0px;
}
#journey .journey .our-jrny-outer {
   padding-right: 0px;
}
#journey .journey-content p {
padding: 0px 0px 0px 0px;
font-size: 16px;
}
.flex-journey {
    display: flex;
    align-items: center;
}
.btn-container.awards {
  float: right;
  margin-right: auto;
  height: 44px;
  width: 169.23px;
}

div#feature {
  padding-top: 40px;
}

.strength-text {
  text-align: center;
  padding: 20px;
}

span.in-title-main.strength {
  font-size: 30px;
  font-weight: 700;
  color: #CFD17B;
  font-family: "MontserratBold";
  text-transform: uppercase;
}

span.in-title-main {
  font-size: 60px;
  font-weight: 700;
  color: #d7b740;
  font-family: "MontserratBold";
  text-transform: uppercase;
  color: #CFD17B;
}

span.in-title-sub.strength {
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  font-size: 25px;
}

span.in-title-sub {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #CFD17B;
}

.banner-career {
  margin-top: 20px;
}
.group-venture h2{
  /*padding: 0px 20px;*/
  margin: 8px 0px;
  font-size: 35px;
  color: #CFD17B;
  font-family: "MontserratBold";
  text-transform: uppercase;
}
p.group-content{
        text-align: justify;
        font-size: 15px;
}    
.group-venture{
        padding-top: 20px;
}
button {
  font-family: MontserratRegular;
}

.strength p,
#about-group p.group-content {
  font-size: 15px;
  line-height: 1.5;
}

div#leadership,
#journey,
#feature,
#award,
#about-group {
  padding: 10px 0px;
}

.strength h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: MontserratBold;
}
.mv-info p strong {
    font-family: MontserratBold;
}


/*----------OUR JOURNEY CSS--DAKSH*---------------*/

.timeline {
  position: relative;
}

.timeline::before {
  content: '';
  background: #c5c5c5;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}

.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}

.timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}

.timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
  width: 30px;
  height: 30px;
  background: #666666;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}

.timeline a {
  background: #3F51B5;
  color: #FFFFFF;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}

.timeline a:hover,
.timeline a:active,
.timeline a:focus {
  background: #32408f;
  color: #FFFFFF;
  text-decoration: none;
}

.timeline-card {
  padding: 0 !important;
}

.timeline-card p {
  padding: 0 0px;
}

.timeline-card a {
  margin-left: 20px;
}
.career-banner-wrapper {
    margin-top: 20px;
}
.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

.timeline blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3F51B5;
  padding: 0 20px;
}

.timeline .date {
  background: #FF4081;
  display: inline-block;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}

.timeline-list {
  padding-bottom: 10px;
  padding-left: 20px;
}


/*--------------timeline css ends here-----------*/


/*nri*/

#nrisectionA,
#invsectionA,
#homesectionA {
  background: url('../img/nri/img_001.jpg') no-repeat;
  background-size: cover;
}

#nrisectionB,
#invsectionB,
#homesectionB {
  background: url('../img/nri/img_002.jpg') no-repeat;
  background-size: cover;
}

#nrisectionC,
#invsectionC,
#homesectionC {
  background: url('../img/nri/img_003.jpg') no-repeat;
  background-size: cover;
}

#nrisectionD,
#invsectionD,
#homesectionD {
  background: url('../img/nri/img_004.jpg') no-repeat;
  background-size: cover;
}

#nrisection5 {
  background: url('../img/nri/img_005.jpg') no-repeat;
  background-size: cover;
}

#nrisection6 {
  background: url('../img/nri/img_006.jpg') no-repeat;
  background-size: cover;
}


/*nriend*/


/*--------------Group Ventures css start here-----------*/

span.in-title-main {
  font-size: 60px;
  font-weight: 700;
  color: #CFD17B;
  font-family: "MontserratBold";
}

span.in-title-sub {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.group-venture span.in-title-main {
    font-size: 40px;
}
.group-venture span.in-title-sub {
    font-size: 23px;
}

/*--------------Group Ventures css ends here-----------*/


/*index page newly added css*/

.less-num-slider .horizontal_scroll .full_screen_100 article {
  width: 500px;
}

.less-num-slider .horizontal_scroll .full_screen_100 article:hover {
  width: 550px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sl-desc-block a {
  text-decoration: none;
  color: black;
}

/*.prj-tabs {
  display: none;
}*/

.home2 .tab-list.video-tab {
  display: block;
  opacity: 1;
  z-index: 99999999;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 5%;
  bottom: 20px;
  /*background: #f6f2e3;*/
  padding: 20px 20px 20px 20px;
}

.home2 .video-tab.tab-list ul li {
  vertical-align: top;
  position: relative;
  padding: 0px 0px 0px 0px;
  width: 95%;
  background: #fff;
  margin-right: 2%;
}

.home2 .video-tab span.title,
.home2 .video-tab p {
  padding-left: 10px;
}

.page-top {
  height: 100vh;
}

.wc-getbtn {
  margin-top: 0px;
  border-top: 0px;
  border: 1px;
}

.video-tab.tab-list ul li a:after {
  left: 0px;
}

.dark-mode.home2 .video-tab.tab-list ul li {
  background: #141414!important;
}
.dark-mode .menu-overlay:before{
	background: rgba(0, 0, 0, 0.76);
}
.dark-mode .close-btn{
	background: #939292;
}
.dark-mode .menu-copyright a{
	color:#fff;
}
/***************CSR Initiatives css starts*/

.about-th-wrapper {
    text-align: justify;
    padding: 20px;
}

.row.about-sparrsh {
    margin-right: 10px;
}


p.group-content.sparsh {
    text-align: justify;
    font-size: 15px;
    padding-top: 20px;
}



/*index page newly added css end*/


.btn-container.k-world {
    /*margin: 54px auto;
    height: 10px;
    float: none;
    width: 240px;*/
    padding: 0px 0px 80px;
    height: 10px;
    float: none;
    width: 240px;
    text-align: center;
}

.section-refer .jumbotron{
        position: relative;
        background-color: #F6F2E3;
        text-align: center;
        margin: 50px 0px;
    }
    .section-refer .jumbotron:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      border: 2px solid #CFD17B;
      left: 12px;
      top: 12px;
    }
    .top_text_refer{
      font-family: "MontserratBold";
      font-size: 18px;
      text-transform: uppercase;
      color: #000;/*#6d6b6a;*/
     
    }
    .title_refer{
        margin-top: 10px;
        letter-spacing: 1px;
        font-size: 30px;
        font-weight: 700;
        color: #CFD17B;
        font-family: "MontserratBold";
        text-transform: uppercase;
    }
    .bottom_text_refer{
      font-family: "MontserratBold";
      font-size: 18px;
      /* text-transform: uppercase; */
      color:#000;/* #a2a0a0;*/
      margin-top: 0px;
    }
    .contact-kworld{
      background-image: url('../img/k-world/banner-kworld.jpg');
      color:#fff;
      padding:20px 0px;
    }
    .contact-kworld img{
      width: 90px;
      padding-bottom: 20px;
    }
    .contact-line-k-world{
      text-align: center;
      color:#fff;
      margin: 20px 0px;      
    }
    .contact-line-k-world a{
      color:#CFD17B;
    }
    .section-title{
        color: #d7b740;
        font-family: "MontserratBold";
    }
    section.k-projects {
      padding: 50px 0px;
    }
    .portfolio-info {    
        text-align: center;
    }
    .portfolio-info a{
     color: #CFD17B;
    }



    .route-slider__contents h3 {
    font-family: 'MontserratRegular';

    }

    .features .v-tabs .v-tab-head a{
       font-family: "MontserratRegular"!important;
    }
    .keyppl-outer {
    margin: 0 auto;
    display: block;
    text-align: center;
}
/*.keyppl-outer img {
    text-align: center;
    margin: 0 auto;
    display: block;
}*/
.keyppl-outer img{
     text-align: center;
    margin: 17px auto;
    display: block;
    width: 100%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}
/*------------------------------------------------------------------------------------*/
.Bot_Bee {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    margin-left: -25px;
}
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.keyppl-outer img{
-webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    }

.keyppl-outer img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
div#journey-section .btn-container {
float: none;
margin: 0 auto;
display: block;
text-align: center;
text-align: right;
padding-right: 10px;
}
/*---------------------------------------------------------*/

.group-venture span {
            margin-top: 30px;
            margin-bottom: 0px;
            display: inline-block;
            position: relative;
            font-weight: 700;
            font-size: 23px;
            color: #000000;
            font-family: MontserratRegular;

        }
        .form-class input, .form-class textarea, .form-class select,.form-control:focus{
            border: 0px;
            border-bottom: 2px solid #bd9234;
            background: transparent;
            box-shadow: none;
            border-radius: 0px;
        }
        .form-outer {
            border: 1px solid #cccccc;
            padding: 20px;
            box-shadow: 0px 3px 30px #dedcdc;
            margin-bottom: 50px !important;
            background-color: #fff;
        }
        .form-outer .form-group {
            margin-bottom: 19px;
            display: grid;
        }
        .outer-form {
            padding: 0% 0px 0px;
        }
        .form-outer .group-venture h2 {
            font-size: 18px !important;
            padding-bottom: 20px;
        }
        .form-outer button.btn.btn-success {
            background: #bd9234 !important;
            border-color: #bd9234 !important;
            padding: 12px !important;
            height: auto;
            color: #000000 !important;
            width: 30%;
        }

/*to be include in css*/
      .small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.awardsgallery .demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
  list-style-type: none;
  text-decoration: none;
}

.awardsgallery .demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 250px;
  display: inline-block;
  /*margin-right: 15px;*/
  margin: 15px;
  list-style: outside none none;
  min-height: 345px;
  float:left;
}

.demo-gallery > ul > li a {
  /*border: 3px solid #FFF;*/
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  /*padding: 30px;*/
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: none;
  transform: none;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  /*background-color: rgba(0, 0, 0, 0.1);*/
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.awardsgallery .demo-gallery > ul > li h2 {
    color: #000000;
    font-size: 13px;
    min-height: 74px;
}

/*to be include in css*/


      #nrisectionA, #invsectionA, #homesectionA {
    background: url(img/nri/awards.jpg) no-repeat;
    background-size: cover;
}

     .logo {
  position: relative;
  z-index: 9;
}
.space{
  margin-top: 100px ;
 
}
.cen{
text-align: center;
padding-bottom: 20px;
}
.tabs-container-content h3 {
  padding: 0px 20px;
  margin: 8px 0px;
  font-size: 20px;
  color: #CFD17B;
  font-family: "MontserratBold";
  text-transform: uppercase;
}

.tab-pane .tabs-container-content {
  transform: translate(10%);
  /*border-left: 10px solid #d7b740;*/
}

.tab-pane.active .tabs-container-content {
  /*transform: translateX(0%); */
  /*transition: all 5s !important;*/
  -webkit-animation: mymove .6s ease-in-out;
  /* Safari 4.0 - 8.0 */
  animation: mymove .6s ease-in-out;
}

.content-big {
  -webkit-animation: mymove-cont .6s ease-in-out;
  /* Safari 4.0 - 8.0 */
  animation: mymove-cont .6s ease-in-out;
}


/* Standard syntax */

@keyframes mymove-cont {
  from {
    transform: translate(70%);
    opacity: 0.7;
  }
  to {
    transform: translate(0%);
    opacity: 1;
  }
}

@keyframes mymove {
  from {
    transform: translateX(100%);
    opacity: 0.7;
  }
  to {
    transform: translateX(10%);
    opacity: 1;
  }
}

.container.nri-contact img {
  width: 90px;
  padding-bottom: 20px;
}

.content-big {
  padding: 50px 50px;
  /*background: #f6f2e3;*/
  margin-top: 80px;
}

.num-tab {
  /*font-size: 14px;*/
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

ul.padding-left-30 {
  padding-left: 30px;
}

.nri-tabs p {
  color: #000000;
}

.above-nav {
  padding: 10px 5% 0px;
  color: #ffffff;
}

.tabs-wrapper .nav-tabs-wrapper .nav-tabs {
  /*padding-left: 5%;*/
}

.tabs-container-content {
  max-width: 600px;
  /*min-width: 600px;*/
  /*max-height: 400px;*/
  overflow: scroll;
  bottom: -16%;
  background: #f6f2e3;
  left: 0;
  position: absolute;
}


.tabs-wrapper .nav-tabs li a span {
  color: #CFD17B;
}
.bottom-details {
  position: absolute;
  bottom: -150%;
}
.content-big ul {
  list-style-type: none;
  margin-top: 20px;
}
.content-big li {
  position: relative;
  margin-bottom: 10px;
  color: #5d5b5b;
  font-size: 16px;
}
.content-big li:before {
  /*position: absolute;
  content: "";
  left: -24px;
  width: 19px;
  height: 1px;
  top: 9px;
  background-color: #2a2e3b;*/
      position: absolute;
    content: '\25BA';
    left: -24px;
    width: 19px;
    height: 1px;
}
.content-big h4 strong {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
  color: #292e3b;
}
.content-big h4 {
  border-bottom: 2px solid #CFD17B;
}
.tabs-wrapper .nav-tabs-wrapper .nav-tabs {
  /*padding-left: 5%;*/
/*  height: 90% !important;*/
  overflow-y: scroll;
}
.tabs-wrapper .nav-tabs li a {
  font-size: 12px;
}
.nri-contact {
  padding: 50px 0px;
}
table.table2,
table.table2 tr,
table.table2 td,
table.table2 th {
  border: 1px solid;
  padding: 5px 10px;
}
@media(max-width: 1366px) {
  .tabs-wrapper .nav-tabs-wrapper {
    /*height: 90%;*/
  }
  .tabs-wrapper .nav-tabs-wrapper .nav-tabs {
    /*height: 300px;*/
  }
}

@media(max-width: 1200px) {
  .tabs-container-content {
    max-height: 300px;
  }
/*  .tabs-wrapper .nav-tabs-wrapper {
    height: auto!important;
  }*/
 /* .tabs-wrapper .nav-tabs-wrapper .nav-tabs {
    height: 280px;
  }*/
}


/*new css 1-1*/

span.in-title-main {
  font-size: 60px;
  font-weight: 700;
  color: #CFD17B;
  font-family: "MontserratBold";
}

span.in-title-sub {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tabs-containerr.nri-tabs>div {
  height: 420px;
  position: relative;
}

.keyppl-outer {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.keyppl-outer img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.leadership-content {
    /* text-align: justify; */
    padding: 0px 12px 40px;
    /* padding-bottom: 20px; */
}
.video-tab.tab-list ul li a:after{


 .close-btn{
      line-height: 30px!important;
    }
    .video-tab.tab-list ul li a:after{

      display: none !important;
    }

        }

   .logo.p-logo {
opacity: 1 !important;
transform: matrix(1, 0, 0, 1, 0, 0);
}


.sl-caption  {  
    color: #000;
    font-weight: 100;
    font-size: 14px;
    margin: 1px;
}

.sl-caption-black {
    color: #000;
     font-weight: 100;
     font-size: 14px;
     margin: 1px;
}
.keyppl h3, .keyppl a h3{
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 600;
    font-size: 14px;
}
.keyppl h4, .keyppl a h4 {
    text-transform: capitalize;
    font-size: 14px;
    color: #CFD17B !important;
}
.keyppl{
  box-shadow: 0px 15px 15px -15px #000;
}
p.exh_caption{
  padding: 20px;
  /*font-weight: 600;*/
}
h1.title-getInTouch {
    text-transform: uppercase;
    color: #CFD17B;
    font-family: MontserratBold;
    font-size: 18px;
}
.features h2.section-title{
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 700;
    color: #CFD17B;
    font-family: "MontserratBold";
    text-transform: uppercase;
    border-bottom: none;
    margin-bottom: 0px;
}
.know-more-btn{
  background-color:transparent;
  border: 5px outset #CFD17B;
  color:#000;
}
.know-more-btn:hover, .know-more-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background: #CFD17B;
}
#testimonials .owl-nav > button{
  color: #CFD17B!important;
}
#testimonials .col-md-3.col-sm-3.col-xs-12, #testimonials .col-md-9.col-sm-9.col-xs-12{
  height: initial;
}
#testimonials .owl-carousel .owl-item img{
  padding: 10px;
}
#testimonials .caption{
  padding: 10px;
}
#testimonials .carousel-wrap{
  height: initial;
}
#testimonials .item{
height: initial;
}
#testimonials .text-brand.lead.no-margin{
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: MontserratBold;
}
/*div#tab-2-2 ul, #tab-1-2 ul{
    display: block;
}
div#tab-2-2 ul li, div#tab-1-2 ul li{
  margin-bottom: 3px;
}*/
.dark-mode .sl-caption{
  color:#fff;
}
.testi-sub-tit{
  font-size: 14px;
}


/*project listing*/
section.project-listing-section {
        padding: 50px 0px;
    }
    .reraline {
    /* position: absolute; */
    top: 0px;
    background: #CFD17B;
    padding: 10px 20px;
    border-top: 3px solid #fff;
    }

    .reraline p {
        margin-bottom: 0px;
        color: #000;
    }
    .proj-detail {
      background: #f6f2e3;
      padding: 10px 20px;
    }
    .single-project-block {
        margin-bottom: 30px;
        display: block;
        color: #000;
    }
    a.single-project-block:hover {
        text-decoration: none;
    }
    a.single-project-block:hover img{
      transform: scale(1.2);
    }
    .proj-img img{
      transition: all 0.5s;
    }
    .proj-img {
    height: 200px;
    overflow: hidden;
    }
    .proj-img img {
        height: 100%;
        width: 100%;
    }
    .reraline a {
        color: #ffffff;
    }
/*project-listing end*/

.padding-b-50{
    padding-bottom:50px !important;
}
.awards_page .lg-toolbar.lg-group {
    display: none;
}

 .static-content ul {
          list-style-position: inside;
          list-style-type: none;
      }
      .static-content p {
          color: #646464;
          font-size: 16px;
          margin-bottom: 20px;
      }
      .static-content li{
        font-size: 18px;
        margin-bottom: 10px;
        color: #000;
        border-left: 10px solid #CFD17B;
        padding-left: 10px;
      }
      .static-content {
          padding: 30px 0px;
      }

.sl-desc-block a {
    text-decoration: none;
    color: black;
}   
/*.becomeourvendor_page p {
    width: 70%;
    margin: 0 auto;
}*/
.project_page .award {
    min-height: 330px;
}
.tabs-container-content .sub-col-tit strong {
    font-family: MontserratBold;
    font-size: 18px;
    font-weight: 100 !important;

}
.sub-col-tit{
  padding-left: 20px;
  margin: 0px;
  font-size: 18px;
}
.content-big li strong, .content-big h3 {
    font-family: MontserratBold;
    font-size: 18px!important;
}
#content2-1.content-big li:nth-child(odd):before {
    display: none;
}
.about-group-content form.form-class label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: MontserratBold;
    font-size: 15px;
}
.becomeourvendor_page .about-area p {
    width: 67%;
    margin: 0 auto;
}
.dark-mode .menu-block ul li a{
  color:#fff;
}
.dark-mode .search-block a{
  color:#fff;
}
.csrinitiatives_page .about-group-content {
    line-height: 1.8;
}
#about-us-section .abtusimg{
	background:#424242;
}
#about-us-section .container-fluid {
    padding-left: 0px;
}
#about-us-section .abtusimg img{
    margin: 0 auto;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
/*.pdf-download{
	    text-transform: uppercase;
    background: #bd9234 !important;
    border-color: #bd9234 !important;
    padding: 10px 12px !important;
    height: auto;
    color: #000000 !important;
    text-align: center;
}*/

body.jobs_page .downloads {
    padding-top: 30px;
}

#currency-widget {
    width:223px;
}
a.v-tab-link:last-child {
    display: none !important;
}
.featured-ameniteis-wrapper.tabs-wrapper .nav-tabs-wrapper .nav-tabs {
    overflow-y: scroll;
    max-height: 85%!important;
}

.source-nri h6 {
    margin-bottom: 0px;
}



/******search-box************/

.search {
  width: 100%;
  position: relative;
/*  display: flex;*/
}

.searchTerm {
  width: 100%;
  border: 3px solid #aa7f2d;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #aa7f2d;
}

.searchTerm:focus {
  color: #00b4cc;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #aa7f2d;
  background: #aa7f2d;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
    width: 88%;
    position: absolute;
    top: 108%;
    left: 48%;
    transform: translate(-50%, -50%);
}
/*sticky header*/
.pr-header.sticky_header {
    position: fixed;
    /*transition: all 0.5s;*/
    background: #fff;
    width: 100%;
    z-index: 10;
    opacity: 1;
    /*animation: moveBottom 0.5s ease;*/
    top:0px;
   transition: all 0.5s;
   box-shadow: 0px 15px 15px -15px #cacaca;
    
}
 /*@-webkit-keyframes moveBottom {
  0% {
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
   
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
   
  }
}

@keyframes moveBottom {
  0% {
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}*/
.pr-header{
    /*border-bottom: 1px solid #CFD17B;*/
}
/*gallery*/
.demo-gallery > ul > li a:first-child {

   	border-radius: 20px;
   
    margin-bottom: 10px;
    border: 0px;
    /* border: 1px solid gainsboro; */
     padding: 15px; 
    /* box-shadow: 0px 5px 6px -6px #000; */
}
.events_page .demo-gallery > ul > li a:first-child {
  /*box-shadow: 9px 1px 9px 6px #cccccc;*/
  padding: 0px;
}
#awardsgallery .demo-gallery > ul > li a:first-child{
   padding: 30px;
}
.demo-gallery > ul > li a:first-child img{
  /*border-radius: 20px;*/
}

.demo-gallery > ul > li a:first-child:hover {
   box-shadow: none;
}
/*.demo-gallery p.exh_caption {
   font-size: 18px;
   font-weight: 600;
}*/
.demo-gallery .exh_caption {
   font-size: 18px;
   font-weight: 600;
   color: #000000;
   margin-top: 5px;
   margin-bottom: 2px;
}
.demo-gallery .exh_sub_title {
   font-size: 15px;
   margin: 0px;
   color: #000;
}
.evnt-link:hover{
  text-decoration: none;
}
/*preloader*/
.preloader-img{
  width: 150px;
}
.preloader-img-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*preloader end*/

.features .v-tabs .v-tab-head a.active {
   font-size: 20px;
}
.groupventure_page .about-group-content .portfolio-wrap {
   text-align: center;
   padding: 10px;
}
.groupventure_page .row.venturebranches {
padding-top: 20px;
}
.groupventure_page .about-group-content .portfolio-wrap:hover {
   box-shadow: 2px 2px 7px 2px #cccccc;
}
.groupventure_page .row.venturebranches {
padding-top: 20px;
}
.vision-mission-area{
  padding: 20px 0px;
}

.featured-amenities .tooltip {   
    transition: none;
}
.featured-amenities .tooltip.fade.top.in{
    width: 170px;
    margin: 0 auto;
    left: -8px!important;
}
.featured-ameniteis-wrapper .nav-tabs-wrapper .nav-tabs li:hover{
  transition: none!important;
}
#award .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span a {
pointer-events: none;
}
.prj-tabs .tabs-stage ul {
    margin-top: 10px;
}
button#flip-disclaimer {
    border-radius: 5px;
    background: #c39c48;
    padding: 10px 30px;
    border: none;
    color: #fff;
    margin: 0px auto;
    margin-bottom: 20px;
}
button#flip-disclaimer:hover {
    background: #2a2a2a;
}
.amenities-mobile-tooltip{
	display: none;
}

/*
#keymanagement-tab a.v-tab-head.v-tab-link.hide-xs.active {
    display: none;
}
*/

.col-md-4.col-md-offset-4.download-outer {
    /*border-radius: 5px;
    background: #c39c48;
    padding: 10px 47px;
    border: none;
    color: #fff;
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: center;
    left: 40%;*/
        margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
}

.col-md-4.col-md-offset-4.download-outer a {
    color: #000;
    color: #000;
    width: 50% !important;
    margin: 0 auto;
    border-radius: 5px;
    background: #bd9336;
    padding: 10px 47px;
    border: none;
    color: #fff;
    margin: 0px auto;
    margin-bottom: 20px;
}
.groupventure_page .about-group-content .portfolio-wrap p {
text-align: justify;
    

}

#award a {
    font-size: 25px;
}
.showday{
  display: block;
}
.shownight{
  display: none;
}
.venturebranches .portfolio-wrap {
    text-align: center;
}
#about-group img.journey-img {
    border: 1px solid #CFD17B;
    padding: 10px;
}
#leadership .leader-title {
    padding: 15px 0px 5px;
}
#awards .head-wrp {
    padding-top: 110px;
}
section#award {
    padding: 0px 0px 40px;
}
#about-group img.journey-img:hover {
    box-shadow: 0px 0px 3px 4px #eaeaea;
}

a.group-class {
    text-align: right !important;
    margin-left: 88%;
    margin-bottom: 0%;
}
div#light-floorPlan {
    /*height: 400px;*/
    overflow-y: auto;
    max-height: 400px;
}
.fil-single-block {
    /*height: 400px;*/
    overflow-y: auto;
    max-height: 400px;
}
/* *  STYLE 4 * */

#light-floorPlan::-webkit-scrollbar-track, .fil-single-block::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#light-floorPlan::-webkit-scrollbar, .fil-single-block::-webkit-scrollbar{
  width: 10px;
  background-color: #F5F5F5;
}

#light-floorPlan::-webkit-scrollbar-thumb, .fil-single-block::-webkit-scrollbar-thumb{
  background-color: #c39c48;
  border: 2px solid #c39c48;
}
/* *  STYLE 4 * */

.custom-floorplan-outer {
    padding-top: 36px;
}
.lightg-master {
    padding-top: 50px;
}

section.why-nri {
    padding: 50px 0px;
    background: #F6F2E3;
    margin-bottom: 50px;
}
section.why-nri p {text-align: justify;}
.featured-ameniteis-wrapper.tabs-wrapper .nav-tabs-wrapper .nav-tabs{

}
/*#style-1::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}
*/

.featured-ameniteis-wrapper.tabs-wrapper .nav-tabs-wrapper .nav-tabs::-webkit-scrollbar {
  width: 4px;
  background: #000;
}

.featured-ameniteis-wrapper.tabs-wrapper .nav-tabs-wrapper .nav-tabs::-webkit-scrollbar-thumb {
  background: #D7B740;
}
main{
  /*padding-top: 125px;*/
  padding-top: 126px;/*158px;*/
}
.about-kanakia-group_page main{
  padding-top: 0px;
}
.about-kanakia-group_page section#about-us-section {
    padding-top: 120px !important;
}
.user-btn1{
 font-size: 16px;
 background: #efefef;
 width: 45px;
 height: 45px;
 border-radius: 30px;
 line-height: 45px;
 text-align: center;
 cursor: pointer;
}
div#journey-section .journey-content {
   text-align: right;
   padding-right: 10px;
}
section#journey .strength-text {
   padding-right: 10px;
}
/*JOURNEY NEW SECTION*/
.single-img-journey {
    /*width: 172px;*/
    height: 200px;
    margin: 3px;
    /*overflow: hidden;*/
}

.block-images-journey {
   /* display: flex;
    justify-content: flex-end;    
    flex-wrap: wrap;*/
    width: 100%;
}

.timeline-img-wrapper {
    position: absolute;
    left: 0%;
    width: 48%;   
    z-index: 9;
    background: #fff;
    height: 200px;
    /*overflow: hidden;*/
    /*transform: translateX(-122%);*/
}
.left-wrapper{
  left: initial;
  right:0%;
 
}

.left-wrapper .block-images-journey {
   justify-content:flex-start;
}
.hidenshow{
 animation:journryAnim 0.5s ease;
}

@-webkit-keyframes journryAnim {
  0% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}

@keyframes journryAnim {
  0% {
    opacity: 0;
  }
  100% {
   opacity: 1;
  }
}

/*.hidenshow{
  display: none;
}*/
#journey .abtusimg img:hover {
   box-shadow: 0px 1px 15px 3px #cccccc;
   transition-timing-function: linear;
   transition: width 35s;
}
#journey .abtusimg img {
   width: 80%;
   margin: 0 auto;
   display: block;
}
.journey-slider1.owl-carousel .owl-item img{
    padding: 0px;
    opacity: 0.6;
    height: 100%!important;
}
.journey-slider1.owl-carousel .owl-item.active img{
  opacity: 1!important;
}
.journey-slider1 .owl-nav button{   
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000!important;
}
.journey-slider1 button.owl-next{
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
}
.journey-slider1 button.owl-prev{
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
}
.journey-slider1 .owl-nav button span {
    font-size: 13px;
    color: #fff;
}
.dot-aw {
    width: 7px;
    height: 7px;
    background: #000;
    margin-top: 10px;
    border-radius: 50%;
}
/*headernew css*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
      background-color: transparent!important;

}
.navbar-default .tab-list ul li a:after{
    content: "";
    display: block;
    width: 155px;
    background: #bd9234;
    height: 3px;
    position: absolute;
    bottom: -12px;
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.navbar-default.tab-list ul li a.active:after{
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.navbar-default .navbar-nav>.active>a:after{
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.navbar-default{
  background: #f7f4e7!important;
  border:none!important;
}
.new-header-block .tab-list{
    width:100%!important;
}
  .home-page .tab-list{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
  }

.new-header-block {
    background: #f7f4e7!important;
    position: relative;
    z-index: 6;
}
.new-header-block .tab-list ul li a strong {
    font-size: 11px;
}
.tab-list{
  margin-bottom: 0px;
}
.sry-msg{
    font-size: 27px;
    /* background-color: white; */
    color: #000000;
    text-align: center;
    width: 80%;
    margin: 29px auto;
}
/*.wc-getbtn{
  padding:20px 30px;
}
.video-tab .wc-getbtn{
   padding:20px 30px;
}*/

.new-header-block .tab-list ul li a{
  min-height: initial;
}
.new-header-block .tab-list ul li{
  padding-top: 9px;
}
.p-menu>.tab-list ul li a.wc-getbtn{
    padding: 6px 30px;
}
.prj-tabs {
    display: block;
    padding-top: 15px;
}
select.tabs-nav.project_change.displayprojectstatus.custom-select {
    background: #f6f2e3!important;
    color: #000 !important;
    z-index: 9;
    /*border-radius: 20px;
    padding: 4px 0px;*/
}
span.holder {
    text-align: center;
    background: #bd9234!important;
    color: #fff!important;
    z-index: 9;
    /*border-radius: 20px;*/
    padding: 2px 0px;
        margin: 0px !important;
}
.select-wrapper {
    border: 0px solid #d8d8d8 !important;
}
.select-wrapper, .select-wrapper select {
    height: 34px !important;
        margin-right: 5px;
        width: 46% !important;
}
.wc-small {
    padding-bottom: 10px;
    font-weight: 100;
}
select.displayprojectstatus  option {
  border: none !important;
}
select.displayprojectstatus  option:focus {
   outline: 0 !important;
 }
/* option:focus{
    background-color:#FFF !important;
    outline:none !important;
    border:#f6f2e3 !important;
    box-shadow:none !important;
}

.btn-default {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: none !important;
}
input, textarea, select, a { outline: none !important; }
input:focus, textarea:focus, select:focus{ outline: none; } */

/*.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}
select option:checked:after {
    background: #666;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
}
.dropdown-menu>.active>a {color:black; background-color:red;}
.dropdown-menu>.active>a:focus {color:black; background-color:red;}
.dropdown-menu>.active>a:hover {color:black; background-color:red;}
select:hover {
color: #444645;
background: #ddd;
}*/
select option:hover{
    content: attr(title);
    background: #666;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
}
#pr-center-slider .owl-item.active.center h5 {
        text-align: center;
    color: #000000;
    display: block;
    background: #ffffff;
    padding: 5px 0px;
    margin-top: 0px;
}
#pr-center-slider .owl-item.active.center a:hover h5{
    list-style-type: none;
  }
#pr-center-slider .owl-item h5 {
    display: none;
}
.modal-body {
    margin-top: 30px;
}
.modal-body input#mobile, .modal-body input[type=tel]{
    padding-left: 81px !important;
}
i.fa.fa-phone, .fa.fa-search, .fa.fa-user {
    line-height: 45px !important;
}
body.home-page.home2 i.fa.fa-search {
    line-height: initial !important;
}

select#residential, select#commercial {
    background: #f6f2e3!important;
    color: #000 !important;
    z-index: 9;
    width: 95%;
    padding: 5px;
    margin-top: 10px;
    border-color: #aa7f2d;
}
.nri-count.top-nri-count{
max-width: 600px;
    overflow: scroll;
    bottom: 15%;
    background: #f6f2e3;
    left: 60px;
    width: 600px;
    position: absolute;
        padding: 19px 0px 0px;
        font-size: 20px;
    color: #CFD17B;
    font-weight: 700;
  }
.mob-img{
  display: none;
}
.desktop-img{
  display: block;
}

/*about us*/
.block-vision {
    min-height: 280px;
    padding: 20px 20px;
    border: 1px solid #e0e0e0;
    margin: 10px 0px;
    /* text-align: center; */
    transition: all 0.5s;
    /* background: #f7f4e7; */
    border-radius: 20px;
    /* box-shadow: 0px 15px 15px -15px #c3b7b7; */
}
.tittle-vsn{
  text-transform: uppercase;
  color: #CFD17B;
  font-family: MontserratBold;
  font-size: 15px;
  margin-top: 0px;
  line-height: 1.4;
}
/*.block-vision p, .block-vision ul{
  font-size: 15px;
}*/
.block-vision h3, .block-vision ul{
  font-size: 14px;
}
.block-vision ul{
  padding-left: 20px;
}
.icon-vsn img {
    width: 50px;
    filter: opacity(0.4);
    margin-bottom: 10px;
}

.block-vision:hover {
    box-shadow: 0px 15px 15px -15px #c3b7b7; */;
}
body.group-venture_page .tabs-wrapper {
    margin: 0px;
}
.layoutflr{
  padding-top: 130px;
}
.project-slider-other .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
}
.project-slider-other .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
}
.project-slider-other .owl-nav button.owl-prev i.fa, .project-slider-other .owl-nav button.owl-next i.fa {
    color: #fff;
}
.venturebranches .portfolio-wrap p {
    text-align: justify;
}
.emi-calculator {
    float: right;
}
.has-error {
    border: 1px solid red !important;
}
form.subscribe-form div#thankumsg {
    color: green;
    padding-top: 5px;
}
.dark-mode p.alert.alert-success {
    color: #000000!important;
    transition: color 0.5s;
    text-align: center;
    margin-top: 10px;
}
.stay-connected{
  color:#CFD17B;
  font-size: 18px;
}

/*newly added for changed tag*/
h1.top-main-title{
  color: #d7b740;
}
.config-tit {
    display: inline-block;
    text-transform: capitalize!important;
    font-size: 14px!important;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px;
}
.features a.v-tab-link h3{
  font-size: 16px;
  margin: 0px;
}
.features .v-tabs .v-tab-head a.active h3{
 font-size: 20px;
 font-weight: bold;
}
div#popup img {
width: 35%;
    margin: 0 auto;
    display: block;
    top: 15%;
    position: absolute;
    left: 34%;
}
div#popup a.close {
    position: absolute;
    top: 13%;
    right: 30%;
    z-index: 9;
}
div#popup .close:hover {
    background: #000000;
    color: #ffffff;
}
.hidenshow.hidden-xs.hidden-sm {
    display: none !important;
}
.breadcrumb-block{
  padding-top: 5px;
  background: #f7f4e7!important;
}
.k-world-initiatives_page section#team {
    display: none;
}
.k-world-initiatives_page  section.k-projects {
    padding: 30px 0px 50px;
}
.dark-mode section#gallerysection ul.nav.nav-tabs li.active a {
    background: #ffffff !important;
    color: #000000;
}
/*.dark-mode section#gallerysection ul.nav.nav-tabs {
    border: 1px solid #d7b740;
}*/
.dark-mode .awardsgallery .demo-gallery > ul > li h2 {
    color: #ffffff !important;
}
.tab-content .lightg-master img {
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #000000;
}
.accolades_page .lg-sub-html h2 {
    font-size: 14px !important;
}
/*.project_page #videos .award {
    width: 100%;
}*/
.multiple-video .award{
  width: 50%;
}
.single-video .award{
  width: 100%;
}
body.accolades_page.dark-mode .career-banner-wrapper {
    display: none;
}
p.cinelinelogo a {
    background: #ffffff;
    padding: 2px 10px 5px;
}
.welcome-text {
    top: 31%;
}
body.events_page .demo-gallery ul {
    min-height: 297px;
}
.k-world-initiatives_page .btn-container.k-world{
  display: none;
}

body.career_page .know-more-btn{
      margin-top: 60px;
    width: 18%;
    font-size: 20PX;
    padding: 10px 5px;
    letter-spacing: 0.5px;
}
body input, body textarea, body select{
  color: #000000;
}
.mobile-location-salience{
  display: none;
  padding:40px 0px 20px;
}
p.location-salience-title {
    color: #d7b740;
    text-align: center;
    font-size: 20px !important;
    text-transform: uppercase;
}
.mobile-location-salience-carousel .item {
    text-align: center;
    padding: 20px 0px;
}
.mobile-location-salience-carousel .item h2{
  font-size: 36px !important;
}
.mobile-location-salience-carousel .item h3{
  font-size: 20px !important;
}
.mobile-location-salience-carousel button.owl-prev {
    position: absolute;
    top: 20px;
    left: 0px !important;
}
.mobile-location-salience-carousel button.owl-next {
    position: absolute;
    top: 20px;
    right: 0px !important;
}
body.group-venture_page .venturebranches .portfolio-wrap img{
  width: 126px;
}
.blog-listing .blog-list-outer {
    padding: 30px 0px;
}
.blog-img img{
  width: 100%;
}
.search-block.search_block_hidden.custom-searchbar{
  display: none;
}

/**** sidebar contact btn ******/
.sidebar-contact .toggle {
    position: absolute;
    border: 0px solid #444249;
}
.chatbot img{
  cursor: pointer;
}
div#poweredbylocobuzz {
    width: 380px !important;
}
div#locobuzz_chat_header{
  width: 375px !important;
}
.breadcrumb-block {
    padding-top: 0px;
    background: #f7f4e7!important;
    height: 25px;
    padding-bottom: 0px;
}
img.mob-kbot, .chatbot img { 
  -webkit-animation: mover 1s infinite alternate; 
  animation: mover 1s infinite alternate; 
  margin-left: -25px; 
  width:70%; transition: all 0.3s; 
  -webkit-transition: all 0.3s; 
  -moz-transition: all 0.3s; 
  /*background: rgba(0,0,0,0.8); */
  padding: 10px 0px; 
  } 
  @-webkit-keyframes mover { 
    0% {
     transform: translateY(0); 
     } 100% { 
      transform: translateY(-20px); 
    } 
  } 
  @keyframes mover { 0% { 
    transform: translateY(0); 
    } 100% {
     transform: translateY(-20px); 
     } 
     } /*.AnimatedBot{ width:135px; }*/

body.blog_page main.py-4{
    padding-top: 80px !important;
}
body.blog_detail_page  main.py-4{
    padding-top: 100px !important;
}
body.blog_page .pr-header.sticky_header, body.blog_detail_page .pr-header.sticky_header, body.news_page .pr-header.sticky_header, body.news_detail_page .pr-header.sticky_header{
  box-shadow: none;
}
body.blog_page a:hover, body.blog_detail_page a:hover{
    color: #000000;
    text-decoration: none;
}
.recom-projects {
    pointer-events: none;
}
body.project_page .featured-amenities .nav-tabs>li>a, body.project_page.dark-mode .featured-amenities .nav-tabs>li>a  {
    border-bottom: 0px solid #ffffff !important;
}

/*-----------------------------news page css starts here------------*/
body.news_detail_page video {
    width: 100%;
    height: 400px;
}
.career_page div#testimonials {
    /*padding: 80px 0px 0px;*/
    padding:100px 0px 0px;
    /*margin-top: 90px;*/
}
/*.features h2.section-title{
  padding: 0px 20px 0px;
}*/
/*.career_page div#testimonials h2.section-title {
    padding: 0px 20px 0px;
}*/
/*.career_page .features {
    padding: 0px 0px;
    margin:80px 0px;
}*/

.home-page .lg-outer img.lg-object.lg-image {
    background: #ffffff !important;
}
#custom_popup_modal .modal-body {
    margin: 0px;
}
#custom_popup_modal .modal-body img{
    padding: 10px;
  }
.modal-header.border-0 {
    display: none;
}

/*****************************************************************/
/**************************custom_popup_modal2 CSS starts************************/
/*****************************************************************/
/*#custom_popup_modal .close {
    margin-top: -2px;
    position: absolute;
    position: absolute;
    right: -7px;
    top: -7px;
}*/



#custom_popup_modal2.modal {
  z-index: 10;
  display: block;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.5)
}
#custom_popup_modal2 .modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  max-width: 600px
}
#custom_popup_modal2 .modal-inner { padding: 20px 30px; }
#custom_popup_modal2 .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #ccc;
  padding: 6px 10px;
    cursor: pointer;
}
.animate-opacity { animation: opac 0.8s }@keyframes opac{from{opacity:0} to{opacity:1}}
/*****************************************************************/
/**************************custom_popup_modal2 CSS ends************************/
/*****************************************************************/


.container.contact-details .col-md-6.col-sm-7 p.text-black:nth-child(2n+1) {
    display: none;
}
/*.horizontal_scroll a:first-child article {
    display: none;
}*/


/*****************************************************************/
/**************************CSS ADDED BY ME 12-10-2022************************/
/*****************************************************************/

.about-kanakia-group_page .about-group-content a.group-class {
    margin-left: 0px;
}

body.career_page iframe {
    height: 500px !important;
    margin: 0 auto;
    display: block;
    width: 80%;
}

@media(max-width:480px){
	body.career_page iframe {
		height: 400px !important;
		width: 90%;
	}
}