* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: 0;
}
figure {
  margin: 0;
}
.table td,
.table th {
  padding: 1em !important;
}
img {
  border: 0;
  width: 100%;
  display: block;
  height: auto;
  margin: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
q:before,
q:after {
  content: "";
}
header,
nav,
section,
article,
aside,
footer,
hgroup,
figure,
main {
  display: block;
}
a {
  text-decoration: none !important;
  display: block;
  outline: none;
  color: #cb4721;
}
ol,
ul {
  list-style: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 38px;
  line-height: 42px;
  margin: 0;
  color: #000;
}
h2 {
  color: #152243;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  padding: 25px 0;
  margin: 0;
}
h3 {
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  font-weight: 400;
  color: #333;
}
h4 {
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  color: #303030;
}
h5 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
  color: #303030;
}
h6 {
  font-size: 17px;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #333;
}
p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  color: #000;
}
.clear:after {
  content: "";
  clear: both;
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 0;
}
.btn {
  font-size: 18px;
  line-height: 20px;
  color: #162068;
  padding: 8px 20px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid #162068;
  border-radius: 70px;
}
.btn:hover {
  color: #fff !important;
  background: #162068;
}
.button .form-control:hover {
  background: #000;
  color: #fff;
}
.transition {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
html {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
body {
  background: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  height: 100%;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.container {
  max-width: 1350px;
  margin: 0 auto !important;
}
.sticky header {
  position: fixed !important;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 5px 15px;
}
#text {
  display: none;
}
.desk {
  display: block !important;
}
.mob {
  display: none !important;
}
header {
  padding: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
}
.header-block {
  padding: 10px 15px;
}
.header-dtls {
  padding: 0;
  vertical-align: middle;
  max-width: 1145px;
  margin: 0 auto;
}
.header-lt {
  float: left;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
.header-lt h5 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}
.header-lt a img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.header-lt a {
  display: inline-block;
  padding: 0 8px 0 0;
}
.header-rt {
  float: right;
  display: inline-block;
  vertical-align: top;
  padding: 60px 0 0;
}
.header-rt ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  padding: 12px 16px;
  position: relative;
  z-index: 1;
}
.header-rt ul li a {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.header-rt ul li a:hover {
  color: #0a2a65;
  border-bottom: 2px solid #0a2a65;
}
.header-rt ul li.active a {
  color: #0a2a65;
}
.header-rt ul li:hover .drop_down {
  display: block;
}
.drop_down {
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 40px;
  width: 300px;
  display: none;
  z-index: 99999;
}
.header-rt ul li a i {
  font-size: 23px;
  line-height: 0;
  padding: 0 0 0 5px;
  margin: 0;
}
.drop_down ul {
  padding: 0;
}
.drop_down ul li {
  display: block !important;
  padding: 6px 0 6px 13px;
}
.drop_down ul li:hover {
  background: #162068;
}
.drop_down ul li:hover a {
  color: #fff;
}
.drop_down ul li a {
  font-size: 15px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-weight: 400;
}
.header-rt ul li a.get {
  margin: -12px 0 0;
  padding: 8px 15px;
  color: #2d2c2c;
  border: 1px solid #eca685;
}
.banner {
  background: url(../images/banner.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
}
.banner.slide-2 {
  background: url(../images/slider-1.jpg) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
}
.banner.slide-3 {
  background: url(../images/slider-2.jpg) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
}
.banner.slide-4 {
  background: url(../images/slider-3.jpg) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
}
.slide-5 {
  /* background: url(../images/banner.png) no-repeat; */
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
}


.banner-in {
  padding: 307px 0 193px 158px;
  max-width: 700px;
}
.banner-in img {
  width: auto;
}
.banner-in h2 {
  font-weight: 500;
  color: #fff;
  font-size: 55px;
  line-height: 57px;
}
.banner-in p {
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.3px;
}
.blue-arrow {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: #0a2a65;
  width: 240px;
  height: 54px;
  line-height: 54px;
  border-radius: 20px;
  margin: 20px 0;
  font-size: 20px;
}
.blue-arrow i {
  padding: 0 0 0 5px;
}
.bann {
  position: relative;
}
.banner-video {
  position: absolute;
  bottom: 73px;
  right: 75px;
}
.banner-video figure img {
  width: auto;
}
.banner-socilmedia {
  position: absolute;
  right: 67px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.banner-socilmedia a {
  margin: 10px 0;
}
.banner-socilmedia a i {
  color: #fff;
  font-size: 20px;
}
.banner-socilmedia-in {
  position: relative;
}
.banner-socilmedia-in:after {
  position: absolute;
  height: 150px;
  width: 3px;
  content: "";
  background: #fff;
  bottom: -170px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider .slick-dots li button {
  width: 60px;
  height: 5px;
  background: #707070;
  padding: 0;
}
.slider .slick-dots li button:before {
  font-size: 0;
}
.slider .slick-dots li {
  width: 60px;
  margin: 0 6px;
}
.slider .slick-dots {
  bottom: 85px;
  width: auto;
  left: 151px;
}
.slider .slick-dots li.slick-active button {
  background: #fff;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.our-story {
  padding: 0 0 70px;
}
.our-story-left {
  background: url(../images/ourstory.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
  padding: 103px 75px;
}
.our-story-right {
  padding: 103px 75px 0 0;
}
.our-story-right ul li {
  position: relative;
  padding: 0 10px;
}
.hyd {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hyd a {
  margin: 20px auto;
}
.the-way {
  background: #0a2a65;
}
.the-way-left {
  padding: 103px 50px;
}
.the-way-left h2 {
  color: #fff;
  font-size:34px;line-height:44px;
}
.the-way-left p {
  color: #fff;
}
.the-way-right {
  padding: 0 75px 0 0;
  margin: -65px 0 0;
}
.the-way-left img {
  width: auto;
}
.the-way-right ul li {
  position: relative;
}
.blue-arrow.blue {
  background: #fff;
  color: #0a2a65;
  margin: 40px 0 20px 70px;
}
.introducing-icon {
  position: relative;
  padding: 20px 0 0 75px;
}
.introducing-icon:before {
  position: absolute;
  content: "";
  left: -67px;
  height: 2px;
  background: #efbaa3;
  width: 100px;
  bottom: 20px;
}
.the-way-right ul li img {
  height: 700px;
  width: 700px;
  object-fit: cover;
}
.slider22 .slick-dots li button {
  width: 7px;
  height: 7px;
  background: #707070;
  padding: 0;
  border-radius: 100%;
}
.slider22 .slick-dots li button:before {
  font-size: 0;
}
.slider22 .slick-dots li {
  width: 5px;
  margin: 0 9px;
}
.slider22 .slick-dots {
  bottom: -70px;
  width: auto;
  left: 151px;
}
.slider22 .slick-dots li.slick-active button {
  background: #fff;
  margin: 3px;
}
.slider22 .slick-dots li.slick-active {
  border: 1px solid #efbaa3;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 2px;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.realestate {
  padding: 71px 0 118px;
}
.realestate-in h3 {
  color: #161201;
  text-align: center;
}
.our-corevalues {
  background: url(../images/our-core.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 0 0 70px;
}
.our-core-values-in h3 {
  color: #eca685;
  text-align: center;
  padding: 72px 0 47px;
}
.our-core-values-in h4 {
  color: #fff;
  text-align: center;
  padding: 1px 0 10px;
}
.our-core-values-in img {
  width: auto;
  margin: 0 auto;
}
.blue-arrow.blue.our {
  margin: 60px auto 20px;
}
.leadership-left {
  margin: -40px 0 0;
}
.leadership-right {
  padding: 35px 0 0;
}
.testinomials {
  padding: 70px 0;
}
.testinomials h2 {
  text-align: center;
}
.testinomials-in p {
  text-align: center;
}
.testinomials ul {
  padding: 66px 0 0;
}
.testinomials ul li {
  padding: 0 20px;
}
.lets ul.cont {
  max-width: 930px;
  margin: 0 auto 29px;
}
.raga-bc {
  min-height: 300px;
}
.lets-bc {
  min-height: 300px;
}
.feature-blk {
  margin: 0 0 0 auto;
  width: 80%;
  padding: 90px 0 200px;
  padding-bottom: 55px !important;
}
.cnt figure img {
  width: 100%;
  height: auto;
  display: block;
}
.slide {
  width: 100%;
  background: #ccc;
}
#slick-1 .slick-dots li {
  width: 10px;
  height: 10px;
  color: #fff;
}
#slick-1 .slick-dots li button {
  font-size: 20px;
  line-height: 24px;
}
#slick-1 .slick-dots li.slick-active,
#slick-1 .slick-dots li:hover {
  background: #777;
}
#slick-1 .slick-dots li button,
#slick-1 .slick-dots li button:before {
  color: transparent;
  opacity: 0;
}
.slide {
  margin: 0 30px 0 0;
}
#slick-1 .slick-dots li:first-child {
  display: none;
}
.feature-inner .slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 38px;
  color: #fff;
}
.feature-inner .slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 38px;
  color: #fff !important;
}
.feature-inner .slider .slick-prev {
  left: 5px;
  z-index: 1;
  bottom: -50px;
  top: auto;
}
.feature-inner .slider .slick-next {
  left: 44px;
  z-index: 1;
  bottom: -49px;
  top: auto;
}
.feature-inner .slick-dots {
  right: 12%;
  width: auto;
  bottom: -49px;
}
#slick-1 .slick-dots li.slick-active a {
  color: #ffcf06;
  background: transparent;
  font-size: 18px;
}
#slick-1 .slick-dots li.slick-active,
#slick-1 .slick-dots li:hover {
  background: transparent;
}
.slider-progress {
  width: 55%;
  margin: 0 auto;
  height: 3px;
  padding: 10px 0;
  left: 28%;
  position: absolute;
}
.slider-progress .progress {
  width: 0;
  height: 3px;
  background: #ffcf06;
}
.head-in h6 {
  position: relative;
  z-index: 1;
}
.head-in h6:after {
  position: absolute;
  height: 6px;
  background: #ffc0cb;
  content: "";
  width: 100px;
  left: 0;
  bottom: 5px;
  z-index: -1;
}
.first-page {
  float: right;
}
.counter-info-file {
  margin: 0 auto;
  width: 100%;
}
.counter-file {
  width: 100%;
  height: auto;
  padding: 300px 0;
}
.counter-data-file {
  width: 100%;
  background: #000;
}
.way-to-live {
  padding: 30px 0;
}
.the-way-below {
  background: url(../images/way-below.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 100px 0;
}
.elegance {
  padding: 20px 0;
}
.header-rt {
  display: inline-block;
  vertical-align: middle;
}
.header-rt-club ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.header-rt-club li a.get {
  margin: -12px 0 0;
  padding: 8px 15px;
  color: #2d2c2c;
  border: 1px solid #eca685;
  margin: 5px 0;
}
.club-inner {
  position: relative;
  padding-top: 20px;
}
.club-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/amenities.png) no-repeat;
  width: 101px;
  height: 372px;
}
.clubhouse-all {
  padding: 0 0 0 127px;
}
.club-div {
  margin-top: 80px;
}
.club-pd {
  padding: 0 127px;
}
.offer-in p {
  font-size: 20px;
  padding: 0 0 15px;
}
.tab-section {
  background: #f9f9ff;
  padding: 30px 20px 0;
}
.nav-tabs .nav-link {
  border: 0 none;
  padding: 10px 8px;
  font-size: 16px;
}
.nav-tabs .nav-link:hover {
  color: #eb595f;
}
.tabBlock {
  padding: 42px 0 0;
}
.tabBlock-tabs {
  padding: 0;
  text-align: left;
  padding: 0 0 35px 0;
  border-bottom: 0;
}
.tabBlock-tabs li {
  list-style-type: none;
  padding: 0;
  border-bottom: none !important;
  border: 0 none;
  border-radius: 5px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  color: #eca685;
  width: 33.33%;
  display: inline-block;
  text-align: center;
}
.tabBlock-tabs li a {
  color: #723151;
  font-weight: 400;
  cursor: pointer;
}
.tabBlock-tabs li.is-active a {
  background: transparent;
  color: #000;
  opacity: 1;
}
.tabBlock-tabs li.is-active a:hover {
  color: #eb595f;
  background: transparent;
}
.offer-img h3 {
  font-weight: 700;
  padding: 0 0 14px;
}
.offer-img ul {
  padding: 17px 0 0;
}
.offer-cnt h5 {
  padding: 19px 20px 14px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.offer-cnt p {
  padding: 0 20px 24px;
}
.offer-cnt {
  background: #fff;
}
.offer-cnt img {
  width: 100%;
}
.neigh {
  background: url(../images/neigh.jpg) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
}
.refine {
  padding: 70px 0 0 50px;
}
.map-pointer {
  padding: 15px 50px;
}
.about-us-student {
  margin-left: -320px;
  margin-top: 100px;
}
.showcase {
  position: relative;
  padding: 40px;
}
.showcase:before {
  position: absolute;
  top: 34px;
  right: 0;
  content: "";
  background: url(../images/showcase.png) no-repeat;
  width: 101px;
  height: 412px;
}
.showcase-pd {
  padding: 0 50px;
}
.speci {
  position: relative;
  padding: 8px 83px 0 145px;
  background: #040830;
}
.speci:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/specifi.png) no-repeat;
  width: 101px;
  height: 520px;
  background-size: 88%;
}
.only-video {
  padding: 92px 0;
  background: #040830;
}
.raga-bc {
  background: url(../images/raga-banner.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
}
.ragha {
  padding: 40px 0 10px;
}
.form-info {
  padding: 10.6px 0;
}
.form-info ul li {
  padding: 0 5px;
}
.lets-bc {
  background: url(../images/lets-banner.jpg) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 43px 0;
}
.about-main {
  width: 100%;
  height: auto;
}
.about-main-section {
  width: 90%;
  background: url(../images/footer-top-img.png) no-repeat;
  background-size: cover;
  height: auto;
  padding: 60px 0;
  margin-bottom: 2px;
  margin-top: -28px;
}
.about-main-section2 {
  width: 10%;
  background: #000;
  margin-top: -18px;
}
.why-para-exp {
  color: #fff;
  padding: 0;
}
.your-dream-info {
  font-family: PlayfairDisplay-Regular;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
}
.why-content-about {
  padding: 20px;
}
footer {
  background: #19130b;
}
.footer-info {
  padding: 70px 40px 0;
}
.location {
  padding: 0;
}
.useful ul li {
  color: #fff;
  padding: 8px 0;
}
.useful ul li a {
  color: #fff;
}
.all-icons li {
  float: right;
}
.projects-blk {
  position: relative;
}
.projects-inner .slick-next {
  right: 47%;
  z-index: 99999;
}
.projects-inner .slick-prev {
  top: 50%;
  left: 49%;
  z-index: 9999;
}
.projects-inner .slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 38px;
  color: #000;
}
.projects-inner .slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 38px;
  color: #000 !important;
}
.circle {
  overflow: hidden;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  left: 26px;
  right: 0;
  margin: 0 auto;
  top: 54%;
}
.form-in {
  padding: 50px 0 0;
  max-width: 80%;
  margin: 0 auto;
}
.form-in ul {
  padding: 0;
}
.form-in label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
.form-in ul li {
  padding: 0 8px 25px;
  display: inline-block;
  vertical-align: top;
}
.form-control {
  padding: 12px 14px !important;
  font-size: 13px;
  line-height: 18px;
  color: #000 !important;
  height: auto !important;
  border: 1px solid #ccc;
}
.button button {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  background: #20355d;
  padding: 10px 60px;
  border: 0 none;
}
.banner-proj-rt {
  background: #fff;
  border: 2px solid #085ca8;
  border-radius: 30px;
  padding: 20px 40px;
}
.form-in h2 {
  color: #723151;
  text-align: center;
  padding: 0 0 25px;
  font-size: 36px;
  line-height: 38px;
}
.form-in ::-webkit-input-placeholder {
  color: #fff;
}
.form-in ::-moz-placeholder {
  color: #fff;
}
.form-in :-ms-input-placeholder {
  color: #fff;
}
.form-in :-moz-placeholder {
  color: #fff;
}
.project-main {
  width: 100%;
}
.side_bar,
menu {
  display: none;
  text-align: center;
}
#nav-icon {
  width: 30px;
  height: 23px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #181d55;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0;
}
#nav-icon span:nth-child(2) {
  top: 9px;
}
#nav-icon span:nth-child(3) {
  top: 18px;
}
.open #nav-icon span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav-icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.open #nav-icon span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#form textarea::placeholder {
  padding: 0 12px;
}
.overlay2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: none;
  z-index: 9999999;
}
.overlay2:target {
  display: block;
}
.popup-img {
  position: relative;
}
.popup-img a {
  position: relative;
}
.popup-img h5 {
  font-family: "Casino-Regular";
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  right: 0;
  margin: 0 auto;
}
.pop-up p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  padding: 20px;
  background: #fff;
  margin: 0;
  text-align: center;
}
.popup-img span {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.modal-open .modal {
  padding-right: 0 !important;
}
.overlay1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
}
.overlay1:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 120px auto;
  padding: 0;
  background: #fff;
  border-radius: 15px;
  width: 35%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup .close {
  text-align: center;
  position: absolute;
  top: 19px;
  right: 10px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  border: 1px solid #fff;
  opacity: 1;
}
.popup .close:hover {
  color: #fff;
}
.content1 {
  padding: 18px;
}
.fancybox-caption {
  display: none;
}
.popup .content1 {
  overflow: auto;
  padding: 0;
}
.pop-up h2 {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  font-size: 26px;
  text-align: center;
  padding: 20px 10px;
  background: #eca685;
  line-height: 30px;
  color: #fff;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #fff;
}
.pop-up .form-in .button button {
  width: auto;
  padding: 14px 33px !important;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}
.pop-up .form-in {
  padding: 15px 0;
  max-width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pop-up .form-in form {
  border: 0;
  padding: 0 10px;
}
.pop-up .form-in .form-control {
  border: 1px solid #000 !important;
  color: #000 !important;
}
.pop-up .form-in label {
  color: #000 !important;
}
.lin {
  display: inline-block;
}
.pop-up .form-in ul li input::placeholder {
  color: #8b8b8b;
}
.banner-about-main {
  position: relative;
}
.banner-about {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.banner-about h2 {
  color: #fff;
}
.white-bg-btn {
  position: absolute;
  left: 75px;
  bottom: 16px;
}
.white-bg-btn a {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #0a2a65;
  background: #fff;
  width: 240px;
  height: 54px;
  line-height: 54px;
  margin: 20px 0;
  font-size: 20px;
}
.our-legacy-top {
  text-align: center;
  max-width: 1076px;
  margin: 0 auto;
}
.our-legacy-in {
  background: #ebeeef;
  margin: 60px 0 0;
}
.our-legacy-left {
  padding: 0;
}
.our-legacy-right {
  padding: 40px;
}
.our-legacy-right ul li h4 {
  color: #0a2a65;
  border-bottom: 1px solid #0a2a65;
  display: block;
  max-width: 500px;
  padding: 25px 0 25px 60px;
  position: relative;
  font-size: 32px;
}
.our-legacy-right ul li h4:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  background: url(../images/blueprint.png) no-repeat;
  width: 48px;
  height: 49px;
}
.our-legacy-right ul li:nth-child(2) h4:before {
  background: url(../images/blueprint-2.png) no-repeat;
  width: 48px;
  height: 48px;
}
.our-legacy-right ul li:nth-child(3) h4:before {
  background: url(../images/Icon-material-location-on.png) no-repeat;
  width: 37px;
  height: 40px;
  background-size: contain;
  left: 9px;
}
.our-legacy-btm {
  background: #0a2a65;
}
.our-legacy-btm ul {
  padding: 0 25px 0 0;
}
.our-legacy-btm ul li h4 {
  color: #fff;
  text-align: right;
  padding: 20px 0;
  position: relative;
}
.our-legacy-btm ul li h4:before {
  position: absolute;
  top: -15px;
  left: 0;
  content: "";
  background: url(../images/icon-img-1.png) no-repeat;
  width: 90px;
  height: 90px;
  background-size: cover;
}
.our-legacy-btm ul li:nth-child(2) h4:before {
  position: absolute;
  top: -15px;
  left: -25px;
  content: "";
  background: url(../images/icon-img-2.png) no-repeat;
  background-size: cover;
}
.our-legacy-btm ul li:nth-child(3) h4:before {
  position: absolute;
  top: -12px;
  left: 0;
  content: "";
  background: url(../images/icon-img-3.png) no-repeat;
  background-size: cover;
}
.our-legacy-btm ul li:nth-child(4) h4:before {
  position: absolute;
  top: -12px;
  left: 29px;
  content: "";
  background: url(../images/icon-img-4.png) no-repeat;
  background-size: cover;
}
.nav-tabs .nav-link {
  color: #0a2a65 !important;
  opacity: 0.5;
}
.tabBlock-tabs {
  max-width: 440px;
  margin: 0 auto;
}
.our-journey {
  background: url(../images/our-journey-bg.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  margin: -75px 0 0;
  padding: 100px 0 125px;
}
.our-journey h2 {
  text-align: center;
  padding: 25px 0 40px;
}
.our-journey-center ul li {
  padding: 0;
}
.our-journey-left,
.our-journey-right {
  padding: 82px 0 0;
}
.slider23 .slick-dots li button {
  width: 7px;
  height: 7px;
  background: #707070;
  padding: 0;
  border-radius: 100%;
}
.slider23 .slick-dots li button:before {
  font-size: 0;
}
.slider23 .slick-dots li {
  width: 5px;
  margin: 0 9px;
}
.slider23 .slick-dots {
  bottom: -70px;
  width: auto;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.slider23 .slick-dots li.slick-active button {
  background: #0a2a65;
  margin: 3px;
  right: 0;
}
.slider23 .slick-dots li.slick-active {
  border: 1px solid #efbaa3;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 2px;
}
.founded {
  text-align: center;
  padding: 73px 0 0;
}
.leadership-right.foundernote {
  background: url(../images/note2.PNG) no-repeat;
  background-size: cover;
  padding: 70px 53px 197px;
}
.found {
  margin: 0;
}
.leadership.foundnote {
  margin: 110px 0 82px;
}
.m-gallery-imgs {
  max-width: 1318px;
  margin: 0 auto;
}
.our-projects .tabBlock-tabs {
  max-width: 1000px;
  margin: 0 auto;
}
.our-projects .tabBlock-tabs li.is-active a {
  background: #0d2f56;
  color: #fff !important;
}
.our-projects .tabBlock-tabs li a {
  background: #8c9896;
  color: #fff !important;
  border-radius: 5px;
}
.our-projects-top {
  text-align: center;
  padding: 15px 0 0;
}
.our-projects .tabBlock-tabs li {
  padding: 0 20px;
}
.our-projects-in {
  background: #d8dde0;
  padding: 83px 0 130px;
}
.luxury-homes-in {
  padding: 20px;
  background: #e2e4e6;
}
.luxury-homes-left {
  border-right: 3px solid #707070;
}
.luxury-homes-left p {
  padding: 0 0 10px;
}
.luxury-homes-left a {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #c69c74;
  background: #0a2a65;
  width: 240px;
  height: 54px;
  line-height: 54px;
  border-radius: 20px;
  margin: 20px 0;
  font-size: 20px;
}
.luxury-homes-left span {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.luxury-homes-left strong {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}
.luxury-homes-right a img {
  width: auto;
  margin: 0 auto;
}
.luxury-homes-right span {
  color: #5c9b4c;
  display: block;
  text-align: center;
  padding: 10px 0;
}
.media-news {
  padding: 64px 0 94px;
}
.our-projects-right {
  padding: 5px 0 0;
}
.our-projects-right ul li {
  padding: 0 0 20px;
}
.media-top {
  padding: 60px 0;
}
.media-top p {
  color: #707070;
  text-align: center;
  letter-spacing: 0.5px;
}
.m-gallery-main {
  background: #b8b8b8;
  padding: 52px 0;
}
.m-gallery-main ul li {
  padding: 0;
  margin: -7px;
}
.m-gallery-main ul li img {
  object-fit: cover;
  height: 100%;
}
.galle {
  padding: 0 0 0 10px;
}
.galle li {
  margin: -7px 0 0 -11px !important;
}
.media-news-right ul li img {
  width: auto;
}
.media-news-right ul li {
  padding: 0 15px 15px;
}
.media-news-left {
  padding: 0 15px 0 0;
}
.over-view {
  background: #f7f4f4;
  border: 10px solid #c5966b;
  padding: 47px;
}
.over-view-top {
  text-align: center;
  padding: 0 0 30px;
}
.over-view ul li {
  padding: 0 15px 20px;
  margin: 0;
  height: 100%;
}
.read-m {
  background: #152243 !important;
  color: #fff !important;
  width: 150px !important;
  line-height: 40px !important;
  height: 40px !important;
  font-size: 17px !important;
  text-align: center;
  border-radius: 20px;
}
.over-view h4 {
  color: #152243;
  font-weight: 600;
  padding-bottom: 15px;
}
.over-view-content {
  max-width: 944px;
  padding: 30px 0 0;
}
.over-view-content p {
  color: #707070;
  padding: 0 0 20px;
}
.logical-info {
  max-width: 573px;
  margin: 0 auto;
}
.logical-info ul li a {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #c69c74;
  background: #0a2a65;
  width: 240px;
  height: 54px;
  line-height: 54px;
  border-radius: 20px;
  margin: 20px auto;
}
.logical-info ul li:last-child a {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #000;
  background: #fff;
  width: 240px;
  height: 54px;
  line-height: 54px;
  border-radius: 20px;
  margin: 20px auto;
  font-size: 20px;
}
.faq-in {
  background: #fff;
  padding: 20px;
  border: 1px solid #707070;
  max-width: 1077px;
  margin: 0 0 10px;
}
.faq-in h5 {
  color: #0a2a65;
  font-weight: 500;
}
.accordion {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.panel {
  padding: 18px;
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.question:after {
  content: "\f067";
  color: #0a2a65;
  font-family: "FontAwesome";
  position: absolute;
    right: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #0a2a65;
  border-radius: 100%;
  text-align: center;
  top: 50%;
  padding: 5px 0;
  transform: translateY(-50%);
}
.faq-in.active .question:after {
  content: "\f068";
      top: 30px;
    right: 15px;
}
.answer{padding:20px 0 0;display:none;}
.m-gallery.nri {
  margin: 0 0 139px;
}
.contact ul li a.cont {
  color: #090e16;
  font-size: 32px;
  text-align: center;
  line-height: 34px;
  margin: 57px 0 0;
}
.contact ul li a img {
  width: auto;
  margin: 0 auto;
  min-height: 142px;
}
.contact-in {
  padding: 105px 0;
}
.life-style {
  background: #021b47;
  padding: 149px 0;
}
.life-style-left {
  text-align: center;
}
.life-style-left h2 {
  color: #cacaca;
}
.life-style-left p {
  color: #c5966b;
}
.life-style-right {
  padding: 0 0 0 70px;
}
.life-style-right input {
  color: #0a2a65;
  background: #fff;
  max-width: 384px;
  display: block;
  width: 100%;
  height: 69px;
  line-height: 69px;
  padding: 0 29px;
  margin: 0 0 15px;
  border-radius: 6px;
}
.life-style-right input::-webkit-input-placeholder {
  color: #0a2a65;
}
.life-style-right input:-ms-input-placeholder {
  color: #0a2a65;
}
.life-style-right input::placeholder {
  color: #0a2a65;
}
.life-style-right button {
  color: #040830;
  background: #c5966b;
  display: block;
  width: 216px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  border-radius: 6px;
}
#map {
  height: 400px;
  width: 100%;
}
.our-projects-top {
  position: relative;
}
.luxury {
  position: absolute;
  top: 73px;
  right: 39px;
}
.luxury a {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: #0cb934;
  width: 240px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  margin: 20px 0;
  font-size: 20px;
}
.our-projects-right {
  padding: 16px 0 0;
}
.luxury-main img {
  object-fit: cover;
}
.socialicons {
  max-width: 150px;
  margin: 0 auto;
}
.over-view p {
  padding: 0 0 20px;
  letter-spacing: 0.5px;
}
.over-view h3 {
  font-weight: 700;
  color: #152243;
  padding: 20px 0;
}
.our-projects .slider .slick-dots {
  bottom: -35px;
  width: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.our-projects .slider .slick-dots li {
  width: 15px;
  margin: 0 6px;
}
.our-projects .slider .slick-dots li button {
  width: 17px;
}
.completed-projects-blk {
  max-width: 1000px;
  margin: 0 auto;
}
.completed-projects-blk .luxury-main img {
  object-fit: contain;
}
.banner-about h1 {
  font-size: 42px;
  line-height: 48px;
  color: #fff;
}

@media (max-width:478px){
  .desk{display:none;}
  .mob{display:block;}
}

.slide-img {
  height: calc(100vh - 100px);
}

/* @media (min-width:1621px){
  .slider22 {
    padding-top: 65px;
  }
} */