.banner-btn,
.banner-caption,
.left-sec,
.plans_img,
header .hamburger,
header nav .nav-links a:first-child,
header nav .nav-links a:nth-child(2),
header nav .nav-links a:nth-child(3),
header nav .nav-links a:nth-child(4),
header nav .nav-links a:nth-child(5),
header nav .nav-links a:nth-child(6),
header nav .nav-links a:nth-child(7),
section.master-plan .floorplane-top {
  position: relative
}

.home .bx-controls .bx-next,
.home .bx-controls .bx-prev {
  background-image: url('../images/buttton-right-arrow.png')
}

.overview_list li,
section .section-btns .btn {
  margin-bottom: 10px
}

.footer-top,
.life-at-ktc,
div div.home-slider .slide {
  background-repeat: no-repeat;
  background-size: cover
}

.banner-title,
.section-sub-header,
.section-title,
.set a,
span.sec-no {
  font-family: 'Playfair Display', serif
}

section .sub-section-2 .section-content p,
table caption {
  font-size: 1.5em
}

.section-heading,
.submit-btn,
span.top-txt,
table th {
  text-transform: uppercase
}

body,
html {
  font-family: Montserrat, sans-serif
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 7px 5px 12px;
  transition: .5s;
  background-color: transparent
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center
}

header .hamburger {
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: column wrap;
  cursor: pointer
}

header .hamburger span {
  width: 90%;
  height: 3px;
  margin: auto;
  background: #8d492b;
  transition: .2s ease-in
}

header .hamburger span:nth-child(3) {
  position: absolute;
  top: 18px;
  left: 2px
}

.enquire-form .popup-close,
header .hamburger.show span:first-child,
header .hamburger.show span:last-child {
  display: none
}

header .hamburger.show span:nth-child(2) {
  transform: rotate(45deg);
  transition: .2s ease-in
}

header .hamburger.show span:nth-child(3) {
  transform: rotate(-45deg);
  transition: .2s ease-in
}

header nav .nav-links {
  margin-top: 25px;
  padding: 10px;
  display: inline-block;
  float: right;
  text-align: right
}

header nav .nav-links a {
  color: #fff;
  padding: 10px;
  font-weight: 500
}

header nav .nav-links a:first-child:before {
  display: none;
  position: absolute;
  content: "01";
  left: 0;
  top: -10px;
  width: 100%;
  text-align: center;
  color: #4f5054;
  font-weight: 700
}

.cross-stand-alone span,
.gallery-img:hover a.gallery-zoom,
header nav .nav-links a.active:before,
header nav .nav-links a:first-child:hover:before,
header nav .nav-links a:nth-child(2):hover:before,
header nav .nav-links a:nth-child(3):hover:before,
header nav .nav-links a:nth-child(4):hover:before,
header nav .nav-links a:nth-child(5):hover:before,
header nav .nav-links a:nth-child(6):hover:before,
header nav .nav-links a:nth-child(7):hover:before,
section.master-plan .floorplane-top:hover .floor-cover {
  display: block
}

header nav .nav-links a:nth-child(2):before,
header nav .nav-links a:nth-child(3):before,
header nav .nav-links a:nth-child(4):before,
header nav .nav-links a:nth-child(5):before,
header nav .nav-links a:nth-child(6):before,
header nav .nav-links a:nth-child(7):before {
  display: none;
  top: -10px;
  width: 100%;
  color: #4f5054;
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: 0
}

header nav .nav-links a:nth-child(2):before {
  content: "02"
}

header nav .nav-links a:nth-child(3):before {
  content: "03"
}

header nav .nav-links a:nth-child(4):before {
  content: "04"
}

header nav .nav-links a:nth-child(5):before {
  content: "05"
}

header nav .nav-links a:nth-child(6):before {
  content: "06"
}

header nav .nav-links a:nth-child(7):before {
  content: "07"
}

header nav .nav-links a.active,
header nav .nav-links a:hover {
  font-weight: 700
}

header.fixed {
  background-color: #0f102b;
  transition: .5s
}

header .brand-logo img {
  margin-top: 18px
}

.txt-black {
  color: #000 !important
}

.section-btns .btn {
  width: 226px;
  display: inline-block;
  padding: 17px 9px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2.1px;
  text-align: center;
  font-weight: 500;
  margin: 0 10px
}

.btn.btn-filled {
  background-color: #8d492b;
  border: 2px solid #8d492b;
  color: #fff
}

.btn.btn-filled:hover {
  background-color: #fff;
  border: 2px solid #8c492a !important;
  color: #8c492a
}

.btn.btn-outline {
  border: 1px solid #000;
  color: #000
}

.btn.btn-outline:hover {
  background-color: #8c492a;
  color: #fff
}

.bottom-scroll-btn {
  position: relative;
  transform: rotate(-90deg);
  cursor: pointer
}

.bottom-scroll-btn:after,
.bottom-scroll-btn:before {
  content: "";
  display: block;
  position: absolute;
  transition: .5s ease-in-out
}

.bottom-scroll-btn:before {
  bottom: -13px;
  left: -25px;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  transform: translate(0, -5px) rotate(225deg);
  box-shadow: inset -2px 2px 0 0 #fff;
  border-radius: 0 1.5px 0 0
}

.bottom-scroll-btn:after {
  right: -20px;
  width: 101px;
  height: 2px;
  transform: translate(0, -1px);
  background-color: #fff;
  bottom: -5px
}

.banner-caption {
  left: 0;
  font-weight: 700;
  text-align: left;
  top: 230px;
  height: 100%;
  width: 600px;
  padding: 30px
}

.slide1 .banner-caption {
  background-color: rgba(66, 67, 122, .75)
}

.slide2 .banner-caption {
     background-color: rgb(255 255 255 / 28%);
      float: left;
}

.banner-title {
  font-size: 45px;
  line-height: 51px;
  color: #fff;
  font-weight: 700
}

.banner-title-info {
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #e6ebf3;
  margin-top: 10px;
  margin-bottom: 20px
}

.slide1 .banner-title-info {
  color: #fff
}

.banner-btn {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  line-height: 26px;
  width: 138px;
  display: block;
  margin: 14px 0;
  font-weight: 600;
  border: 1px solid;
  text-align: center
}

.highpoint-item span,
.icon,
.inline-block {
  display: inline-block
}

.slide2 .banner-btn {
  color: #000
}

.home .bx-controls {
  position: absolute;
  bottom: 15px;
  right: 15%;
  width: 88px;
  z-index: 999
}

.home .bx-controls .bx-next,
.home .bx-controls .bx-prev {
  width: 22px;
  height: 18px;
  display: inline-block;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  margin: 10px;
  transition: none
}

.home .bx-controls .bx-prev {
  transform: rotate(180deg)
}

.home .bx-controls .bx-prev:hover {
  background-image: url('../images/slider-arrow1.png');
  transform: rotate(180deg)
}

.home .bx-controls .bx-next:hover {
  background-image: url('../images/slider-arrow1.png');
  transform: rotate(0)
}

.section-heading {
  margin-bottom: 60px;
  color: rgba(0, 0, 0, .5)
}

.section-heading span {
  position: relative;
  padding-bottom: 25px
}

.section-heading span:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  border: 1px solid #959595;
  background-color: #313236
}

.section-heading span.left:after {
  left: 0;
  bottom: 0
}

.section-heading span.center:after {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0
}

.section-title {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 49px;
  font-weight: 700;
  color: #8d482b
}

.section-sub-header {
  font-size: 22px;
  line-height: 1.36;
  text-align: left;
  color: #222
}

.section-content .sec-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.47;
  text-align: left;
  color: #000;
  margin-bottom: 20px
}

.sec-desc span {
  color: #b66a49;
  font-weight: 600
}

.highpoint-item {
  float: left;
  width: 100%
}

.mg-top-20 {
  margin-top: 20px
}

.mg-top-40 {
  margin-top: 40px
}

.mg-top-100 {
  margin-top: 100px
}

.overview {
  padding: 110px 0
}

.overview .col-5 {
  padding-left: 8%;
  padding-right: 93px
}

.overview .col-7.section-image {
  margin-top: 44px
}

.overview_list {
  list-style: none;
  margin-top: 55px;
  float: left
}

.overview_list li {
  position: relative;
  padding-left: 0;
  width: 50%;
  float: left;
  min-height: 83px
}

.gallery-zoom p,
span.plus-icon:after {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%
}

.overview_list li img {
  float: left;
  margin-right: 24px;
  width: 50px
}

.overview_list li p {
  float: left;
  width: 79%
}

.icon {
  width: 75px;
  height: 41px;
  margin: 17px 0;
  float: left
}

.highpoint-item span {
  height: 30px;
  float: left;
  margin-top: 30px
}

.master-plan {
  padding: 60px 0
}

span.plus-icon:after {
  content: "+";
  top: 46%;
  font-size: 40px;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 37px
}

.gallery-zoom p {
  top: 62%;
  font-size: 18px
}

.left-sec img,
.set a i {
  transform: translateY(-50%)
}

.realtive.gallery-img {
  position: relative;
  margin-bottom: -6px
}

a.gallery-zoom,
span.img-tag {
  position: absolute;
  color: #fff
}

a.gallery-zoom {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  text-align: center;
  display: none
}

.location-plans_img .floor-inner-cover,
a.masterplan-img {
  position: absolute;
  right: 178px;
  z-index: 123;
  color: #fff;
  font-size: 14px;
  padding: 6px;
  line-height: 12px;
  background-color: #8d492b;
  font-weight: 500;
  text-align: center;
  width: 200px;
  height: 39px;
  bottom: 1px
}

span.img-tag {
  bottom: 5px;
  left: 10px;
  padding: 3px;
  background-color: rgba(0, 0, 0, .5);
  font-size: 11px
}

.project-icon {
  display: block;
  text-align: center
}

.project-title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -.32px;
  text-align: center;
  color: #181818
}

.project-list li {
  display: inline-block;
  width: 33.33%;
  float: left;
  border: 1px solid rgba(70, 91, 62, .2);
  height: 132px;
  margin-left: -1px;
  margin-top: -1px;
  padding: 15px 10px;
  list-style: none
}

.w-50 {
  width: 50% !important
}

.accessibility_list li {
  padding: 30px;
  height: 180px;
  width: 25%
}

.set,
.set a {
  height: auto;
  position: relative
}

.accessibility_list .project-icon {
  display: block;
  text-align: left
}

.accessibility_list .project-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
  color: #222;
  font-weight: 600;
  margin-top: 10px
}

#bx-pager li a,
#bx-pager li a.active {
  font-size: 25px;
  line-height: 1.8;
  font-weight: 700
}

#bx-pager li a,
#bx-pager li a.active,
.highlight-content .txt-1,
.highlight-content .txt-2 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal
}

.mg-bm-70 {
  margin-bottom: 70px
}

.karle_town_centre_list li {
  width: 33.33%
}

.karle_town_centre_list li.w-50 {
  width: 66.64% !important
}

.col-offset-2 {
  position: relative;
  left: 8%
}

.karle_town_centre .col-offset-2 {
  padding-right: 64px
}

.loc-title {
  font-weight: 500;
  color: #8d492b;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  margin: 20px 0 25px
}

.form-control,
section .section-1 .section-content p {
  margin-bottom: 20px
}

.floor-inner-cover span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  color: #fff;
  vertical-align: super;
  margin-left: 10px
}

section#why-north-bangalore {
  background-color: #f7f6f6;
  padding: 120px 0
}

.set {
  width: 80%;
  float: left
}

.set a {
  display: block;
  padding: 11px 40px;
  text-decoration: none;
  color: #222;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
  z-index: 12;
  line-height: 22px;
  border-bottom: 1px solid #f1f1f1;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, .17)
}

.set a.active {
  color: #fff;
  background-color: #8d492b
}

.info-txt {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: relative;
  top: 54px
}

.highlights-slider-wrapper {
  float: left;
  width: 100%;
  margin-top: 40px
}

.highlight-img {
  display: inline-block;
  margin-left: 85px
}

.highlight-content {
  display: inline-block;
  width: 320px;
  position: relative;
  top: 0;
  left: 10px
}

.highlight-content .txt-1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  font-family: PlayfairDisplay
}

.highlight-content .txt-2 {
  margin-top: 11px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.47;
  color: #fff
}

.highlights-slider-wrapper .bx-wrapper {
  position: relative;
  margin-left: 29%
}

.highlights-slider-wrapper .bx-wrapper .bx-controls {
  position: absolute;
  right: 18%;
  bottom: 0;
  z-index: 100
}

#bx-pager li a.active {
  text-align: left;
  color: #8d492b;
  position: relative
}

#bx-pager li a.active:after {
  content: '';
  position: absolute;
  right: -35px;
  bottom: 3px;
  width: 27px;
  height: 5px;
  object-fit: contain;
  background-color: #8d492b
}

.highlights-slider-wrapper a.bx-prev {
  margin-right: 6px
}

#bx-pager ul {
  padding: 0;
  list-style: none
}

#bx-pager li {
  text-align: left;
  margin-bottom: 17px
}

#bx-pager li a {
  opacity: .75;
  font-family: PlayfairDisplay;
  text-align: left;
  color: rgba(220, 220, 220, .75)
}

#bx-pager {
  position: absolute;
  top: 30px;
  left: -10px;
  width: 350px;
  z-index: 100
}

.set a i {
  position: absolute;
  right: 17px;
  top: 50%;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 20px;
  height: 20px
}

.set a:after {
  position: absolute;
  content: '';
  width: 53px;
  height: 100%;
  background-size: contain;
  left: 18px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center
}

.set a.active:after {
  width: 60px
}

.set a .icon-plus {
  border: 2px solid #000
}

.set a .icon-plus:after,
.set a .icon-plus:before {
  position: absolute;
  content: '';
  transform: translate(-50%, -50%);
  text-align: center;
  left: 50%;
  background-color: #000;
  top: 8px
}

.set a .icon-plus:after {
  width: 8px;
  height: 2px
}

.set a .icon-plus:before {
  width: 2px;
  height: 8px
}

.set a .icon-minus:after {
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  left: 50%
}

.about_us .section-heading span:after,
.life-at-ktc .section-heading span:after {
  border: 1px solid #acacac;
  background-color: #acacac
}

.set .content {
  padding: 0;
  margin-top: -5px;
  z-index: 12;
  display: none;
  text-align: center
}

ul.project-amenities-list {
  list-style: disc;
  text-align: left;
  padding: 20px 0 20px 40px
}

ul.project-amenities-list li {
  font-weight: 500;
  line-height: 22px;
  font-size: 15px
}

.location,
section#master-plan {
  background-color: #f7f6f6
}

.location-list a:before {
  position: absolute;
  left: 6px;
  top: 10px;
  width: 23px;
  height: 23px;
  background-size: inherit;
  background-repeat: no-repeat;
  content: '';
  background-position: center
}

.location-list a.it-icon:before {
  background-image: url('../images/it.png')
}

.location-list a.it-icon.active:before {
  background-image: url('../images/it-select.png')
}

.location-list a.health-icon:before {
  background-image: url('../images/hospital.png')
}

.location-list a.health-icon.active:before {
  background-image: url('../images/hospital-select.png')
}

.location-list a.hotel-icon:before {
  background-image: url('../images/hotel.png')
}

.location-list a.hotel-icon.active:before {
  background-image: url('../images/hotel-select.png')
}

.location-list a.school-icon:before {
  background-image: url('../images/school.png')
}

.location-list a.school-icon.active:before {
  background-image: url('../images/school-select.png')
}

.location-list a.key-icon.active:before,
.location-list a.key-icon:before {
  background-image: url('../images/key.png')
}

.home-slider-wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  padding: 0
}

.home-slider-wrapper .bottom-scroll-btn {
  bottom: 90px;
  color: #fff;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  display: table;
  margin: auto;
  font-size: 12px;
  z-index: 123
}

div div.home-slider .slide {
  background-position: center;
  width: 100%
}

div div.home-slider .slide1 {
  background-image: url("../images/Website-banner-Zenith--iPad.webp")
}

div div.home-slider .slide2 {
  background-image: url("../images/mobile-banner.png")
}

section {
  padding: 50px 0;
  position: relative
}

section .section-1,
section .sub-section-2 {
  display: flex;
  flex-flow: column wrap
}

section .section-1 .section-content {
  order: 4
}

section .section-1 .section-image {
  order: 3
}

section .section-btns {
  padding: 10px 0
}

section.master-plan .floor-cover {
  background: rgba(0, 0, 0, .6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: none
}

section.master-plan .floor-cover a {
  display: block;
  width: 100%;
  height: 100%
}

section.master-plan .floor-cover .floor-inner-cover {
  bottom: 0;
  left: 0;
  position: absolute;
  color: #fff
}

.life-at-ktc {
  background-image: url('../images/life-at-ktc.webp');
  padding: 120px 0
}

.txt-white {
  color: #fff !important
}

.fn-500 {
  font-weight: 500 !important
}

.text-center {
  text-align: center !important
}

.life-at-ktc .section-heading span:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.life-at-ktc .section-heading {
  text-align: center;
  color: rgba(255, 255, 255, .5)
}

ul.life_at_ktc_list {
  margin-top: 33px
}

.life_at_ktc_list li {
  width: 25%;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 21px 0
}

.life_at_ktc_list li span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -.3px;
  text-align: center;
  color: #fff
}

.about_us {
  padding: 100px 0
}

.left-sec img {
  position: absolute;
  top: 50%
}

.about_us .section-heading {
  color: rgba(255, 255, 255, .5)
}

.footer-top {
  background-image: url('../images/footerbg.webp');
  padding: 75px 0
}

.footer-sect {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #222;
  position: relative
}

.footer-sect a,
.footer-sect p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff
}

a.header-btn,
ul.life-at-karle-list li span {
  font-weight: 500
}

.devl-by {
  text-align: right
}

a.header-btn {
  color: #fff;
  font-size: 14px;
  padding: 6px;
  line-height: 26px;
  background-color: #8d492b;
  width: 107px;
  display: block;
  margin: 14px 0 0;
  position: relative;
  text-align: center
}

.open-form {
  cursor: pointer
}

.enquire-form {
  position: absolute;
  right: 0;
  top: 72px;
  padding: 10px;
  background-color: rgba(0, 0, 0, .5);
  width: 300px;
  display: none
}

.enquire-form input {
  height: 39px;
  padding: 10px;
  margin-bottom: 0;
  width: 100%;
  border: none
}

.form-control {
  position: relative
}

.submit-btn {
  color: #fff;
  font-size: 19px;
  padding: 6px;
  line-height: 23px;
  background-color: #d7a95c !important;
  width: 107px;
  display: block;
  margin: 5px auto;
  position: relative;
  font-weight: 700;
  text-align: center;
  cursor: pointer
}

.success_form,
span.top-txt {
  font-weight: 600;
  text-align: center
}

.form-control label.error {
  position: absolute;
  left: 0;
  bottom: 3px;
  color: red;
  font-size: 12px
}

span.arror-icon {
  width: 48px;
  height: 48px;
  background-color: #8d482b;
  display: block;
  text-align: center;
  padding: 9px
}

span.top-txt {
  font-size: 15px;
  letter-spacing: 3px;
  color: #fff;
  display: block;
  padding: 4px 0
}

a.goto-top {
  position: absolute;
  right: 27px;
  top: -22px
}

span.sec-no {
  font-size: 77px;
  line-height: 0;
  font-weight: 700;
  color: #8d482b;
  position: absolute;
  top: -14px;
  z-index: 12;
  left: 21px
}

@media only screen and (min-width:768px) {
  div div.home-slider .slide1 {
    background-image: url("../images/Banner.webp")
  }

  div div.home-slider .slide2 {
    background-image: url("../images/Banner_02.webp")
  }
}

@media screen and (max-width:992px) {

  .col-7,
  .karle_town_centre .col-offset-2,
  .overview .col-5 {
    padding-left: 15px;
    padding-right: 15px
  }

  .devl-by,
  .footer-sect,
  .highlight-img,
  .popup-close,
  .section-image {
    text-align: center
  }

  .hidden-lg {
    display: block !important
  }

  .highlight-content {
    top: unset;
    left: 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block
  }

  .highlight-img {
    display: block;
    margin: 30px auto 0;
    width: 100%
  }

  .highlights-slider-wrapper #bx-pager {
    display: none
  }

  .highlights-slider-wrapper .bx-wrapper .bx-controls {
    position: absolute;
    right: unset;
    bottom: unset;
    z-index: 100
  }

  .location-plans_img .floor-inner-cover {
    right: unset;
    bottom: 37px
  }

  .col-offset-2 {
    left: 0
  }

  ..overview_list li,
  .col-4,
  .col-6,
  .col-7,
  .col-8,
  .life_at_ktc_list li,
  .overview .col-5,
  .set {
    width: 100%
  }

  .accessibility_list li {
    width: 50%
  }

  a.header-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0
  }

  a.goto-top {
    position: absolute;
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
    right: unset
  }

  header nav .nav-links {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    background: #000;
    top: 78px;
    margin-top: 0
  }

  header nav .nav-links a:before {
    left: 0 !important;
    top: 10px !important;
    width: 100% !important;
    text-align: left !important
  }

  header nav .nav-links a {
    display: block;
    text-align: left;
    padding-left: 30px
  }

  .left-sec {
    height: 103px !important
  }

  .footer-sect {
    padding-bottom: 47px
  }

  .banner-caption {
    width: 60%;
    padding: 10px;
    top: 95px
  }

  .banner-title {
    font-size: 32px;
    line-height: 37px
  }

  .banner-title-info {
    font-size: 20px;
    line-height: 32px
  }

  .home .bx-controls {
    bottom: 38px;
    right: 5%
  }

  .section-title {
    font-size: 24px;
    line-height: 31px
  }

  header {
    background-color: rgba(0, 0, 0, .9)
  }

  .enquire-form {
    position: fixed;
    right: 0;
    top: 0;
    padding: 40px 20px;
    background-color: rgba(0, 0, 0, .95);
    width: 100%;
    height: 100%
  }

  .enquire-form .popup-close {
    display: block;
    right: 30px;
    top: 22px
  }

  .popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 7px;
    transition: .25s;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: #d0a357;
    font-size: 20px;
    line-height: 98%;
    color: #fff;
    border: 1px solid #d0a357
  }

  #location .sub-section-2 {
    margin-bottom: 25px
  }
}

.footer-logo {
  margin-bottom: 30px;
  vertical-align: middle;
  white-space: nowrap
}

.footer-logo img {
  margin: 0 20px;
  vertical-align: middle
}

@media screen and (max-width:700px) {
  ul.life-at-karle-list li span {
    font-weight: 500;
    font-size: 14px
  }

  ul.life-at-karle-list li {
    width: 50% !important
  }

  .highpoint-item span {
    width: 68%
  }

  .accessibility_list li,
  .karle_town_centre_list li,
  .overview_list li {
    width: 100% !important;
    height: auto
  }

  .karle_town_centre_list li.w-50 {
    margin-bottom: 20px;
    width: 100% !important
  }

  .accessibility_list .project-title br {
    display: none
  }

  .footer-logo {
    white-space: normal
  }

  .home .bx-controls .bx-next,
  .home .bx-controls .bx-prev {
    width: 39px;
    height: 35px;
    padding: 10px;
    background-color: rgba(0, 0, 0, .9);
    margin: 5px
  }

  .home .bx-controls {
    width: 118px
  }

  .banner-caption {
    width: 100%;
    padding: 10px;
    top: 70px
  }

  .banner-title {
    font-size: 18px;
    line-height: 32px
  }

  .banner-title-info {
    font-size: 14px;
    line-height: 21px
  }
}

.btn-whatsapp-pulse,
.btn-whatsapp-pulse2 {
  font-size: 40px;
  width: 0;
  height: 0;
  padding: 30px;
  z-index: 9;
  right: 20px;
  text-decoration: none;
  display: flex;
  color: #fff;
  animation-name: pulse
}

.success_form {
  color: #fff
}

ul.life-at-karle-list {
  text-align: center;
  padding: 0;
  list-style: none;
  float: left;
  margin-top: 73px
}

ul.life-at-karle-list li {
  width: 33.3333333333333%;
  float: left;
  text-align: center;
  height: 140px
}

ul.life-at-karle-list li img {
  display: block;
  margin: 0 auto 5px
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed
}

table caption {
  margin: .5em 0 .75em
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em
}

table td,
table th {
  padding: .625em;
  text-align: center
}

table th {
  font-size: .85em;
  letter-spacing: .1em
}

@media screen and (max-width:600px) {
  table {
    border: 0
  }

  table caption {
    font-size: 1.3em
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right
  }

  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase
  }

  table td:last-child {
    border-bottom: 0
  }
}

.btn-whatsapp-pulse,
.btn-whatsapp-pulse-border::before,
.btn-whatsapp-pulse2-border::before {
  border-radius: 50%;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite
}

.btn-whatsapp-pulse {
  background: #25d366;
  position: fixed;
  bottom: 40px;
  justify-content: center;
  align-items: center
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused
}

.btn-whatsapp-pulse-border::before,
.btn-whatsapp-pulse2-border::before {
  content: "";
  position: absolute;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: .75;
  animation-name: pulse-border
}

.btn-whatsapp-pulse2 {
  background: #2547d3;
  position: fixed;
  bottom: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite
}

.slideleft,
.slideright {
  animation-duration: .5s;
  animation-timing-function: ease
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0)
  }
}

.btn-whatsapp-pulse2-border {
  bottom: 125px;
  right: 20px;
  animation-play-state: paused
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: .75
  }

  75% {
    padding: 50px;
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  left: 20px;
  bottom: 40px;
  background: #ec8b00;
  width: 4rem;
  height: 4rem;
  padding: 20px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  -webkit-animation: .6s linear infinite cc-calto-action-ripple;
  animation: .6s linear infinite cc-calto-action-ripple;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

.call-buton .cc-calto-action-ripple i {
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 2.2rem
}

.call-buton .cc-calto-action-ripple:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 0 rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2);
    box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 0 rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2)
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2), 0 0 0 20px rgba(236, 139, 0, 0);
    box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2), 0 0 0 20px rgba(236, 139, 0, 0)
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 0 rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2);
    box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 0 rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2)
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2), 0 0 0 20px rgba(236, 139, 0, 0);
    box-shadow: 0 4px 10px rgba(236, 139, 0, .2), 0 0 0 5px rgba(236, 139, 0, .2), 0 0 0 10px rgba(236, 139, 0, .2), 0 0 0 20px rgba(236, 139, 0, 0)
  }
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  display: none;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #8d492b;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
  outline: none;
}

.owl-item {
  height: 300px !important;
  /* Adjust this value as needed */
  display: flex;
}

.item {
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: #ccc;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.formbg {
  width: 100%;
  height: auto;
  float: left;
}


#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
}

#contact h3 {
  color: #F96;
  display: block;
  font-size: 30px;
  font-weight: 400;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #8d492b;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #d7a95c;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

span.num {
  position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%
}

.iframe {
  height: 514px
}

@media screen and (max-width:768px) {
  .iframe {
    height: 250px !important
  }

  .col-3,
  .col-5,
  .col-7,
  .col-6,
  .col-8,
  .col-4,
  .set {
    width: 100%;
  }

  .about_us {
    padding-bottom: 20px;
  }

  a.goto-top{
    display: none !important;
  }
}

.lightboxpreview {
  transition: .3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover
}

.lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: 1000px
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1
}

.modal_inner_image {
  min-height: 400px;
  z-index: 1000
}

.modal-content {
  width: 100%
}

.modalscale {
  transform: scale(0);
  opacity: 0
}

.lightbox-btn,
.lightbox-container,
.lightbox-enabled,
.lightbox-image-wrapper {
  transition: .4s ease-in-out
}

.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden
}

.lightbox-enabled:hover {
  transform: scale(1.1)
}

.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1)
}

#close,
.lightbox-btn {
  color: #fff;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 50px
}

.lightbox-btn:focus {
  outline: 0
}

.left {
  left: 50px
}

.right {
  right: 50px
}

#close {
  top: 0;
  right: 220px
}

.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, .19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, .19);
  max-height: 95vh;
  object-fit: cover
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0
  }

  66% {
    transform: translateX(300px);
    opacity: 0
  }
}

.slideleft {
  animation-name: slideleft
}

@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0
  }

  66% {
    transform: translateX(-300px);
    opacity: 0
  }
}

.slideright {
  animation-name: slideright
}

.cross-stand-alone {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  position: relative;
  width: 40px;
  height: 40px
}

.cross-stand-alone:after,
.cross-stand-alone:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 4px;
  background: #000;
  border-radius: 4px
}

.cross-stand-alone:before {
  transform: rotate(45deg)
}

.cross-stand-alone:after {
  transform: rotate(-45deg)
}

.img_blur {
  -webkit-filter: blur(1px);
  filter: blur(1px)
}

#loadingGif {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  animation-name: pulse;
  padding: 10px;
  border-radius: 50%;
  color: #ad6b4e
}

.d-none {
  display: none !important
}

.error {
  color: #d7a95c;
  font-weight: 700;
  font-size: 12px
}

/* .lightbox_img_wrap{
  padding: 0 10px;;
} */

@media only screen and (max-width:993px) {
  .desktop-view {
    display: none
  }
}