body {
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
}
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 10;
  background-color: #292b33;
  -webkit-transition: background 1s linear;
  -moz-transition: background 1s linear;
  -ms-transition: background 1s linear;
  -o-transition: background 1s linear;
  transition: background 1s linear;
}
section {
  position: relative;
}
.banner {
  object-fit: fill;
  position: relative;
  padding: 0;
}
.banner .slider-caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  color: #fff;
}
.banner .slider-caption .container {
  position: relative;
  height: 100%;
}
.banner .slider-caption .container .row {
  height: 100%;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner .slider-caption .banner-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner .slider-caption .banner-heading h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  font-weight: 200;
}
.banner .slider-caption .banner-heading h1 strong {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
}
.banner .slider-caption .banner-heading h2 {
  display: inline-block;
  font-size: 32px;
  color: #fff;
  border-bottom: 10px solid #d31f41;
  width: 220px;
  margin-top: 30px;
}
.banner .slider-caption .formbuild {
  position: absolute;
  max-width: 320px;
  width: 100%;
  background: #d31f41;
  height: 100%;
  top: 0;
  right: 0;
  padding: 30px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.banner .slider-caption .formbuild h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner .slider-caption .formbuild .input-group {
  margin-bottom: 20px;
}
.banner .slider-caption .formbuild .input-group .form-control {
  padding: 10px;
  text-transform: uppercase;
  border-radius: 0;
}
.banner .slider-caption .formbuild .theme-btn {
  width: 100%;
  background: #292b33;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #d31f41;
}
.banner .slider-caption .formbuild .theme-btn:hover {
  background: #fff;
  color: #d31f41;
}
@media screen and (max-width: 991px) {
  .banner {
    max-height: initial;
  }
  .banner .slider-caption {
    position: static;
    margin-top: -10px;
    padding: 30px 0 0;
    height: auto;
  }
  .banner .slider-caption .container {
    height: auto;
  }
  .banner .slider-caption .container .row {
    height: auto;
  }
  .banner .slider-caption .formbuild {
    height: auto;
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: initial;
    position: static;
  }
  .banner .slider-caption .banner-heading {
    height: auto;
  }
  .banner .slider-caption .banner-heading h1 {
    font-size: 32px;
  }
  .banner .slider-caption .banner-heading h1 strong {
    font-size: 32px;
  }
  .banner .slider-caption .banner-heading h2 {
    font-size: 24px;
    margin-bottom: 40px;
    border: none;
  }
}
#banerText {
  background-color: #110f12;
  color: #fdfdfd;
  padding: 30px;
}
#banerText .sectionTitle {
  text-transform: uppercase;
}
#location {
  overflow: hidden;
  padding: 80px 0 0;
}
#location .sectionTitle {
  margin-bottom: 50px;
}
.enqForm {
  position: fixed;
  top: 50%;
  right: -50%;
  padding: 30px 30px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  width: 300px;
  z-index: 9;
  border-radius: 5px;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  transform: translate(0, -50%);
}
.enqForm form {
  margin: 20px 0;
}
.enqForm p {
  font-size: 18px;
  text-transform: uppercase;
}
.inputContainer {
  text-align: left;
}
.inputContainer label {
  text-align: left;
}
.inputContainer input {
  width: 100%;
  margin: 10px 0;
  background-color: #d31f41;
  border: 0px;
  padding: 10px 10px;
  font-weight: 300;
  outline: none;
  color: #ffffff;
}
.inputContainer input:focus {
  border-color: #ffffff;
}
.inputContainer select {
  width: 100%;
  padding: 10px 10px;
  margin: 10px 0;
  font-size: 1rem;
  background-color: #d31f41;
  border: 0;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  color: #fff;
  line-height: 20px;
}
.inputContainer select option {
  cursor: pointer !important;
  background: #000000;
  font-size: 1rem;
  border: 0;
  padding: 0;
  outline: 0;
  margin: 0;
  box-shadow: none;
  padding: 10px !important;
  color: #fff;
}
.submitBtn {
  background-color: transparent;
  border: 1px solid #ffffff;
  margin: 10px auto 0;
  padding: 10px 30px;
  outline: none;
  color: #ffffff;
  text-transform: uppercase;
}
.rightLogo {
  display: inline-block !important;
  width: 65%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  margin-right: -15px;
}
.leftLogo {
  display: inline-block;
  width: 250px;
  margin-top: 0px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
p.sectionTitle {
  font-size: 35px;
  margin: 10px 0 20px 0;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  color: #333;
}
.sectionTitle:after {
  content: "";
  background-image: url("../images/seprator.jpg");
  width: 100px;
  height: 2px;
  position: absolute;
  top: 45px;
  left: 0%;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.flip-card .sectionTitle:after {
  top: 35px;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.content {
  font-size: 18px;
  font-weight: 400;
  padding: 0px 0px 30px 0px;
  color: #000000;
  text-align: justify;
  line-height: 25px;
}
#projectOverview {
  background: #f5f5f5;
  padding: 80px 0 40px;
}
#projectOverview .counts {
  display: table;
  margin: 30px auto;
  width: 100%;
  margin: 30px 0 0;
}
#projectOverview .counts li {
  float: left;
  width: 25%;
  color: #d31f41;
  font-size: 35px;
  padding: 0 5px 0 5px;
}
#projectOverview .counts li p {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-top: 0;
  padding: 10px, 20px, 0px, 20px;
}
#projectOverview .commonpara {
  color: #de1e42;
}
#projectOverview p {
  margin-bottom: 10px;
  text-align: center;
}
#aboutDeveloper .about-content {
  padding: 80px 30px 0;
}
#aboutDeveloper p {
  margin-bottom: 10px;
  line-height: 25px;
}
.nopadding {
  padding: 0;
}
::placeholder {
  color: #ffffff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ffffff;
}
::-ms-input-placeholder {
  color: #ffffff;
}
.active {
  background-color: #c6a969;
}
#footer {
  background-color: #292b33;
  color: #ffffff;
  padding: 80px 0 40px;
}
#footer p:not(:last-child) {
  margin-bottom: 25px;
}
.mobileHandle {
  position: fixed;
  top: 50%;
  right: 0;
  width: 50px;
  display: none;
  z-index: 9;
  transform: translate(0, -50%);
}
.mobileHandle:hover {
  cursor: pointer;
}
.handle img {
  height: auto;
}
.callwrap {
  background-color: #dd1d42;
  padding: 5px;
  position: fixed;
  right: -150px;
  z-index: 9;
  top: 63%;
  width: 40px;
  width: 200px;
  display: table;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  z-index: 1;
  margin-top: 5px;
  cursor: pointer;
}
.callwrap.active {
  right: 0px;
}
.callme {
  display: table-cell;
  vertical-align: middle;
}
.callme img {
  padding-left: 6px;
  max-width: 100%;
}
.callmeon {
  display: table-cell;
  vertical-align: middle;
}
.callmeon p {
  font-size: 18px;
  color: #ffffff;
}
.callround {
  border: 2px solid black;
  border-radius: 5px;
  width: 48%;
  text-align: center;
  display: none;
  float: left;
  font-size: 18px;
}
.callround a {
  display: block;
  padding: 10px;
  color: #000000;
  text-decoration: none;
}
.callcancel {
  border: 2px solid black;
  border-radius: 5px;
  width: 48%;
  text-align: center;
  display: none;
  float: left;
  font-size: 18px;
  padding: 10px;
  margin-left: 5px;
}
#Thank {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  flex-direction: column;
}
.thankYouContent {
  width: 60%;
  margin: 0 auto;
  border: 1px solid #ffffff;
  padding: 70px;
  color: #ffffff;
  text-align: center;
}
.thankYouContent .sectionTitle {
  text-transform: uppercase;
}
.thankYouContent .sectionTitle:after {
  top: 150%;
  transform: translate(-50%, -50%);
  left: 50%;
}
label.error {
  color: red;
  font-size: 15px;
  text-align: left;
  width: 100%;
}
.midsection {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu ul {
  display: flex;
  justify-content: space-around;
}
.menu ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 15px;
}
.menu ul li a:hover {
  text-decoration: none !important;
}
.menu ul li a:visited {
  text-decoration: none !important;
}
.menu ul li a:focus {
  text-decoration: none !important;
}
.menu ul .current {
  border-bottom: 2px solid #ffffff;
}
.nav__icon {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 15px;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 999;
  width: 36px;
  height: 28px;
  margin-right: 10px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -12px;
  z-index: 2;
  background: transparent;
  transition: all 0.8s linear;
}
.nav__icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 999;
  display: none;
  background: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
}
.nav__icon span:nth-of-type(1) {
  top: 0;
}
.nav__icon span:nth-of-type(2) {
  top: 12px;
}
.nav__icon span:nth-of-type(3) {
  bottom: 0;
}
.nav__icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.nav__icon.active span:nth-of-type(2) {
  display: none;
}
.nav__icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}
.close {
  float: right;
  padding: 5px;
  position: absolute;
  right: 10px;
  opacity: 1;
  top: 9px;
}
.close img {
  height: auto;
}
.close:focus {
  float: right;
  padding: 5px;
  position: absolute;
  right: 10px;
  opacity: 1;
  top: 9px;
}
.close:active {
  float: right;
  padding: 5px;
  position: absolute;
  right: 10px;
  opacity: 1;
  top: 9px;
}
.enqForm.active {
  right: 0;
  background-color: #d31f41;
}
.play {
  position: relative;
}
.playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 10%;
}
.contentContainer {
  padding: 50px 20px 40px;
}
.listHeading {
  margin-top: 40px;
  text-transform: uppercase;
}
.socialHub {
  list-style-type: disc;
  margin: 0 0 0 18px;
}
.socialHub li {
  margin: 10px 0;
  color: #000000;
}
.slick-slide {
  height: auto !important;
}
.slick-slide img {
  width: 100%;
}
table.border-table {
  width: 100%;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 10px;
}
.flex {
  display: flex;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}
.border-table th.head {
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.border-table td {
  padding: 15px;
  color: #000000;
}
.border-table tr {
  border-bottom: 1px solid #d31f41;
}
#priceOverview {
  background: #fff;
}
#priceOverview .priceOverview-content {
  padding: 60px 30px 30px;
}
.priceBtn {
  color: #d31f41;
  text-decoration: none;
  outline: none;
}
.priceBtn:hover {
  color: #d31f41;
  text-decoration: none;
  outline: none;
}
.priceBtn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.mapdetails {
  position: absolute;
  bottom: 50px;
  width: 500px;
  left: 10px;
  background-color: #000000;
  padding: 20px;
  color: #ffffff;
}
.company-title {
  font-size: 18px;
  color: rgba();
  margin: 0;
  font-size: 12px;
}
p.officetype {
  font-size: 18px;
  color: rgba();
  margin: 0;
}
.details {
  margin: 30px 0;
  line-height: 18px;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}
.details img {
  width: 15px;
  margin: 5px;
}
iframe .gm-style .place-card-large {
  display: none !important;
}
.input-group {
  width: 100%;
  font-weight: 300;
  outline: none;
  color: #ffffff;
}
.input-group option {
  cursor: pointer !important;
  background: #000000;
  font-size: 1rem;
  border: 0;
  padding: 0;
  outline: 0;
  margin: 0;
  box-shadow: none;
  padding: 10px !important;
  color: #969696;
}
.input-group:focus {
  border-color: #969696;
}
#form-container {
  margin-top: 30px;
}
#form-container .submitBtn {
  width: 220px;
  padding: 20px 30px;
  text-transform: uppercase;
  background: #d31f41;
  color: #ffffff;
  margin-top: 50px;
}
#amenities {
  overflow: hidden;
  padding-top: 80px;
}
.centertext .sectiontitle:after {
  left: 50%;
  transform: translateX(-50%);
}
.commonpara {
  max-width: 750px;
  margin: 0 auto;
  color: #000000;
  padding-bottom: 30px;
  font-size: 24px;
}
.autoplay .slick-next {
  font-size: 0;
  border: 0;
  box-shadow: none;
  background: url("../images/amenities/next.png") no-repeat;
  width: 30px;
  height: 31px;
  background-size: 100% 100%;
  bottom: -75px;
  position: absolute;
  left: 50%;
}
.autoplay .slick-next:hover {
  text-decoration: none;
  outline: 0;
  font-size: 0;
  border: 0;
  box-shadow: none;
  background: url("../images/amenities/hoverarrow.png") no-repeat;
  width: 30px;
  height: 31px;
  background-size: 100% 100%;
  bottom: -75px;
  position: absolute;
  left: 50%;
}
.autoplay .slick-next:visited {
  text-decoration: none;
  border: 0;
  outline: 0;
}
.autoplay .slick-next:focus {
  text-decoration: none;
  border: 0;
  outline: 0;
}
.autoplay .slick-prev {
  font-size: 0;
  border: 0;
  box-shadow: none;
  background: url("../images/amenities/prev.png") no-repeat;
  width: 30px;
  height: 31px;
  background-size: 100% 100%;
  bottom: -75px;
  position: absolute;
  left: 47%;
}
.autoplay .slick-prev:hover {
  text-decoration: none;
  outline: 0;
  font-size: 0;
  border: 0;
  box-shadow: none;
  background: url("../images/amenities/prevhover.png") no-repeat;
  width: 30px;
  height: 31px;
  background-size: 100% 100%;
  bottom: -75px;
  position: absolute;
  left: 47%;
}
.autoplay .slick-prev:visited {
  text-decoration: none;
  border: 0;
  outline: 0;
}
.autoplay .slick-prev:focus {
  text-decoration: none;
  border: 0;
  outline: 0;
}
.single-item .slick-next {
  font-size: 0;
  border: 0;
  box-shadow: none;
  background: url("../images/amenities/next.png") no-repeat;
  width: 30px;
  height: 31px;
  background-size: 100% 100%;
  bottom: 20px;
  position: absolute;
  left: 50%;
  z-index: 9;
  outline: none;
}
.single-item .slick-next:hover {
  background: url("../images/amenities/hoverarrow.png") no-repeat;
  width: 30px;
  height: 31px;
  background-size: 100% 100%;
}
.single-item .slick-prev {
  font-size: 0;
  border: 0;
  box-shadow: none;
  background: url("../images/amenities/prev.png") no-repeat;
  width: 30px;
  height: 31px;
  background-size: 100% 100%;
  bottom: 20px;
  position: absolute;
  left: 47%;
  z-index: 9;
  outline: none;
}
.single-item .slick-prev:hover {
  background: url("../images/amenities/prevhover.png") no-repeat;
  width: 30px;
  height: 31px;
  background-size: 100% 100%;
  bottom: 20px;
  position: absolute;
  left: 47%;
  z-index: 9;
  outline: none;
}
.thumb {
  position: relative;
}
.thumb:hover .thumbtextwrap {
  opacity: 1;
}
.thumb:hover .imgtitle {
  opacity: 0;
}
.thumbtextwrap {
  width: 100%;
  top: 0;
  position: absolute;
  margin: 0 auto;
  height: 100%;
  background-color: rgba(211, 31, 65, 0.8);
  opacity: 0;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  padding: 30px;
}
.thumbinfo {
  border: 2px solid #ffffff;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.thumbpara {
  text-align: center;
  line-height: 20px;
  padding: 10px 0;
  color: #ffffff;
  font-size: 1rem;
}
.contentAmen {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  padding: 20px;
}
.contentAmen .sectionTitle {
  font-size: 18px;
  color: #fff;
}
#partner {
  overflow: hidden;
  padding: 80px 0 40px;
  background: #ffffff;
}
#partner .slick-slide {
  height: 500px !important;
  margin: 0 20px;
}
#partner .slick-slide img {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  max-width: 200px;
  top: 30%;
}
#partner .slick-list {
  margin: 0 -20px;
}
#partner .autoplay {
  margin-top: 20px;
}
#contact-form {
  padding: 80px 0 40px;
}
.thumbwrap2 {
  background: #131313;
  border: 2px solid #2e2e2e;
  padding: 30px;
  outline: none;
}
.thumbwrap2 p {
  font-size: 17px;
  color: #000000;
  line-height: 150%;
  padding-bottom: 30px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
}
.thumbwrap2 h2 {
  font-size: 17px;
  color: #ffffff;
  line-height: 150%;
  padding-top: 30px;
}
.thumbwrap2 .contentContainer {
  padding: 0;
  text-align: justify;
}
#blogs {
  padding-bottom: 160px;
  overflow: hidden;
  background: #090909;
}
#blogs .slick-slide {
  margin: 0 20px;
}
#blogs .slick-slide img {
  width: 100% !important;
  display: block !important;
  max-width: 100% !important;
}
#blogs .slick-list {
  margin: 0 -20px;
}
#blogs .autoplay {
  margin-top: 20px;
}
.blog {
  background: #131313;
  border: 2px solid #131313;
  outline: none;
}
.blog span {
  font-size: 15px;
  color: #ffffff;
  padding: 6px 30px 10px;
  line-height: 20px;
  position: relative;
  display: block;
}
.blog span:after {
  position: absolute;
  bottom: 0;
  content: "";
  background: #2d2d2d;
  width: 80%;
  height: 1px;
  left: 5%;
}
.blog h5 {
  font-size: 20px;
  color: #ffffff;
  padding: 30px 30px 10px;
  line-height: 20px;
}
.blog p {
  font-size: 15px;
  color: #000000;
  padding: 15px 30px;
  line-height: 22px;
}
#gallery {
  background: #ffffff;
  padding: 80px 0 40px 0;
  z-index: 1;
}
#gallery .autoplay .slick-next {
  bottom: -13%;
}
#gallery .autoplay .slick-prev {
  bottom: -13%;
}
#gallery .sectionTitle {
  margin-bottom: 50px;
}
.tab-section {
  text-transform: uppercase;
  color: #818181;
  margin: 30px 0;
}
.tab-section li {
  display: inline-block;
  margin: 15px;
}
.tab-section li a {
  color: #818181;
  text-decoration: none;
  position: relative;
}
.tab-section li a:after {
  content: "";
  background-image: url(../images/seprator.jpg);
  width: 72px;
  height: 1px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.tab-section li a:hover:after {
  opacity: 1;
}
.tab-section li a.active {
  background: transparent;
}
.tab-section li a.active:after {
  content: "";
  background-image: url(../images/seprator.jpg);
  width: 72px;
  height: 1px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  opacity: 1;
}
.imgtitle {
  top: 0% !important;
  left: 0%;
  text-transform: uppercase;
  position: absolute;
  margin: 0 auto;
  height: auto;
  background-color: rgba(211, 31, 65, 0.8);
  opacity: 1;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  padding: 10px;
  color: #ffffff;
  text-align: left;
  outline: none;
}
.gallerywrap {
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
}
#izzymodal2 {
  background: rgba(0, 0, 0, 0.9) !important;
  border: 1px solid #ffffff;
  width: 30%;
}
#izzymodal2 p {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
#izzymodal2 .iziModal-content {
  padding: 30px !important;
}
#izzymodal2 .close {
  z-index: 9;
}
.iziModal-overlay {
  background-color: rgba(198, 169, 105, 0.9) !important;
}
.loader {
  position: fixed;
  top: 0;
  z-index: 999999999;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  display: none;
}
.loader img {
  width: 100px;
  top: 50%;
  position: relative;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.flip-card-front {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #ffffff;
  color: black;
  display: grid;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
}
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #ffffff;
  color: white;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}
#layout {
  padding: 80px 0 40px;
  background: #f5f5f5;
}
#layout .sectionTitle {
  margin-bottom: 30px;
}
.stickyLogo {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  text-align: center;
}
.videoPlayer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  display: none;
}
.slideoutform #priceEnq {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.podiumlayout {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 !important;
}
.podiumlayout li {
  display: flex;
  align-items: center;
  list-style: none;
  color: #000000;
  width: calc(33% - 18px);
  margin: 0 10px 20px;
  line-height: 1.3;
}
.podiumlayout li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background: #d31f41;
  border-radius: 3px;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .podiumlayout li {
    width: calc(50% - 20px);
  }
}
.proximityTitle {
  color: #d31f41;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 600;
}
.proximity {
  padding: 30px 15px;
  padding: 15px 30px 30px;
  line-height: 30px;
  color: #000000;
}
.proximity li {
  position: relative;
  font-size: 18px;
}
.proximity li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dd1d42;
  position: absolute;
  left: -10px;
  top: 36%;
  transform: translate(-50%);
}
.proxim {
  padding: 0 30px;
}
.float li {
  float: left;
  width: 47%;
}
div.left {
  float: left;
  width: 50%;
}
table.nomargin {
  margin-top: 0px;
}
.collapseable {
  margin-top: -10px;
  cursor: pointer;
}
.collapseable p {
  padding: 15px;
  color: #d31f41;
  position: relative;
  font-size: 20px;
}
.collapseable p:after {
  content: "+";
  color: #d31f41;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 3%;
  font-size: 18px;
  font-weight: 800;
}
.collapseable table {
  display: none;
}
.collapseable.nobottom p {
  border-bottom: 0px;
  font-size: 20px;
}
.show table {
  display: table !important;
}
.collapseable.show p:after {
  content: "-";
  color: #ffffff;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 3%;
  font-size: 18px;
  font-weight: 800;
}
.podium {
  cursor: pointer;
}
.counts span {
  font-size: 20px;
}
.languagewrap {
  width: auto;
  float: right;
  position: absolute;
  right: -105px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: #000000;
}
.languagewrap select {
  font-size: 1rem;
  padding: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  background: #000000;
  color: #dd1d42;
  line-height: 20px;
  padding-right: 19px;
  padding-top: 6px;
}
.languagewrap select option {
  cursor: pointer !important;
  background: #000000;
  font-size: 1rem;
  border: 0;
  padding: 0;
  outline: 0;
  margin: 0;
  box-shadow: none;
  padding: 10px !important;
  color: #dd1d42;
}
.languagewrap:after {
  content: "";
  border-top: 0.3em solid #ffffff;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  position: absolute;
  top: 42%;
  right: 0px;
}
@media only screen and (max-width: 992px) {
  .menu {
    padding: 0;
  }
  .menu ul li a {
    font-size: 0.5rem;
  }
  .nav__icon {
    font-size: 0.5rem;
    top: 0;
    z-index: 120;
  }
  .contentContainer {
    padding: 0px 2%;
  }
  .single-item .slick-next {
    display: none !important;
  }
  .single-item .slick-prev {
    display: none !important;
  }
  p.sectionTitle {
    font-size: 18px;
  }
  .autoplay .slick-prev {
    left: 43%;
  }
  .autoplay .slick-prev:hover {
    left: 43%;
  }
  .autoplay .slick-next {
    left: 48%;
  }
  .autoplay .slick-next:hover {
    left: 48%;
  }
  #gallery .autoplay .slick-prev {
    bottom: -23%;
  }
  #gallery .autoplay .slick-next {
    bottom: -23%;
  }
  .thumbtextwrap {
    padding: 10px;
  }
  .thumbpara {
    font-size: 0.8rem;
  }
  .midsection .pull-right.text-right {
    padding: 0;
  }
  .languagewrap select {
    font-size: 0.9rem;
  }
  .languagewrap select option {
    font-size: 0.8rem;
  }
  .leftLogo {
    width: 70%;
  }
  .header .midsection > .col-lg-3.col-md-3.col-sm-6.col-xs-6 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .languagewrap {
    right: 2px;
    width: 100%;
    margin-top: 0;
    z-index: 99;
    bottom: -77px;
    padding: 0 0 0 15px;
    float: none;
    top: unset;
    transform: translate(0%, 0%);
  }
  .languagewrap:after {
    left: 75px;
    right: unset !important;
    top: 17px;
  }
  .languagewrap select {
    line-height: 25px;
  }
  .languagewrap:before {
    width: 101%;
    top: -9px;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    background: gray;
  }
  #header {
    min-height: 100px;
    padding-bottom: 0px;
  }
  #privay {
    padding-top: 140px;
  }
  #privay p.sectionTitle:after {
    left: 0;
    transform: translate(0%, 0);
  }
  #location {
    padding-top: 30px;
  }
  #projectOverview {
    background: unset;
  }
  #projectOverview .counts {
    margin-bottom: 0px;
  }
  #projectOverview .counts li {
    width: 100%;
    margin: 20px 0;
    font-size: 35px;
  }
  #projectOverview .counts li p {
    margin-top: 0px;
  }
  #projectOverview .contentContainer {
    padding-bottom: 0px;
  }
  #aboutDeveloper {
    padding-bottom: 0;
  }
  #aboutDeveloper .contentContainer {
    padding-bottom: 0px;
  }
  #aboutDeveloper .content {
    width: 100%;
  }
  .podiumlayout {
    margin-top: 30px;
    padding: 0 15px;
  }
  .left {
    width: 100% !important;
    float: none !important;
  }
  .header {
    position: fixed !important;
  }
  .flex {
    display: block;
    text-align: center;
  }
  section {
    padding: 20px 0;
  }
  .enqForm {
    position: fixed;
    right: -100%;
    width: 100%;
    background-color: #d31f41;
    z-index: 9;
  }
  .leftLogo {
    width: 90%;
  }
  .rightLogo {
    width: 80px;
    margin-right: 100%;
    width: 120px;
    margin-right: 15px;
  }
  p.sectionTitle {
    font-size: 1rem;
    line-height: 20px;
    font-size: 2rem;
    line-height: 27px;
  }
  p.sectionTitle:after {
    top: unset;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, 0);
  }
  .nopadding {
    padding: 0px 20px;
  }
  #banerText p.sectionTitle:after {
    top: 32%;
  }
  .content {
    margin-top: 30px;
  }
  .banner {
    height: auto;
    top: 0;
  }
  .banner > img {
    height: 80vh;
  }
  #footer {
    padding: 0 0 50px;
  }
  .thankYouContent {
    width: 90%;
  }
  .thankYouContent .sectionTitle:after {
    top: 120%;
  }
  #Thank {
    height: 90vh;
    margin-top: 30px;
  }
  .nav__icon {
    display: block;
    font-size: 1.2rem;
    margin-right: 15px;
  }
  .nav__icon span {
    display: block;
  }
  .menu {
    position: absolute;
  }
  .menu ul {
    flex-direction: column;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 46px;
    right: -100%;
    transition: all 0.8s linear;
    background-color: #c6a969;
    height: 100vh;
    justify-content: inherit;
  }
  .menu ul li a {
    text-align: center;
    display: block;
    color: #ffffff;
    margin: 10px auto;
    font-size: 1.2rem;
    margin-right: 15px;
  }
  .menu ul .current {
    border: 0px;
    color: #dd1d42;
    padding-top: 30px;
  }
  .menu ul.push {
    right: 0;
    height: 100vh;
    justify-content: inherit;
  }
  .handle img {
    height: auto;
  }
  .close img {
    height: auto;
  }
  .header.active .menu ul.push {
    top: 46px !important;
  }
  .socialHub {
    text-align: left;
  }
  .listHeading {
    line-height: 25px;
    text-align: left;
  }
  .contentContainer {
    padding: 30px 10px;
  }
  .priceBtn {
    font-size: 18px;
    line-height: 12px;
  }
  .autoplay .slick-prev {
    left: 45%;
    left: 35%;
    bottom: -55px;
  }
  .autoplay .slick-prev:hover {
    left: 45%;
    left: 35%;
    bottom: -55px;
  }
  .autoplay .slick-next {
    left: 55%;
    left: 50%;
    bottom: -55px;
  }
  .autoplay .slick-next:hover {
    left: 55%;
    left: 50%;
    bottom: -55px;
  }
  #izzymodal2 {
    width: 80% !important;
  }
  .thumbpara {
    line-height: 15px;
    font-size: 0.8rem;
  }
  .tab-section li {
    margin: 8px;
  }
  .tab-section .slick-next {
    background: url(../images/tabnext.png) no-repeat right top;
    background-size: 12px auto;
    width: 35px;
    height: 35px;
    font-size: 0;
    line-height: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: absolute;
    right: -5px;
    top: 6px;
    z-index: 2;
  }
  .tab-section .slick-prev {
    background: url(../images/tabprev.png) no-repeat left top;
    background-size: 12px auto;
    width: 35px;
    height: 35px;
    font-size: 0;
    line-height: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: absolute;
    left: -6px;
    top: 6px;
    z-index: 2;
  }
  #gallery {
    padding-bottom: 80px;
  }
  #gallery .autoplay .slick-next {
    bottom: -18%;
    bottom: -11%;
  }
  #gallery .autoplay .slick-next:hover {
    bottom: -18%;
    bottom: -11%;
  }
  #gallery .autoplay .slick-prev {
    bottom: -18%;
    bottom: -11%;
  }
  #gallery .autoplay .slick-prev:hover {
    bottom: -18%;
    bottom: -11%;
  }
  #partner {
    padding-bottom: 80px;
    padding-bottom: 80px !important;
  }
  #partner .slick-slide img {
    max-width: 50%;
  }
  #blogs {
    padding-bottom: 80px;
  }
  .border-table th.head {
    font-size: 14px;
  }
  .border-table td {
    padding: 10px;
  }
  .centertext .col-lg-12 {
    padding: 0 !important;
  }
  .thumbwrap2 p {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .thumbwrap2 h2 {
    padding-top: 15px;
    font-size: 14px;
  }
  .slick-list {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
  }
  .slick-slide {
    outline: none !important;
  }
  .slick-slide * {
    outline: none !important;
  }
  #amenities {
    padding-bottom: 80px;
  }
  .callround {
    display: block;
  }
  .callcancel {
    display: block;
  }
  .callmeon p {
    display: none;
  }
  .callwrap.active {
    width: 94vw;
  }
}
@media only screen and (max-width: 480px) {
  .nav__icon {
    width: 30px;
    height: 25px;
  }
  .nav__icon span {
    height: 2px;
  }
  .nav__icon span:nth-of-type(2) {
    top: 11px;
  }
  .nav__icon.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  #gallery .autoplay .slick-prev {
    bottom: -15%;
  }
  #gallery .autoplay .slick-prev:hover {
    bottom: -15%;
  }
  #gallery .autoplay .slick-next {
    bottom: -15%;
  }
  #gallery .autoplay .slick-next:hover {
    bottom: -15%;
  }
}
