@import url("fonts/Helvetica/stylesheet.css");


@font-face {
  font-family: HelveticaNowDisplay-Regular;
  src: url(../font/HelveticaNowDisplay/HelveticaNowDisplay-Regular.ttf);
}
@font-face {
  font-family: HelveticaNowDisplay-Medium;
  src: url(../font/HelveticaNowDisplay/HelveticaNowDisplay-Medium.ttf);
}
@font-face {
  font-family: HelveticaNowDisplay-Bold;
  src: url(../font/HelveticaNowDisplay/HelveticaNowDisplay-Bold.ttf);
}

@font-face {
  font-family: HelveticaNowDisplay-ExtraBold;
  src: url(../font/HelveticaNowDisplay/HelveticaNowDisplay-ExtraBold.ttf);
}

@font-face {
  font-family: HelveticaNowDisplay-ExtLt;
  src: url(../font/HelveticaNowDisplay/HelveticaNowDisplay-ExtLt.ttf);
}
@font-face {
  font-family: HelveticaNowDisplay-Light;
  src: url(../font/HelveticaNowDisplay/HelveticaNowDisplay-Light.ttf);
}





html{
  scroll-behavior: smooth;
}
body{
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}
/* .mfp-container.mfp-iframe-holder {
  overflow: hidden;
  height: 100vh;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
  height: 100vh !important;
  overflow: hidden;
}
.mfp-bg.mfp-fade.mfp-ready {
  height: 100vh;
  overflow: hidden;
} */


/* 
body.mfp-zoom-out-cur {
  height: 100vh;
  overflow: hidden;
} */

b, strong {
  font-weight: 600 !important;
}

svg{
  transition: .25s;
}

p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 163%;
  color: #626262;
}

header {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
a{
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img.img-responsive {
  width: 100%;
}


@media (min-width: 576px) {
    .container-width {
      max-width: 95%;
    }
  }
  
  @media (min-width: 768px) {
    .container-width {
      max-width: 95%;
    }
  }
  
  @media (min-width: 992px) {
    .container-width {
      max-width: 95%;
    }
  }
  
  @media (min-width: 1200px) {
    .container-width {
      max-width: 90%;
    }
  }
  
  @media (min-width: 1400px) {
    .container-width {
      max-width: 95%;
    }
  }
  
  @media (min-width: 1650px) {
    .container-width {
      max-width: 82%;
  }
  }
  
  
  
  
  /* 
  
  /////////////////////////////////////////////////////////////////////
  
                          header starts here
  
  ///////////////////////////////////////////////////////////////////// */
  
  
  header#header {
    position: absolute;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 6;
    transition: 0.5s ease;
  }
  header#header.nav-up.active{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: 0.5s ease;
    background-color: #16193B;
  }
  
  .header--fixed {
    pointer-events: none !important;
    transition: transform .5s !important;
    z-index: 6 !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: -100px !important;
}
@media (min-width: 56.25em){
  .header--fixed {
    top: -84px!important;
  }
}

.header--fixed.header-scrolling_up {
  z-index: 3;
  pointer-events: all !important;
  transform: translateY(100%) !important;
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
}

header#header.header--fixed.header-scrolling_up li.nav-item a {
  line-height: 24px;
  color: #626262;
  padding: 2px;
}

header#header.header--fixed.header-scrolling_up button.btn-header {
  border: 1px solid #EE3C35;
  background: #EE3C35;
  color: #fff;
  display:none;
}
header#header.header--fixed.header-scrolling_up button.btn-header:hover {
  border: 1px solid #EE3C35;
  background: #ffff;
  color: #EE3C35;
  transition: .25s;
}

header#header.header--fixed.header-scrolling_up button.btn-header:hover a {
  color: #EE3C35;
  transition: .25s;
}
header#header.header--fixed.header-scrolling_up button.btn-header a {
  color: #fff;
  transition: .25s;
}





header#header.header--fixed.header-scrolling_up .btn-header-menu a {
  color: #000;
  text-decoration: none;
}
header#header.header--fixed.header-scrolling_up .btn-header-menu::before {
  background-color: #000;
}
header#header.header--fixed.header-scrolling_up .btn-header-menu::after {
  background-color: #000;
}
body.navbar-open {
  height: 100vh;
  overflow: hidden;
}
  
  header#header li.nav-item {
    padding: 0 13px;
    margin: 0 5px;
  }
    header#header li.nav-item a {
      line-height: 24px;
      color: #fff;
      padding: 2px;
      letter-spacing:0.06rem;
  }
    
  img.da2-logo {
    margin-right: 30px;
}
a.navbar-brand {
  position: relative;
  margin-right: 30px;
}
.img-block img {
  margin-right: 0;
  width: 100%;
}

a.navbar-brand.logo-active {
  display: none;
}
img.da2-logo.da2-logo-active {
  display: none;
}

header#header.header--fixed a.navbar-brand {
  display: none;
}
header#header.header--fixed a.navbar-brand.logo-active {
  display: block;
}

header#header.header--fixed img.da2-logo.da2-logo {
  display: none;
}

header#header.header--fixed img.da2-logo.da2-logo-active {
  display: block;
}


header#header.header-nav-open a.navbar-brand {
  display: none;
}
header#header.header-nav-open a.navbar-brand.logo-active {
  display: block;
}


header#header.header-nav-open img.da2-logo.da2-logo {
  display: none;
}

header#header.header-nav-open img.da2-logo.da2-logo-active {
  display: block;
}


li.nav-item.dropdown.megamenu.project-active a {
  font-weight: 600 !important;
  font-family: 'HelveticaNowDisplay-Bold';
}

a.navbar-brand::before {
  position: absolute;
  content: "";
  right: -15px;
  width: .8px;
  height: 100%;
  top: 0;
  background: linear-gradient(90deg, #213E7C -6.36%, rgba(0, 27, 78, 0) 116.36%);
  z-index: 0;
}


.header--fixed a.navbar-brand::before {
  background: #ededed;
  z-index: 0;
}

nav.navbar.navbar-expand-lg {
  padding: 0;
}

  .header-btn-group {
    display: flex;
    gap:18px;
    grid-gap: 18px;
  }
  
  .footer-icon-block {
    flex-direction: column;
    align-items: end;
  }
  .footer-icon-block img {
    width: fit-content;
  }
  
  
  button.navbar-toggle{
    display: none;
  }
  button.btn-header img {
    margin-left: 5px;
  }
  img.app-str-icon-wt {
    display: none;
    transition: .25s;
  }
  
  .btn-header-menu {
    background: transparent;
    border: 0;
    position: relative;
    padding: 0 0px 0 20px;
}
  
  .btn-header-menu::before {
      content: "";
      position: absolute;
      width: 60%;
      height: 2px;
      top: 0;
      right: 0;
      background-color: #fff;
  }
  .dropdown-toggle::after {
    display: none;
  }



  
.btn-header-menu::after {
    content: "";
    display: flex;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-top: 0;
    border-right: 0;
}


.btn-header-menu a {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
  
li.nav-item.active {
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 1);
  border-radius: 1px;
}

li.nav-item.active a {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #0F0602 !important;
}

.service-mob-search-block form {
  margin-bottom: 0;
}
  
  .header-black .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 16px;
  }
  .header-black.header-fixed .icon-bar {
    background-color: #fff !important;
  }
  
  
  .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 16px;
  }

  .inner-header .icon-bar {
    background-color: #000;
  }
  .inner-header button.navbar-toggle.x {
    color: #000;
  }
    
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
  }
  .navbar-toggle.icon-bar:nth-of-type(3) {
    width: 22px;
  }
  .navbar-toggle .icon-bar:nth-of-type(2) {
    width: 36px;
    margin-left: 4px;
  }
  .navbar-toggle .icon-bar:nth-of-type(1) {
    width: 14px;
    margin: auto;
    margin-right: 0;
    margin-bottom: 7px;
}
  
  button.navbar-toggle{
    background-color: transparent;
    border: 0;
  }
  button.btn-header {
    background: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 1px;
    padding: 0;
    transition: .25s;
    display:none;
  }
  button.btn-header a {
    font-family: 'HelveticaNowDisplay-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    color: #0F0602;
    padding: 8px 18px;
    display: block;
    text-decoration: none;
    transition: .25s;
}
button.btn-header:hover {
  border: 1px solid #EE3C35;
  background: #EE3C35;
  border-radius: 1px;
  padding: 0;
  transition: .25s;
}
button.btn-header:hover a {
  color: #fff;
  transition: .25s;
}




.navbar-open .btn-header {
  border: 1px solid #0F0602;
  background: transparent;
  color: #0F0602 !important;
}
.navbar-open .btn-header:hover {
  border: 1px solid #0F0602;
  background: #ffff;
  color: #0F0602;
  transition: .25s;
}

.navbar-open .btn-header:hover a {
  color: #0F0602;
  transition: .25s;
}

li.dropdown.megamenu {
  list-style: none;
}

.btn-header-menu.desktop-menu-link {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-open .btn-header a{
   color: #0F0602;
}









  

  /* ////////////////////meaga menu/////////////////////// */


/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

.navbar-expand-lg .navbar-nav .megamenu .dropdown-menu {
  position: absolute;
  opacity: 1;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .megamenu .dropdown {position:static;}

.navbar .megamenu .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:45px;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  
  .navbar .megamenu .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}



header.nav-down.header-nav-open{
  background-color: #fff;
}


  nav.navbar.navbar-expand-lg {
      z-index: 10;
  }

  .RegionsDropdown-module--locationsDropdown--1-V_l {
    background: #fff;
    height: 90vh;
    left: 0;
    opacity: 0;
    padding: 0 0 50px;
    position: fixed;
    top: 80px;
    transform: translateY(-100%);
    transition: all .3s cubic-bezier(.215,.61,.355,1) .3s;
    visibility: hidden;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -2;
}


.RegionsDropdown-module--locationsDropdown--1-V_l.RegionsDropdown-module--desktopNavOpen--1OItA {
  opacity: 1;
  transform: translateY(0);
  transition: all .3s cubic-bezier(.215,.61,.355,1);
  visibility: visible;
}

/* .navbar-open button.btn-header a {
  background: #FFFFFF;
  border: 1px solid #0F0602;
  border-radius: 1px;
} */

.megamenu-content-block {
  padding: 20px 40px;
}

.megamenu-content-block-list-item {
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-property: opacity,transform;
  transition-duration: .25s,0;
  transition-delay: 0ms,.6s;
}

 .megamenu-content-block-list-item{
  opacity: 0;
  transform: translateX(25%);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-property: opacity,transform;
  transition-duration: .25s,0;
  transition-delay: 0ms,.6s;
  padding: 0 10px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  background: none;
  transition: transform 1.5s cubic-bezier(.075,.82,.165,1),opacity .9s cubic-bezier(.19,1,.22,1);
}


.RegionsDropdown-module--desktopNavOpen--1OItA .megamenu-content-block-list-item{
  opacity: 1;
  transform: translateX(0%);
  transition: transform 1.5s cubic-bezier(.075,.82,.165,1),opacity .9s cubic-bezier(.19,1,.22,1);
}


.RegionsDropdown-module--desktopNavOpen--1OItA .megamenu-content-block-list-item:first-child {
  transition-delay: .4s;
}
.RegionsDropdown-module--desktopNavOpen--1OItA .megamenu-content-block-list-item:nth-child(2) {
  transition-delay: .5s;
}
.RegionsDropdown-module--desktopNavOpen--1OItA .megamenu-content-block-list-item:nth-child(3) {
  transition-delay: .6s;
}

.RegionsDropdown-module--desktopNavOpen--1OItA .megamenu-content-block-list-item:nth-child(4) {
  transition-delay: .7s;
}


.megamenu-content-block-list-item {
  padding: 0 10px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  background: none;
  transition: transform 1.5s cubic-bezier(.075,.82,.165,1),opacity .9s cubic-bezier(.19,1,.22,1);
}


header#header.header-nav-open li.nav-item a {
  line-height: 24px;
  color: #0F0602;
  padding: 2px;
}

.RegionsDropdown-module--region--3e7CZ{
  border-top: 1px solid rgba(98, 98, 98, 0.19);
}

.nav-img-block.browse a {
  padding: 0 !important;
}

header#header.header-nav-open .btn-header-menu::before {
  background-color: #0F0602;
}


header#header.header-nav-open .btn-header-menu::after {
background-color: #0F0602;
}


header#header.header-nav-open .btn-header-menu a {
  color: #0F0602;
  text-decoration: none;
}
.nav-img-block.browse {
  border-radius: 1px 1px 20px 20px;
  overflow: hidden;
  transition: .5s;

}



li.project-active{
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 1) !important;
  border-radius: 1px;
}


.project-active{
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 1) !important;
  border-radius: 1px;
}

.nav-down.inner-interior-header .project-active{
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 1) !important;
  border-radius: 1px;
}


.project-active a {
  line-height: 24px;
  color: #000 !important;
  padding: 2px;
}


.nav-img-block.browse img {
  border-radius: 1px 1px 20px 20px;
  transition: .5s;
  height: 340px;
  object-fit: cover;
}

.nav-img-block.browse:hover img {
  transform: scale(1.1);
  transition: .5s;
}


.nav-browse-all {
  position: relative;
}

.nav-browse-all::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, #3A3A3A 0%, rgba(58, 58, 58, 0) 95.31%);
  mix-blend-mode: multiply;
  border-radius: 20px 20px 0px 0px;
  transform: rotate(180deg);
  z-index: 1;
}

.megamenu-inner-content-text-block {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2;
}

.megamenu-inner-content-text-block h4 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  color: #FFFFFF;
  margin-bottom: 0;
  text-transform:none;

}

.megamenu-inner-content-text-block div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 0 25px;
  align-items: center;
}
.megamenu-inner-content-text-block div span {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #CACACA;
  text-align: end;
}

.megamenu-inner-content-text-block h4 span {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #FFFFFF;
  margin-bottom: 0;
  text-transform: none;
}




.nav-img-block.browse:hover .megamenu-inner-content-text-block div span.megamenu-inner-content-text-block-icon{

    background-color: #fff;
}

.nav-img-block.browse:hover span.megamenu-inner-content-text-block-icon svg path {
  stroke: #EE3C35;
}

.skyline-project-slider-main-block:hover span.megamenu-inner-content-text-block-icon{
  background-color: #fff;
  transition: .25s;
}
.skyline-project-slider-main-block:hover span.megamenu-inner-content-text-block-icon svg path {
  stroke: #EE3C35;
  transition: .25s;
}

.nav-img-block.browse hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  margin: 18px 0;
}
.megamenu-inner-content-text-block h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}

span.megamenu-inner-content-text-block-icon {
  border: 0.5px solid #FFFFFF;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-explore-more {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 40px;
}

.menu-explore-more h6 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: rgba(43, 63, 108, 0.44);
  min-width: 170px;
  margin-bottom: 0;
}
.menu-explore-more hr {
  border-top: 1px solid #D9DBE9;
  width: -webkit-fill-available;
}

.view-all-projects {
  padding-left: 40px;
  width: max-content  !important;
  font-style: normal  !important;
  font-weight: 400  !important;
  font-size: 12px  !important;
  line-height: 16px  !important;
  color: #fff  !important;
  background: #D53548  !important;
  border: 1px solid #D53548  !important;
  border-radius: 1px  !important;
  padding: 6px 10px  !important;
  margin-left: 20px  !important;
  transition:.25  !important;
  position:relative;
  text-align:center;
  /*animation: changeBackgroundColor 4s infinite;*/
  padding-right: 40px !important;
}


.view-all-projects{
    color:#fff !important;
}

.view-all-projects:hover{
    color:#000 !important;
}

.megamenu-project-all-btn a {
    justify-content: center !important;
}

.scroll-down {
    border: transparent;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -26px;
    transform: translate(0px, -30px);
    transform: rotate(-90deg);
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

.scroll-down .animate {
    display: block;
    opacity: 0;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 0;
    font-size: 0;
    color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
    -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
    -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
    -o-animation: pulse 1.5s 0s infinite normal ease forwards;
    animation: pulse 1.5s 0s infinite normal ease forwards;
    background-image:  url(../img/arrow-down.svg);
    background-repeat: no-repeat;
}

.scroll-down .animate:before {
    -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    animation: pulse 1.5s 0.25s infinite normal ease forwards;
}

.scroll-down .animate:before, .scroll-down .animate:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/arrow-down.svg) no-repeat center top;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.scroll-down .animate:after {
    -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    animation: pulse 1.5s 0.5s infinite normal ease forwards;
}



@keyframes changeBackgroundColor {
  0% {
    background-color: #2B3F6C;
    border: 1px solid #2B3F6C;
  }
  50% {
    background-color:#EE3C35;
    border: 1px solid #EE3C35;
  }
  
  100% {
    background-color: #2B3F6C;
    border: 1px solid #2B3F6C;
  }
}


.view-all-projects:hover {
    border: 1px solid #2B3F6C !important;
    color: #fff  !important;
    background: #2B3F6C !important;
    transition:.25  !important;
}


.menu-explore-more-content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0 25px;
}
.menu-explore-more-content-item {
  width: 17%;
}
.menu-explore-more-content-item a {
  display: flex;
  align-items: center;
}
.menu-explore-more-content-item-img img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
}

.menu-explore-more-content-item-text h4 {
    font-family: 'HelveticaNowDisplay-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 92%;
    color: #2B3F6C;
    margin-bottom: 0;
    text-transform: capitalize;
}
.menu-explore-more-content-item-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(98, 98, 98, 0.72);
}
.menu-explore-more-content-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
}



.dropdown-menu.show {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.row.megamenu-menu-block-content-block-01 .menu-explore-more-content {
  padding: 0;
}
.row.megamenu-menu-block-content-block-01 .menu-explore-more-content .menu-explore-more-content-item {
  width: 30%;
}
.megamenu-menu-block-content {
  padding: 40px 0;
}


.megamenu-menu-title-block h4 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  color: #0F0602;
}



li.nav-item.dropdown.megamenu2.show .dropdown-menu.show div#megamenu-block-2{
  opacity: 1;
  transform: translateY(0);
  transition: all .3s cubic-bezier(.215,.61,.355,1);
  visibility: visible;
}







/* 

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
} */

.menu {
  position: fixed;
  z-index: 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slide-menu-right {
 top: -100vh;
  right: 0;
  height: 100vh;
  width: 100%;
}

button.close-menu {
  display: none;
  background: transparent;
  border: 0;
  padding:0;
}

a.btn-header-menu.desktop-menu-link.menu-btn {
  color:#fff !important;
}

body.navbar-open a.btn-header-menu.desktop-menu-link.menu-btn {
  color: #000 !important;
}

button.close-menu a.btn-header-menu.desktop-menu-link.menu-btn {
  color:#0F0602 !important;
}


.slide-menu-right {
  left: 0;
  top: -100vh;
  height: 100vh;
  width: 100%;
}

body.smr-open .slide-menu-right {
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -2;
    padding-top: 80px;
    left: 0;
}


.menu-top-slider-block {
  transform: translateY(-100%);
  transition: all .3s cubic-bezier(.215,.61,.355,1) .3s;
  visibility: hidden;
  opacity: 0;
}


.smr-open .menu-top-slider-block{
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(.075,.82,.165,1),opacity .9s cubic-bezier(.19,1,.22,1);
  visibility: visible;
  transition-delay:.3s;
}










button.toggle-slide-right {
  border: 0;
  background-color: transparent;
}
body.smr-open button.close-menu{
  display: block;
}
body.smr-open button.toggle-slide-right{
  display: none;
}
body.smr-open.navbar-open button.close-menu {
  display: none;
}
body.smr-open header#header li.nav-item a{
  color:#0F0602 !important;
}
/* body.smr-open .slide-menu-right::before{
  position: absolute;
  content: "";
  width: 100%;
  opacity: .5;
  height: 250px;
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.7) 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 1px 0px 0px 0px;
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
} */


button.close-menu a.btn-header-menu.desktop-menu-link.menu-btn::before {
  background-color: #0F0602;
}
button.close-menu a.btn-header-menu.desktop-menu-link.menu-btn::after {
  background-color: #EE3C35 !important;
}


body.smr-open button.btn-header{
  border:1px solid #0F0602;
}
nav.navbar.navbar-expand-lg img.da2-logo {
  width: 50px;
}



.menu-top-slider-block{
  border-top:1px solid rgba(98, 98, 98, 0.19);
}
body.smr-open {
  overflow: hidden;
  height: 100vh;
}

a.video-link.mar-30 {
  margin-top: 50px;
}

.megamenu-menu-block-02-items ul {
  padding: 0;
}

body.navbar-open button.toggle-slide-right{
  display: none;
}

.megamenu-menu-block-02-items ul li h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #0F0602;
  padding: 6px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.megamenu-menu-block-02-items ul li a .dot {
  width: 3px;
  height: 3px;
  background-color: #EE3C35;
  border-radius: 50%;
  display: inline;
}

.megamenu-menu-block-02-items ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 92%;
  letter-spacing: 0.03em;
  color: rgba(43, 63, 108, 0.62);
  font-family:'HelveticaNowDisplay-Regular';
  text-transform: capitalize;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  grid-gap: 8px;
}

.megamenu-menu-block-02-items .card-body {
  padding: 0;
}
.megamenu-menu-block-02-items .card-body ul{
  padding: 0px 0 8px 0;
}

.megamenu-menu-block-02 {
  padding-left: 10px;
  position:relative;
}

.row.megamenu-menu-block-content-block-01{
  position:relative;
  padding-right: 20px;
}
.row.megamenu-menu-block-content-block-01::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(270deg, rgba(192, 192, 192, 0.33) 1.67%, rgba(192, 192, 192, 0) 103%) !important;
}
.megamenu-menu-block-03 {
  position: relative;
  background: linear-gradient(180deg, rgba(211, 242, 255, 0.51) 0%, rgba(211, 242, 255, 0) 100%);
  border-radius: 11px; 
}

.megamenu-menu-block-03-content{
  padding: 50px 100px;
}

.about-year {
  display: flex;
}
.about-year.megamenu span img {
  width: 50px;
  margin: 0px auto;
}
.about-year.megamenu {
  text-align: center;
  margin-bottom: 20px;
  justify-content: center;
}
.megamenu-menu-block-03 h4 {
  font-family:'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #2B3F6C;
  text-align: center;
  text-transform: capitalize;
}
.megamenu-menu-block-03 h4 span {
  color: rgba(64, 182, 233, 1);
}

.blog-share-block.navbar-follow-desk {
  position: relative;
  display: flex;
  gap: 20px;
  grid-gap: 20px;
  margin-top: 30px;
  top: 0;
  height: auto;
  justify-content: center;
}
.blog-share-block.navbar-follow-desk ul {
  display: flex;
  gap: 20px;
  grid-gap: 20px;
}

.blog-share-block.navbar-follow-desk ul li {
  padding: 0;
}



.megamenu-menu-block-02-items ul li h3[aria-expanded="true"] svg path{
  stroke: #EE3C35;
}
.megamenu-menu-block-02-items ul li h3[aria-expanded="true"] svg{
  transform: rotate(90deg);
}
.nav-down.header--fixed.header-scrolling_up a.btn-header-menu.desktop-menu-link.menu-btn{
  color: #0F0602 !important;
}


ul.dropdown-menu.submenu.show {
  background-color: #fff;
  border-radius: 0;
}
ul.dropdown-menu.submenu.show li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 92%;
  letter-spacing: 0.03em;
  color: rgba(43, 63, 108, 0.62);
  font-family: 'HelveticaNowDisplay-Regular';
  text-transform: capitalize;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  grid-gap: 5px;
}
ul.dropdown-menu.submenu.show li a span{
  background-color:#EE3C35;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  opacity: 0;
  transition: .25s;
}
ul.dropdown-menu.submenu.show li:hover a span{
  opacity: 1;
  transition: .25s;
}
ul.dropdown-menu.submenu.show li:hover a{
  color: #0F0602 !important;
}




li.dropdown.nav-item.show{
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 1);
  border-radius: 1px;
}
li.dropdown.nav-item.show.active {
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 1);
  border-radius: 1px;
}



li.dropdown.nav-item.show a.dropdown-toggle.nav-link{
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #0F0602 !important;
}



/* //////////////////////////////////////////////// */

  @media (max-width: 1100px) {
  
    button.btn-header {
      padding: 0px 0px;
    }

    button.btn-header a {
      padding: 5px 5px;
      font-size:12px;
    }

    .megamenu-menu-block-02{
      padding-left: 0;
    }
    .megamenu-menu-block-02-items ul li h3{
      font-size:13px;
    }
    .megamenu-menu-block-02-items ul li a{
      font-size:13px;
    }

  }
  
  @media (max-width: 991px) {
    header#header li.nav-item {
      padding: 8px 0;
    }
    .RegionsDropdown-module--locationsDropdown--1-V_l {
      background: #fff;
      height: auto;
      position: relative;
      top: 0;
      width: 100%;
      z-index: 1;
      display: none;
  }
  .RegionsDropdown-module--region--3e7CZ {
    border-top: 0;
  }
  .dropdown-menu.show {
    border: 0;
  }
  .megamenu-content-block {
    padding: 20px 0px;
  }


header#header.header--fixed.header-scrolling_up button.btn-header{
    display:block;
}



    button.navbar-toggle {
        display: block;
      }

      nav.navbar.navbar-expand-lg {
        z-index: 10;
        justify-content: flex-start;
    }



  }


  
  @media (max-width: 576px) {

    .header-btn-group {
      display: flex;
      gap: 8px;
  }
  
  }



  
  
  /* 
  
  /////////////////////////////////////////////////////////////////////
  
                         home page starts here
  
  ///////////////////////////////////////////////////////////////////// */
  
  

  
#main-slide.owl-carousel {
    position: relative;
    height: 100%;
    z-index: 0;
}
#main-slide.owl-carousel .item {
  height: 100%;
}

#main-slide .owl-nav {
  display: none;
}


#main-slide.owl-carousel.owl-carousel .slide-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.home-banner-text-block {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  padding: 0 20px;
  position: relative;
}

.home-banner-text-block .tt {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #FFFFFF;
}

.seeall-project-icon img {
  width: 15px;
}
.seeall-project-icon {
  background: #F0BF12;
  border-radius: 1px;
  width: fit-content;
  padding: 2px;
}


.seeall-project-block {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 200px;
  left: 10.9%;
}

.seeall-project-block a  {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 92%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.home-banner-text-block h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  line-height: 92%;
  color: #FFFFFF;
}
.home-banner-text-block h2{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  line-height: 92%;
  color: #FFFFFF;
}


.home-banner-text-block-dt {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 22px;
}



/* 

@media (min-width: 576px) {
  #main-slide .owl-dots {
    left: 0;
    width: 660px;
  }
}

@media (min-width: 768px) {
  #main-slide .owl-dots {
    left: 0;
    width: 1000px;
  }
}

@media (min-width: 992px) {
  #main-slide .owl-dots {
    left: 0;
    width: 1100px;
  }
}

@media (min-width: 1200px) {
  #main-slide .owl-dots {
    left: 0;
    width: 1200px;
  }
} */


#main-slide .owl-dots{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px auto;
  text-align: center;
  justify-content: center !important;
  transform: translate(10px, -80vh);
  position: absolute;
  left: 9%;
}

#main-slide-mob .owl-dots {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0px auto;
  text-align: center;
  justify-content: center !important;
  transform: translate(10px, -70vh);
  position: absolute;
  left: 0%;
}


#main-slide.owl-theme .owl-dots .owl-dot, #main-slide-mob.owl-theme .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
}

button.owl-dot {
  border-radius: 50%;
  width: 20px;
  transition: .25s;
}
#main-slide.owl-theme button.owl-dot.active:hover{
  border: 0px;
}

#main-slide-mob.owl-theme button.owl-dot.active:hover{
  border: 0px;
}

@-webkit-keyframes dot {
  0% {
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
  }
  75% {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
  }
  100% {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: .25s;
  }
}


@-webkit-keyframes dotcenter {
  0% {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    transition: .25s;
  }
  75% {
    width: 5px;
    border-radius: 50%;
    height: 5px;
    background-color: #fff;
    opacity: 0;
    transition: .25s;
  }
  100% {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    transition: .25s;
  }
}




#main-slide.owl-theme .owl-dots .owl-dot span , #main-slide-mob.owl-theme .owl-dots .owl-dot span{
  transition: .25s;
  position: relative;
}


#main-slide.owl-theme .owl-dots .owl-dot:hover span{
  animation: dot 1s forwards;
  -webkit-animation: dot 1s forwards;
  border: 1px solid #fff;
}

#main-slide-mob.owl-theme .owl-dots .owl-dot:hover span{
  animation: dot 1s forwards;
  -webkit-animation: dot 1s forwards;
  border: 1px solid #fff;
}


#main-slide.owl-theme .owl-dots .owl-dot:hover span::before{
  position: absolute;
  content: "";
  width: 5px;
  border-radius: 50%;
  height: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  animation: dotcenter .75s forwards;
  -webkit-animation: dotcenter .75s forwards;
}


#main-slide-mob.owl-theme .owl-dots .owl-dot:hover span::before{
  position: absolute;
  content: "";
  width: 5px;
  border-radius: 50%;
  height: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  animation: dotcenter .75s forwards;
  -webkit-animation: dotcenter .75s forwards;
}


.home-banner-text-project-det {
  background: rgba(255, 255, 255, 0.99);
  backdrop-filter: blur(2px);
  border-radius: 1px;
}
.home-banner-text-project-det {
  background: rgba(255, 255, 255, 0.99);
  backdrop-filter: blur(2px);
  border-radius: 1px;
  display: flex;
}



.home-banner-text-project-det h4 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #0F0602;
  margin-bottom: 0;
  border-right: 0.5px solid #E4E4E4;
  padding: 5px 15px;
}

.home-banner-text-project-det span {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #0F0602;
  padding: 5px 15px;
}

/* 


.home-banner-text-project-det h4 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #0F0602;
  margin-bottom: 0;
 
  padding: 0px 15px;
}

.home-banner-text-project-det h4 span {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #0F0602;
  padding: 6px 15px;
  border-left: 0.5px solid #E4E4E4;
  margin-left:10px;
} */
button.view-project {
  background: #FFFFFF;
  border-radius: 1px;
  border: 0;
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #0F0602;
  padding: 6px 20px;
  transition: .25;
}

button.view-project:hover{
background-color: #F8FBFE;
transition: .25s;
}



section#search-property-section {
  position: relative
}

section#search-property-section.search--fixed.header-scrolling_up {
  opacity: 0;
  transition: .25s;
}


section#skyline-about-section {
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
}

.search-property-block {
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  backdrop-filter: blur(7px);
  border-radius: 11px;
  padding: 15px 20px 15 30px;
  z-index: 0;
}

.search-property-block-title {
  font-family: 'HelveticaNowDisplay-Light';
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 29px;
  display: flex;
  align-items: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #0F0602;
}
.search-property-block-title b {
  font-family: 'HelveticaNowDisplay-Bold';
}
.search-property-block-select-block {
  display: flex;
  gap: 20px;
  align-items: center;
}

.search-property-block-select-block select {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 10px 16px;
  min-height: 48px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-family:'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
}

select#select option {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
}

button#search-btn {
  background: #1C2951;
  border-radius: 8px;
  border: 0;
  height: 55px;
  padding: 0px 15px;
  transition: .25s;
}
button#search-btn:hover{
  background-color: #EE3C35;
  transition: .25s;
  border: 0px;
}


.skyline-about-scroll-block {
  display: flex;
  gap: 50px;
}

.search-property-block ul.js-dropdown-list {
  display: none;
}
a.js-link {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

article.page-section {
  min-height: 70vh;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  transition: all 1s;
  transition-delay: 0.6s;
}
article.page-section.in-viewport{
  opacity: 1;
  visibility:visible;
  transition: .25s;
  transition: all 1s;
  transition-delay: 0.6s;
}

.sidenavbar {
  position: sticky;
  width: 158px;
  margin-left: 0%;
  top: 0;
  border-right: 2px solid #E9E9E9;
  align-items: center;
  display: flex;
  height: 100vh;
}

.navigation__link {
  text-decoration: none;
  flex-direction: column;
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: rgba(28, 41, 81, 0.33);
  padding: 35px;
  position: relative;
}

.navigation__link::before{
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(270deg, rgba(192, 192, 192, 0.33) 1.67%, rgba(192, 192, 192, 0) 103%);
}
.navigation__link:last-child:before{
  position: absolute;
  content: "";
  height: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  
}

div#select.form-control {
  min-height: 55px;
  display: flex;
  padding: 0;
  border: 0px;
  width: 30%;
}
.search-property-block-select-block a.js-link {
  padding: 16px 20px;
}


.search-property-block-select-block ul.js-dropdown-list {
  background-color: #fff;
  padding: 20px;
  border: 1px solid rgba(217, 217, 217, 0.31);
  box-shadow: 0px 4px 41px -2px rgb(225 234 249 / 33%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-property-block-select-block ul.js-dropdown-list li {
  padding: 5px 0;
  cursor: pointer;
}


.search-property-block-select-block .dropdown-select {
  width: 100%;
  position: relative;
}
span.filter-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0px, -50%);
}

a.navigation__link span {
  color: rgba(28, 41, 81, 0.33);
  
}
.navigation__link:hover {
  text-decoration: none;
  color: #09244B;
  transition: all .25s;
}


.navigation__link.activenav {
  color: #09244B;
  position: relative;
  transition: all .25s;
}


.navigation__link span::before{
  position: absolute;
  content: "";
  right: -1;
  background: #F73429;
  border-radius: 13px;
  width: 2px;
  height: 0px;
  transition: all .25s;
}


.navigation__link.activenav span::before{
  position: absolute;
  content: "";
  right: -2;
  background: #F73429;
  border-radius: 13px;
  width: 2px;
  height: 35px;
  transition: all .25s;
}
.navigation__link.activenav span{
  color: #EE3C35;
  transition: all .25s;
}


.toc-marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.toc-marker path {
  transition: all 0.3s ease;
}

.about-inner-content {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}

.about-inner-content-left-block {
  width: 45%;
}
.about-inner-content-left-block-pos {
  position: sticky;
  top: 50%;
  transform: translate(0px, -50%);
  margin-top: 70%;
}
a.navbar-brand img {
  width: 83px;
}

.about-inner-content-right-block {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 150px;
}
.about-inner-content-right-block-inner {
  width: 45.5%;
}

.about-inner-content-right-block-awards-block {
  background: #FFFFFF;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: rgba(217, 217, 217, 0.31);
  box-shadow: 0px 4px 41px -2px rgb(225 234 249 / 33%);
  border-radius: 6px;
  padding: 40px 40px 60px 40px;
  height: fit-content;
  width:100%;
}

.about-inner-content-right-block-inner-content{
  background: #FFFFFF;
  border: 1px solid rgba(217, 217, 217, 0.31);
  box-shadow: 0px 4px 41px -2px rgb(225 234 249 / 33%);
  padding: 50px 30px;
  min-height: 450px;
  position: relative;
  width: 100%;
  display: block;
  margin: -40px 0 0;
  transition: all 250ms ease;
}
.about-inner-content-right-block-awards-block-inner-img img{
  border: 1px solid rgba(217, 217, 217, 0.31);
  border-radius: 5px;
  height: 250px;
  object-fit: cover;
}
.about-inner-content-right-block-awards-block-inner {
  position: relative;
  margin-bottom: 20px;
}

.about-inner-content-right-block-awards-block-inner-text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.54);
  mix-blend-mode: normal;
  border-bottom: 0.2px solid #F1F1F1;
  backdrop-filter: blur(11.5px);
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  padding: 15px 30px;
  display: flex;
  justify-content: space-around;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.about-inner-content-right-block-awards-block-inner:hover .about-inner-content-right-block-awards-block-inner-text {
  opacity: 1;
  visibility: visible;
  transition: .25s;
}

.about-inner-content-right-block-awards-block-inner-text p {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 156%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
a.seeall-btn {
  background: #FFFFFF;
  border-radius: 31px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #1C2951;
  padding: 10px;
  min-width: 100px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s;
}
.about-inner-content-right-block-awards-block-inner:hover a.seeall-btn {
  background-color: #EE3C35;
  transition: .25s;
  color: #fff;
}



.about-inner-content-right-block-inner-content:hover{
  transform: translate(0px, -20px);
  transition: all 250ms ease;
}


.about-inner-content-right-block-inner-content.box-2 {
  margin: 40px 0 0;
}
.img-block {
  position: absolute;
  bottom: 0px;
  left: 0;
  width:100%
}

.about-inner-content-right-block-inner span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 92%;
  color: #09244B;
}
.about-inner-content-right-block-inner h5 {
  font-family: 'HelveticaNowDisplay-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 129%;
  color: #0F0602;
  margin-top: 10px;
}

.about-inner-content-left-block h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #1C2951;
}
.about-inner-content-left-block h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
  color: #EE3C35;
  margin-bottom: 30px;
}
.about-inner-content-left-block p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  color: #626262;
}
.about-link-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}


a.video-link {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #09244B;
  gap: 5px;
}


/* 
///////////////////////select dropdown/////////////////////////////
//////////////////////////////////////////////////////// */


@media screen and (min-height: 680px) {
  .auto-position {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 500px;
    bottom: 20px;
  }
}


.example.full-width.custom-style {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  width: 100%;
}
button.fsb-button {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 21px !important;
  font-family: 'HelveticaNowDisplay-Regular' !important;
  color: #626262 !important;
  padding: 8px 16px !important;
}

span.fsb-option {
  font-family:'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
  border-bottom: 1px solid rgba(217, 217, 217, 0.53);
  padding: 12px 16px;
  position: relative;
}
span.fsb-option:hover{
  font-family:'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  color: #0F0602;
  background-color: transparent;
}


span.fsb-option::before {
  position: absolute;
  content: "";
  left: 7px;
  top: 50%;
  width: 3px;
  height: 3px;
  background-color: #EE3C35;
  border-radius: 50%;
  opacity: 0;
  transition: .25s;
}

span.fsb-option:hover::before {
  opacity: 1;
  transition: .25s;
}





.select_wrap.active .select_ul {
  display: block;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  border-top: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}



.select_wrap {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 10px 16px;
  min-height: 55px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
}
span.fsb-select {
  border: 0;
  width: 100%;
  background: transparent;
}
span.fsb-list {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.search--fixed .search-property-block .fsb-list, select[disabled]+.fsb-select .fsb-list {
  bottom: 100% !important;
  top: auto !important;
  height:auto;
}

span.fsb-list {
  height: auto;
  max-height: 200px;
  top: -200px;
}



#header .nav-down.header-scrolling_up .search-property-block .fsb-list, select[disabled]+.fsb-select .fsb-list {
  bottom: 100% !important;
  top: 100% !important;
  height:auto;
}


a.video-link.popup-youtube {
  text-transform: none;
}



@media screen and (max-width: 1300px) {

  div#select.form-control {
    width: 29%;
  }

}
div#main-slide-mob {
  display: none;
}



@media screen and (max-width: 767px) {
  .search--fixed .search-property-block {
    padding: 10px 20px !important;
  }


  #main-slide-mob .owl-dots{
    transform: translate(10px,-50vh);
  }


  .img-block img{
    width:60%;
  }
  
}

/* ........... */

/* 

////////////////////////////////////////////////
        HOME PAGE FETAURED SECTION
///////////////////////////////////////////// */



section#skyline-home-featured-section {
  padding: 80px 0;
  position: relative;
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
  background-color: #fff;
  z-index: 0;
}
.section-title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

section#skyline-home-featured-section .section-title {
  margin-bottom: 0;
}
/* .skyline-all-project-list-filter-block{
  margin-right: 20px;
} */

.section-title svg {
  margin-right: 10px;
}

.section-title h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 92%;
  color: #09244B;
}
.section-title b {
  font-weight: 500 !important;
}

.home-featured-project-filter-block .dropdown-select {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 420px;
  height: fit-content;
  position: relative;
}

.home-featured-project-filter-block .dropdown-select span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
  padding: 12px 12px 12px 12px;
} 


.home-featured-project-filter-block .dropdown-select a {
  border-left: 1px solid rgba(98, 98, 98, 0.19);
  height: 100%;
}


.home-featured-project-filter-block a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0F0602;
  padding: 12px 12px 12px 12px;
}

a.js-link svg {
  margin: 0 0px 0 10px;
}

ul.js-dropdown-list {
  width: 100%;
}

/*List*/
.home-featured-project-filter-block ul {
  display: none;
  margin: 0;
  padding: 20px;
  position: absolute;
  bottom: -260px;
  min-height: 250px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: .25s;
}

.home-featured-project-filter-block li {
  padding: 0.5em;
  cursor: pointer;
}
.home-featured-project-filter-block li:not(:first-child) {
  border-top: 0.1em dashed #dde4e6;
}
.home-featured-project-filter-block li:last-child {
  color: #ad0000;
}
.home-featured-project-filter-block li:focus, .home-featured-project-filter-block li:hover {
  background: #ecf0f1;
}
.home-featured-project-filter-block li:active {
  background: #fbfcfc;
}

.home-featured-project-filter-block {
  display: flex;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 5;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

div#home-featured-project-filter {
  width: 100%;
  overflow: hidden;
  margin-left:20px;
}

.filter-btn{
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 0.19);
  border-radius: 31px;
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  padding: 10px 25px;
  transition: .25s;
  color: #626262;
}
.filter-btn.active{
  background: #1C2951;
  border-radius: 31px;
  color: #fff;
}

.filter-btn:hover{
  background: #EE3C35;
  color: #fff;
  transition: .25s;
}
#home-featured-project-filter .owl-nav {
  display: flex;
  justify-content: space-between;
}
div#home-featured-project-filter button.owl-prev {
  position: absolute;
  top: 14px;
  opacity: 0;
  visibility: hidden;
}

div#home-featured-project-filter button.owl-next {
  position: absolute;
  top: 7px;
  right: 30px;
  background: #F4F4F4 !important;
  border: 0.5px solid #FFFFFF !important;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  z-index: 10;
}

#home-featured-project-filter::before {
  position: absolute;
  content: "";
  width: 90px;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 13.57%, rgba(255, 255, 255, 0) 232.24%);
  z-index: 1;
}



/* 
.lg-hotspot.lg-hotspot--top-left.hotspot-right-bottom{
  right: 10%;
  bottom: 30%;
}

.lg-hotspot.lg-hotspot--top-left.hotspot-right-bottom .lg-hotspot__label {
  top: 24px;
  left: -190px;
} */

.grid {
  margin-top: 15px;
  max-width: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  grid-gap: 20px;
}
/* .grid::before {
  position: absolute;
  content: "";
  background-image: url(../img/gradient.svg);
  background-position: center;
  background-repeat: no-repeat;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
  background-size: cover;
} */

.grid__item {
  margin-bottom: 10px;
  position: relative;
  transition: .5s;
  overflow: hidden;
  border-radius: 16px;
  width:32%;
}

.grid__item img{
  transition:.5s;
}
.grid__item:hover img{
  transform: scale(1.02);
  transition: .5s;
}

.grid img {
  width: 100%;
  border-radius: 16px;
}

.grid__item_text {
  position: absolute;
  bottom: 0;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  z-index: 2;
  width: calc(100% - 40px);
}
.grid__item_text p {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 92%;
  letter-spacing: 0.03em;
  color: #DADADA;
}

.grid__item_text a svg{
  position:absolute;
  right:0;
  top:10px;
}

.mfp-image-holder .mfp-content {
  max-width: 80% !important;
  max-height: 100% !important;
}



.grid__item:hover .grid__item_text {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  transition: .5s;
  width: calc(100% - 40px);
}
.grid__item::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #3A3A3A 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 20px 20px 0px 0px;
  transform: rotate(180deg);
  width: 100%;
  height: 150px;
  transition: .5s;
  left: 0;
  bottom: 0px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.grid__item:hover::before{
  width: 100%;
  height: 150px;
  transition: .5s;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.grid__item_text h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 92%;
  color: #fff;
}

.modal-lg, .modal-xl {
  max-width:500px !important;
}



@media screen and (max-width:1649px) {
  #main-slide .owl-dots {
    left: 42px;
    transform: translate(10px,-78vh);
    gap:1px;
    grid-gap:1px;
  }

  .seeall-project-block {
    left: 7.3%;
  }
}


@media screen and (max-width:1400px) {
  #main-slide .owl-dots {
    position: absolute;
    left: 5%;
    transform: translate(10px, -80vh);
  }
  .row.megamenu-menu-block-content-block-01 .menu-explore-more-content .menu-explore-more-content-item {
    width: 29%;
  }

  .grid__item {
    width:31%;
  }
  
}



@media screen and (max-width:1200px) {
  #main-slide .owl-dots {
    left: 2%;
  }

  .about-inner-content-right-block-inner {
    width: 47.5%;
}

.about-inner-content-right-block-awards-block-inner-text {
  position: relative;
}
.about-inner-content-right-block {
  margin-top: 0;
}

}


@media screen and (max-width:991px) {
  .about-inner-content-right-block-awards-block-inner-text {
    position: relative;
    flex-direction: column;
    gap: 15px;
  }
  .grid__item_text a svg{
    margin-left:10px;
  }
  
  
  .grid__item_text h4{
      width:95%;
      font-size:16px;
  }
  
  .grid__item_text p{
      width:85%;
      font-size:14px;
  }
  

}


@media(max-width: 800px) {
    .grid {
      column-count: 3;
  }
}


.featured-project-bottom-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}

button.view-all-projects-btn {
  background-color: transparent;
  border: 0;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #09244B;
  gap: 10px;
  height: 40px;
  transition: .25s;
}


button.view-all-projects-btn.bbok-now-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #09244B;
  transition: .25s;
}

button.view-all-projects-btn span {
  opacity: 0.4;
  border: 1px solid #1C2951;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translate(-30px, -1px);
  transition: .25s;
}

button.back-to-top {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #09244B;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .25s;
}

button.back-to-top span {
  background: #EE3C35;
  border-radius: 1px;
  width: 28px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s;
}

section#skyline-home-testimony-section {
  padding: 120px 0;
  position: relative;
}
.title-text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  color: #626262;
}

.container-fluid.no-padding{
  padding-right: 0px;
  padding-left: 0px;
}

/* ///////////
 */



#testimony-slide .owl-item > div {
  cursor: pointer;
  margin: 4% 6%;
  transition: margin 0.8s ease;
}
#testimony-slide .owl-item.center > div {
  cursor: auto;
  margin: 0px -3%;
  transition: margin 0.8s ease;
}
div#testimony-slide .owl-item img {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}



#testimony-slide .owl-item.center > div img {
  height: 460px;
}

div#testimony-slide {
  margin-top: 30px;
}
div#testimony-slide .owl-item img {
  border-radius: 20px;
}
div#testimony-slide .owl-item.active.center {
  position: relative;
}
div#testimony-slide .owl-item.active.center .testimony-slide-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.5) 51.04%, #000000 100%);
  opacity: 0.3;
  border-radius: 16px;
}
.testimony-slide-img{
  position: relative;
}

.testimony-slide-img-dt {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  position: absolute;
  bottom: 20;
  width: 100%;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}
.testimony-slide-img-dt::before {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 30px;
  width: calc(100% - 60px);
  height: 4px;
  background: #EC2958;
  border-radius: 13px;
  right: 30px;
}


div#testimony-slide .owl-item.active.center .testimony-slide-img-dt{
  opacity: 1;
  visibility: visible;
  transition: .25s;
}



.testimony-slide-img-dt h5 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 147%;
  color: #FFFFFF;
}
.play-video-icon {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.play-video-icon svg {
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(4.5px);
  border-radius: 56px;
  width: 72px;
  padding: 15px 0;
  height: 50px;
  margin-bottom: 10px;
}


#testimony-slide .owl-item:not(.center) {
  transition: .25s;
}

#testimony-slide .owl-item:not(.center) > div:hover {
  opacity: .75;
  transition: .25s;
}
#testimony-slide .owl-nav {
  display: flex;
  position: absolute;
  top: -36%;
  right: 22%;
  gap: 20px;
}

.owl-nav button {
  background: #FFFFFF;
  border: 1px solid #E9E9E9 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  transition: .25s;
}
.owl-nav button:hover{
  background: #F9F9F9 !important;
  border: 0.5px solid #E9E9E9;
  transition: .25s;
}

.our-happy-cus h5 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: rgba(28, 41, 81, 0.33);
}
.our-happy-cus {
  text-align: end;
  position: absolute;
  right: -230px;
  top: -15px;
}

.skyline-circle-block {
  position: relative;
}


.skyline-circle-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #1C2951 39.23%, rgba(28, 41, 81, 0.67) 113.2%);
  backdrop-filter: blur(3.5px);
  border-radius: 12px;
  z-index: 0;
}


.skyline-circle-block-left {
  position: relative;
  padding: 120px 60px 120px 160px;
  min-height: 445px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.skyline-circle-block-left::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 100px);
  background-color: rgba(71, 95, 148, 0.19);
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}


.skyline-circle-block-left::before {
  position: absolute;
  content: "";
  background-image: url(../img/skyline-cycle.jpg);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.skyline-circle-block-left h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 114%;
  color: #FFFFFF;
}
.skyline-circle-block-left h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 114%;
  color: #FFFFFF;
}

.skyline-circle-block-left p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  color: #FFFFFF;
}

.skyline-circle-block-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 150px;
}
.skyline-circle-block-right a {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  background: linear-gradient(270deg, #374674 7.25%, #1C2951 76.95%);
  border-radius: 7px;
  padding: 20px 20px 20px 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .25s;
}

.skyline-circle-block-right a svg{
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.skyline-circle-block-right a.active {
  background: linear-gradient(270deg, rgba(236, 46, 46, 0.3) -3.53%, #1C2951 76.95%);
  border-radius: 7px;
}

.skyline-circle-block-right a.active svg{
  opacity: 1;
  visibility: visible;
  transition: .25s;
}

.skyline-circle-block-right a:hover {
  background: linear-gradient(270deg, rgba(236, 46, 46, 0.3) -3.53%, #1C2951 76.95%);
  border-radius: 7px;
  transition: .25s;
}

.skyline-circle-block-right a:hover svg{
  opacity: 1;
  visibility: visible;
  transition: .25s;
}


section#news-blog-section {
  padding: 150px 0 100px;
  position: relative;
}
.title-text-news p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 147%;
  color: #626262;
  margin-bottom: 0;
}

.skyline-circle-block-left h2 span {
  color: #D8E7FF;
}
.tag-top {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
}
.tag-top span {
  background: #EE3C35;
  border-radius: 31px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 6px 18px;
}

.tag-top h5 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 129%;
  color: #626262;
  margin-bottom: 0;
}
.news-blog-content-title {
  margin-top: 10px;
}
.news-blog-content-title h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 129%;
  color: #09244B;
}

.news-blog-content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  color: #626262;
}
section#news-blog-section .news-blog-content p {
  max-height: 70px;
  overflow: hidden;
}

.specifications-accrditon-block-content {
  padding-right: 40px;
}
.news-blog-content {
  border-bottom: 1px solid rgba(192, 192, 192, 0.33);
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 25px;
  width: 95%;
  margin-top: 25px;
}
.news-blog-content:last-child{
  border-bottom: 0px solid rgba(192, 192, 192, 0.33);
}

.news-blog-arrow svg {
  background: #F4F4F4;
  border: 0.5px solid #FFFFFF;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
}

.news-left-section {
  position: sticky;
  top: 60px;
  width: 80%;
  margin: 0px auto;
}
.news-blog-content-block {
  height: 550px;
  overflow: auto;
  width: 90%;
  margin: 0px auto;
}

div#mCSB_1_scrollbar_vertical::before {
  content: "";
  position: absolute;
  right: 7px;
  width: 2px;
  height: 100%;
  background-color: rgba(0,0,0,.15);
}

section#footer-contact-details-section {
  background: #F8FBFE;
  padding: 100px 0 0;
  position: relative;
}
.rech-title h3 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #0F0602;
}

.rech-contact-details span {
  font-family: 'HelveticaNowDisplay-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 129%;
  color: #626262;
  margin-bottom: 10px;
  display: block;
}

.rech-contact-details div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.rech-contact-details{
  margin-bottom: 40px;
}

.rech-contact-details div h4 a {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.015em;
  color: #626262 !important;
}

.rech-contact-details div h4 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.015em;
  color: #626262 !important;
  margin-bottom:0px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  grid-gap: 8px;
}

span.spece-5 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
}

.rech-contact-details ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  grid-gap: 20px;
}
.border-btm {
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
}

.row.affiliation-block {
  padding: 60px 0;
}
.rech-title p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #626262;
}
.affiliation-block-logo {
  display: flex;
  align-items: center;
  gap: 30px;
  grid-gap: 30px;
  justify-content: space-between;
  width: 75%;
  margin: auto;
  margin-right: 0;
}

section#subscribe-section {
  background-color: #1C2951;
  padding: 30px 0;
}

.subscribe-block-content {
  display: flex;
  align-items: center;
  gap: 20px;
  grid-gap: 20px;
}

.subscribe-block-content svg:hover rect{
  fill: transparent;
}

.subscribe-block-content h3 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.subscribe-block-content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 129%;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.subsribe-form {
  display: flex;
  justify-content: space-between;
}
.subsribe-form input {
  width: 100%;
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
  padding: 15px 20px;
  border: 0;
}
button.sub-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  grid-gap: 10px;
  padding: 10px;
  border: 0;
  background-color: #fff;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: #0F0602;
  border-left: 0.5px solid #E9E9E9;
}
input:focus{
  outline: none;
}

.footer-top-menu {
  padding: 70px 0 40px;
  position: relative;
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
  margin-bottom: 40px;
}

.footer-top-menu ul {
  margin: 0;
  display: flex;
  gap: 50px;
  grid-gap: 50px;
  padding: 0;
  flex-wrap: wrap;
  row-gap: 15px;
}

.footer-top-menu ul li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 242%;
  letter-spacing: 0.015em;
  color: #626262;
  transition: .25s;
}

.footer-top-menu ul li a:hover {
  color: #EE3C35;
  transition: .25s;
}





.footer-top-links.footer-menu-accordion-mobile-view {
  display: none;
}
.footer-top-links-items-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: -15px;
}
.footer-top-links-items-block span {
  text-transform: uppercase;
  color: rgba(43, 63, 108, 0.51);
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  display: flex;
}

span.span-btn {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #2B3F6C;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 1px;
  padding: 5px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}


/* 
//////////////////////////////////////////////////////

   desktop footer menu
////////////////////////////////////////////////////// */


.footer-top-links-items {
  display: flex;
}
.footer-top-links-items li {
  width: 25%;
  flex-basis: 25%;
}

.footer-desk-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.footer-desk-item {
  width: calc(100% - 20px);
}
.footer-top-links-items {
  display: flex;
  width: calc(100% - 20px);
  padding: 14px 0;
  margin-bottom: 0;
}


/* .footer-top-links-items li:hover{
  background: rgba(217, 221, 241, 0.58);
  border-radius: 2px;
} */

.footer-desk-item ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.footer-desk-item ul li {
  flex-basis: 25%;
  width: 25%;
}
.footer-desk-item ul li ul li {
  flex-basis: auto;
  width: auto;
  padding-bottom: 6px;
}


.footer-desk-item ul li ul {
  display: flex;
  flex-direction: column;
}

.footer-desk-item ul li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 212%;
  color: #626262;
}


div#accordionExample span[aria-expanded="true"] svg{
  transform: rotate(-90deg);
}
.footer-top-links-items li a {
  position: relative;
  width: fit-content;
  cursor: pointer;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0F0602;
}

.footer-top-links-items li a::after {
  background: rgba(217, 221, 241, 0.58);
  border-radius: 2px;
  position: absolute;
  content: "";
  left: -15px;
  height: 36px;
  width: calc(100% + 30px);
  top: -8px;
  z-index: -1;
  opacity: 0;
  transition: .25s;
}
.footer-top-links-items li a:hover::after {
  opacity: 1;
  transition: .25s;
}

span.span-btn svg {
  margin-bottom: 3px;
  margin-left: 10px;
}

div#accordionExample span[aria-expanded="true"] .expand, div#accordionExample-cor span[aria-expanded="true"] .expand, div#accordionExample-over span[aria-expanded="true"] .expand{
  display: none;
}

div#accordionExample span[aria-expanded="false"] .expand, div#accordionExample-cor span[aria-expanded="false"] .expand, div#accordionExample-over span[aria-expanded="false"] .expand{
  display: block;
}
div#accordionExample span[aria-expanded="false"] .hide, div#accordionExample-cor span[aria-expanded="false"] .hide, div#accordionExample-over span[aria-expanded="false"] .hide{
  display: none;
}


.footer-des h6 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: rgba(43, 63, 108, 0.51);
}

.footer-des h1 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: rgba(43, 63, 108, 0.51);
}

.footer-des p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.015em;
  color: #626262;
  opacity: 0.7;
}



.footer-logo-block a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 129%;
  color: #626262;
}

.pr-te-block ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 25px;
  grid-gap: 25px;
}

.pr-te-block ul li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 129%;
  color: #626262;
}

footer#footer {
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.footer-logo-block {
  padding-bottom: 30px;
}


.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.grid__item .lg-hotspot__label{
  width: 12rem;
}
.lg-hotspot__button {
  height: 30px;
  width: 30px;
  padding: 0px;
  position:relative;
}


.lg-hotspot__button::before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.lg-hotspot__button:after {
  position: absolute;
  top: 15px;
  left: 10px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background: rgba(28, 41, 81, 0.5);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse 1.5s infinite;
}


@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(28, 41, 81, 0.5);
  }
  100% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
     background: rgba(28, 41, 81, 0.5);
  }
}



.lg-hotspot__label {
  position: absolute;
  padding: 0 0 1.1em 0;
  width: 14em;
  max-width: 50vw;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
  font-size: 12.5px;
  line-height: 1.45em;
  z-index:100000;
  border-radius: 2px;
  opacity: 0;
  transition: all 0.1s linear;
  padding: 10px;
  border-radius: 3px;
  display: none;
}
.lg-hotspot__label h4 {
  margin: 0;
  font-style: normal;
  font-family: 'HelveticaNowDisplay-Medium';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1C2951;
  border-radius: 2px 2px 0 0;
  margin-bottom: 10px;
}

.rech-contact-details ul li a svg {
  width: 20px;
  height: 20px;
  transition: .25s;
}

.rech-contact-details ul li:hover a svg {
  transform: scale(1.3);
  transition: .25s;
}


.lg-hotspot__label p {
  margin: 0;
  color: #333;
  font-family:'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 113%;
  color: #626262;
  margin-top: 5px;
}

.lg-hotspot__label svg {
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.lg-hotspot--top-left .lg-hotspot__label {
  top: 24px;
  left: 35px;
}

.lg-hotspot--top-right .lg-hotspot__label {
  top: 24px;
  right: 24px;
}

.lg-hotspot--bottom-right .lg-hotspot__label {
  right: 24px;
  bottom: 24px;
}

.lg-hotspot--bottom-left .lg-hotspot__label {
  bottom: 24px;
  left: 24px;
}


.lg-hotspot--selected {
  z-index: 999;
}


.lg-hotspot--selected .lg-hotspot__label {
  opacity: 1;
  display: block;
}
.lg-hotspot--hover .lg-hotspot__label {
  opacity: 1;
  display: block;
}



@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}




/* 
/////////////////////////inner header////////////////////////////// */

header#header.inner-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
}
header#header.inner-header li.nav-item a {
  line-height: 24px;
  color: #0F0602;
  padding: 2px;
  letter-spacing: 1px;
}

header#header.inner-header .btn-header {
  background: #FFFFFF;
  border: 1px solid #0F0602;
  border-radius: 1px;
  padding: 0;
  transition: .25s;
}

header#header.inner-header.walkthrough-header li.nav-item a{
  color: #fff;
}


header#header.inner-header a.btn-header-menu.desktop-menu-link.menu-btn {
  color: #000 !important;
}
header#header.inner-header.walkthrough-header a.btn-header-menu.desktop-menu-link.menu-btn {
  color: #fff !important;
}
.smr-open header#header.inner-header.walkthrough-header a.btn-header-menu.desktop-menu-link.menu-btn {
  color: #000 !important;
}


header#header.contact-header a.btn-header-menu.desktop-menu-link.menu-btn {
  color: #fff !important;
}
body.smr-open header#header.contact-header a.btn-header-menu.desktop-menu-link.menu-btn {
  color: #000 !important;
}

body.smr-open header#header.inner-header.contact-header .btn-header-menu::before {
  background-color: #000 !important;
}


header#header.inner-header .btn-header-menu a {
  color: #000;
  text-decoration: none;
}
header#header.inner-header .btn-header-menu::before {
  background-color: #000;
}
header#header.inner-header .btn-header-menu::after {
  background-color: #000;
}
header#header.inner-header.walkthrough-header .btn-header-menu::before {
  background-color: #fff;
}
header#header.inner-header.walkthrough-header .btn-header-menu::after {
  background-color: #fff;
}
body.smr-open header#header.inner-header.contact-header .btn-header-menu::before {
  background-color: #000 !important;
}
body.smr-open header#header.inner-header.walkthrough-header .btn-header-menu::before{
  background-color: #000 !important;
}


header#header.inner-header .btn-header:hover {
  border: 1px solid #EE3C35;
  background: #EE3C35;
  color: #EE3C35;
  transition: .25s;
}
header#header.nav-down.inner-header.contact-header.header--fixed a.btn-header-menu.desktop-menu-link.menu-btn{
  color: #000 !important;
}

header#header.contact-header.header--fixed a.navbar-brand {
  display: none !important;
}

header#header.contact-header.header--fixed a.navbar-brand.logo-active {
  display: block !important;
}



header#header.contact-header.header--fixed img.da2-logo{
  display: none !important;
}

header#header.contact-header.header--fixed img.da2-logo.da2-logo-active{
  display: block !important;
}




header#header.inner-header button.btn-header:hover a {
  color: #fff;
  transition: .25s;
}
.navbar-open header#header.inner-header button.btn-header a {
  color: #000;
}
.navbar-open header#header.inner-header button.btn-header:hover a {
  color: #fff;
}


.nav-down.inner-header.header--fixed.header-scrolling_up.header-nav-open button.btn-header a{
  color: #fff !important;
}

.nav-down.inner-header.header--fixed.header-scrolling_up.header-nav-open button.btn-header:hover a {
  color: #EE3C35 !important;
}


header#header.inner-header a.navbar-brand {
  display: none;
}

header#header.inner-header a.navbar-brand.logo-active{
  display: block;
}

header#header.inner-header img.da2-logo{
  display: none;
}

header#header.inner-header img.da2-logo.da2-logo-active{
  display: block;
}



header#header.inner-header.walkthrough-header a.navbar-brand {
  display: block !important;
}

header#header.inner-header.walkthrough-header a.navbar-brand.logo-active{
  display: none !important;
}

header#header.inner-header.walkthrough-header img.da2-logo{
  display: block !important;
}

header#header.inner-header.walkthrough-header img.da2-logo.da2-logo-active{
  display: none !important;
}
.nav-down.inner-header.walkthrough-header-gr.inner-interior-header.header-scrolling_up.header-nav-open{
  background: #fff !important;
}


.nav-down.inner-header.walkthrough-header-gr.inner-interior-header.header-scrolling_up.header-nav-open::before {
  position: absolute;
  content: "";
  height: 180px;
  background: #fff !important;
  mix-blend-mode: multiply;
  border-radius: 1px 0px 0px 0px;
  width: 100%;
  top: 0;
  z-index: -1;
}


.nav-down.inner-header.walkthrough-header-gr.inner-interior-header.header-scrolling_up.header-nav-open li.nav-item a {
  line-height: 24px;
  color: #0f0602 !important;
  padding: 2px;
  letter-spacing: 1px;
}
header#header.walkth-gr {
  background: rgb(0 0 0 / 10%) !important;
  backdrop-filter: blur(1.5px) !important;
}


header#header.walkth-gr.header--fixed{
  background-color: #fff !important;
  backdrop-filter: blur(0px)!important;
}



header#header.inner-interior-header.header--fixed{
  background-color: #fff !important;
  backdrop-filter: blur(0px)!important;
}


/* ////////////////////////////////////////////////////// */

/* 
///////////////////////////////project page/////////////////////////////// */

section#skyline-project-inner-top-section {
  padding-top: 138px;
}

.skyline-project-inner-top-block-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}
.skyline-project-inner-top-block-title > div {
  padding-right: 50px;
  width: 70%;
}

.skyline-project-inner-top-block-title a {
  padding-bottom: 20px;
}
.skyline-project-inner-top-block-title h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 92%;
  color: #09244B;
  margin-bottom: 20px;
}

.breadcrumbs-block {
  margin-top: -30px;
}

.breadcrumbs-block ul {
  display: flex;
  align-items: center;
  gap: 5px;
  grid-gap: 5px;
  justify-content: flex-end;
}
.breadcrumbs-block ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: rgba(28, 41, 81, 0.48);
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
}
.breadcrumbs-block ul li{
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: rgba(28, 41, 81, 0.48);
}
.slider-right-block {
  display: flex;
  flex-direction: column;
  height: 420px;
  justify-content: space-between;
}
button.slick-prev.slick-arrow {
  display: none !important;
}
button.slick-next.slick-arrow {
  display: none !important;
}

.skyline-project-slider-main-block {
  border-radius: 10px;
}
.skyline-project-slider-main-block img {
  width: 100%;
  object-fit: cover;
  height: 420px;
  border-radius: 10px;
}
.slider-text-block {
  background: #1C2951;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 30px;
}

.slider-text-block-left h6 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: rgba(225, 234, 249, 0.58);
}
.slider-text-block-left h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.slider-text-block-right ul {
  padding-right: 0;
  padding-left: 0px;
}

.slider-text-block-right {
  overflow: auto;
}

.slider-text-block-left {
  width: 50%;
}
.slider-text-block-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
  grid-gap: 20px;
}
.slider-text-block-right ul {
  padding: 0;
  margin: 0;
  padding-right: 0px;
}
.slider-text-block-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.slider-text-block-right ul li {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding-bottom: 15px;
}
.slider-text-block-right ul li {
  display: flex;
  gap: 10px;
  grid-gap: 10px;
  align-items: baseline;
}
.slider-text-block-right ul li svg{
  width: 20px;
}

.slider-text-block-right ul li img {
  filter: invert(20) sepia(0%) saturate(0) hue-rotate(346deg) brightness(125%) contrast(96%);
}

button.enquiry-btn {
  background: #EE3C35;
  border: 1px solid #EE3C35;
  backdrop-filter: blur(2px);
  border-radius: 1px; 
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  grid-gap: 12px;
  transition: .25s;
}
button.enquiry-btn:hover{
  border: 1px solid #fff;
  background-color: transparent;
  transition: .25s;
}
button.slider-bhk-btn {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #09244B;
  background: #FFFFFF;
  backdrop-filter: blur(2px);
  border-radius: 1px;
  padding: 6px 15px;
  border: 1px solid #fff;
  transition: .25s;
  cursor: auto;
}
button.slider-bhk-btn:hover{
  border: 1px solid #fff;
  background-color: transparent;
  transition: .25s;
  color: #fff;
}

button.slider-bhk-btn:hover a{
  color: #fff;
  transition: .25s;
}

button.slider-bhk-btn a {
  color: #09244B;
  transition: .25s;
}
.btn-group-slider {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
}
.slider.slider-text {
  height: 55%;
  padding: 0 0px 0 15px;
}
.slider.slider-nav.slider-nav-slider {
  height: 40% !important;
  padding: 0 0 0 12px;
}
.slider-thumb-img.slick-slide img {
  object-fit: cover;
  height: 100%;
}
.slider-nav-slider .slick-track {
  display: flex;
  height: 100%;
  gap: 12px;
  grid-gap: 12px;
}

.slider-text-block-right {
  display: flex;
  align-items: center;
  width:50%;
}
section#skyline-project-slider-section {
  margin-top: 30px;
}
.main-slider-text {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.now-trending-block > span {
  background: #FFC700;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.now-trending-block h6 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 129%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}
.now-trending-block {
  display: flex;
  align-items: center;
  gap: 6px;
  grid-gap: 6px;
}
.ex {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
  margin-bottom: 5px;
}
.ex h6 {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.main-slider-text h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-top: 10px;
  gap: 5px;
  grid-gap: 5px;
  margin-bottom: 0;
}
.main-slider-img {
  position: relative;
  transition: .25s;
}




.main-slider-img::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(180deg,rgb(0 0 0 / 91%) 0%,rgba(58,58,58,0) 95.31%);
  mix-blend-mode: multiply;
  border-radius: 10px 9px 0px 0px;
  transform: rotate(180deg);
  transition: .25s;
}

.main-slider-img:hover.main-slider-img::before {
  height: 60%;
  transition: .25s;
}
.main-slider-text.pad {
  padding: 10px 20px;
}
.main-slider-text.pad h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
/* .skyline-project-slider-main-block:hover img {
  transform: scale(1.05);
  transition: .5s;
} */
.main-slider-img img {
  transition: .5s;
  border-radius: 6px;
}



.slider-thumb-img {
  position: relative;
  border-radius:6px;
}
.slider-thumb-img::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(180deg,rgb(0 0 0 / 91%) 0%,rgba(58,58,58,0) 95.31%);
  mix-blend-mode: multiply;
  border-radius: 10px 9px 0px 0px;
  transform: rotate(180deg);
  transition: .25s;
}
.slider-thumb-img:hover::before{
  height: 60%;
  transition: .25s;
}
/* 
.slider-thumb-img.slick-slide.slick-current.slick-active {
  display: none;
} */

.slider-thumb-img.slick-slide.slick-current.slick-active {
  display: none;
}
.slider-thumb-img.slick-slide.slick-active {
  width: 14% !important;
}



.slick-slide img {
  border-radius: 6px;
}
.slider-nav-product .slick-slide img {
  border-radius: 4px;
}



section#skyline-project-wrapper-section {
  padding: 45px 0;
}

.project-wrapper-block-item {
  background: rgba(211, 242, 255, 0.51);
  border-radius: 5px;
  padding: 25px 25px 25px 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  grid-gap: 20px;
  align-items: center;
}

.project-status-details {
  display: flex;
  gap: 10px;
  grid-gap: 10px;
  align-items: center;
}
.project-status-details span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 92%;
  color: #09244B;
}
.project-status-details h6 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 129%;
  color: #0F0602;
  margin-bottom: 0;
}

span.project-status {
  background: #2B3F6C;
  border-radius: 31px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px 15px;
  cursor: pointer;
}
.project-wrapper-block-content:nth-child(even) .project-wrapper-block-item {
  background: rgba(238, 60, 53, 0.08);
}

.project-wrapper-block-content:nth-child(even) .project-wrapper-block-item .project-status{
  background: #EE3C35;
}

.skyline-all-project-list-filter-block-content {
  display: flex;
  gap: 10px;
  grid-gap: 10px;
  width: 100%;
  margin: auto;
  margin-right: 0;
  justify-content: right;
}
.skyline-all-project-list-filter-block, .skyline-all-project-list-filter-block2 {
  border: 1px solid #D9D9D9;
  border-radius: 35px;
  height: fit-content;
}
.sales-products-filter.ft-projects {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 35px;
  padding: 0px;
}
.sales-products-filter.ft-projects span {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
  border-right: 1px solid rgba(98, 98, 98, 0.19);
  padding: 10px 15px 10px 20px;
}

.sales-products-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background-image: none;
}
/* Custom Select */
.sales-products-filter select {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #0F0602;
}
.sales-products-filter {
  background: #FFFFFF;
  border-radius: 35px;
  padding: 5px 0px 5px 0px;
  position: relative;
}

.sales-products-filter select {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0F0602;
  padding-left: 10px;
  padding-right: 50px;
  position: relative;
  background: transparent;
}

.skyline-all-project-list-filter-block.filter-width .sales-products-filter select {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0F0602;
  padding-left: 10px;
  position: absolute;
  padding-right: 40px;
  width: 79%;
}

.skyline-all-project-list-filter-block2.filter-width .sales-products-filter select {
  position: absolute;
  font-size: 12px;
  width: 150px;
}

.skyline-all-project-list-filter-block.filter-width {
  width: 200px;
  overflow: hidden;
}
.skyline-all-project-list-filter-block2.filter-width{
  width: 200px;
  overflow: hidden;
}



.sales-products-filter select::-ms-expand {
  display: none;
}
/* Arrow */
.sales-products-filter::before {
  content: '';
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  transform: translate(0px, -50%);
}
/* Transition */
.sales-products-filter .select:hover::after {
  color: #f39c12;
}
.sales-products-filter .select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}




section#skyline-all-project-list-section {
  margin-top: 20px;
}


.skyline-all-project-list-filter-block-content .sales-products-filter span {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #626262;
  padding: 8px 10px;
  border-right:  1px solid rgba(98, 98, 98, 0.19);
  transition: .5s;
}

.skyline-all-project-list-filter-block-content ul {
  display: none;
  margin: 0;
  padding: 20px;
  position: absolute;
  bottom: -260px;
  min-height: 250px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: .5s;
}
.skyline-all-project-list-title-block {
  display: flex;
  gap: 5px;
  grid-gap: 5px;
  align-items: center;
  transition: .5s;
}

.skyline-all-project-list-title-block span {
  width: 4px;
  height: 3px;
  background: #EE3C35;
  border-radius: 50%;
  display: block;
  transition: .5s;
}
section#skyline-location-project-list-section .skyline-all-project-list-title-block {
  margin-top: 60px;
  margin-bottom: 30px;
  transition: .5s;
}

.skyline-all-project-list-title-block h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'HelveticaNowDisplay-Regular';
  letter-spacing: .185em;
  color: #2b3f6c;
  margin-bottom: 0;
  min-width: fit-content;
  margin-right: 10px;
  text-transform: uppercase;
}

.skyline-all-project-list-title-block hr {
  border-top: 1px solid #D9DBE9;
  width: 100%;
}
.all-project-content-block-item {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  transition: .5s;
  border-radius: 20px;
  cursor: pointer;
}



.all-project-content-block-item img {
  height: 460px;
  object-fit: cover;
}

.all-project-contaent-expand-item ul li img {
  width: auto !important;
  height: auto !important;
  fill: #fff;
  filter: invert(20) sepia(0%) saturate(0) hue-rotate(346deg) brightness(125%) contrast(96%);
}

.all-project-content-block-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(58 58 58) 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 20px 20px 0px 0px;
  transform: rotate(180deg);
  transition: .5s;
}

.all-project-content-block-item-text {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 20px;
  text-align: center;
  transition: .5s;
}
.all-project-content-block-item-text p {
  transition: .5s;
  font-family: 'HelveticaNowDisplay-Regular';
  font-weight: 400;
  font-size: 13px;
  line-height: 92%;
  letter-spacing: 0.03em;
  color: #DADADA;
}
.all-project-content-block-item:hover .all-project-content-block-item-text p{
  transform: translateY(0px);
  transition: .5s;
  opacity: 1;
  visibility: visible;
}


.all-project-content-block-item:hover .all-project-content-block-item-text {
  bottom: 25px;
  transition: .5s;
}

.slider.slider-nav-product img {
  height: 85px;
  object-fit: cover;
}



.all-project-content-block-item-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  background: #FFFFFF;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 4px 4px 0px 0px;
  transition: .5s;
  z-index: 1;
  cursor: pointer;
}
.all-project-content-block-item-btn {
  padding: 10px 30px !important;
}
.all-project-content-block-item-text h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  color: #fff;
  margin-bottom: 5px;
}

.all-project-contaent-expand-item {
  position: absolute;
  transition: .5s;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 40px 20px 20px 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  transition: .7s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
}

.all-project-contaent-expand-item::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  transition: .5s;
  background: #1C2951;
  bottom: 0;
  right: 0;
  transition: .5s;
  z-index: -1;
}
.active .all-project-contaent-expand-item{
    opacity: 1;
    visibility: visible;
    transition: .85s;
}
.all-project-contaent-expand-item ul li svg {
  width: 20px;
}
.all-project-contaent-expand-item ul li:nth-child(4){
  display:none;
}


.all-project-content-block-item:hover .all-project-content-block-item-btn {
  transition: .25s;
  background-color: #EE3C35;
}

.all-project-content-block-item:hover a.all-project-content-block-item-btn svg path {
  stroke: #fff;
}

.active a.all-project-content-block-item-btn svg {
  transform: rotate(180deg);
 stroke: rgba(238, 60, 53, 1);
}
.active a.all-project-content-block-item-btn svg path{
  stroke: rgba(238, 60, 53, 1);
}

.all-project-contaent-expand-item ul {
  padding: 0px;
  margin: 10% auto 0;
  width: 80%;
}

.all-project-contaent-expand-item ul li {
  padding: 8px 0;
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
}

button.btn-header.red-rd {
  background: #EE3C35;
  border-radius: 35px;
  border-color: #EE3C35;
  margin-top: 20%;
}
button.btn-header.red-rd a {
  color: #fff;
}
button.btn-header.red-rd a svg{
  margin-left: 10px;
}

.all-project-content-block-item.active .all-project-contaent-expand-item::before {
  height: 100%;
  transition: .5s;
  background: linear-gradient(180deg, rgba(28, 41, 81, 0.92) 63.02%, rgba(28, 41, 81, 0) 169.81%);
  backdrop-filter: blur(4px);
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  z-index: -1;
}

.all-project-content-block-item.remove-active.active .all-project-contaent-expand-item::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  transition: .5s;
  background: #1C2951;
  bottom: 0;
  right: 0;
  transition: .5s;
  z-index: -1;
}

.all-project-content-block-item.remove-active.active .all-project-contaent-expand-item{
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}


.load-more-block {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  grid-gap: 20px;
  align-items: center;
}
.all-project-contaent-expand-item h4 {
  color: #fff;
  background: transparent !important;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

button.load-more-btn {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 1px;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0F0602;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
  min-width: 160px;
  justify-content: center;
}
button.load-more-btn img {
  margin-right: 10px;
}
span.loading-circle {
  width: 22px;
  height: 22px;
  display: block;
  background: conic-gradient(from 90deg at 50% 50%, rgba(0, 175, 170, 0.0001) 0deg, #2B3F6C 359.96deg, rgba(0, 175, 170, 0.0001) 360deg);
  border-radius: 50%;
  position: relative;
}

span.loading-circle::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  left: 52%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}


.load-more-block hr {
  border-top: 1px solid #D9DBE9;
  width: 100%;
}




.spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
}


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

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

section#skyline-dream-wrapper-section {
  padding: 80px 0;
}
.row.skyline-dream-wrapper-block {
  background: rgba(238, 60, 53, 0.08);
  border-radius: 1px;
  padding: 80px 60px;
  align-items: center;
}
.skyline-dream-wrapper-block-icon {
  display: flex;
  justify-content: center;
}
.skyline-dream-wrapper-block-text-title h3 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.03em;
  color: #1C2951;
}
.skyline-dream-wrapper-block-text-title h3 span {
  color: #EE3C35;
}
.skyline-dream-wrapper-block-text-title {
  margin-right: 80px;
}

.location-slider-block .all-project-content-block-item{
  margin:0px 15px;
}





section#skyline-faq-section {
  background: #F9FAFB;
  padding: 80px 0;
  margin-top: 80px;
}
div#faq {
  margin-top: 40px;
  margin-right: 40px;
}

#faq .card {
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(192, 192, 192, 0.32);
}

 #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
  background: transparent;
}

#faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  padding: 20px 0;
  background-color: transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  float: right;
  background: rgba(238, 60, 53, 0.1);
  border: 0.5px solid #FFFFFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  color: rgba(238, 60, 53, 1);
}

.card-body {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 163%;
  color: #626262;
  padding: 20px 0;
}
form.contact-form {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px 30px;
}

.form-input-block {
  position: relative;
  margin-bottom: 10px;
}
.input-icon {
  position: absolute;
  top: 50%;
  transform: translate(0%, -55%);
  left: 10px;
}

.contact-select{
  border: 1px solid rgba(217, 217, 217, 0.53);
  border-radius: 2px;
  padding: 12px 20px 12px 40px;
  margin-bottom: 5px;
  background: #FFFFFF;
  width: 100%;
}
li.nav-item.p-0.m-0 {
  padding: 6px 0;
  margin-bottom: 5px !important;
}

input.form-input-text {
  border: 1px solid rgba(217, 217, 217, 0.53);
  border-radius: 2px;
  padding: 12px 20px 12px 40px;
  margin-bottom: 5px;
  background: #FFFFFF;
  width: 100%;
}
select.form-input-text {
  border: 1px solid rgba(217, 217, 217, 0.53);
  border-radius: 2px;
  padding: 12px 20px 12px 40px;
  margin-bottom: 5px;
  background: #FFFFFF;
  width: 100%;
}
#ProjectContactModal input.form-input-text {
  padding: 12px 12px 12px 30px;
  font-size: 12px;
}


input.form-input-text.contact-required.whatsapp-site-visit, input.form-input-text.contact-required.phone-site-visit {
  padding-left: 50px !important
}


.form-input-block textarea {
  border: 1px solid rgba(217, 217, 217, 0.53);
  border-radius: 2px;
  padding: 12px 20px 12px 40px;
  margin-bottom: 5px;
  background: #FFFFFF;
  width: 100%;
  height: 150px;
  font-size: 12px;
}



.form-input-block label {
  display: block;
  width: 100%;
}


div#skyline-head h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #0F0602;
}

a.readmore {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
  transition: .5s;
}

a.readmore[aria-expanded="true"]{
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  display: none;
}
section#sky-des {
  padding: 60px 0;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f105";
  font-weight: 600;
  background: #FFFFFF;
  border: 0.5px solid rgba(98, 98, 98, 0.19);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  color: rgba(43, 63, 108, 1);
}

#faq .card .collapsing {
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  line-height: 30px;
  color: #222;
}

button.submit-btn {
  background: #FFFFFF;
  border: 1px solid #0F0602;
  border-radius: 1px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: #0F0602;
  padding: 14px 25px;
}
button.submit-btn svg {
  margin-right: 10px;
}

.submit-msg-block {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
  justify-content: space-between;
}

.submit-msg-block span {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #626262;
}



.project-filter-btn{
  display: none;
}


.view-dt-ex-btn {
  background: #EE3C35;
  border-radius: 35px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border: 1px solid #EE3C35;
  padding: 6px 16px;
  margin-top: 30px;
}
.view-dt-ex-btn svg {
  width: 12px;
  margin-left: 5px;
}


.home-banner-text-block svg {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 120px;
  padding-bottom: 0;
}
.home-banner-text-block-item {
  display: flex;
  flex-direction: column;
}




.location-slider-block .all-project-contaent-expand-item ul {
  width: 100%;
}

.location-slider-block .all-project-contaent-expand-item ul li {
  font-size: 12px;
  line-height:16px;
}


@media screen and (max-width:1800px) {

}

@media screen and (max-width:1700px) {

  .home-featured-project-filter-block .dropdown-select {
    width: 450px;
  }

  .skyline-all-project-list-filter-block-content {
    width: 100%;
  }
}


@media screen and (max-width:1600px) {

  #testimony-slide .owl-nav {
    top: -37%;
  }



  .skyline-all-project-list-filter-block-content .sales-products-filter span {
    padding: 8px 15px;
  }

  #testimony-slide .owl-item.center > div {
    cursor: auto;
    margin: 0px -6%;
    transition: margin 0.8s ease;
}
#testimony-slide .owl-item > div {
  cursor: pointer;
  margin: 8% 9%;
  transition: margin 0.8s ease;
}

}

@media screen and (max-width:1400px) {

  #testimony-slide .owl-nav {
    top: -42%;
  }
  .all-project-contaent-expand-item ul {
    padding: 0px;
    margin: 0% auto 0;
  }



  .view-dt-ex-btn {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.03em;
    padding: 2px 8px;
    margin-top:10px;
}





  .skyline-all-project-list-filter-block-content .sales-products-filter span {
    padding: 8px 10px;
    font-size: 13px;
  }
    .sales-products-filter select {
      font-size: 13px;
      padding-left: 6px;
      padding-right: 30px;
  }
  .sales-products-filter::before {
    right: 10px;
  }


  #testimony-slide .owl-item.center > div {
    cursor: auto;
    margin: 0px -13%;
    transition: margin 0.8s ease;
  }

  #testimony-slide .owl-item > div {
    cursor: pointer;
    margin: 10% 15%;
    transition: margin 0.8s ease;
  }

  #testimony-slide .owl-item.center > div img {
    height: 400px;
  }
  


  div#testimony-slide .owl-item img {
    height: 300px;
  }
  

}


@media screen and (max-width:1300px) {

  .home-featured-project-filter-block .dropdown-select {
    width: 480px;
  }
  #testimony-slide .owl-nav {
    top: -50%;
  }

  div#select.form-control {
    width: 28%;
}

.rech-contact-details div h4 a{
  font-size:15px;
}
.rech-contact-details div h4{
  font-size:15px;
}

.search-property-block-title {
  font-size: 16px;
}

}
@media screen and (max-width:1200px) {

  header#header li.nav-item {
    padding: 0 3px;
    margin: 0 3px;
}

  .home-featured-project-filter-block .dropdown-select {
    width: 500px;
  }


}


@media screen and (max-width:991px) {




  .home-featured-project-filter-block .dropdown-select {
    width: 550px;
  }

  .footer-top-links-items li a {
    font-size: 14px;
  }

}

@media screen and (max-width:767px) {
 
  .footer-top-links.footer-menu-accordion-mobile-view {
    display: block;
  }

  .footer-top-links-items ul li {
    max-width: 100%;
    flex-basis: 100%;
  
    width: 100%;
  }

  .project-filter-btn{
    display: block;
  }
  .card-body {
    padding-bottom: 20px;
  }

  .footer-top-links-items ul li {
    max-width: 100%;
    flex-basis: 100%;
      width: 100%;
  }
  .footer-top-links-items ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #161724;
  }


  .footer-top-links-items ul li span:after {
    
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }


  .footer-top-links-items ul li span.collapsed:after {
    content: "\f107";
  }

  .footer-top-links-items ul li span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #161724;
    display: block;
  }

  .footer-top-links-items ul li ul li {
    border-bottom: 0;
  }

  div#accordionExample span {
    justify-content: space-between;
  }

  div#accordionExample span[aria-expanded="true"] {
    transform: rotate(0deg);
  }
  .footer-top-links-items {
    display: flex;
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .footer-top-links-items li:hover::after {
    opacity: 0;
    transition: .25s;
  }

  .footer-top-links-items ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    width: 100%;
  }


}



/* 
//////////////////////////////awards page/////////////////////////////// */


.skyline-awards-inner-top-block-title {
  display: flex;
  align-items: center;
  gap: 30px;
  grid-gap: 30px;
}

.service-block-svg-content {
    margin-top: 30px;
}




.skyline-awards-inner-top-block-title div {
  border-right: 1px solid #ededed;
  padding-right: 20px;
}
.skyline-awards-inner-top-block-title p {
  margin-bottom: 0;
}
.skyline-awards-inner-top-block-title span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: rgba(43, 63, 108, 0.79);
  text-transform:uppercase;
}
section#awards-list-section {
  padding: 60px 0;
}

.awards-list-block-item {
  border: 1px solid #F1F1F1;
  border-radius: 12px;
  padding: 40px;
  min-height: 390px;
  transition: .25s;
}
.load-more-content-block{
  display: none;
}

.awards-list-block-item:hover{
  background-color: #FFF6F6;
  transition: .25s;
}


.awards-list-block-item.active{
  background: #FFF6F6;
}
.awards-list-img {
  width: 200px;
  margin: 0px auto;
  margin-bottom: 35px;
  height: 200px;
}
.awards-list-text h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2B3F6C;
}

button.read-more-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
  font-family: 'HelveticaNowDisplay-Medium';
}

span.less-summary {
  display: none;
}
.product-dt-content-block.summary.active-summary span.less-summary{
  display: block;
}
.product-dt-content-block.summary.active-summary span.full-summary {
  display: none;
}

.product-dt-content-block.summary a {
  color: #626262;
  font-weight: 500;
}

.row.awards-list-block.no-gutters {
  margin-right: -35px;
  margin-left: -35px;
}
.col-lg-4.col-md-4.col-sm-6.col-12.pad-35 {
  padding-right: 35px;
  padding-left: 35px;
}
.btn-block-center {
  display: flex;
  justify-content: center;
  margin: 50px 0 0 0;
}
.skyline-awards-inner-top-block-title h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  display: flex;
  align-items: center;
  color: #09244B;
}
.latest-awards-block {
  background: rgba(225, 234, 249, 0.33);
  border-radius: 15px;
  align-items: center;
}
.latest-awards-details-block {
  padding: 80px 50px 80px 80px;
}
span.latest-tag {
  background: #EE3C35;
  border-radius: 31px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px 20px;
  margin-bottom: 20px;
  display: block;
  width: fit-content;
}
.latest-awards-details-block h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #2B3F6C;
  margin-bottom: 20px;
}
.latest-awards-details-block p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 194%;
  color: #626262;
}

.latest-awards-details-img {
  position: relative;
}

.latest-awards-details-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.7) 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 10px 9px 0px 0px;
  transform: rotate(180deg);
}

a.enlarge-view-btn {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  display: flex;
  bottom: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0%);
}
.latest-awards-details-img img {
  border-radius: 0px 11px 11px 11px;
}



/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


.awards-recogination-title {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
  margin: 50px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.awards-recogination-title.text-center {
  text-align: center;
  justify-content: center;
}

.awards-recogination-title span{
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #EE3C35;
  display: block;
}

.awards-recogination-block {
  background: rgba(245, 245, 245, 0.27);
  border: 1px solid #F1F1F1;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 60px;
  min-height: 400px;
}
a.enlarge-view-btn.image-popup-vertical-fit {
  opacity: 0;
  transition: .25s;
}
.awards-recogination-block-img:hover a.enlarge-view-btn.image-popup-vertical-fit{
  opacity: 1;
  transition: .25s;
}
.latest-awards-details-img:hover a.enlarge-view-btn.image-popup-vertical-fit{
  opacity: 1;
  transition: .25s;
}




.awards-recogination-block-img img {
  height: 250px;
  object-fit: contain;
}
.awards-list-img img {
  height: 180px;
  object-fit: contain;
}
span.read-less-span {
  display: none;
}

button.read-more-btn[aria-expanded="true"] span.read-more-span {
  display: none;
}
button.read-more-btn[aria-expanded="true"] span.read-less-span {
  display: block;
}

.awards-recogination-block-text h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2B3F6C;
}
.awards-recogination-block-img {
  position: relative;
}
.awards-recogination-block-img span {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.awards-recogination-block-img::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.7) 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 10px 9px 0px 0px;
  transform: rotate(180deg);
  height: 70%;
}
.awards-recogination-block-img img {
  border: 1px solid #E9E9E9;
  border-radius: 10px;
}
.awards-recogination-block-text {
  margin-top: 15px;
}
section#awards-recogination-section {
  padding-bottom: 30px;
}

.about-skyline-text h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  display: flex;
  align-items: center;
  color: #09244B;
}

.about-top-year-block {
  display: flex;
  align-items: center;
  gap: 30px;
  grid-gap: 30px;
  padding: 60px 0;
}
.about-yeat-text h2 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #2B3F6C;
}
.about-yeat-text h2 span {
  color: rgba(64, 182, 233, 1);
}

.about-skyline-text h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  display: flex;
  align-items: center;
  color: #09244B;
  margin-bottom:15px
}
.about-skyline-text {
  padding: 60px 0 80px;
}
.about-skyline-text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 194%;
  color: #626262;
}


.mouse-container {
  position: absolute;
  right: 0;
}
.pos-rel{
  position:relative;
}

section#about-top-banner-section {
  position: relative;
}
section#about-top-banner-section::before {
  position: absolute;
  content: "";
  background-image: url(../img/about-dots.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 75%;
  bottom: 0;
  background-size: cover;
}

.mouse {
  height: 50px;
  width: 32px;
  border-radius: 30px;
  border: 1px solid #2B3F6C;
}

.mouse:after{
  content:'';
  display:block;
  height:4px;
  width:4px;
  border-radius:50%;
  margin:10px auto;
  background:#2B3F6C;
  position:relative;
  -webkit-animation:a 1.2s ease infinite;
  animation:a 1.2s ease infinite
}

.arrow-scroll{
  width:35px;
  margin-top:10px
}
.arrow-scroll>span{
  font-family:Arial,sans-serif;
  display:block;
  width:9px;
  height:9px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  border-right:1px solid #2B3F6C;
  border-bottom:1px solid #2B3F6C;
  margin:5px auto 3px;
  -webkit-animation:b 1s infinite;
  animation:b 1s infinite;
  -webkit-animation-delay:.2s;
  animation-delay:.2s
}

.arrow-scroll>span:first-child{
  -webkit-animation-delay:.1s;
  animation-delay:.1s
}
.arrow-scroll>span:last-child{
  -webkit-animation-delay:.3s;
  animation-delay:.3s
}
@-webkit-keyframes a{
  0%{
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0)}to{opacity:0;
    -webkit-transform:translateY(8px);
    transform:translateY(8px)
  }
}
/*   
  @keyframes a{
    0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(8px);transform:translateY(8px)}}@-webkit-keyframes b{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes b{0%{opacity:0}50%{opacity:.5}to{opacity:1}} */


    .awd-hg-list ul {
      display: flex;
      margin: 0;
      padding: 0;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 35px;
      grid-gap: 35px;
  }

  .awd-hg-list ul li {
    flex-basis: 20%;
    width: 20%;
}
.awd-hg-list ul li {
  flex-basis: 20%;
  width: 20%;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  padding: 30px 20px;
}
.awd-hg-list ul li img {
  height: 50px;
  object-fit: contain;
}
section#about-our-milestones-section .awd-hg-list img {
  height: 80px;
}

.awd-hg-text h3 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-size: 40px;
  line-height: 147%;
  color: #2B3F6C;
}
.awd-hg-text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  color: #626262;
}
a.our-awards-btn {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #626262;
}

.awd-hg img {
  width: 80%;
}

section#about-our-milestones-section {
  padding: 30px 0 80px;
}

section#about-founder-message-section {
  background: #FFF6F6;
  border: 1px solid #F1F1F1;
  padding: 120px 0 0;
}

.founder-message-block-text h2 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 127.5%;
  color: #2B3F6C;
}
.founder-message-block-text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 194%;
  color: #626262;
}

.founder-message-block-text h3 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 147%;
  color: #2B3F6C;
  margin-top: 50px;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  grid-gap: 10px;
}

.founder-message-block-text {
  padding: 60px 0;
}

section#about-journey-section {
  padding: 40px 0 70px;
  position: relative;
}

.journey-block-item {
  width: fit-content;
  margin: 0px auto;
  text-align: center;
  padding: 30px 40px;
}

.journey-block-item h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 92%;
  color: #09244B;
}
.journey-block-item p {
  font-family: 'HelveticaNowDisplay-Light';
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 129%;
  color: #0F0602;
  margin-bottom: 0;
}

span.project-status-bdg {
  background: #2B3F6C;
  border-radius: 31px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: fit-content;
  padding: 5px 15px;
  margin: 0px auto;
  margin-bottom: 10px;
  cursor: pointer;
}

.journey-block:nth-child(even) span.project-status-bdg {
  background: #EE3C35;
}

.journey-block:nth-child(odd) .journey-block-item:hover {
  background: rgba(211, 242, 255, 0.51);
  border-radius: 7px;
}


.journey-block:nth-child(even) .journey-block-item:hover {
  background: #FFF6F6;
  border-radius: 7px;
}

.journey-block::before {
  position: absolute;
  content: "";
  right: 0;
  width: 0.8px;
  height: calc(100% - 60px);
  background: linear-gradient(90deg, rgb(172 156 156 / 43%) -1.89%, rgba(0, 27, 78, 0) 116.36%);
  z-index: 1;
  top: 50%;
  transform: translate(0px, -50%);
}

.journey-block:last-child.journey-block::before{
  background: transparent;
}


section#about-details-section {
  padding: 40px 0 80px;
  position: relative;
}

.skyline-about-block-details-title span {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
}
.skyline-about-block-details-title h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #1C2951;
}
.skyline-about-block-details-title h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 92%;
  color: #1C2951;
}

.skyline-about-block-details-content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 194%;
  color: #626262;
  margin-bottom: 0;
}

.row.about-mission-block {
  padding: 100px 0 0;
  align-items: center;
}

.mission-title,.vision-title {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
  display: flex;
  align-items: center;
  gap: 20px;
  grid-gap: 20px;
}

.mission-title span img, .vision-title span img {
  width: 100%;
  height: 6px;
  object-fit: cover;
  border-radius: 37px;
}


.whyus-number {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 128px;
  line-height: 140px;
  background: linear-gradient(180deg, rgba(238, 60, 53, 0.71) 0%, rgba(64, 182, 233, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.2;
}

.whyus-accrditon-block-content {
  display: flex;
  gap: 20px;
  grid-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.whyus-accrditon-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.whyus-title-block a {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #2B3F6C;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.why-us-body {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #626262;
  margin-top: 15px;
}
section#about-why-us-section {
  background: linear-gradient(180deg, rgba(211, 242, 255, 0.51) 0%, rgba(211, 242, 255, 0) 100%);
  padding: 100px 0 60px;
}

span.whyus-arr-icon {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 1px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.quick-link-block {
  position: relative;
}
a.quick-link-block-link {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  bottom: 30px;
}

.quick-link-block-text h4 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.quick-link-block-text p {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 131.5%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 0;
}

.quick-link-block-text {
  padding: 0px 30px 0;
}

.quick-link-block::before {
  background: linear-gradient(180deg, rgb(58 58 58 / 88%) 0%, rgb(58 58 58 / 0%) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 10px 9px 0px 0px;
  transform: rotate(180deg);
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  bottom: 0;
}
a.quick-link-block-link svg {
  margin-right: 30px;
  transition: .25s;
}

.quick-link-block-text h4 span {
  width: 3px;
  height: 3px;
  background: #EE3C35;
  display: block;
}
.quick-link-block-text h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
}

section#quick-links-section {
  padding-bottom: 80px;
}

svg circle {
  transition: .25s;
}
a:hover svg circle {
  r: 5;
  cx: 57;
  transition: .25s;
}
.view-all-projects-btn:hover span {
  transition: .25s;
  opacity: 0.4;
  border: 1px solid #1C2951;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-11px, -1px);
  transition: .25s;
}
button.view-all-projects-btn:hover svg circle {
  r: 5;
  cx: 57;
  transition: .25s;
}
button.view-all-projects-btn:hover svg.circle-small circle {
  r: 3;
  cx: 37;
  transition: .25s;
}

.our-awards-btn:hover svg.circle-medium circle {
  r: 3;
  cx: 44;
  transition: .25s;
}

.affiliation-block-logo img {
  width: 70px;
}

@media screen and (max-width:1100px) {

  .about-year span img {
    width: 80px;
  }

}


@media screen and (max-width:991px) {
  .awd-hg-list {
    margin-top: 40px;
  }

  .awards-list-img {
    width: auto;
  }
  .col-lg-4.col-md-4.col-sm-6.col-12.pad-35 {
    padding-right: 15px;
    padding-left: 15px;
}
.row.awards-list-block.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
.awards-list-block-item {
  padding: 30px 30px;
}

}



@media screen and (max-width:767px) {
  .quick-link-block {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .about-top-year-block {
    flex-direction: column;
  }
  .awd-hg-text {
    text-align: left;
    margin-top: 20px;
  }
  .awd-hg img {
    width: 100%;
  }

  .founder-img-block {
    width: 60%;
    margin: 0px auto;
    position: relative;
  }

  .founder-img-block::before{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #FFF6F6 28.4%, rgba(255, 246, 246, 0) 100%);
    transform: rotate(180deg);
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 150px;
  }





  .skyline-about-mission-block {
    margin-bottom: 30px;
  }
  .founder-message-block-text {
    padding: 0px 0;
}

.affiliation-block-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  grid-gap: 20px;
  justify-content: space-between;
  width: 100%;
  margin: 0px auto;
  margin-top: 30px;
}


}



@media screen and (max-width:576px) {
  .awd-hg-list ul li {
    flex-basis: 18%;
    width: 18%;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    padding: 20px 10px;
  }

  .awd-hg-list ul {
    gap: 15px;
    grid-gap: 15px;
}

.affiliation-block-logo {
  gap: 10px;
  grid-gap: 10px;
  justify-content: space-around;
}


.affiliation-block-logo img {
  width: 50px;
}

.RegionsDropdown-module--locationsDropdown--1-V_l {
  padding: 0 0 20px;
}


}


@media screen and (max-width:450px) {
  .founder-img-block {
    width: 80%;
    margin: 0px auto;
  }
}




/* 

////////////////////////////////////////////
      project details page
//////////////////////////////////////////// */


.project-logo {
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 0.19);
  border-radius: 7px;
  width: fit-content;
}
.project-logo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.project-details-banner-block {
  display: flex;
  align-items: center;
  gap: 30px;
  grid-gap: 30px;
  width: 100%;
}
.project-name-detals h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #09244B;
}

.project-top-address {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #09244B;
  gap: 10px;
  grid-gap: 10px;
}
.project-top-address .div {
  display: flex;
  gap: 10px;
  grid-gap: 10px;
  align-items: center;
}
a.view-map-btn button {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  background: #2B3F6C;
  backdrop-filter: blur(4px);
  border-radius: 2px;
  border: 0;
  padding: 2px 10px;
  display: flex;
  gap: 5px;
  grid-gap: 5px;
}

.project-name-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 83%;
}
.project-detail-slider-text {
  transform: translate(-40px, 0px);
}

.project-detail-slider-text ul li img {
  width: 16px;
}

a.enquiry-btn-project button {
  background: #EE3C35;
  border-radius: 2px;
  border: 1px solid #EE3C35;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  padding: 14px 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
  transition: .25s;
}
a.enquiry-btn-project button:hover{
  background: transparent;
  border: 1px solid #2B3F6C;
  transition: .25s;
  color: #2B3F6C !important;
}
a.enquiry-btn-project button:hover svg path{
  fill: #2B3F6C !important;
  transition: .25s;
  stroke: #fff !important;
}

.project-details-contact-icon {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #EEF4FF;
  border-radius: 2px;
}
.project-deails-top-contact-block {
  display: flex;
  justify-content: end;
  background: rgba(225, 234, 249, 0.33);
  border-radius: 2px;
  width: max-content;
  margin: auto;
  margin-right: 0;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
  transition: .25s;
}
.project-deails-top-contact-block:hover {
  box-shadow: 0 14px 25px 0 rgb(103 151 255 / 5%), 0 11px 21px 0 rgb(103 151 255 / 5%);
  transition: .25s;
}

.project-details-contact-icon span img {
  width: 20px;
}

.project-details-contact-icon span {
  padding: 6px;
}

.project-details-contact-icon span:first-child {
  border-right: 1px solid #EAF1FF;
}

a.project-to-cont-number {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #09244B;
}

div#product-detail-slider {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.slider.slider-nav-product {
  width: 120px;
  float: left;
  margin-top: -25px;
}


.slider.slider-for-product {
  overflow: hidden;
  border-radius: 10px;
  width: 92%;
}

.slider.slider-nav-product .slick-slide {
  width: 100px !important;
  margin: 5px 0;
  position: relative;
}
.slider.slider-nav-product .slick-slide:hover::before {
  position: absolute;
  content: "";
  background-image: url(../img/zoom-icon.png);
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  transition: .25s;
  cursor: pointer;
  transition: .25s;
}

.slider.slider-nav-product .slick-slide:hover::after{
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(7px);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: .25s;
}


.project-detail-slider-img img {
  width: 100%;
  border-radius: 3px;
}

div#product-detail-slider .btn-wrap {
  position: absolute;
  bottom: 0;
  width: 100px;
  background-color: #fff;
  padding: 8px 0 0;
}
.btn-wraper-block {
  border: 1px solid rgba(98, 98, 98, 0.19);
  border-radius: 2px;
  display: flex;
}
button.prev-btn {
  background: transparent;
  border: 0;
  width: 50%;
  padding: 12px 20px;
}
button.next-btn {
  width: 100%;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(98, 98, 98, 0.19);
  width: 50%;
  padding: 12px 20px;
}

span.hg {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
}
.project-detail-slider-text ul {
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.project-detail-slider-text ul li {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #2B3F6C;
  padding: 10px 0;
  gap: 11px;
  grid-gap: 11px;
}
.project-detail-slider-text ul li a{
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #2B3F6C;
}


.project-detail-slider-text ul li svg {
  width: 20px;
}

button.book-site-visit-btn {
  background: #2B3F6C;
  backdrop-filter: blur(2px);
  border-radius: 1px;
  border: 1px solid #2B3F6C;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 15px;
  width: 100%;
  transition: .25s;
  height: auto;
}

button.book-site-visit-btn:hover{
  background: transparent;
  color: #2B3F6C;
  transition: .25s;
}
button.book-site-visit-btn:hover svg path{
  fill: #2B3F6C;
  transition: .25s;
}



.product-details-btn-group {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
button.download-br-btn {
  border: 1px solid #000000;
  padding: 10px 15px;
  backdrop-filter: blur(2px);
  border-radius: 1px;
  background-color: transparent;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: #003676;
  transition: .25;
  height: auto;
}


button.download-br-btn:hover{
  background: rgba(225, 234, 249, 0.33);
  transition: .25s;
}


.project-detail-slider-img {
  position: relative;
}

.project-detail-slider-bottom-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.project-detail-slider-bottom-block::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg,rgb(4 4 4 / 76%) 0%,rgba(58,58,58,0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 2px;
  transform: rotate(180deg);
  height: 150px;
  left: 0;
  z-index: -1;
}
.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

a.btn-gallery {
  color: #fff;
}


.project-details-slider-bootm-block-title h4 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.project-details-slider-bootm-block-span a span.wal-vd-border {
  border: 1px solid #FFFFFF;
  /* backdrop-filter: blur(4.5px); */
  border-radius: 56px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px -1px;
}



.project-details-slider-bootm-block-span a span.wal-vd-border svg{
  width: 10px;
}

.project-details-slider-bootm-block-span a{
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  gap:5px;
  grid-gap:5px;
}
.project-details-slider-bootm-block-span {
  display: flex;
  gap: 20px;
  grid-gap: 20px;
}



section#projects-details-content-section {
  padding: 60px 0;
  position: relative;
}
.projects-details-content-top-link-block {
  border-top: 1px solid rgba(98, 98, 98, 0.19);
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}


.projects-details-content-top-link-block ul {
  display: flex;
  align-items: center;
  gap: 30px;
  grid-gap: 30px;
  padding: 30px 0;
  margin-bottom: 0;
}

.projects-details-content-top-link-block ul li a{
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 92%;
  letter-spacing: 0.03em;
  color: rgba(43, 63, 108, 0.62);
}

.projects-details-content-top-link-block ul li.active{
  position: relative;
}

.projects-details-content-top-link-block ul li.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #EE3C35;
  transform: translate(0px, 40%);
}

.projects-details-content-top-link-block ul li.active a {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 92%;
  letter-spacing: 0.03em;
  color: #2B3F6C;
  padding-left: 8px;
}

.pro-dt-con-block {
  padding: 100px 0;
}

.pro-dt-con-block-dsss{
  padding: 20px 0;
}

.pro-dt-con-block-dddd{
  padding: 50px 0 0px;
}

.product-dt-content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-dt-content-block.summary p {
  height: 200px;
  overflow: hidden;
}
.product-dt-content-block.summary p:nth-child(3){
  height: auto;
}

.product-dt-content-block.summary.active-summary p {
  height: auto;
}
.product-dt-content-block.summary p:nth-child(4) {
  height: auto;
}
.product-dt-content-block.summary p:nth-child(5) {
  height: auto;
}

.product-dt-content-title h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 92%;
  color: #09244B;
  margin-bottom: 40px;
}

a.ame-img-btn {
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 0.19);
  border-radius: 1px;
  padding: 10px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #2B3F6C;
  display: flex;
    align-items: center;
    gap: 10px;
    grid-gap: 10px;
}

ul.project-amenities-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

ul.project-amenities-block li {
  padding: 16px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 33.33%;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22.5px;
  color: #0F0602;
  transition: .25s;
}

ul.project-amenities-block li:hover  {
  background: linear-gradient(90deg, rgba(255, 214, 224, 0.24) 50%, rgba(255, 214, 224, 0) 89.18%);
  border-radius: 3px;
  transition: .25s;
}
ul.project-amenities-block li:hover .amenities-img img {
  filter: invert(20) sepia(11%) saturate(224576) hue-rotate(7deg) brightness(88%) contrast(96%);
}



/* .amenities-img img {
  width: 24px;
} */


ul.project-amenities-block li.active .amenities-img img {
  filter: invert(20) sepia(11%) saturate(224576) hue-rotate(7deg) brightness(88%) contrast(96%);
}
.pro-dt-con-block-title {
  text-align: center;
  margin-bottom: 60px;
}

.specifications-title-block:hover a img {
  filter: invert(20) sepia(51%) saturate(225000) hue-rotate(346deg) brightness(104%) contrast(96%);
}




.pro-dt-con-block-title h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 92%;
  color: #09244B;
}

div#location-reach {
  background: rgba(173, 187, 225, 0.11);
  border-radius: 1px;
}
.nearby-location-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 9px #f8f9fc;
  backdrop-filter: blur(7px);
  border-radius: 11px;
  padding: 30px;
}

.nearby-location-item-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nearby-location-item-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(98, 98, 98, 0.15);
  padding: 15px 0;
}

.nearby-location-item-con h4 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #0F0602;
  margin-bottom: 0;
}

.nearby-location-item-dt span {
  background: rgba(225, 234, 249, 0.33);
  border-radius: 3px;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #2B3F6C;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  grid-gap: 8px;
}
.nearby-location-item-dt {
  display: flex;
  gap: 10px;
  grid-gap: 10px;
}

a.see-all-nearby {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  grid-gap: 7px;
  cursor: pointer;
}
a.see-all-nearby span {
  width: 3px;
  height: 3px;
  background: #EE3C35;
  display: block;
  border-radius: 50%;
}
/* a.see-all-nearby.active {
  display: none;
} */

.nearby-location-item:last-child .nearby-location-item-con{
  border-bottom:0px
}

.specifications-title-block a {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0F0602;
  display: flex;
  gap: 10px;
  grid-gap: 10px;
  justify-content: space-between;
  padding: 20px 0;
}
.specifications-title-block i {
  background: rgba(255, 214, 224, 0.38);
  border-radius: 5px;
  padding: 12px;
}
.specifications-title-block i img {
width: 20px;
height: 20px;
object-fit: contain;
}
.specifications-title-block a div {
  display: flex;
  align-items: center;
  gap: 15px;
  grid-gap: 15px;
}

.specifications-accrditon-block {
  border-bottom: 1px solid rgba(98, 98, 98, 0.15);
}

.specifications-accrditon-block:last-child {
  border-bottom: 0px solid rgba(98, 98, 98, 0.15);
}

.specifications-body {
  padding-bottom: 20px;
  margin-left: 55px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 163%;
  color: #626262;
}

span.specifications-arr-icon {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 1px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 
.progress-sub-img-block-item {
  margin-bottom: 20px;
}
.pad-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.pad-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
} */

.row.progress-sub-img-block {
  height: 100%;
}
.progress-sub-img-block-item {
  margin-bottom: 20px;
}
.progress-sub-img-block-item img {
  height: 140px;
  object-fit: cover;
  border-radius: 7px;
}
.progress-img-main-block img {
  height: 300px;
  border-radius: 7px;
  object-fit: cover;
}
.row.progress-sub-img-block {
  height: 310px;
  overflow: hidden;
}

.project-details-status-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 228, 235, 0.3);
  border-radius: 8px;
  padding: 30px 40px;
  margin-top: 15px;
}
a.status-update-btn {
  background: #2B3F6C;
  backdrop-filter: blur(2px);
  border-radius: 1px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #FFFFFF;
  padding: 8px 15px;
  display: flex;
  align-items: center;
}

a.see-all-nearby.noContent {
  display: none;
}

.row.progress-sub-img-block .col-xl-6.col-lg-6.col-md-6.col-sm-6.col-12{
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.location-map img {
  border-radius: 12px;
  max-height: 440px;
  object-fit: contain;
}


.project-details-status-text ul {
  margin-top: 20px;
  padding: 0;
  margin-bottom: 0px;
  height: 160px;
}
.project-details-status-text ul li {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 8px 0;
}
.project-details-complete-circle {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 150px;
  position: relative;
}
.project-details-complete-circle span {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: #003676;
}

.project-details-status-text {
  width: calc(100% - 150px);
}
span.pre {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 20px;
  color: #003676;
}

.project-details-complete-circle::before {
  position: absolute;
  content: "";
  background-image: url(../img/circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0px, -50%);
}
.download-br-form-block p.recaptcha-text a{
  color: #fff;
}

section#product-details-floor-plan-section {
  background: rgba(173, 187, 225, 0.11);
  padding: 80px 0;
}

a.nav-link.project-floor-tab-item-link {
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 0.19);
  border-radius: 31px;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
  padding: 8px 25px;
}
ul.nav.project-floor-tab {
  gap: 20px;
  grid-gap: 20px;
}

a.nav-link.project-floor-tab-item-link.active {
  background: #E3322B;
  border: 1px solid rgba(98, 98, 98, 0.19);
  color: #fff;
}


.project-floor-filter-brand{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background-image: none;
}

.project-floor-filter-brand {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0F0602;
  border: 0;
  padding: 0 20px 0 15px;
}

.project-floor-filter {
    position: relative;
    display: flex;
    align-items: center;
}
.project-floor-filter::before {
  content: '';
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
  transform: translate(0px, -50%);
}
.nav-link.project-floor-tab-item-link.select-filter {
  padding: 8px 10px 8px 25px;
}

.nav-link.project-floor-tab-item-link.select-filter {
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 0.19);
  border-radius: 31px;
 
  padding: 0px;
  padding-left: 12px;
}

ul.project-floor-filter-brand li a{
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
}

.project-floor-filter-brand.open{
  background-color: #E3322B;
  color: #fff;
}

.project-floor-filter-brand.open li a{
  color: #fff;
}
ul.project-floor-filter-brand {
  padding: 8px 25px 8px 10px;
}

a.nav-link.project-floor-tab-item-link.select-filter
.project-floor-filter-brand {
  background-color: #E3322B;
  color: #fff;
}
.project-floor-filter span {
  position: relative;
}

.project-floor-filter span::before {
  position: absolute;
  content: "";
  right: -10px;
  height: 39px;
  width: 1px;
  background: rgba(98, 98, 98, 0.19);
  top: -10px;
}


.floor-slider.floor-slider-block{
  margin-top: 40px;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.floor-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 40px 30px;
  min-height: 250px;
  position: relative;
  transition: .25s;
  width: 100%;
  z-index: 2;
}

a.progress-all {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  grid-gap: 7px;
  cursor: pointer;
}
a.progress-all span {
  width: 3px;
  height: 3px;
  background: #EE3C35;
  display: block;
  border-radius: 50%;
}



.floor-slider .slick-slide {
  margin: 0 30px;
}
.floor-slider .slick-list {
  margin: 0px -30px 0px -30px;
}



.floor-name h2 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #2B3F6C;
}
.floor-details h4 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #2B3F6C;
  display: flex;
  align-items: center;
  gap: 5px;
  grid-gap: 5px;
}
.floor-details h4 span {
  width: 3px;
  height: 3px;
  background: #EE3C35;
  display: block;
  border-radius: 50%;
}
.floor-details a {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #2B3F6C;
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
  grid-gap: 5px;
  cursor: pointer;
}
.floor-type:hover{
  background: #2B3F6C;
  border-radius: 3px;
  transition: .25s;
}
.floor-type:hover .floor-details a{
  color: #fff;
}



.floor-type::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 80%;
  background-image: url(../img/floor-plan.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: -webkit-fill-available;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.project-floor-tab-content.tab-content > .tab-pane {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.project-floor-tab-content.tab-content > .active {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
}


.floor-type:hover h2{
  color: #fff;
}
.floor-type:hover h4{
  color: #fff;
}
.floor-type:hover a{
  color: #fff;
}
.floor-type:hover svg path{
  stroke: #fff;
}


.floor-slideer-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 0.19);
  border-radius: 2px;
  width: fit-content;
  margin: auto;
  margin-right: 0;
}
.floor-slideer-btn button {
  padding: 20px 12px;
  background-color: transparent;
  border: 0;
}
button.prev-btn-floor {
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
}
.floor-slideer-btn button:hover svg path{
  stroke: rgba(238, 60, 53, 1);
}
section#project-details-download-br-section {
  padding: 10px 0 0;
}
.project-dt-br-block {
  background: #2B3F6C;
  border-radius: 10px;
}

.download-br-form-block span {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #ADBBE1;
}
.download-br-form-block h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.download-br-form-block {
  padding: 40px 60px 40px 40px;
}
form.create-account-form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ADBBE1;
  width: 100%;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 15px 0px;
}
form.create-account-form input::placeholder{
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #ADBBE1;
}
.input-block svg {
  position: absolute;
  top: 20px;
  right: 5px;
}
.create-account-form .input-block {
  position: relative;
  margin-bottom: 10px;
}

button.download--btn {
  background: #FFFFFF;
  border-radius: 2px;
  border: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  grid-gap: 10px;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #003676;
  padding: 15px;
  transition: .25s;
}

.download--btn:hover .submit-icon svg path{
  fill: #fff;
}


.download--btn:hover{
  background-color: #EE3C35;
  color: #fff;
  transition: .25s;
}
.more-projects-block {
  background: rgba(255, 176, 171, 0.11);
  border-radius: 11px;
  padding: 40px 80px 40px;
}

section#more-projects-section {
    padding: 60px 0;
}
.more-projects-text-block h2 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.03em;
  color: #1C2951;
  margin-bottom: 25px;
}
.more-projects-text-block h2 span {
  color: rgba(227, 50, 43, 1);
}


/* 
///////////////////////////////////////////

message from cmd

/////////////////////////////////////////// */




.chairman-social-dt-block {
  background: rgba(225, 234, 249, 0.33);
  border-radius: 2px;
  padding: 0px 16px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #71809A;
  display: flex;
  align-items: center;
  width: fit-content;
  transition: .25s;
}
.chairman-social-dt-block:hover {
  transition: .25s;
  box-shadow: 0 14px 25px 0 rgb(103 151 255 / 5%), 0 11px 21px 0 rgb(103 151 255 / 5%);
}


hr.tr-vr {
  border-right: 1px solid rgba(173, 187, 225, 0.35);
  margin-top: 0;
  margin-bottom: 0;
  width: 5px;
  border-top: 0px !important;
  height: 30px;
  margin-right: 10px;
  margin-left: 6px;
}

.chairman-social-dt-block span {
  margin-right: 15px;
  display: block;
}

.chairman-message-dt-block svg {
  background: #FFFFFF;
  border: 1px solid rgba(173, 187, 225, 0.33);
  box-shadow: 0px 4px 16px #e7edff;
  border-radius: 50%;
}
.chairman-message-dt-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-gap: 20px;
}
.chairman-message-dt-block h1 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: rgba(43, 63, 108, 0.79);
}

.chairman-message-dt-block p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
  color: #626262;
}


.chairman-img-block-text-dt h2 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 147%;
  color: #2B3F6C;
}
.chairman-img-block-text-dt {
  margin-top: 10px;
}

section#message-fron-smd-section {
  padding: 0 0 80px;
}




.cmd-message-award-block {
  background: rgba(173, 187, 225, 0.11);
  border-radius: 7px;
}


.award-slider-title h3 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 122%;
  letter-spacing: 0.03em;
  color: #1C2951;
  margin-bottom: 0;
}

.award-slider-title span {
  width: 3px;
  height: 3px;
  background: #EE3C35;
  display: block;
}
.award-slider-title {
  display: flex;
  align-items: center;
  gap: 6px;
  grid-gap: 6px;
  height: 100%;
  justify-content: center;
  position: relative;
}

.award-slider-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/award-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
div#awards-slider {
  margin-top: 0;
}
.awards-msg-slider-block {
  padding: 60px 60px 60px 0px;
}

.award-slider-img.slick-slide img {
  width: 100%;
}
.award-slider-img.slick-slide {
  background: #FFFFFF;
  border: 1px solid rgba(173, 187, 225, 0.26);
  border-radius: 6px;
  height: 300px;
  padding: 20px;
}
.award-slider-img.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section#message-award-slider {
  padding-bottom: 80px;
}



/* 
////////////////////////////////////////////////////////////

        service page

///////////////////////////////////////////////////////////
 */


 section#skyline-service-top-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
}

.project-deails-top-contact-block.service {
  justify-content: start !important;
  margin-left: 0;
  margin-top: 9px;
}
.skyline-service-page-title.skyline-awards-inner-top-block-title div{
  border-right: 0 !important;
}

.skyline-awards-inner-top-block-title .project-deails-top-contact-block.service div {
  padding-right: 0;
  border-right: 0 !important;
}


.skyline-service-page-detail-block {
  position: relative;
}

.skyline-service-page-detail-block::before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(100% + 160px);
  width: 1px;
  background-color: rgba(98, 98, 98, 0.19);
  top: -80px;
}


.skyline-service-page-sidebar span {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
}
.skyline-service-page-sidebar {
  padding-left: 40px;
}

.skyline-service-page-sidebar ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.skyline-service-page-sidebar ul li{
  padding: 8px 0px;
}

.skyline-service-page-sidebar ul li a {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: rgba(43, 63, 108, 0.62);
  display: flex;
  align-items: center;
  gap: 5px;
  grid-gap: 5px;
  transition: .25s;
  position: relative;
  padding-left: 8px;
}

.skyline-service-sidebar-content-block {
  padding-left: 20px;
  padding-top: 40px;
}
.skyline-service-sidebar-content-block-item-img img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  transition: .25s;
}

.skyline-service-sidebar-content-block-item-img:hover img {
  transform: scale(1.05);
  transition: .25s;
}

.skyline-service-sidebar-content-block-item-img {
  margin-bottom: 20px;
  width: 70%;
  overflow: hidden;
  transition: .25s;
  border-radius: 10px;
}

.skyline-service-sidebar-content-block-item-img img {
    height: 220px;
    object-fit: cover;
    object-position: center;
}



.skyline-service-sidebar-content-block-item-text h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #2B3F6C;
  margin-bottom: 20px;
}
.skyline-service-page-sidebar {
  position: sticky;
  top: 0;
  padding-top: 40px;
  transition: .25s;
}
.skyline-service-sidebar-content-block-item {
  margin-bottom: 60px;
  overflow: hidden;
}
.skyline-service-page-title.skyline-awards-inner-top-block-title {
  padding-top: 80px;
  position: sticky;
  top: 0;
  transition: .25s;
}

.skyline-service-page-sidebar ul li a.active {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  transition: .25s;
  color: #2B3F6C;
  position: relative;
}
.skyline-service-page-sidebar ul li a span {
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  display: block;
  transition: .25s;
  position: absolute;
  left: 0;
}

.skyline-service-page-sidebar ul li a.active span {
  width: 3px;
  height: 3px;
  background-color: #EE3C35;
  border-radius: 50%;
  display: block;
  opacity: 1;
  transition: .25s;
}

section#skyline-dream-wrapper-section.skyline-service-wrapper {
  border-top: 1px solid rgba(98, 98, 98, 0.19);
}


section#skyline-service-top-section.sec-scrolling_up .skyline-service-page-title.skyline-awards-inner-top-block-title {
  top: 100px;
  transition: .25s;
}


section#skyline-service-top-section.sec-scrolling_up .skyline-service-page-sidebar{
  top: 100px;
  transition: .25s;
}



/* 
/////////////////////////////////
    faq page
///////////////////////////////// */



.skyline-faq-title-block {
  background: rgba(238, 60, 53, 0.06);
  border-radius: 11px;
  padding: 60px 45px !important;
}
.skyline-faq-title-block svg {
  display: block;
  margin-bottom: 30px;
}
.project-deails-top-contact-block.service.faq {
  background: #FFFFFF;
  border-radius: 2px;
}


ul.nav.nav-tabs.faq-tab-block {
  border-bottom: 0px;
  gap: 20px;
  grid-gap: 20px;
}
ul.nav.nav-tabs.faq-tab-block li {
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 0.19);
  border-radius: 31px;

}

ul.nav.nav-tabs.faq-tab-block li a {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
  padding: 10px 30px;
  display: block;
}
.qt {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.qt span {
  width: 3px;
  height: 3px;
  background-color: #EE3C35;
  display: block;
  border-radius: 50%;
}
a.faq-nav-link.active {
  background-color: #EE3C35;
  color: #fff !important;
  border-radius: 31px;
}

.faq-accrditon-block {
  background: rgba(173, 187, 225, 0.11);
  border-radius: 6px;
  padding: 20px 35px;
  margin-bottom: 30px;
}

.faq-accrditon-block .specifications-title-block a{
  padding: 0;
}

.accordion.accordion-faq {
  margin-top: 30px;
}

.accordion.accordion-faq .specifications-title-block a div {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #2B3F6C;
}

.accordion.accordion-faq span.specifications-arr-icon {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion.accordion-faq span.specifications-arr-icon svg {
  width: 30px;
  height: 30px;
  padding: 10px;
}
.accordion.accordion-faq .specifications-body {
  padding-bottom: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.skyline-service-page-title.skyline-awards-inner-top-block-title.faq {
  padding-top: 0;
}


.skyline-awards-inner-top-block-title.ldr {
    flex-direction: row;
}


/* 
/////////////////////////////////////////////////////

gallery page

///////////////////////////////////////////////////////
 */

 button.gal-filter {
  border: 0;
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 0.19);
  border-radius: 0px;
  height: 50px;
  padding: 0 20px;
}
button.gal-filter.gal-filter-img svg {
  margin-right: 8px;
}
button.gal-filter.gal-filter-video svg {
  margin-right: 8px;
}

.skyline-gallery-right-block-filter {
  border-right: 0px !important;
  padding-right: 0 !important;
}

.skyline-awards-inner-top-block-title.gallery div {
  border-right: 0px !important;
  padding-right: 0 !important;
}
.skyline-awards-inner-top-block-title.gallery {
  justify-content: space-between;
}

section#skyline-gallery-section {
  padding: 40px 0 60px;
}
.skyline-gal-img {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  transition: .25s;
  border-radius: 5px;
}
.skyline-gal-text {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transform: translate(0px, 50px);
  transition: .25s;
  opacity: 0;
  z-index: 2;
}
.skyline-gal-text a {
  cursor: pointer;
}

.skyline-gal-text p {
  margin-bottom: 0;
  transition: .25s;
}
.skyline-gal-img:hover .skyline-gal-text {
  transform: translate(0px, 0px);
  transition: .25s;
  opacity: 1;
}

.skyline-gal-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.7) 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 10px 9px 0px 0px;
  transform: rotate(180deg);
  height: 100px;
  background-size: contain;
  left: 0;
  z-index: -1;
}


.skyline-gal-img:hover .skyline-gal-text p {
  color: #fff;
  transition: .25s;
}
.skyline-gal-img img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}
button.load-more-btn.center {
  margin: 0px auto;
}


/* 
////////////////////////////////////////////////////////
///////////////////////////////////////////////////////

        blog details page 

////////////////////////////////////////////////////////
///////////////////////////////////////////////////////
 */



 section#blog-detail-section {
  padding-top: 50px;
}

 .blog-content-block {
  display: flex;
  gap: 30px;
  grid-gap: 30px;
  position: relative;
}

.div-col-blog {
    height: 100%;
}

.bg-title-b {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 129%;
  color: #626262;
}
.bg-title-b span.latest-tag {
  margin-bottom: 0;
}
.blog-title-block {
  text-align: center;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  grid-gap: 15px;
}

.blog-title-block h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: capitalize;
  color: #09244B;
  width: 80%;
}
.blog-detail-content-img {
  margin-top: 20px;
}
.blog-detail-content-img img {
  height: 380px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-detail-content-img.news img {
    object-fit: contain;
}

.blog-share-block {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
  text-align: center;
  margin-top: 25%;
  padding: 0px 0px 0px 20px;
  position: sticky;
  top: 150px;
  height: 100%;
}

.blog-share-block ul {
  margin: 0;
  padding: 0;
}
.blog-share-block ul li {
  padding: 15px 0;
  transition: .25s;
}
.blog-share-block ul li a img{
  transition: .25s;
}


.blog-share-block ul li:hover a img {
  transform: scale(1.3);
  transition: .25s;
}



.blog-detail-content-text-block p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #626262;
}

.blog-detail-content-text-block {
  margin-top: 40px;
}
.blog-detail-content-text-block h3 {
  margin: 35px 0 15px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 180%;
}



/* 

///////////////////////////////////////
mobile view
////////////////////////////////////// */










button.btn-header.mob {
  display: none;
}
section#skyline-home-about-section-mob {
  display: none;
}





/* 
//////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////

news and blog page

//////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
 */


 .skyline-news-inner-top-block-title h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  display: flex;
  align-items: center;
  color: #09244B;
}
.skyline-news-inner-top-block-title span {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: rgba(43, 63, 108, 0.79);
}

.skyline-news-inner-top-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
button.view-all-post-btn {
  background: #FDFAFA;
  border: 1px solid #D9D9D9;
  border-radius: 35px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
  padding: 6px 20px;
}

.news-blog-banner-img {
  background-image: url(../img/news-blog-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 300px;
  border-radius: 10px;
}

.news-blog-banner-text {
  padding: 120px 0;
}

.blog-detail-content-text-block img {
  width: 100%;
  border-radius: 5px;
  margin: 20px 0;
  max-height: 350px;
  object-fit: cover;
  display: block;
}


.news-blog-banner-img::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #232E52 0%, rgba(35, 46, 82, 0) 147.12%);
  backdrop-filter: blur(5.5px);
  border-radius: 10px;
}

.bg-title-b.left span {
  color: #fff;
}
.bg-title-b.left {
  color: #ADBBE1;
}
.news-blog-banner-text h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-top: 12px;
}

.news-blog-banner-text .view-all-projects-btn {
  color: #fff !important;
}

.news-blog-main-block {
  padding: 60px 0 30px 0;
  position: relative;
}
.news-blog-text-block h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 129%;
  color: #09244B;
  margin: 15px 0;
}
.news-blog-main-img-block img {
  min-height: 370px;
  object-fit: cover;
  border-radius: 10px;
}
.news-blog-sub-content {
  margin-top: 40px;
  background: rgba(173, 187, 225, 0.11);
}
.news-blog-text-block.bg {
  padding: 35px;
  position: relative;
  border: 1px solid rgba(173, 187, 225, 0.24);
  border-radius: 6px;
  min-height: 300px;
}

.news-blog-text-block.bg span.whyus-arr-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.news-blog-sub-content-img-block img {
  border-radius: 8px 8px 0px 0px;
  height: 240px;
  object-fit: cover;
}
.news-blog-text-block.bg p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 147%;
  color: #626262;
}
span.whyus-arr-icon.blog {
  background: #FCFCFC;
  border: 0.5px solid #FFFFFF;
  border-radius: 50%;
}
.load-more-block.blog {
  justify-content: center;
  margin-bottom: 60px;
}








/* 
/////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

contact page strats here

///////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
 */




 section#skyline-contact-v2-section {
  padding-top: 150px;
  position: relative;
  min-height: 95vh;
  width: 100%;
}

section#skyline-contact-v2-section::before{
  content: "";
  width: 100%;
  height: 600px;
  position: absolute;
  bottom: 0;
  background-image: url(../img/contact-vector.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  opacity: .9;
}
.contact-section-v2-title-block.contact-title {
  text-align: center;
  padding-top: 30px;
}


.contact-section-v2-title-block.contact-title span {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: rgba(43, 63, 108, 0.79);
}
.contact-section-v2-title-block.contact-title h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: #09244B;
}
.contact-section-v2-title-block.contact-title p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 157.5%;
  text-align: center;
  color: #626262;
}
button.contact-btn-v2 {
  background: #FDFAFA;
  border: 1px solid #D9D9D9;
  border-radius: 35px;
  padding: 12px 32px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
}

button.contact-btn-v2 img {
  margin-right: 10px;
}
.contact-btn-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  grid-gap: 20px;
}

.contact-section-vector-bg img {
  width: 146px;
  height: 252px;
  object-fit: cover;
}

.contact-section-vector-bg {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: -50px;
}


section#contact-details-expand-section, section#contact-details-expand-section-corporate, section#contact-details-expand-section-overseas {
  background: #F8FBFE;
  border-radius: 12px;
  padding: 100px 0 80px;
}

.contact-details-expand-block-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 54px rgb(173 187 225 / 44%);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 60px;
  transition: .25s;

}

.contact-details-expand-block-item .footer-desk-item.contact.show{
  min-height: 400px;
}



/* .active .contact-details-expand-block-item{
  height: auto;
  transition: .25s;
} */

.footer-desk-menu.contact {
  margin-bottom: 0;
  border-bottom: 0;
}
.contact-expand-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

ul.contact-expand-ul li {
  width: 100%;
  flex-basis: 100%;
}


.contact-expand-title h4 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 0.03em;
  color: #1C2951;
  margin-bottom: 0;
  cursor: pointer;
}

ul.contact-expand-ul  li a {
  font-family: 'HelveticaNowDisplay-Regular';
  font-weight: 400;
  font-size: 15px;
  line-height: 129%;
  letter-spacing: 0.015em;
  color: #626262;
}
ul.contact-expand-ul  li {
  font-family: 'HelveticaNowDisplay-Regular';
  font-weight: 400;
  font-size: 15px;
  line-height: 129%;
  letter-spacing: 0.015em;
  color: #626262;
  padding-bottom: 10px;
}
ul.contact-expand-ul li svg {
  width: 20px;
  margin-right: 10px;
}
.footer-desk-menu.contact iframe {
  border-radius: 10px;
  margin-top: 20px;
}

ul.contact-expand-ul {
  padding-top: 20px;
}

.footer-desk-menu.contact .footer-top-links-items {
  display: flex;
  width: calc(100%);
  padding: 14px 0;
  margin-bottom: 0;
}
.footer-desk-menu.contact .footer-desk-item {
  width: calc(100% - 0px);
}


ul#contactacc {
  padding: 0;
}


/* 
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////

 quality policy page starts here


/////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
 */


.contact-btn-group.quality {
  justify-content: flex-start;
  margin-bottom: 40px;
}

button.quality-btn {
  background: #09244B;
  border-radius: 35px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #FFFFFF;
  border: 0;
  padding: 10px 25px;
}
button.quality-btn svg {
  margin-right: 10px;
}

.quality-dt-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 54px rgb(173 187 225 / 44%);
  border-radius: 3px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
  grid-gap: 20px;
  padding: 10px 20px;
  justify-content: space-between;
}
.quality-dt-block span {
  font-family:  'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: rgba(43, 63, 108, 0.79);
}
.quality-block-logo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0;
  grid-gap: 0;
  margin-right: 30px;
  width: 80%;
}

.quality-block-logo.quality-logo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 25px;
  grid-gap: 25px;
  margin-left:30px;
  margin-right: 0px;
  width: auto;
}

.quality-block-logo img {
  width: 40px;
}


section#skyline-quality-policy-second-section {
  background: linear-gradient(0deg, rgba(211, 242, 255, 0.51) 0%, rgba(211, 242, 255, 0) 100%);
  padding: 100px 0 80px;
}

.do-it-right-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 54px rgb(173 187 225 / 44%);
  border-radius: 12px;
  padding: 60px;
  position: relative;
  margin-bottom: 80px;
}
.do-it-right-block-item-title {
  display: flex;
  gap: 10px;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 15px;
}

.do-it-right-block-item-title h4 {
  font-family:'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
  letter-spacing: 0.03em;
  color: #1C2951;
  margin-bottom: 0;
}

.do-it-right-block-item {
  margin-top: 30px;
}

.do-it-right-block-text h2 {
  font-family:'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 122%;
  text-align: center;
  letter-spacing: 0.03em;
  background: linear-gradient(99.47deg, #1C2951 18.89%, #5EC0FC 95.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: 60%;
    margin: 0px auto;
}
.do-it-right-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -8px);
}


.do-it-right-block-text {
  margin-bottom: 60px;
}




/* 

////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
 
career page starts here


//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
 */

 .career-block-banner {
  background: rgba(176, 229, 255, 0.44);
  border-radius: 10px;
  margin-top: 20px;
  padding: 80px 80px 0px;
  position: relative;
}
.career-block-banner-text-block h4 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 122%;
  letter-spacing: 0.03em;
  background: linear-gradient(99.47deg, #1C2951 18.89%, #5EC0FC 95.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 30px;
}
button.quality-btn img {
  margin-right: 10px;
}
button.quality-btn.career-btn {
  display: flex;
  align-items: center;
}
.career-block-banner-text-block {
  padding-bottom: 30px;
}

form#careers-form {
  padding: 60px 100px;
  background: rgba(173, 187, 225, 0.06);
  border-radius: 11px;
  margin-bottom: 0;
}

.career-block-banner::before{
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url(../img/career-bg.png);
  height:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

section#career-details-expand-section {
  padding: 80px 0;
}


div#allowed-files, div#allowed-size {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: .03em;
  color: #626262;
}
.file-input {
  margin-bottom: 10px;
}
.file-input {
  display: inline-block;
  text-align: left;
  background: transparent;
  position: relative;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  padding: 0px;
  border-radius: 0px;
  margin-right: 8px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  letter-spacing: 0.03em;

  color: #626262;

}


.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}
.file-input > .button svg {
  margin-right: 10px;
}

.submit-msg-block.career {
  justify-content: right;
}
.contact-details-expand-block-item.career {
  padding: 0;
  margin-bottom: 0;
}
.contact-details-expand-block-item.career {
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
  background: #fff;
  box-shadow: none;
  border-radius: 0;
}

.contact-details-expand-block.career {
  background: #FFFFFF;
  box-shadow: 0px 4px 54px rgb(173 187 225 / 30%);
  border-radius: 12px;
}

.contact-expand-title.career {
  padding: 40px 60px;
}

.career-expand-block-dt {
  background: rgba(173, 187, 225, 0.06);
  border-radius: 11px;
  padding: 80px 100px;
}

.career-expand-block-dt-title {
  text-align: center;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  margin: 0px auto;
  margin-bottom: 40px;
}

.career-expand-block-dt-title img {
  margin-right: 10px;
}

.career-expand-block-dt-title div {
  width: 100%;
}
.career-expand-block-dt-title h4 {
  margin-bottom: 20px;
}



/* 


/////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

interior designing page strats here

///////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
 */


 header#header.inner-interior-header {
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(1.5px);
}
.nav-down.inner-interior-header.header-scrolling_up.header-nav-open{
  background-color: #fff !important;
}

section#interior-banner-banner-section {
  height: 1000px;
  max-height: 100vh;
}

.interior-banner-img {
  position: relative;
  height: 1000px;
  max-height: 100vh;
  z-index: 0;
}

.interior-banner-img::before{
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.7) 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 1px 0px 0px 0px;
  transform: rotate(180deg);
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 200px;
}
.interior-banner-text-block {
  position: absolute;
  top: 150px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.interior-banner-img img {
  height: 100%;
  object-fit: cover;
}


.int-banner-title {
  margin-top: 50px;
  text-align: center;
}

.int-banner-title h1 {
  font-size: 4rem;
  background: linear-gradient(275.65deg, #6C492C -207.31%, #FDC38B 78.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    mix-blend-mode: normal;

}

.int-banner-title h1 span {
  display: block;
  font-size: 2.8rem;
  background: linear-gradient(278.97deg, #6C492C -62.19%, #FDC38B 103.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    mix-blend-mode: normal;
}



.interior-grid-gallery-block .gallery {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}



.interior-grid-gallery-block .gallery__item {
  align-items: center;
  display: flex;
  justify-content: center;
}

.interior-grid-gallery-block .gallery__item > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.interior-grid-gallery-block .gallery__item--hor {
  grid-column: span 2;
}

.interior-grid-gallery-block .gallery__item--vert {
  grid-row: span 2;
}

.interior-grid-gallery-block .gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}

.interior-grid-gallery-block {
  margin-top: 30px;
}


 section#about-top-banner-section::before {
  position: absolute;
  content: "";
  background-image: url(../img/about-dots.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 75%;
  bottom: 0;
  background-size: cover;
}




.int-banner-title p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 150.5%;
  text-align: center;
  color: #EFEFEF;
  margin-top: 15px;
  margin-bottom: 0;
}

.interior-banner-text-block .breadcrumbs-block ul li a {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #FFEAD5;
}


.interior-banner-text-block .breadcrumbs-block ul li {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #FFEAD5;
}
#interior-banner-banner-section .mouse-container {
  position: absolute;
  right: 0;
  top: 220px;
}

#interior-banner-banner-section .mouse {
  height: 50px;
  width: 32px;
  border-radius: 30px;
  border: 1px solid #FFEAD5;
}
#interior-banner-banner-section .mouse:after {
  background: #FFEAD5;
}

#interior-banner-banner-section .arrow-scroll>span {

  border-right: 1px solid  #FFEAD5;
  border-bottom: 1px solid  #FFEAD5;
}
button.int-service-btn.view-all-projects-btn.bbok-now-btn {
  background: rgba(0, 0, 0, 0.51);
  backdrop-filter: blur(2px);
  border-radius: 3px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #DDB8A8;
  padding: 0 15px;
}

a.enquiry-btn-project.int-btn button {
  border-radius: 3px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding: 8px 15px;
  text-transform: uppercase;
  font-family: 'HelveticaNowDisplay-Medium';
  font-weight: 500;
}

a.enquiry-btn-project.int-btn button:hover{
    background-color:#2B3F6C;
    color:#fff !important;
   transition: .25s;;
}

.int-banner-btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  grid-gap: 20px;
  margin-top: -200px;
}

.int-about-content-img-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  gap: 20px;
}

.int-about-content-img-block-item {
  width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  position: relative;
}
.int-about-content-img-block-item.block-item-02 img{
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.int-about-content-img-block-item.block-item-02 {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
.row.int-designing-about-content-block {
  align-items: center;
}
img.int-logo {
  width: 100px;
  float: right;
}
.int-about-img-text {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100%;
  padding: 0px 30px;
}
.int-about-content-img-block-item.block-item-01 img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}


.int-about-img-text h4 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
  justify-content: center;
}

.int-about-content-img-block-item::before{
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.7) 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 11px 9px 0px 0px;
  transform: rotate(180deg);
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 100px;
}
.int-about-content-img-block-item.block-item-03 {
  height: auto;
  min-height: auto;
}

section#int-designing-content-section {
  background: linear-gradient(0deg, rgba(251, 194, 138, 0.3) 0%, rgba(254, 196, 139, 0.03) 100%);
  padding: 80px 0;
  position: relative;
}
section#int-designing-content-section::before{
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 400px;
  background-image: url(../img/int-dots.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.int-about-content-text-block h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 128%;
  background: -webkit-linear-gradient(121.99deg, #626262 30.78%, #F5CDAA 85.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(121.99deg, #626262 30.78%, #F5CDAA 85.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.int-about-content-text-block p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  text-align: justify;
  color: #626262;
}
.int-about-content-text-block {
  padding-right: 30px;
}
.int-about-img-text h4 span {
  background: #EE3C35;
  width: 3px;
  height: 3px;
  display: flex;
  border-radius: 50%;
}
.int-service-block-text-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.int-service-block-title-block-title {
  display: flex;
  align-items: center;
}
.int-service-block-text-block {
  padding-left: 50px;
}

.int-service-block-title-block-title h2 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.03em;
  color: #2B3F6C;
}

button.booknow-btn {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #2B3F6C;
  box-shadow: 0px 11px 27px rgb(252 215 178 / 44%);
  border-radius: 1px;
  border: 0;
  padding: 8px 15px;
  transition: .25s;
}


button.booknow-btn:hover {
  color: #2B3F6C;
  background: #fff;
  transition: .25s;
}

.rech-contact-details img {
  width: 24px;
}

.int-service-block-text-block p {
  margin-top: 30px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
  color: #626262;
}

.int-service-block-title-block-title span {
  font-family: 'HelveticaNowDisplay-Bold';
  background: linear-gradient(180deg, rgba(210, 167, 120, 0.71) 44.3%, rgba(254, 243, 231, 0.71) 97.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
  font-weight: 700;
  opacity: .4;
  padding-right: 20px;
}

.int-service-block {
  padding: 50px 0 80px;
}
.int-service-block-img span {
  background-image: url(../img/border.png);
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: -20px;
  bottom: -50px;
}

.int-service-block:nth-child(odd){
  flex-direction: row-reverse;
}

.int-service-block:nth-child(odd) .int-service-block-text-block{
  padding-left: 0px;
  padding-right: 50px;
}

.int-service-block:nth-child(odd) .int-service-block-img span{
  right: auto;
  bottom: -50px;
  left: -20px;
}


.int-service-block-img img {
  border-radius: 10px;
}

.service-footer-block-title h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 128%;
  background: -webkit-linear-gradient(121.99deg, #626262 30.78%, #F5CDAA 85.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(121.99deg, #626262 30.78%, #F5CDAA 85.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}




/* 

////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////

contact page starts here

///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////

 */


 section#skyline-contact-section {
  padding: 150px 0 100px;
  background-image: url(../img/contact-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 85vh;
}
header#header.contact-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(154, 154, 154, 0.19);
}
header#header.nav-down.inner-header.contact-header.header--fixed.header-scrolling_up {
  background-color: #fff;
  border-bottom: 1px solid rgba(154, 154, 154, 0.19);
}

header#header.inner-header.contact-header li.nav-item a {
  color: #FFFFFF;
}

header#header.inner-header.contact-header .btn-header-menu::before {
  background-color: #fff;
}
header#header.inner-header.contact-header .btn-header-menu::after {
  background-color: #fff;
}
header#header.inner-header.contact-header .btn-header-menu a {
  color: #fff;
  text-decoration: none;
}


header#header.inner-header.contact-header.header--fixed.header-scrolling_up .btn-header-menu::before {
  background-color: #626262;
}
header#header.inner-header.contact-header.header--fixed.header-scrolling_up .btn-header-menu::after {
  background-color: #626262;
}
header#header.inner-header.contact-header.header--fixed.header-scrolling_up .btn-header-menu a {
  color: #626262;
  text-decoration: none;
}









header#header.inner-header.contact-header img.da2-logo {
  display: block;
}
header#header.inner-header.contact-header img.da2-logo.da2-logo-active {
  display: none;
}

header#header.inner-header.contact-header a.navbar-brand {
  display: block;
}

header#header.inner-header.contact-header a.navbar-brand.logo-active {
  display: none;
}

.navbar-open header#header.inner-header.contact-header img.da2-logo.da2-logo-active {
  display: block !important;
}
body.smr-open #header.contact-header nav.navbar.navbar-expand-lg img.da2-logo {
  display: none !important;
}
.body.smr-open header#header.inner-header.contact-header img.da2-logo.da2-logo-active {
  display: block !important;
}



body.smr-open header#header.inner-header.contact-header img.da2-logo{
  display: block !important;
}
body.smr-open nav.navbar.navbar-expand-lg img.da2-logo.da2-logo-active{
  display: block !important;
}
body.smr-open img.da2-logo.da2-logo-active {
  display: block !important;
}

body.smr-open a.navbar-brand{
  display: none !important;
}
body.smr-open a.navbar-brand.logo-active{
  display: block !important;
}
body.smr-open img.da2-logo.pe-auto{
  display: none;
}

body.smr-open #header.contact-header nav.navbar.navbar-expand-lg img.da2-logo.da2-logo-active {
  display: block !important;
}
header#header.nav-down.inner-header.contact-header.header-nav-open {
  background-color: #fff;
}

header#header.nav-down.inner-header.contact-header.header-nav-open a.navbar-brand{
  display: none;
}

header#header.nav-down.inner-header.contact-header.header-nav-open a.navbar-brand.logo-active{
  display: block;
}

header#header.nav-down.inner-header.contact-header.header-nav-open img.da2-logo.pe-auto{
  display: none;
}
header#header.nav-down.inner-header.contact-header.header-nav-open img.da2-logo.da2-logo-active{
  display: block;
}

header#header.inner-header.contact-header.header--fixed.header-scrolling_up li.nav-item a {
  color: #626262;
}

header#header.nav-down.inner-header.contact-header.header-nav-open li.nav-item a {
  color: #0F0602;
}


.breadcrumbs-block.contact ul li a {
  color: #fff;
}

.breadcrumbs-block.contact ul li{
  color: #fff;
}
.breadcrumbs-block.contact svg path {
  stroke: #fff;
}

.contact-section-title-block-img {
  padding: 60px 0 0 0;
}
span.title-span {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: rgba(255, 255, 255, 0.79);
}
.contact-section-title-block h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 128%;
  color: #FFFFFF;
}
.contact-section-title-block p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 180%;
  color: #FFFFFF;
  width: 45%;
}
button.contact-btn {
  background: rgba(11, 56, 92, 0.51);
  border-radius: 28px;
  border: 0;
  padding: 15px 25px;
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
}
button.contact-btn img {
  margin-right: 8px;
}
.contact-btn-group {
  margin-top: 25px;
}
.contact-location-dt-block {
  display: flex;
  align-items: center;
  width: 90%;
  margin-top: 40px;
  gap: 30px;
  grid-gap: 30px;
  margin-bottom: 20px;
}
.contact-location-dt-block-item {
    display: flex;
    align-items: baseline;
    gap: 15px;
    grid-gap: 15px;
}

.contact-location-dt-block-item h4 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #CDDBFF;
}

.contact-location-dt-block-item:first-child {
  border-right: 1px solid rgba(205, 219, 255, .5);
  padding-right: 30px;
}

.contact-from-block-content {
  background: rgba(238, 60, 53, 0.06);
  border-radius: 11px;
  padding: 60px;
  margin-top: 60px;
}

.contact-form-title {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
  margin-bottom: 25px;
}

.contact-form-title span {
  background-color: #EE3C35;
  width: 3px;
  height: 3px;
  display: block;
  border-radius: 50%;
}
.contact-form-title {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
}

textarea.form-textarea-text {
  width: 100%;
  height: 90px;
  border: 0px;
  padding: 20px;
  border: 1px solid rgba(217, 217, 217, 0.53);
}

button.submit-btn-contact {
  background: #2B3F6C;
  backdrop-filter: blur(2px);
  border-radius: 1px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0;
  padding: 10px 20px;
  margin-top: 15px;
}

section#contact-form-section {
  margin-bottom: 80px;
}

/* 
//////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////

testimony page starts here

/////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////
 */



 section#skyline-testimony-section {
  padding-top: 150px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, rgba(255, 214, 224, 0.114) 0%, rgba(255, 214, 224, 0) 83.49%);
}


a.testimony-filter-btn {
  background: #FDFDFD;
  border: 1px solid rgba(98, 98, 98, 0.19);
  border-radius: 0px;
  padding: 15px 20px;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #2B3F6C;
}

a.testimony-filter-btn svg {
  margin-right: 8px;
}

li.nav-item:nth-child(1) a.testimony-filter-btn svg {
  margin-right: 0px;
}

.tab-content.testimony-filter-content {
  margin-top: 30px;
}

.testimony-video-block-item {
  position: relative;
  margin-bottom: 30px;
}
.testimony-video-block-item-img img {
  height: 285px;
  object-fit: cover;
  border-radius: 15px;
}

.testimony-video-block-item::before{
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.7) 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 10px 15px 0px 0px;
  transform: rotate(180deg);
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
}

span.video-progress {
  background: #EC2958;
  border-radius: 13px;
  width: 100%;
  height: 2px;
  display: block;
}

.testimony-video-block-item-text h4 {
  font-family:'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight:500;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}


.testimony-video-block-item-text {
  position: absolute;
  bottom: 0;
  padding: 25px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  grid-gap: 12px;
}

button.load-more-btn.btn-center {
  margin: 0px auto;
}
a.testimony-filter-btn.active svg.filter-video rect {
  fill: #EE3C35;
}
a.testimony-filter-btn.active svg.filter-all path {
  stroke: #EE3C35;
}
a.testimony-filter-btn.active svg.filter-text path {
  fill: #EE3C35;
}


.testimony-text-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  grid-gap: 40px;
}
.testimony-text-block-item {
  width: 35%;
  position: relative;
  margin-bottom: 30px;
}
.testimony-block-right-align {
  width: 100%;
  display: flex;
  justify-content: end;
  justify-content: flex-end;
  gap: 40px;
  grid-gap: 40px;
}




.testimony-text-block-item-content {
  background: #FFFFFF;
  border-radius: 12px;
  filter: drop-shadow(0px 4px 52px rgba(226, 226, 226, 0.38));
  padding: 30px 50px;
  position: relative;
}
.testimony-text-block-item-content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 50px solid #fff;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0px);
  border-radius: 4px;
}


.testimony-text-block-item-content-top {
  font-family:'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: rgba(43, 63, 108, 0.79);
  gap: 15px;
  grid-gap: 15px;
}

.testimony-text-block-item-content h3 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
  letter-spacing: 0.03em;
  color: #1C2951;
  margin-top: 20px;
}

.testimony-text-block-item-content div#description {
  margin-top: 60px;
}
.testi-vector {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.testimony-text-block-item a.readmore[aria-expanded="true"] {
  opacity: 1;
  visibility: visible;
  transition: .5s;
  display: block;
  margin-top: 50px;
}


.testimony-text-block-item a.readmore[aria-expanded="true"] svg {
  transform: rotate(270deg);
}


p.free-transit-para {
  color: #FFFFFF;
}
.int-banner-title.free-transit-title h1 {
  background: linear-gradient(95.5deg, #FFEAD5 30.24%, #FFC879 107.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
}

.int-banner-title.free-transit-title span {
  background: linear-gradient(95.5deg, #FFEAD5 30.24%, #FFC879 107.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  font-size: 2.4rem;
    line-height: .9;
}



.search--fixed .search-property-block {
  position: fixed;
  top: auto;
  padding: 12px 80px;
  box-shadow: 0px -12px 41px rgb(217 219 233 / 44%);
  backdrop-filter: blur(7px);
  z-index: 10;
  bottom: 0;
  height: fit-content;
}


.product-dt-content-title.free-transit h3 {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.03em;
  color: #2B3F6C;
  margin-bottom: 20px;
}
.free-transit-service-location-img {
  margin-bottom: 20px;
}
.project-deails-top-contact-block.service.free-transit {
  background: #FFFFFF;
  border-radius: 2px;
}


.blog-detail-content-text-block ol {
  list-style: decimal;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  margin: 20px 0;
}
.blog-detail-content-text-block ol li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #626262;
  padding:5px 0;
}

.blog-detail-content-text-block ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  margin: 20px 0;
}
.blog-detail-content-text-block ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #626262;
  padding:5px 0;
}


/* 
////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////

rera projects page

///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
 */


 section#skyline-rera-project-list-section {
  background: linear-gradient(180deg, rgba(255, 214, 224, 0.114) 0%, rgba(255, 214, 224, 0) 83.49%);
  padding-top: 150px;
  padding-bottom: 80px;
}
.skyline-all-project-list-title-block.rera-project img {
  width: 60px;
  margin-right: 10px;
}
.rera-project-title-block h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 92%;
  color: #09244B;
}





#ajax_projects {
  position: relative;
}
.grid__item.hide { display: none; }




.certificate-list-block-content {
  background: #FFFFFF;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 36px rgba(164, 172, 200, 0.24));
  margin-bottom: 80px;
}
.certificate-list-img {
  width: 80%;
  margin: 0px auto;
  position: relative;
}


.certificate-list-block-item {
  border-right: 2px solid #EBEAED;
  padding: 50px 60px;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.certificate-list-block-content .col-lg-4.col-md-4.col-sm-6.col-12:last-child .certificate-list-block-item {
  
  border-right: 0px solid #EBEAED;
  
}

a.enlarge-view-btn.image-popup-vertical-fit.cerificate-popup {
  opacity: 0;
  transition: .25s;
}

.certificate-list-img:hover a.enlarge-view-btn.image-popup-vertical-fit.cerificate-popup {
  opacity: 1;
  transition: .25s;
  width: 100%;
  bottom: 20px;

}

.cerificate-popup::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.7) 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  transform: rotate(180deg);
  border-radius: 10px 9px 0px 0px;
  bottom: -20px;
  right: 0;
  z-index: -1;
}

.certificate-list-img:hover a.enlarge-view-btn.image-popup-vertical-fit.cerificate-popup::before{
  height: 100px;
}



a.enlarge-view-btn.image-popup-vertical-fit.cerificate-popup svg circle {
  transition: .25s;
}
a.enlarge-view-btn.image-popup-vertical-fit.cerificate-popup:hover svg circle {
  r: 14;
  cx: 14;
  transition: .25s;
}






/* 
////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////

walkthrough page

///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
 */

 section#walkthrough-banner-banner-section {
  height: 110vh;
  position: relative;
}



.walkthrough-header-gr::before{
  position: absolute;
  content: "";
  height: 180px;
  background: linear-gradient(180deg, #3A3A3A 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 1px 0px 0px 0px;
  width: 100%;
  top: 0;
  z-index: -1;
}

.breadcrumbs-block.white {
  margin-top: 0;
}

.interior-banner-text-block.walkthrough {
  top: 130px;
  z-index: 1000;
}
.walkthrough-banner-img {
  position: absolute;
  width: 100%;
  top: 0;
}

.walkthrough-banner-img img {
  height: 110vh;
  object-fit: cover;
}
.walkthrough-banner-img video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}


.breadcrumbs-block.white.walkthrough {
  position: absolute;
  top: 130px;
  z-index: 10;
  right: 0;
}

.breadcrumbs-block.white.walkthrough ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #FFEAD5;
}

.breadcrumbs-block.white.walkthrough ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #FFEAD5;
}

.walkthrough-banner-text-block {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 100px;
  position: relative;
}

.walkthrough-banner-text-block-item h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 128%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
}

.walkthrough-banner-text-block-item p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 157.5%;
  color: #FFFFFF;
}
.walkthrough-banner-text-block-item p {
  width: 50%;
}
.walkthrough-banner-text-block-item-02 {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 15px;
  grid-gap: 15px;
}
.walkthrough-banner-text-block-item-02 h3 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 122%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
button.see-all-videos {
  background: #FDFAFA;
  border: 1px solid #D9D9D9;
  border-radius: 35px;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: #626262;
  padding: 10px 18px;
}

.walkthrough-banner-text-block::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 400px;
  bottom: 0;
  background: linear-gradient(180deg, #3A3A3A 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 1px 0px 0px 0px;
  transform: rotate(180deg);
  z-index: 0;
}



#project-appreciations-inner-top-section {
  padding-top: 160px;
  background: linear-gradient(180deg, rgba(255, 214, 224, 0.114) 0%, rgba(255, 214, 224, 0) 83.49%);
}

.project-appreciations-top-title-block {
  text-align: center;
  position: relative;
}
.project-appreciations-top-title-block-img {
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%,-50%);
  width: 250px;
}
.project-appreciations-top-title-block-img img{
  width: 100%;
}
.project-appreciations-top-title-block h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 92%;
  color: #09244B;
}
.project-appreciations-top-title-block span {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: rgba(43, 63, 108, 0.79);
  margin-bottom: 10px;
  display: block;
}
.project-appreciations-chart-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 54px rgb(173 187 225 / 30%);
  border-radius: 12px;
  padding: 55px 65px;
  margin-top: 50px;
}

.project-appreciations-chart-block-title h4 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #626262;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.project-appreciations-chart-block-title h4 span {
  width: 3px;
  height: 3px;
  background: #EE3C35;
  border-radius: 50%;
  display: flex;
  margin-right: 10px;
}

.project-appreciations-chart-block-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

div#appreciation-chart-kochi-tab-0 table thead {
  background: #1769E2;
}

div#appreciation-chart-kochi-tab-0 {
  margin-top: 50px;
}


div#appreciation-chart-kochi-tab-0 table tr td {
  padding: 15px;
}
div#appreciation-chart-kochi-tab-0 table  th, div#appreciation-chart-kochi-tab-0 table  td {
  padding: 0.625em;
  text-align: center;
  padding: 15px 0;
  border-right: 1px solid #E8E7E7;
  border-left: 1px solid #E8E7E7;
  border-bottom: 1px solid #E8E7E7;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #626262;
}
div#appreciation-chart-kochi-tab-0 table {
  width: 100%;
  border: 1px solid #E8E7E7;
  border-radius: 8px;
}


div#appreciation-chart-kochi-tab-0 table thead tr th {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  border: 0px !important;
}


section#skyline-advertisements-section {
  padding-top: 150px;
  position: relative;
}
section#skyline-advertisements-section::after{
  position: absolute;
  content: "";
  background-image: url(../img/advertisment.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  top: 0;
  width: 100%;
}

section#skyline-advertisements-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, rgba(173, 187, 225, 0.102) 0%, rgba(173, 187, 225, 0) 83.49%);
  top: 0;
  left: 0;
}



.project-appreciations-top-title-block.home-loans {
  text-align: left;
}
.project-appreciations-top-title-block.home-loans p {
  margin-top: 25px;
}
.home-loans-content-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 54px rgb(173 187 225 / 30%);
  border-radius: 12px;
  padding: 50px 60px;
  margin-top: 20px;
}

.home-loan-bank-list {
  display: flex;
  flex-wrap: wrap;
}
.home-loan-bank-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  grid-gap: 30px;
  align-items: center;
}
.home-loan-bank-list-item {
  width: 20%;
  flex-basis: 20%;
}
.home-loan-bank-list-item img {
  width: 65px;
  margin: 0px auto;
  display: flex;
}
.project-approved-bank-block {
  margin-top: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.project-approved-bank-block-title {
  padding: 25px 30px 25px 40px;
  border-bottom: 1px solid #D9D9D9;
}

.project-approved-bank-block-title .project-appreciations-chart-block-title {
  margin-bottom: 0;
}
.project-approved-bank-block-details {
  display: flex;
}

.project-approved-bank-block-block-logo {
  padding: 30px;
  border-right: 1px solid #D9D9D9;
}
.project-approved-bank-block-dt-content {
  padding: 30px 0;
}
.project-approved-bank-block-dt-content ul li {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  padding: 5px 0;
  color: #626262;
  width: 50%;
}
.project-approved-bank-block-dt-content ul {
  display: flex;
  flex-wrap: wrap;
}
button.see-all-videos.emi svg {
  margin-right: 10px;
}

.homeloas_wrap4.rtbs_content.emi-block{
  margin-top: 0 !important;
}

.homeloas_wrap4.rtbs_content.emi-block {
  height: 480px;
  overflow: scroll;
}
.home-loan-emi-block {
  padding: 60px 0;
}
.emi-cal-block-01-item h5 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  color: #626262;
  font-size: 16px;
  font-weight: 400;
}

.emi-cal-block-01-item {
  padding-bottom: 20px;
  position: relative;
}
.loac-amount-slider output {
  background-color: #ededed;
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.loac-amount-slider output {
  background-color: #c2f0cc4a;
  padding: 6px 12px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  color: #50d17a;
}
.project-approved-bank-block- {
  margin-top: 50px;
}

.emi-cal-block-item-content h4 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  color: #626262;
  font-size: 16px;
  font-weight: 400;
}
.emi-cal-block-item-content h5 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  color: #626262;
  font-size: 16px;
  font-weight: 400;
}


.emi-cal-block-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.app-wrapper {
  margin: 10px 10px;
  border-radius: 3px;
  overflow: auto;
  padding: 0px 5px;
}
.app-wrapper .chartWrap {
  float: left;
  position: relative;
  width: 25%;
  background: white;
  height: 330px;
  border: 1px solid silver;
  margin: 0 4%;
}
.app-wrapper .chartWrap #onFeedChart {
  height: 100%;
}
.app-wrapper .chartWrap #photoUploadChart {
  height: 100%;
}
.app-wrapper .chartWrap #vendorChart {
  height: 100%;
}
.app-wrapper .chartWrap .highcharts-container {
  max-height: 300px;
}



section#skyline-project-inner-top-section.leadership-dots{
  background: linear-gradient(180deg, rgba(255, 214, 224, 0.114) -10.11%, rgba(255, 214, 224, 0) 73.38%);
  position: relative;
}

section#skyline-project-inner-top-section.leadership-dots::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background-image: url(../img/leadership-dots.png);
  background-position: center;
  background-size: cover;
  top: 0;
}


.leadership-team-block-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 54px rgb(173 187 225 / 30%);
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.leadership-team-block-item-img img {
  border-radius: 7px;
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.leadership-team-block-item-text {
  padding: 20px 35px;
}

.leadership-team-block-item-text h3 {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
  letter-spacing: 0.03em;
  color: #1C2951;
}
.leadership-team-block-item-text p {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: rgba(43, 63, 108, 0.79);
  margin-bottom: 0;
}

.leadership-team-block-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 150px;
}
button.readmore-btn {
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.185em;
  color: #626262;
  background-color: transparent;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  grid-gap: 8px;
}
.leadership-team-block-item-text-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
div#description {
  width: 100%;
}
.ld-des-content {
  padding-top: 20px;
}

.leadership-team-block-item-text-block a[aria-expanded="true"] {
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  display: none;
}


.dynamic-page-content-block {
  width: 75%;
  margin: 0px auto;
}

.dymanic-page-content-center-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.dynamic-page-content-block h1,.dynamic-page-content-block h2,.dynamic-page-content-block h3 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #09244B;
  text-align: center;
  margin-bottom: 25px;
}


.dynamic-page-content-block h4 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #09244B;
  text-align: center;
  margin-bottom: 25px;
}
.dynamic-page-content-block hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.dynamic-page-content-block p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 162.5%;
  text-align: justify;
  color: #626262;
}

.dynamic-page-content-block ul {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 162.5%;
  text-align: justify;
  color: #2B3F6C;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  list-style: disc;
  padding-left: 20px;
}





.project-handing-over-top-text-block {
  background: #FBFBFB;
  border: 1px solid #F1F1F1;
  box-shadow: 0px -16px 39px rgb(173 187 225 / 12%);
  border-radius: 12px;
  padding: 30px 35px;
}

.handing-over-block-text-block p {
  font-style: normal;
  font-weight: 300;
  color: #626262;
  margin-top: 20px;
}
.handing-over-title-block {
  padding-top: 20px;
  padding-bottom: 60px;
}
.handing-over-hg-block {
  display: flex;
  margin-top: 60px;
}
.handing-over-hg-block-item {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 15px;
  grid-gap: 15px;
}

.handing-over-all-item-block {
  background: rgba(245, 245, 245, 0.27);
  border: 1px solid #F1F1F1;
  border-radius: 12px;
  padding: 30px 25px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.handing-over-all-item-img-img {
  height: 360px;
  object-fit: cover;
  width: 100%;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 4px 10px 4px rgba(234, 234, 234, 0.33);
  border-radius: 6px;
}

.handing-over-all-item-block p {
  font-weight: 300;
  font-size: 15px;
  line-height: 157.5%;
  color: #626262;
  margin-bottom: 0;
  padding: 20px 0 0 0; 
}

.handing-over-hg-block-item-icon img {
  border-radius: 50%;
  box-shadow: 0px 4px 30px rgba(255, 229, 228, 0.72);
}

.handing-over-hg-block-item-text h2 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #2B3F6C;
}
.handing-over-hg-block-item-text span {
  font-family:  'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #2B3F6C;
}

.handing-over-all-item-img {
  position: relative;
}
.handing-over-item-link {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: .25s;
}

.handing-over-item-link a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 30px;
  align-items: center;
  color: #fff;
}

.handing-over-all-item-img::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 160px;
  width: 100%;
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.8) 25%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 10px 9px 0px 0px;
  transform: rotate(180deg);
  opacity: 0;
  transition: .25s;
}


.handing-over-all-item-block:hover .handing-over-all-item-img::before{
  opacity: 1;
  transition: .25s;
}


.handing-over-all-item-block:hover .handing-over-item-link{
  opacity: 1;
  transition: .25s;
}


li.nav-item.dropdown.show{
  border: 0px;
}

/* button.toggle-slide-right{
  display: none;
} */

.about-inner-content-right-block-awards-block-inner-sub img {
  height: 125px;
  object-fit: cover;
  border-radius: 10px;
}



@media (max-width: 860px) {
  #mnsry_container .item {
    width: 50%;
    min-height: 150px;
  }
}
@media (max-width: 667px) {
  #mnsry_container .item {
    width: 100%;
    min-height: 220px;
  }
}


@media (max-width: 1600px) {
  .our-happy-cus {
    top: 5px;
  }

  section#interior-banner-banner-section {
    height: 100vh;
  }
  
  .interior-banner-img {
    position: relative;
    height: 100vh;
    z-index: 0;
  }

  #testimony-slide .owl-item.center > div img {
    height: 400px;
  }
  div#testimony-slide .owl-item img {
    height: 280px;
}




  .quality-block-logo img {
    width: 50px;
  }

  .quality-block-logo {
    margin-right: 0;
    width: 70%;
}




}

@media (max-width: 1450px) {
  
  .title-text {
    margin-right: 80px;
  }
  #testimony-slide .owl-nav {
    top: -44%;
  }
  .our-happy-cus {
    right: -180px;
    top:18px;
  }

  .int-banner-title {
      margin-top: 0px;
  }


  button.enquiry-btn, button.slider-bhk-btn{
    font-size: 12px;
    padding: 6px 10px;
}


  .slider-text-block-right ul {
    padding: 0;
    margin: 0;
    padding-right: 0;
}

.slider-text-block-right {
  display: flex;
  align-items: center;
  width: 60%;
}

.slider-text-block-content {
  gap: 20px;
  grid-gap: 20px;
}


}


@media screen and (max-width: 1300px), screen and (max-height: 600px) {

}


@media (max-width: 1300px) {

  .title-text {
    margin-right: 120px;
  }
  .our-happy-cus {
    right: -150px;
    top: 18px;
  }

  button.view-all-projects-btn {
      font-size: 15px;
  }

  .interior-banner-img .int-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


}

a.enquiry-btn-project.int-btn {
  z-index: 1000;
}
@media (max-width: 1200px) {
  .our-happy-cus {
    right: -50px;
    top: 18px;
  }
  .title-text {
    margin-right: 180px;
  }

  .news-blog-text-block h3 {
    font-size: 22px;
  }
  .int-banner-btn-block {
    margin-top: -150px;
  }

  .project-details-status-block {
    flex-direction: column;
  }

  .project-details-complete-circle {
    height: 200px;
    align-items: center;
    justify-content: center;
}
.project-details-status-text {
  width: calc(100% - 0px);
}


  .int-about-content-img-block-item.block-item-02 {
    padding: 0;
    height: 430px;
  }

  img.int-logo {
    height: auto !important;
    margin-bottom: 20px;
  }

  .slider.slider-nav.slider-nav-slider {
    min-height: 38% !important;
  }
  .slider.slider-text {
    height: 57%;
    padding: 0 10px 0 15px;
  }

  button.slider-bhk-btn,button.enquiry-btn {
    font-size: 13px;
    padding: 6px 6px;
    gap: 8px;
    grid-gap: 8px;
  }

  .int-about-content-img-block-item.block-item-03 {
    height: auto;
    min-height: auto;
    margin-top: 50px;
  }


  .slider-text-block-right ul li {
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 8px;
  }
    
  .slider-text-block {
    padding: 20px;
  }

  .skyline-circle-block-left {
    position: relative;
    padding: 120px 40px 120px 40px;
    min-height: 445px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.skyline-circle-block-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-gap: 20px;
  padding-right: 40px;
}

.skyline-service-sidebar-content-block {
  padding-left: 0;
  padding-top: 40px;
}

.skyline-service-page-sidebar {
  padding-left: 20px;
}

.all-project-content-block-item img {
  height: 340px;
  object-fit: cover;
}
.slider-thumb-img.slick-slide img {
  object-fit: cover;
}


  .walkthrough-banner-text-block-item p {
    width: 70%;
  }
  .testimony-video-block-item-text {
    position: absolute;
    bottom: 0;
    padding: 25px 15px;
  }
  .megamenu-menu-block-03-content {
    padding: 50px 40px;
}



}

@media (max-width: 1100px) {
  .grid::before {
    bottom: -50px;
  }
  #testimony-slide .owl-nav {
    top: -48%;
    right: 21%;
  }

  .skyline-service-sidebar-content-block-item-img {
    margin-bottom: 20px;
    width: 80%;
  }
}

ul.footer-mob-link {
  margin: 0;
  padding: 0;
  margin: 10px 0;
  display: none;
  transition: .25s;
}

@media (min-width: 250px) {
  .grid img{
    height: 220px;
    object-fit: cover;
  }
}


@media (min-width: 576px) {
  .grid img{
    height: 300px;
    object-fit: cover;
  }
}
@media (min-width: 991px) {
  .grid img{
    height: 400px;
    object-fit: cover;
  }
}
@media (min-width: 1300px) {
  .grid img{
    height: 560px;
    object-fit: cover;
  }
}




@media (max-width: 991px) {

  button.btn-header.mob {
    display: block;
  }

  .dynamic-page-content-block {
    width: 95%;
    margin: 0px auto;
  }
  .search-property-block {
    z-index: 1;
}


  .quality-dt-block{
    width: 100%;
  }

  .skyline-service-page-detail-block::before {
    display: none;
  }
  .header--fixed.header-scrolling_up {
    transform: translateY(0%) !important;
    box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
    top: 0 !important;
  }
  .skyline-service-page-title.skyline-awards-inner-top-block-title.faq {
    margin-bottom: 40px;
}

.blog-title-block h2 {
  font-size: 24px;
  line-height: 134%;
  width: 100%;
}
.skyline-service-sidebar-content-block {
  position: relative;
}

.skyline-service-sidebar-content-block::before {
  content: "";
  position: absolute;
  height: calc(100% + 120px);
  width: 1px;
  left: -80px;
  background-color: rgba(98, 98, 98, 0.19);
  top: 0;
}
.skyline-service-page-detail-block {
  position: relative;
  padding-top: 50px;
}
section#skyline-service-top-section {
  position: relative;
  padding-bottom: 60px;
}

  .skyline-service-sidebar-content-block-item-img {
    margin-bottom: 20px;
    width: 80%;
  }

.footer-desk-item{
    display: none !important;
}
.footer-desk-item.contact.collapse.show {
  display: block !important;
}
.footer-top-links-items li.active ul.footer-mob-link {
  display: block;
}
#navbarSupportedContent .header-btn-group.my-2.my-lg-0 {
  display: none;
}
  
  .header-mob-right-block {
    display: flex;
    align-items: center;
    gap: 10px;
    grid-gap: 10px;
    position: absolute;
    right: 0;
    top: 10px;
  }

  li.nav-item.dropdown.megamenu.project-active {
    border: 0px !important;
    border-bottom: 1px solid rgba(98,98,98,.19) !important;
}

  button.navbar-toggle.x {
    font-family: 'HelveticaNowDisplay-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: right;
    margin: auto;
    margin-right: 0;
    margin:0px;
  }

  button.btn-header a {
    padding: 8px 10px;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #0F0602;
  }

  .lg-hotspot__label {
    width: 10rem !important;
  }

  .about-inner-content-right-block-inner-content{
    padding: 30px 18px;
  }

  .grid {
    column-count: 2;
    column-gap: 15px;
  }
  .grid__item {
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .grid img {
    width: 100%;
    border-radius: 10px;
  }
  .grid__item::before {
    border-radius: 10px 10px 0px 0px;
  }

  .our-happy-cus {
    display: none;
  }
  #testimony-slide .owl-nav {
    top: -42%;
    right: 30px;
  }
  .title-text {
    margin-right: 30%;
  }

  .skyline-circle-block-right {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 80px;
    border-top: 1px solid rgba(71, 95, 148, 0.19);
    padding-top: 40px;
  }
  .skyline-circle-block::before {
    position: absolute;
    content: "";

    border-radius: 12px;
    z-index: 0;
    background-image: none !important;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .skyline-circle-block::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #1C2951 50.06%, rgba(28, 41, 81, 0.67) 77.42%);
    backdrop-filter: blur(3.5px);
    z-index: -1;
    border-radius: 9px;
  }

  .skyline-circle-block {
    position: relative;
    border-radius: 9px;
    z-index: 1;
}
  .skyline-circle-block-left {
    position: relative;
    padding: 80px 40px 80px 40px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section#news-blog-section {
    padding: 80px 0 80px;
    position: relative;
  }


  .news-left-section {
    position: relative;
    top: auto;
    width: 100%;
    margin: 0px auto;
  }

  .news-blog-content-block {
    height: auto;
    overflow: auto;
    width: 100%;
    margin: 0px auto;
  }

  .subsribe-form {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  div#mCSB_1_container {
    margin-right: 0;
  }
  div#mCSB_1_scrollbar_vertical {
    display: none !important;
  }


  .footer-top-links-items {
    display: flex;
    width: calc(100% - 20px);
    padding: 14px 0;
    margin-bottom: 0;
    flex-direction: column;
  }
  .footer-top-links-items li {
    padding: 10px 0;
  }

  .footer-logo-block {
    padding-bottom: 30px;
    text-align: center;
  }
  .pr-te-block ul {
    justify-content: center;
    gap: 25px;
    grid-gap: 25px;
  }
  .footer-top-links-items li {
    position: relative;
  }
  .footer-top-links-items li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(192, 192, 192, 0.33) 1.67%, rgba(192, 192, 192, 0) 103%);
    bottom: 0;
    transform: rotate(180deg);
  }
  ul.footer-mob-link li::before {
    display: none;
}

ul.footer-mob-link li {
  padding: 3px 0;
}

  .header--fixed .icon-bar {
    background-color: #000;
    height: 1px;
  }
  .header--fixed button.navbar-toggle.x {
    color: #000;
    text-align: right;
}

  .footer-desk-menu{
    border-bottom: 0px;
  }
  .footer-top-links-items li {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-top-links-items li:last-child:before{
    display: none;
  }

  ul.footer-mob-link li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 212%;
    color: #626262;
  }
  .footer-top-links-items li a::after {
      background: rgba(217, 221, 241, 0.58);
      border-radius: 2px;
      position: absolute;
      content: "";
      left: -5px;
      height: 36px;
      width: calc(100% + 10px);
      top: -8px;
      z-index: -1;
      opacity: 0;
      transition: .25s;
    }
    div#accordionExample ul li ul {
      padding: 0 15px;
      margin: 10px 0;
  }


    .lg-hotspot--hover .lg-hotspot__label {
      opacity: 1;
      display: block;
      padding: 10px;
    }

    .lg-hotspot.lg-hotspot--top-left.hotspot-right-bottom .lg-hotspot__label {
      top: 24px;
      left: -150px;
    }

    .about-inner-content-right-block-inner {
      width: 100%;
    }
    .about-inner-content-right-block-inner-content.box-2 {
      margin: 40px 0 0;
      margin-bottom: 80px;
    }
    .about-inner-content-right-block-inner-content {
      min-height: 390px;
      transition: all 250ms ease;
    }
    .about-inner-content-left-block h4 {
      font-size: 20px;
    }
    .about-inner-content-left-block h2 {
      font-size: 45px;
    }
    .about-inner-content-left-block p {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      color: #626262;
    }
    a.video-link {
      font-size: 12px;
      gap: 5px;
      grid-gap: 5px;
    }
    .about-inner-content-right-block-awards-block {
      padding: 20px 20px 20px 20px;
    }
    article.page-section {
      min-height: auto;
    }
    .footer-top-links {
      display: none;
    }
    .footer-top-links.footer-menu-accordion-mobile-view {
      display: block;
      border-bottom: 1px solid rgba(98, 98, 98, 0.19);
      margin-bottom: 30px;
    }

    .footer-top-links-items ul {
      margin: 0;
      padding: 0;
  }

  .footer-top-links-items-block {
    position: relative;
  }

  div#accordionExample ul li span {
    font-family: 'HelveticaNowDisplay-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #0F0602;
}

div#accordionExample ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 212%;
}

div#accordionExample .card-body {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}


.int-service-block-title-block-title h2 {
  font-size: 24px;
  line-height: 30px;
}

button.booknow-btn {
  font-size: 12px;
  line-height: 24px;
  padding: 8px 12px;
  width: 95px;
}
.int-service-block {
  padding: 40px 0 40px;
}


}



.main-slider-mob-text {
  display: none;
}

.main-slider-text p {
  display: none;
}
.skyline-project-slider-main-block .main-slider-text p {
  display: block !important;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 92%;
  letter-spacing: 0.03em;
  color: #DADADA;
}
.main-slider-text.pad p{
  display: block !important;
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 92%;
  letter-spacing: 0.03em;
  color: #DADADA;
}

.skyline-all-project-list-filter-block-content.mob-filter .sales-products-filter span i {
  font-style: unset;
}
.skyline-all-project-list-filter-block-content.mob-filter .sales-products-filter span svg {
  display: none;
}

.search-property-block-select-block-mob{
  display: none;
}

.skyline-faq-title-block h1{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  display: flex;
  align-items: center;
  color: #09244B;
}



@media (max-width:767px) {

  .rera-project-title-block h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  
  .skyline-faq-title-block h1{
    font-size: 24px;
    line-height: 1.2;
  }
  



  .home-loan-bank-list {
    margin-top: 40px;
}
.home-loan-emi-block-table-data {
  margin-top: 40px;
}

.dynamic-page-content-block {
  width: 100%;
  margin: 0px auto;
}
section#walkthrough-banner-banner-section{
  height: 700px;
}
.walkthrough-banner-text-block-item-02 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.walkthrough-banner-text-block-item h2 {
  font-size: 26px;
}
.walkthrough-banner-text-block-item h2 img {
  width: 60px;
}

.breadcrumbs-block.white.walkthrough {
  position: absolute;
  top: 100px;
  z-index: 10;
  right: 20px;
}

.walkthrough-banner-text-block {
  min-height: 700px;
  padding-bottom: 60px;
  position: relative;
}
.walkthrough-banner-img img {
  height: 700px;
  object-fit: cover;
}
.walkthrough-banner-text-block-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.walkthrough-banner-text-block-item p {
  text-align: center;
}




.home-loans-content-block {
  padding: 40px 40px;
}

.project-approved-bank-block-title {
  padding: 25px 20px 25px 20px;
  border-bottom: 1px solid #D9D9D9;
}
.project-appreciations-chart-block-title .skyline-all-project-list-filter-block {
  width: fit-content;
  margin-bottom: 0px;
}
.project-appreciations-chart-block-title h4 {
  font-size: 12px;
}



  section#home-banner-section {
    position: relative;
  }
  .skyline-service-page-sidebar {
    padding-left: 0px;
  }
  .news-blog-main-img-block {
    margin-bottom: 30px;
  }
  .news-blog-banner-text {
    padding: 80px 40px;
  }
  .skyline-all-project-list-filter-block-content.mob-filter .sales-products-filter span svg {
    display: block;
}

  .blog-detail-content-text-block p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #626262;
}
.blog-detail-content-img img {
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-detail-content-img.news img {
    object-fit: contain;
}
.blog-share-block {
  padding: 0px 0px 0px 10px;
}


  .footer-top-links-items ul li span.collapsed:after{
    display: none;
  }
  .footer-top-links-items ul li span:after{
    display: none;
  }

  .home-banner-text-block svg {
    display: block;
  }
  .skyline-circle-block-left {
    position: relative;
    padding: 60px 30px 60px 30px;
  }

  .about-inner-content-right-block-inner {
    width: 48%;
  }

  .about-inner-content-right-block-inner-content.box-2 {
    margin: 40px 0 0;
    margin-bottom: 0px;
  }

  .home-banner-text-block {
    justify-content: end;
    padding: 60px 20px;
    height: 80vh;
  }
  #main-slide.owl-carousel.owl-carousel .slide-img{
    min-height: 80vh;
  }
  #main-slide.owl-carousel {
    height: auto;
    z-index: 0;
  }
  #main-slide.owl-carousel .item {
    height: auto;
  }



  #main-slide .owl-dots {
    transform: translate(10px, -58vh);
}

  .skyline-service-sidebar-content-block::before {
    left: -50px;
  }

  .lg-hotspot__label {
    width: 8rem !important;
    padding: 10px;
  }
  .lg-hotspot--top-left .lg-hotspot__label {
    top: 38px;
    left: -25px;
  }
  

  .lg-hotspot.lg-hotspot--top-left.hotspot-right-bottom .lg-hotspot__label {
    top: 24px;
    left: -120px;
}


  .slide-img::before {
    position: absolute;
    content: "";
    background-image: url(../img/main-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0;
    z-index: 0;
    overflow: hidden;
}


  .home-banner-text-block .tt {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
  }
  .home-banner-text-block h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 92%;
  }
  .home-banner-text-block h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 92%;
  }
  
  
  a.navigation__link.active span {
    color: #EE3C35;
}


  form#SearchForm {
    margin-bottom: 0;
  }

  .home-banner-text-block-dt {
    margin-top: 10px;
  }

  .home-banner-text-block-dt button.view-project {
    display: none;
  }

  .search-property-block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 15px 0px 15 0px;
  }

  /* div#select.form-control {
    display: none !important;
  } */
  .search-property-block-select-block {
    display: flex;
    gap: 0;
    grid-gap: 0px;
    align-items: self-end;
    justify-content: end;
  }
  section#search-property-section {
    position: relative;
    border-bottom: 1px solid rgba(217, 217, 217, 0.31);
  }
  button#search-btn {
    height: 45px;
    padding: 0px 12px;
    transition: .25s;
    border-radius: 5px;
  }

  .search-property-block-select-block{
    display: none;
    transition: .25s;
  }
  .search-property-block-select-block-mob{
    display: block;
    text-align: right;
    transition: .25s;
  }

  .serach-close{
    display: none;
  }

  .search-property-block-select-block.active {
    display: block;
    width: 100%;
    transition: .25s;
}

.search-property-block-select-block-mob.active svg{
  display: none;
}

.search-property-block-select-block-mob.active .serach-close {
  display: block;
}

  .search-property-block-select-block-mob{
    background: #1C2951;
    border-radius: 8px;
    border: 0;
    height: 45px;
    padding: 0px 10px;
    transition: .25s;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: auto;
    margin-right: 0;
    position: absolute;
    right: 20px;
    top: -40px;
  }


  .search--fixed .search-property-block {
    min-height: 60px;
    transition: .25s;
  }
  .search-property-block-title {
    font-size: 16px;
    margin-top: 10px;
  }

  div#select.form-control {
    width: 100%;
    margin-top: 20px;
}

button#search-btn {
  margin-top: 20px;
  float: right;
}


  .navigation__link {
    padding: 25px;
  }

  section#skyline-about-section {
    display: none;
  }

  section#skyline-home-about-section-mob {
    display: block;
    border-bottom: 1px solid rgba(98, 98, 98, 0.19);
}
  .skyline-about-block-mobile-block ul.nav.nav-tabs {
    border-bottom: 0;
    justify-content: center;
  }

  .skyline-about-block-mobile-block ul.nav.nav-tabs {
    border-bottom: 0;
    justify-content: space-between;
    /* border-image: url(../img/border-img.png) 20% stretch; */
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    position: relative;
    /* top: 24%; */
    z-index: 5;
    background-color: #fff;
    padding: 0;
    transition: .25s;
}

.sec-scrolling_up .skyline-about-block-mobile-block ul.nav.nav-tabs {
  top: 0;
  transition: .25s;
}

  .navigation__link.active span::before {
    display: none;
  }

  .navigation__link::before {
    position: absolute;
    content: "";
    height: 100% !important;
    right: 0;
    bottom: 0;
    width: 1px !important;
    background-color: linear-gradient(270deg, rgba(192, 192, 192, 0.33) 1.67%, rgba(192, 192, 192, 0) 103%) !important;
    opacity: 0;
  }

  .skyline-about-block-mobile-block li.nav-item {
    position: relative;
    width: 33.33%;
  }

  .skyline-about-block-mobile-block li.nav-item::before{
    position: absolute;
    content: "";
    height: 100% !important;
    left: 0;
    bottom: 0;
    width: 1px !important;
    background-image: linear-gradient(270deg, rgba(192, 192, 192, 0.33) 1.67%, rgba(192, 192, 192, 0) 103%) !important;
  } 
  .skyline-about-block-mobile-block {
    margin-top: 50px;
  }
  a.navigation__link.active {
    background: linear-gradient(180deg, rgba(192, 192, 192, 0.14) 0%, rgba(192, 192, 192, 0) 74.74%);
  }
  .about-inner-content {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 60px;
    flex-direction: column;
  }
  .about-inner-content-left-block {
    width: 100%;
  }
.about-inner-content-right-block {
  width: 100%;
  margin-top: 100px;
}
.about-inner-content-left-block-pos {
  position: relative;
  top: auto;
  transform: translate(0px, 0%);
  margin-top: 0;
}


.about-inner-content-right-block-inner-content{
  min-height: 330px;
}
.about-inner-content-right-block-awards-block-inner-sub {
  margin-bottom: 20px;
}

.home-featured-project-filter-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  grid-gap: 0px;
  position: relative;
}
.skyline-all-project-list-filter-block {
  width: 100%;
  margin-bottom: 20px;
}
div#home-featured-project-filter button.owl-next {
  top: 2px;
  right: 0;
}
.project-filter-btn {
  display: block;
  position: absolute;
  right: 0;
}



select.filter-brand {
  padding: 8px 40px 8px 20px;
  font-size: 14px;
  line-height: 21px;
}
#testimony-slide .owl-nav {
  top: auto;
  right: auto;
  position: relative;
  margin-top: 20px;
  margin-left: 20px;
}
.title-text {
  margin-right: 0%;
}
#testimony-slide .owl-nav button {
  background: #FFFFFF;
  border: 1px solid #E9E9E9 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: .25s;
}
#testimony-slide .owl-nav button img {
  width: 19px;
}

#testimony-slide .owl-item.center > div {
  cursor: auto;
  margin: 0px -3%;
  transition: margin 0.8s ease;
}
#testimony-slide .owl-item > div {
  cursor: pointer;
  margin: 5% 8%;
  transition: margin 0.8s ease;
}
button.view-all-projects-btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
 .testimony-slide-img img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.owl-item.active.center .testimony-slide-img img {
  height: 320px;
  object-fit: cover;
  object-position: center;
}
section#news-blog-section {
  padding: 80px 0 80px;
  position: relative;
}
section#skyline-home-testimony-section {
  padding: 80px 0 80px;
  position: relative;
}
.news-left-section {
  position: relative;
  top: auto;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 30px;
}
.rech-title {
  margin-bottom: 30px;
}
#home-featured-project-filter::before {
  width: 50px;
}
.news-blog-content {
  width: 100%;
}




  .blog-detail-content-text-block h3 {
    margin: 35px 0 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
  }




    /* 
    //////////////////////////////////////////////
            project page mobile ui
    ////////////////////////////////////////////// */

    .breadcrumbs-block ul {
      justify-content: flex-start;
      padding: 0;
    }
    .skyline-project-inner-top-block-title h2 {
      font-weight: 500;
      font-size: 24px;
      line-height: 92%;
    }
    .skyline-project-inner-top-block-title p {
      display: none;
    }
    .skyline-project-inner-top-block-title a {
      display: none;
    }
    .slider-right-block {
      display: none;
    }
    section#skyline-project-wrapper-section {
      display: none;
    }

    .skyline-all-project-list-filter-block-content {
      display: none;
    }
    .skyline-all-project-list-filter-block-content.mob-filter {
      display: flex;
    }
    .skyline-all-project-list-filter-block-content.mob-filter .skyline-all-project-list-filter-block, .skyline-all-project-list-filter-block-content.mob-filter .skyline-all-project-list-filter-block2 {
      border: 0px;
      border-radius: 0;
      height: fit-content;
      margin-right: 0;
      margin-bottom: 0;
    }

    .skyline-all-project-list-filter-block-content.mob-filter .sales-products-filter span {
      border-right: 0;
    }
    .skyline-all-project-list-filter-block-content.mob-filter {
      display: flex;
      justify-content: center;
      background: #FFFFFF;
      border: 1px solid #D9D9D9;
      border-radius: 35px;
    }

    .skyline-all-project-list-filter-block-content.mob-filter .skyline-all-project-list-filter-block{
      width: 50%;
      border-right: 1px solid rgba(98, 98, 98, 0.19);
    }

    .skyline-all-project-list-filter-block-content.mob-filter .skyline-all-project-list-filter-block2{
      width: 50%;
    }

    .skyline-all-project-list-filter-block-content.mob-filter select.filter-brand {
      padding: 8px 40px 8px 0px;
      font-size: 14px;
      line-height: 21px;
      width: 100%;
      position: relative;
  }
  .skyline-all-project-list-filter-block-content.mob-filter .sales-products-filter span i {
    font-style: unset;
    display: none;
}


    .skyline-all-project-list-filter-block-content.mob-filter .sales-products-filter {
        padding: 5px 10px 5px 10px;
        position: relative;
        display: flex;
        align-items: center;
        gap: 0;
    }

    .main-slider-text {
      height: 100%;
      padding: 20px 30px 30px;
    }

    .now-trending-block {
      position: absolute;
      top: 20px;
    }

    .main-slider-text h3 {
      font-size: 14px;
    }
    .main-slider-mob-text {
      display: block;
      font-family: 'HelveticaNowDisplay-Medium';
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 92%;
      letter-spacing: 0.03em;
      color: #DADADA;
    }

    .ex h6 {
      display: none;
    }


    .all-project-content-block-item {
      margin-top: 30px;
    }

    .all-project-contaent-expand-item ul {
      padding: 0px;
      margin: 2% auto 0;
      width: 80%;
    }
    .all-project-content-block-item-text {
      padding: 10px 20px;
    }
    .all-project-content-block-item-text p {
      transition: .5s;
      font-size: 10px;
      line-height: 92%;
      letter-spacing: 0.03em;
      color: #DADADA;
    }

    .all-project-content-block-item-btn {
      padding: 8px 20px;
    }

    .row.skyline-dream-wrapper-block {
      justify-content: center;
      padding: 60px 40px;
    }
    .skyline-dream-wrapper-block-text-title {
      margin-right: 0;
      margin-top: 30px;
    }

    section#skyline-dream-wrapper-section {
      padding: 80px 0 0;
    }

    .location-slider-block .all-project-content-block-item {
      margin: 0px 4px;
    }

    .faq-section-title h2 {
      font-weight: 400;
      font-size: 24px;
      line-height: 92%;
    }
    .faq-section-title p {
      font-weight: 400;
      font-size: 15px;
      line-height: 22px;
      letter-spacing: 0.03em;
    }

    .contact-form-block {
      margin-top: 30px;
    }

    .submit-msg-block {
      display: flex;
      align-items: center;
      gap: 10px;
      grid-gap: 10px;
      justify-content: space-between;
      flex-direction: column-reverse;
    }

    button.submit-btn {
      width: 100%;
    }

    .skyline-circle-block-left h5 {
      font-size: 15px;
      line-height: 114%;
    }

    .skyline-circle-block-left h2 {
      font-size: 32px;
      line-height: 114%;
    }

    .skyline-circle-block-left p {
      font-size: 14px;
    }

    .main-slider-text p {
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 92%;
      letter-spacing: 0.03em;
      color: #DADADA;
      display: block;
      font-family: 'HelveticaNowDisplay-Regular';
      margin-bottom: 0;
  }


  .do-it-right-block-text h2 {
    width: 100%;
  }

  .contact-section-title-block h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 128%;
    color: #FFFFFF;
}
.contact-section-title-block p {
  color: #FFFFFF;
  width: 100%;
}

}

@media (max-width: 576px) {



  .grid__item {
    width:47%;
  }

  .grid__item_text{
    width: calc(100% - 20px);
  }

  .grid__item:hover .grid__item_text {
    width: calc(100% - 20px);
  }



  .quality-dt-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.quality-block-logo {
  margin-right: 0;
  width: 100%;
}
.project-appreciations-chart-block {
  padding: 55px 40px;
}




button.quality-btn {
  font-size: 10px;
  padding: 10px 15px;
}

.do-it-right-block {
  padding: 60px 25px;
}
.do-it-right-block-text h2 {
  width: 100%;
  font-size: 24px;
}


  .grid::before {
    bottom: -20px;
    z-index: 5;
    height: 140px;
  }
  a.video-link svg {
    width: 45px;
  }
  svg.video-svg {
    width: 15px !important;
    margin-right: 3px;
  }
  button.view-all-projects-btn svg {
    width: 40px;
  }
  .owl-item .testimony-slide-img img {
    height: 230px !important;
    object-fit: cover;
    object-position: center;
}
.testimony-slide-img-dt::before {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 4px;
  background: #EC2958;
  border-radius: 13px;
  right: 10px;
}

button.gal-filter {
  height: 40px;
  padding: 0 8px;
}
.skyline-awards-inner-top-block-title.gallery {
  justify-content: space-between;
  flex-direction: column;
  align-items: start;
}
.skyline-gallery-right-block-filter {
  width: 100%;
}
.skyline-gallery-right-block-filter .breadcrumbs-block {
  position: absolute;
  top: -30px;
  right: 20px;
}

  .lg-hotspot__label h4 {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .lg-hotspot__label p {
    font-size: 9px;
    margin-top: 0;
  }

  .lg-hotspot__button {
    height: 20px;
    width: 20px;
    padding: 0px;
    z-index: 0;
  }
  .lg-hotspot__button::before {
    width: 8px;
    height: 8px;
  }
  .lg-hotspot__button:after {
    position: absolute;
    top: 11px;
    left: 11px;
    height: 18px;
    width: 18px;
  }
  .lg-hotspot__label svg {
    position: absolute;
    right: 3px;
    bottom: 1px;
    width: 15px;
}


  .testimony-slide-img-dt h5 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 135%;
}
.skyline-circle-block-left h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 114%;
}
.skyline-circle-block-left p {
  font-size: 14px;
}

.play-video-icon {
  font-size: 10px;
  line-height: 15px;
  width: 70px;
  margin-bottom: 8px;
}
.play-video-icon svg {
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(4.5px);
  border-radius: 56px;
  width: 44px;
  padding: 7px 0;
  height: 28px;
  margin-bottom: 5px;
}



  a.navbar-brand {
    position: relative;
    margin-right: 20px;
}

a.navbar-brand::before {
  right: -10px;
}
a.navbar-brand img {
  width: 63px;
}
img.da2-logo {
  margin-right: 30px;
  width: 40px;
}

.img-block img{
  width:70% !important;
}

.news-blog-content {
  gap: 20px;
  grid-gap: 20px;
  padding-bottom: 25px;
  margin-top: 25px;
}

.news-blog-content p {
  display: none;
}
.news-blog-content {
  padding-bottom: 15px;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}

.featured-project-bottom-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

  .grid__item_text h4 {
    font-size: 12px;
    line-height: 92%;
    margin-bottom: 5px;
  }

  .footer-top-menu ul {
    gap: 8px;
    grid-gap:8px;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid__item_text a svg{
    width:15px;
}


.footer-top-menu ul li {
  position: relative;
  width: 45%;
}
.footer-top-menu ul li a {
  padding-left: 12px;
  font-size: 13px;
}
.footer-top-menu {
  padding: 50px 0 40px;
}

.footer-top-menu ul li:before {
  position: absolute;
  content: "";
  background-color: #D9D9D9;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 15px;
}
  .filter-btn {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    padding: 8px 15px;
  }


  .section-title h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 92%;
    color: #09244B;
    font-size: 24px;
    line-height: 92%;
}
  .seeall-project-block {
    display: flex;
    align-items: center;
    gap: 10px;
    grid-gap: 10px;
    position: absolute;
    bottom: unset;
    left: 35px;
    top: 110px;
  }
  .home-banner-text-block {
    align-items: baseline;
    justify-content: end;
    padding: 60px 0px 60px;
    justify-content: flex-end;
  }
  #main-slide .owl-dots {
    transform: translate(10px, -58vh);
  }
  .home-banner-text-block svg {
    bottom: 60px;
  }
  

  .navigation__link span {
    transition: all .25s;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
  .navigation__link{
    color: #09244B;
    position: relative;
    transition: all .25s;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }

  .about-inner-content-left-block h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.about-inner-content-left-block h2 {
  font-size: 32px;
  line-height: 92%;
  margin-bottom: 20px;
}
.about-link-block {
  margin-top: 30px;
}
.about-inner-content-left-block p {
  font-size: 14px;
  line-height: 156%;
}
a.video-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
}
.about-inner-content-right-block-inner span {
  font-weight: 400;
  font-size: 24px;
  line-height: 92%;
}

.about-inner-content-right-block-inner h5 {
  font-weight: 300;
  font-size: 15px;
}

button.view-all-projects-btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
}
button.view-all-projects-btn span {
  opacity: 0.4;
  border: 1px solid #1C2951;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transform: translate(-26px, -1px);
}
div#testimony-slide {
  margin-top: 0;
}

button.back-to-top > div {
  display: none;
}

#testimony-slide .owl-item > div {
  cursor: pointer;
  margin: 0% 0%;
  transition: margin 0.8s ease;
}
#testimony-slide .owl-item.center > div {
  cursor: auto;
  margin: 0px 5%;
  transition: margin 0.8s ease;
}


.news-blog-content-block {
  height: auto;
  overflow: auto;
  width: 100%;
  margin: 0px auto;
}


.title-text-news p {
  font-size: 14px;
  line-height: 147%;
}

.section-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.news-blog-content-title h3 {
  font-size: 15px;
  line-height: 129%;
}

.grid__item_text {
  left: 10px;
  right: 10px;
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}
.grid__item_text p {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: #DADADA;
  margin-bottom: 0;
}
.grid__item::before {
  opacity: 1;
  visibility: visible;
}
.lg-hotspot.lg-hotspot--top-left.hotspot-right-bottom {
  right: 10%;
  bottom: 25%;
}

.tag-top span {
  font-size: 10px;
  padding: 6px 14px;
}


.news-blog-arrow svg {
  width: 20px;
  height: 20px;
  padding: 5px;
}

section#footer-contact-details-section {
  background: #F8FBFE;
  padding: 60px 0 0;
  position: relative;
}
.rech-contact-details div h4 a {
  font-size: 15px;
}
.rech-contact-details div h4 {
  font-size: 15px;
}

div#testimony-slide .owl-item.active.center .testimony-slide-img-dt {
  opacity: 1;
  visibility: visible;
  transition: .25s;
  padding:9px;
  bottom: 10px;
}

.footer-des p {
  font-size: 13px;
}

.title-text p {
  font-size: 15px;
}


/* 
///////////////////////////////////////////
      project page mob ui

/////////////////////////////////////////// */


  .skyline-all-project-list-filter-block-content.mob-filter .sales-products-filter span {
    padding: 0px 0px 0 10px;
    font-size: 13px;
  }


  .skyline-all-project-list-filter-block-content.mob-filter select.filter-brand {
    padding: 4px 5px 4px 4px;
    font-size: 12px;
    line-height: 21px;
  }

  .skyline-all-project-list-filter-block-content.mob-filter .sales-products-filter {
    padding: 5px 0px 5px 0px;
    position: relative;
  }
  .all-project-content-block-item-text h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 92%;
  }
  .all-project-contaent-expand-item h4 {
    font-weight: 400;
    font-size: 12px;
  }
  .all-project-contaent-expand-item ul li {
    padding: 6px 0;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
  }

  .location-slider-block .all-project-contaent-expand-item ul li{
    padding: 6px 0;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
  }
  .view-dt-ex-btn {
    font-size: 10px;
    line-height: 15px;
    padding: 2px 10px;
    margin-top: 15px;
  }

  .all-project-contaent-expand-item {
    padding: 20px 20px 20px 20px;
  }

  .row.pad-5 {
    margin-right: -5px;
    margin-left: -5px;
  }

  .row.pad-5 .col-xl-3.col-lg-3.col-md-4.col-sm-6.col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .all-project-content-block-item {
    margin-top: 20px;
  }

  div#faq {
    margin-top: 40px;
    margin-right: 0px;
  }
  #faq .card .card-header .btn-header-link {
    color: #000000;
    padding-right: 20px;
  }
  #faq .card .card-header .btn-header-link:after {
    margin-right: -20px;
    margin-top: -20px;
  }
  .skyline-circle-block-right a {
    font-size: 15px;
    padding: 15px 15px 15px 0;
    margin-bottom: 10px;
  }

  .all-project-contaent-expand-item ul {
    padding: 0px;
    margin: 2% auto 0;
    width: 100%;
}
.section-title svg{
  width: 25px;
}

.skyline-project-slider-main-block img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  border-radius: 10px;
}

.all-project-contaent-expand-item h4 {
  line-height: 18px;
  color: #FFFFFF;
}




}




@media (max-width: 450px) {
  .lg-hotspot.lg-hotspot--top-left.hotspot-right-bottom .lg-hotspot__label {
    top: 30px;
    left: -40px;
  }
  section#skyline-home-featured-section .lg-hotspot__label {
    width: 6rem !important;
  }


  .all-project-content-block-item img {
    height: 240px;
    object-fit: cover;
  }
  .all-project-contaent-expand-item {
    padding: 20px 10px 20px 10px;
  }


  .all-project-contaent-expand-item ul li {
    gap: 5px;
    grid-gap: 5px;
  }
  .all-project-contaent-expand-item ul li svg {
    width: 15px;
  }
  .all-project-contaent-expand-item ul li {
    font-size: 10px;
    line-height: 14px;
    padding:4px 0;
  }

  .view-dt-ex-btn {
    padding: 2px 8px;
    margin-top: 5px;
}

}


@media (max-width: 380px) {

  .footer-top-menu ul li a {
    padding-left: 12px;
    font-size: 11px;
  }

  .all-project-content-block-item img {
    height: 240px;
    object-fit: cover;
  }

  .all-project-contaent-expand-item ul li {
    padding: 4px 0;
  }
  .all-project-contaent-expand-item h4 {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
  }

.view-dt-ex-btn {
    font-size: 9px;
    line-height: 15px;
    padding: 2px 9px;
    margin-top: 13px;
}

}

/* @media (max-width: 420px) {
  .grid {
    column-count: 1;
    column-gap: 15px;
  }
} */


/* 

////////////////////////////////////////////////////////

    project details mobile ui

///////////////////////////////////////////////////////
 */

 .project-detail-slider-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.download-br-img-block img {
  height: 580px;
  object-fit: cover;
  object-position: left;
}

.more-projects-block .all-project-content-block-item img {
  height: 370px;
  object-fit: cover;
}


section#project-details-section-mobile{
  display: none;
}
.fsb-button:after, select[disabled]+.fsb-select .fsb-button[aria-expanded=true]:after {
  right: 16px !important;
}

@media (max-width: 1600px) {

.more-projects-block .all-project-content-block-item img {
  height: 340px;
  object-fit: cover;
}

.int-banner-title {
  margin-top: -20px;
  text-align: center;
}


}

 @media (max-width: 1300px) {

    a.enquiry-btn-project button {
      font-weight: 700;
      font-size: 16px;
      line-height: 26px;
      padding: 8px 15px;
      gap: 6px;
      grid-gap: 6px;
      transition: .25s;
    }

    .project-detail-slider-bottom-block {
      padding: 20px;
    }
  
    .all-project-content-block-item img {
      height: 380px;
      object-fit: cover;
  }


  .all-project-contaent-expand-item ul li {
    padding: 4px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  

    .more-projects-text-block h2 {
      font-size: 20px;
      line-height: 26px;
  }

  .more-projects-block .all-project-content-block-item img {
    height: 380px;
    object-fit: cover;
  }
    .project-detail-slider-text {
      transform: translate(-40px, 0px);
      width: 120%;
  }

    .slider.slider-nav-product .slick-slide {
      width: 100px!important;
      margin: 5px 0;
    }
   

    button.book-site-visit-btn {
      font-weight: 700;
      font-size: 12px;
      padding: 10px 12px;
      width: 100%;
    }
    button.download-br-btn {
      padding: 10px 10px;
      font-size: 12px;
    }

    div#product-detail-slider .btn-wrap {
      width: 100px;
    }
 }
 .project-details-contact-icon a {
  display: flex;
}


 @media (max-width: 1200px) {

  .all-project-contaent-expand-item ul{
    width: 100%;
  }
  .more-projects-block {
    padding: 40px 30px 40px 40px;
  }





  .project-detail-slider-bottom-block {
    padding: 20px;
    flex-direction: column;
    gap: 5px;
    grid-gap: 5px;
}
.more-projects-block .all-project-content-block-item img {
  height: 340px;
  object-fit: cover;
}

.project-name-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.project-contact-block {
  margin-top: 10px;
}

  .certificate-list-block-item {
    padding: 30px 30px;
    min-height: 350px;
  }

  .project-name-detals h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .project-top-address .div {
    display: flex;
    gap: 6px;
    grid-gap: 6px;
    align-items: center;
    font-size: 10px;
  }
  a.enquiry-btn-project button {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }
  .project-details-banner-block {
    display: flex;
    align-items: center;
    gap: 30px;
    grid-gap: 30px;
    width: 100%;
  }
  ul.project-amenities-block li {
    padding: 14px 10px;
    gap: 15px;
    grid-gap: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }



  .download-br-img-block img {
    height: 560px;
    object-fit: cover;
    object-position: left;
  }

  .more-projects-block {
    background: rgba(255, 176, 171, 0.11);
    border-radius: 11px;
    padding: 40px 80px 40px 80px;
  }


 }


 section#bottom-contact-section {
  display: none;
}



 @media (max-width: 991px) {

  .more-projects-block {
    padding: 40px 20px 40px 40px;
  }


    div#product-detail-slider .btn-wrap {
      width: 100px;
      position: relative;
    }
    .project-deails-top-contact-block {
      padding: 5px 5px;
  }

  a.project-to-cont-number{
    font-size: 14px;
  }

  .more-projects-block .all-project-content-block-item img{
    height: 320px;
  }

    .slider.slider-nav-product {
      width: 100px;
      float: unset;
    }
    .product-detail-slider-left-block {
      display: flex;
      flex-direction: column;
      float: left;
    }
    .project-name-block {
      display: flex;
      justify-content: space-between;
      width: 100%;
      flex-direction: column;
      align-items: self-start;
      gap: 10px;
      grid-gap: 10px;
    }

    /* .project-details-banner-block {
          margin-bottom: 20px;
    } */
    .project-detail-slider-img img {
      width: 100%;
      height: 340px;
      object-fit: cover;
    }
    ul.project-amenities-block li {
      width: 49.33%;
    }

    .project-detail-slider-text {
      margin-top: 10px;
      transform: translate(-0px, 0px);
      width: 100%;
    }
    .project-detail-slider-text ul li {
      padding: 6px 0;
      gap: 8px;
      grid-gap: 8px;
    }

    .progress-img-main-block {
      margin-bottom: 30px;
    }

    .product-dt-content-block {
      margin-top: 50px;
    }

    .slider.slider-for-product {
      overflow: hidden;
      border-radius: 3px;
      width: 100%;
  }

    .floor-type {
      padding: 20px;
      min-height: 250px;
    }

    .floor-slider .slick-slide {
      margin: 0 15px;
    }


    .download-br-form-block {
      padding: 30px 20px 20px 0;
    }

    form.create-account-form input {
      padding: 8px 0px;
    }
  
    .input-block svg {
      position: absolute;
      top: 10px;
      right: 0;
      width: 24px;
  }


    .projects-details-content-top-link-block ul li a {
      font-size: 14px;
    }
    .projects-details-content-top-link-block ul {
      display: flex;
      align-items: center;
      gap: 20px;
      grid-gap: 20px;
      padding: 30px 0;
      margin-bottom: 0;
  }


  
  section#bottom-contact-section {
    display: block;
  }

  section#bottom-contact-section {
    position: fixed;
    bottom: -100px;
    width: 95%;
    padding: 10px 0;
    transition: .25s;
    z-index: 10;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 17px rgb(236 236 236 / 79%);
    backdrop-filter: blur(20px);
    border-radius: 6px;
    left: 2.5%;
}
  section#bottom-contact-section.contact--fixed {
    bottom: 10px;
    transition: .25s;
}


  .bottom-sticky-block ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    grid-gap:15px;
    justify-content: space-around;
    width: 100%;
}
.specifications-title-block a div {
  display: flex;
  align-items: center;
  gap: 15px;
  grid-gap: 15px;
  color: #0F0602;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}



  .bottom-sticky-block ul li a {
    font-family: 'HelveticaNowDisplay-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 0.03em;
    color: #626262;
}

.bottom-sticky-block ul li a {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 8px;
  grid-gap: 8px;
}
.bottom-sticky-block ul li a svg {
  height: 30px;
}
.bottom-sticky-block ul li a img {
  height: 30px;
  width: 25px;
}



.testimony-video-block-item-text h4 {
  width: 70%;
}

.chairman-img-block-text-dt h2 {
  font-size: 30px;
}


.cmd-message-award-block {
  padding: 50px 30px;
}
.awards-msg-slider-block {
  padding: 60px 0px 60px 0px;
}
.contact-form-block {
  margin-bottom: 50px;
}
.nearby-location-item.load-more-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pr-te-block {
  padding-bottom: 100px;
}

 }


 section#projects-details-content-section-mobile {
  display: none;
}




 @media (max-width: 767px) {

  .about-yeat-text h2 {
    text-align: center;
  }
  
    .project-dt-br-block {
        background: transparent;
        border-radius: 10px;
    }
    .testimony-text-block-item-content {
      padding: 25px 25px;
      position: relative;
    }
    .testimony-text-block-item-content h3 {
      font-size: 20px;
    }
    .all-project-content-block-item img {
      height: 360px;
      object-fit: cover;
  }

    .testimony-text-block-item {
      width: 45%;
      margin-bottom: 10px;
    }
    .testimony-video-block-item-img img {
        height: 180px;
        object-fit: cover;
        border-radius: 15px;
    }

    .download-br-form-block {
      background: #2B3F6C;
      padding: 30px 30px 20px 30px;
      border-radius: 20px;
      margin-top: -20px;
    }

    .more-projects-block .all-project-content-block-item img {
      height: 360px;
      object-fit: cover;
    }
    .location-slider-block {
        margin-top: 30px;
    }
    section#project-details-banner-section {
      display: none;
    }

    section#project-details-section-mobile{
      display: block;
    }

    .project-details-section-mobile-banner img {
      height: 380px;
      object-fit: cover;
      border-radius: 10px;
      width:100%;
    }

    .project-details-section-mobile-banner {
      position: relative;
      margin-bottom: 30px;
  }

  .project-details-banner-block {
    display: flex;
    align-items: center;
    gap: 10px;
    grid-gap: 10px;
    width: 100%;
}
div#summary-amenities {
  margin-bottom: 30px;
}

.more-projects-block {
  background: rgba(255, 176, 171, 0.11);
  border-radius: 11px;
  padding: 40px 40px 40px 40px;
}

    .project-dt-main-img-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        bottom: 20px;
        padding: 0 20px;
        right: 0;
        width: 100%;
    }
    .project-dt-main-img-text h4 {
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.03em;
      color: #FFFFFF;
      font-family: 'HelveticaNowDisplay-Medium';
    }

    .project-dt-photo-gal {
      font-family: 'HelveticaNowDisplay-Medium';  
      font-style: normal;
      font-weight: 500;
      font-size: 10px;
      line-height: 15px;
      display: flex;
      align-items: center;
      color: #FFFFFF;
    }

    .project-details-section-mobile-banner::before{
      position: absolute;
      content: "";
      bottom: 0;
      background: linear-gradient(180deg, rgba(58, 58, 58, 0.7) 0%, rgba(58, 58, 58, 0) 90.31%);
      mix-blend-mode: multiply;
      border-radius: 4px;
      transform: rotate(180deg);
      width: 100%;
      height:200px;
      left: 0;
    }

    .project-logo img {
      width: 50px;
      height: 50px;
    }

    .project-name-detals h2 {
      font-weight: 500;
      font-size: 18px;
      line-height: 27px;
    }
    .project-name-detals {
      width: 100%;
    } 
    .project-top-address {
      justify-content: space-between;
      width: 100%;
    }


    a.enquiry-btn-project {
      width: 100%;
   }

   a.enquiry-btn-project button {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 12px;
    width: 100%;
    text-align: center;
    justify-content: center;
    gap: 15px;
    grid-gap: 15px;
  }
  .project-detail-slider-text {
      margin-top: 30px;
  }

  .project-detail-slider-text ul li {
    padding: 10px 0;
    gap: 8px;
    grid-gap: 8px;
  }
  .product-details-btn-group a {
    width: 50%;
  }
  button.download-br-btn {
    width: 100%;
  }  

  .project-dt-main-img-text h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
  .project-dt-main-img-text .play-video-icon svg {
      border: 1px solid #FFFFFF;
      backdrop-filter: blur(4.5px);
      border-radius: 20px;
      width: 55px;
      padding: 8px 0;
      height: 34px;
      margin-bottom: 0;
  }



  section#projects-details-content-section {
      display: none;
  }


  .project-dt-tab-block-mob {
    border-top: 1px solid rgba(98, 98, 98, 0.19);
    border-bottom: 1px solid rgba(98, 98, 98, 0.19);
    margin-top: 0;
  }

  section#projects-details-content-section-mobile {
    display: block;
    margin-top: 30px;
  }

  li.nav-item.project-dt-tab-block-item a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 92%;
    color: #09244B;
  }
  ul.nav.project-dt-tab-block {
      display: flex;
  }
  li.nav-item.project-dt-tab-block-item {
    width: 50%;
    border-right: 1px solid rgba(98, 98, 98, 0.19);
  }
  li.nav-item.project-dt-tab-block-item:last-child {
    border-right: 0px;
  }

  li.nav-item.project-dt-tab-block-item a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 92%;
    color: #09244B;
    width: 100%;
    display: block;
    padding: 25px 25px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    grid-gap: 8px;
  }
  .pro-dt-con-block {
    padding: 0px 0;
  }

  li.nav-item.project-dt-tab-block-item:nth-child(2) a.active::before {
    position: absolute;
    content: "";
    left: -1%;
    transform: rotate(-90deg);
    background: linear-gradient(180deg, rgba(192, 192, 192, 0.14) 0%, rgba(192, 192, 192, 0) 74.74%);
    height: 100%;
    width: 68px;
    top: 0;
  }

  li.nav-item.project-dt-tab-block-item:nth-child(1) a.active::before {
    position: absolute;
    content: "";
    right: -1%;
    transform: rotate(-90deg);
    background: linear-gradient(0deg, rgba(192, 192, 192, 0.14) 0%, rgba(192, 192, 192, 0) 74.74%);
    height: 100%;
    width: 68px;
    top: 0;
  }

/* 

  li.nav-item.project-dt-tab-block-item  */


  li.nav-item.project-dt-tab-block-item a.active span{
    width: 3px;
    height: 3px;
    display: block;
    background-color: #EE3C35;
    border-radius: 50%;
  }


  a.ame-img-btn {
      width: 100%;
      margin: 0px auto;
      text-align: center;
      margin-top: 20px;
      justify-content: center;
  }

  ul.project-amenities-block li {
    padding: 8px 10px;
  }
  /* .amenities-img img {
    width: 22px;
  } */
  .project-dt-content-section-mob-block {
    padding-bottom: 40px;
  }

  div#location-reach {
    background: rgba(173, 187, 225, 0.11);
    border-radius: 1px;
    padding: 60px 0;
  }
  .pro-dt-con-block-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .location-map {
    margin-top: 20px;
  }


  .floor-slider.floor-slider-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    grid-gap: 20px;
  }
  .floor-slider-block-item {
    width: 48% !important;
  }

  .project-top-address .div { 
    line-height: 12px;
  }
  .career-expand-block-dt-title {
    width: 100%;
  }


  .career-expand-block-dt {
    background: rgba(173, 187, 225, 0.06);
    border-radius: 11px;
    padding: 60px 60px;
  }
  .contact-expand-title.career {
    padding: 22px 18px;
}

  .career-block-banner-text-block h4 {
    font-size: 20px;
    line-height: 122%;
}
form#careers-form {
  padding: 40px 40px;
}


.career-block-banner {
  background: rgba(176, 229, 255, 0.44);
  border-radius: 10px;
  margin-top: 20px;
  padding: 60px 50px 0px;
  position: relative;
}

.skyline-awards-inner-top-block-title h1 {
  font-size: 26px;
}

.contact-expand-title h4 {
  font-size: 16px;
}

.skyline-awards-inner-top-block-title.gallery {
  justify-content: center;
  text-align: center;
}

.career-banner-img-block {
  margin-top: 30px;
}
.skyline-news-inner-top-block-title {
  flex-direction: column;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 0px;
  grid-gap: 20px;
}
.testimony-video-block-item-text {
  gap: 5px;
  grid-gap: 5px;
  padding: 15px 15px;
}
button.view-all-post-btn {
  display: none;
}


.skyline-news-inner-top-block-title {
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.skyline-news-inner-top-block-title h1 {
  font-size: 24px;
  line-height: 92%;
  margin-top: 10px;
}
.news-blog-banner-text h2 {
  font-size: 24px;
  line-height: 140%;
}

.news-blog-banner-text {
  padding: 60px 30px;
}

.blog-share-block {
  position: relative;
  margin-top: 0;
  top: auto;
  display: flex;
  justify-content: center;
}

.blog-content-block {
  flex-direction: column;
}
.blog-share-block ul {
  display: flex;
  gap: 15px;
  grid-gap: 15px;
}
.blog-share-block ul li {
  padding: 0;
  margin-left: 20px;
}

.project-appreciations-chart-block {
  padding: 50px 25px;
  margin-top: 50px;
}
div#appreciation-chart-kochi-tab-0 table tr td {
  padding: 10px;
  font-size: 12px;
}
div#appreciation-chart-kochi-tab-0 table thead tr th {
  font-size: 12px;
}

.project-appreciations-top-title-block h2 {
  font-size: 24px;
}

section#skyline-contact-v2-section {
  min-height: 650px;
}
.contact-section-v2-title-block.contact-title h1 {
  font-size: 26px;
  line-height: 44px;
}
button.contact-btn-v2 {
  padding: 8px 15px;
}
button.contact-btn-v2 img {
  margin-right: 10px;
  width: 18px;
}

.contact-from-block-content {
  background: rgba(238, 60, 53, 0.06);
  border-radius: 11px;
  padding: 30px;
  margin-top: 60px;
}
div#faq {
  margin-top: 40px;
  margin-right: 0px;
}


section#contact-details-expand-section {
  background: #F8FBFE;
  border-radius: 12px;
  padding: 100px 0 10px;
}
.contact-details-expand-block-item {
  margin-bottom: 40px;
}


/* 
/////////////////////////////interior mobile ui////////////////////////////// */



  a.enquiry-btn-project.int-btn {
    width: auto;
  }


  .int-service-block-text-block {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .int-service-block {
    padding: 40px 0 40px;
    flex-direction: column-reverse;
  }

  .int-service-block:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .interior-grid-gallery-block .gallery__item--lg {
    grid-column: span 1;
    grid-row: span 1;
  }
  .interior-grid-gallery-block .gallery__item--hor {
    grid-column: span 1;
  }

  .interior-grid-gallery-block .gallery__item--vert {
    grid-row: span 1;
  }


  .int-service-block-img span {
    right: 0px;
    bottom: -50px;
  }

  .int-service-block:nth-child(odd) .int-service-block-text-block {
    padding-left: 0px;
    padding-right: 0px;
  }

  .project-handing-over-top-text-block {
    margin-top: 30px;
    padding: 30px 20px;
  }

  section#awards-list-section {
    padding: 20px 0;
  }

  .handing-over-all-item-block {
    margin-top: 0;
}

}

.service-mob-search-block {
  display: none;
}


button.booknow-btn.booknow-btn-mob {
  display: none;
}
p.int-service-block-img-text {
  display: none;
}






@media (max-width: 576px) {

  .leadership-team-block-item-text h3 {
    font-size: 18px;
  }
  .leadership-team-block-item-text {
    padding: 20px 20px;
}
.nearby-location-block {
  padding: 20px;
}

  .certificate-list-block-item {
    padding: 15px 15px;
    min-height: auto;
}
.all-project-content-block-item img {
  height: 320px;
  object-fit: cover;
}

.more-projects-block .all-project-content-block-item img{
  height: 300px;
}

.project-appreciations-top-title-block h1 {
  font-size: 26px;
  line-height: 82%;
  color: #09244B;
}

.pr-te-block ul{
  flex-wrap:wrap;
  grid-gap:10px;
  gap:10px;
}
.footer-logo-block{
  padding-bottom:20px;
}


.project-appreciations-top-title-block.home-loans {
  text-align: center;
}
.handing-over-hg-block-item {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.project-appreciations-top-title-block h2{
  text-align: center;
  width: 100%;
  justify-content: center;
}


  .certificate-list-block-content {
    background: #FFFFFF;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 36px rgba(164, 172, 200, 0.24));
    margin-bottom: 1px;
}


  .skyline-awards-inner-top-block-title.certificate {
    justify-content: center;
    display: flex;
    width: 100%;
    text-align: center;
}
.skyline-awards-inner-top-block-title.certificate div {
  justify-content: center;
  text-align: center;
  width: 100%;
}

.skyline-awards-inner-top-block-title.certificate h2 {
  font-size: 26px;
  justify-content: center;
}

.skyline-awards-inner-top-block-title.certificate p {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}


  section#skyline-contact-section {
    padding: 130px 0 60px;
  }

  .contact-section-title-block h1 {
    font-size: 26px;
  }

  div#appreciation-chart-kochi-tab-0 {
    overflow: scroll;
}

.contact-section-title-block-img {
  width: 60%;
  margin: 0px auto;
}

  .int-service-block-text-block p {
    display: none;
  }

  .int-service-block-text-block button.booknow-btn {
    display: none;
  }

  .int-banner-title h1 {
    font-size: 2.3rem;
}
  .int-banner-title h1 span {
    font-size: 1.6rem;
  }
  .int-banner-title {
    margin-top: 0;
    text-align: center;
}

  #interior-banner-banner-section .mouse-container {
    position: absolute;
    right: 0;
    top: -20px;
  }

  .interior-banner-text-block {
    top: 130px;
  }

  #interior-banner-banner-section .mouse {
    height: 38px;
    width: 25px;
    border-radius: 30px;
    border: 1px solid #FFEAD5;
  }

  .arrow-scroll>span {
    width: 7px;
    height: 7px;
  }
  .arrow-scroll {
    width: 25px;
    margin-top: 10px;
  }

  .int-banner-title p {
    width: 90%;
    margin: 0px auto;
  }

  p.int-service-block-img-text {
    display: block;
    margin-top: 40px;
}

.int-service-mob-img-text-block {
  position: relative;
}

button.booknow-btn.booknow-btn-mob {
  position: absolute;
  left: 20px;
  display: block;
  top: -60px;
}


.int-service-block-img {
  position: relative;
}

.int-service-block-img span {
  right: 0px;
  bottom: -30px;
  width: 60px;
  height: 60px;
}

.int-service-block-title-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}


.int-about-content-img-block-item {
  width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
}

  a.enquiry-btn-project.int-btn button, button.int-service-btn.view-all-projects-btn.bbok-now-btn {
    font-size: 12px;
    padding: 8px 10px;
  }
  .interior-banner-img {
    position: relative;
    min-height: auto;
    z-index: 0;
    height: 650px;
}



.int-about-content-text-block h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 125%;
}
.int-about-content-text-block {
  padding-right: 0;
}
img.int-logo {
  width: 100px;
  float: right;
  display: none;
}
.int-about-content-img-block-item.block-item-01 {
  width: 100%;
  flex-basis: 100%;
  height: 250px;
  min-height: auto;
  position: relative;
}

.int-about-content-img-block-item.block-item-01 img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.int-about-content-img-block-item.block-item-01::before {
  height: 230px;
}
.int-about-content-img-block-item.block-item-02, .int-about-content-img-block-item.block-item-03 {
  height: 130px;
  min-height: auto;
}
.int-about-content-img-block-item.block-item-02 img, .int-about-content-img-block-item.block-item-03 img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.int-about-content-img-block {
  justify-content: space-between;
  margin-top: 30px;
}

.int-service-block-title-block-title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.03em;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.int-service-block-text-block p {
  font-size: 14px;
}


.int-service-block {
  padding: 40px 0 0px;
  flex-direction: column-reverse;
}




.service-block-svg-content svg {
    width: 100%;
}




 

  .about-yeat-text h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .about-skyline-text h1 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    justify-content: center;
}
.about-skyline-text {
  padding: 10px 0 40px;
}

.awards-recogination-title {
  margin: 20px 0 30px;
  text-align: center !important;
  justify-content: center;
}
.awd-hg {
  width: 100px;
}

.journey-block-item p {
  font-weight: 300;
  font-size: 20px;
  line-height: 129%;
}

  .about-top-year-block {
    padding: 30px 0;
  }

  .about-skyline-text h1 {
    font-size: 26px;
    line-height: 60px;
    margin-bottom: 5px;
  }
  .journey-block-item {
    padding: 30px 0px;
}

.journey-block::before{
  display: none;
}

.journey-block-row {
  position: relative;
}
.journey-block-row::before {
  position: absolute;
  content: "";
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(90deg, rgb(215 215 215 / 43%) -1.89%, rgba(0, 27, 78, 0) 116.36%);
  top: 0;
}

.journey-block-row::after{
  position: absolute;
  content: "";
  top: 50%;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(215 215 215 / 43%) -1.89%, rgba(0, 27, 78, 0) 116.36%);
  left: 0;
}
.skyline-about-block-details-title {
  text-align: center;
  margin-bottom: 40px;
}
.skyline-about-block-details-title h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 92%;
}
.skyline-about-block-details-title h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.skyline-about-block-details-content p {
  font-size: 15px;
}

.row.about-mission-block {
  padding: 50px 0 0;
  align-items: center;
}
  .awd-hg-text h3 {
    font-size: 24px;
    line-height: 147%;    
  }

  .awd-hg-list ul {
    justify-content: flex-start;
  }

  .awd-hg-list ul li {
    flex-basis: 30%;
    width: 30%;
  }
  .why-us-title {
    text-align: center;
  }

  section#about-founder-message-section {
    padding: 50px 0 50px;
  }

  .whyus-number {
    font-size: 64px;
    line-height: 140px;
}
.whyus-title-block a{
  margin-bottom: 0;
}

.whyus-accrditon-block-content {
  margin-bottom: 10px;
}

.awards-recogination-title.text-center{
  margin-bottom: 0px;
}
.quick-link-block img {
  border-radius: 10px;
}
a.quick-link-block-link {
  padding: 0px 10px;
  bottom: 15px;
  }
.quick-link-block-text {
  padding: 0px 0px 0px;
}
a.quick-link-block-link svg {
  margin-right: 0;
  transition: .25s;
}
.quick-link-block-text p{
  display: none;
}

  .founder-message-block-text h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 127.5%;
  }

  .founder-message-block-text h3 {
    font-size: 24px;
    line-height: 147%;
  } 

  .journey-block-item h2 {
    font-size: 40px;
  }

  .awards-list-img {
    width: 200px;
  }

  .awards-list-block-item {
    margin-bottom: 30px;
    min-height: auto;
}
  .latest-awards-details-block {
    padding: 40px 30px 40px 30px;
  }

  .row.no-gutters.latest-awards-block {
    flex-direction: column-reverse;
}

.latest-awards-details-img img {
  border-radius: 11px 11px 11px 11px;
}

.latest-awards-details-block h3 {
  font-size: 20px;
}

  .testimony-text-block-item {
    width: 100%;
    margin-bottom: 10px;
}
.testimony-text-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-gap: 10px;
}


.chairman-img-block-text-dt h2 {
  font-size: 30px;
}

.chairman-message-dt-block {
  margin-top: 30px;
}

  .skyline-awards-inner-top-block-title {
    display: flex;
    align-items: baseline;
    gap: 20px;
    grid-gap: 20px;
    flex-direction: column;
}
.skyline-awards-inner-top-block-title div {
  border-right: 0px solid #ededed;
  padding-right: 20px;
}
section#awards-list-section {
  padding: 30px 0;
}

.skyline-service-page-title.skyline-awards-inner-top-block-title {
  padding-top: 20px;
  text-align: center;
}

.skyline-service-page-title.skyline-awards-inner-top-block-title p {
  display: none;
}
.skyline-service-page-title.skyline-awards-inner-top-block-title p {
  display: none;
}
.skyline-service-page-title.skyline-awards-inner-top-block-title div {
  width: 100%;
}

.skyline-service-page-title.skyline-awards-inner-top-block-title h1{
  text-align: center;
  justify-content: center;
  font-size: 24px;
  line-height: 92%;
}

select.filter-brand {
  padding: 8px 20px 8px 20px;
  font-size: 12px;
  line-height: 21px;
}

.service-mob-search-block {
  margin-right: 0;
  padding-right: 0 !important;
}
.skyline-all-project-list-filter-block2 {
  padding-right: 10px !important;
}


section#skyline-service-top-section {
  padding-top: 130px;
}

ul.nav.nav-tabs.faq-tab-block li a {
  font-size: 12px;
  line-height: 22px;
  padding: 6px 18px;
  display: block;
}

ul.nav.nav-tabs.faq-tab-block {
  border-bottom: 0px;
  gap: 10px;
  grid-gap: 10px;
}
.faq-accrditon-block {
  padding: 20px 20px;
  margin-bottom: 30px;
}
.accordion.accordion-faq .specifications-title-block a div { 
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #2B3F6C;

}



span.service-span-mob {
  display: none;
}
.project-deails-top-contact-block.service {
  display: none;
}
.skyline-service-page-sidebar {
  display: none;
}
.service-mob-search-block {
  display: flex;
}
.mob-br{
  display: none;
}


.service-mob-search-block .sales-products-filter span {
  font-family: 'HelveticaNowDisplay-Regular';  
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #626262;
  padding: 0 0px 0 20px;
  height: 40px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(98, 98, 98, 0.19);
  width: 200px;
}
.service-mob-search-block .sales-products-filter {
  display: flex;
  align-items: center;
}

.service-mob-search-block form {
  width: 100%;
}

.skyline-service-page-detail-block {
  position: relative;
  padding-top: 0;
}
.skyline-service-sidebar-content-block-item-img {
  margin-bottom: 20px;
  width: 100%;
}

.skyline-service-sidebar-content-block-item-text h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.skyline-service-sidebar-content-block-item {
  margin-bottom: 30px;
  overflow: hidden;
}


  .project-approved-bank-block-dt-content ul li {
    width: 100%;
}
.home-loan-bank-list-item {
  width: 16%;
  flex-basis: 16%;
}
.project-appreciations-chart-block-title .skyline-all-project-list-filter-block {
  width: fit-content;
  margin-bottom: 0px;
  margin-right: 0;
}

.project-approved-bank-block-block-logo {
  padding: 12px;
  border-right: 1px solid #D9D9D9;
}
.project-approved-bank-block-dt-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 15px;
}
.project-appreciations-chart-block-title {
  display: flex;
  flex-direction: column;
}

  .floor-slider-block-item {
    width: 46% !important;
  }
  .floor-type {
    padding: 12px;
    min-height: 150px;
}
  .project-details-status-block {
    flex-direction: column;
    padding: 20px;
  }
  .project-details-complete-circle {
    display: flex;
    text-align: center;
    width: 150px;
    position: relative;
    height: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

  a.testimony-filter-btn {
    padding: 12px 10px;
    font-size: 12px;
  }
  .testimony-video-block-item-img img {
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.testimony-video-block-item-text h4 {
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  width: 70%;
}


  a.nav-link.project-floor-tab-item-link {
    padding: 8px 11px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
}

.project-floor-filter-brand {
    font-family: 'HelveticaNowDisplay-Medium';
    font-weight: 400;
    font-size: 10px;
  }
  .nav-link.project-floor-tab-item-link.select-filter {
    padding: 5px 5px 5px 5px;
  }
  .project-floor-filter span::before {
    height: 32px;
  }
  ul.nav.project-floor-tab {
    gap: 10px;
    grid-gap: 10px;
  }

  .floor-details h4 {
    font-size: 11px;
  }


  .floor-details a {
    bottom: 20px;
    right: 20px;
}


.more-projects-text-block h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
}

button.download-br-btn {
  padding: 10px 8px;
  font-size: 10px;
}
button.book-site-visit-btn {
  font-size: 10px;
  padding: 10px 8px;
}


.more-projects-block {
  background: rgba(255, 176, 171, 0.11);
  border-radius: 11px;
  padding: 30px 30px 30px 30px;
}


.project-details-section-mobile-banner img {
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
}


p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 163%;
  color: #626262;
}

.nearby-location-item-con h4 {
  font-weight: 400;
  font-size: 14px;
}
.nearby-location-item-dt span {
  font-size: 14px;
  padding: 5px 5px;
}

ul.project-amenities-block li {
  font-size: 12px;
  line-height: 20px;
}


.project-details-section-mobile-banner img {
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}


a.view-map-btn button {
  font-size: 9px;
  line-height: 11px;
  padding: 5px 6px;
}
.project-logo {
  padding: 1px;
}

.project-logo img {
  width: 55px;
  height: 55px;
}
.download-br-img-block img {
  height: auto;
  object-fit: cover;
  object-position: left;
}
.project-name-detals h2 {
  margin-bottom: 4px;
}
.project-detail-slider-text {
  margin-top: 20px;
}
.project-detail-slider-text ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

.breadcrumbs-block ul li{
  font-size: 8px;
}
.breadcrumbs-block ul li a{
  font-size: 8px;
}
li.nav-item.project-dt-tab-block-item a {
  padding: 25px 15px;
  font-size:14px;
}
section#skyline-project-inner-top-section {
  padding-top: 130px;
}
a.btn-gallery {
  display: flex;
  align-items: center;
  gap: 2px;
  grid-gap: 2px;
}


.row.skyline-dream-wrapper-block {
  justify-content: center;
  padding: 60px 20px;
}
.skyline-dream-wrapper-block-text-title h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
}

.award-slider-img.slick-slide {
  height: 160px;
}
.awards-msg-slider-block {
  padding: 40px 0px 0px 0px;
}

.awards-msg-slider-block {
  padding: 40px 0px 0px 0px;
}


.skyline-faq-title-block svg {
  display: block;
  margin: 0px auto;
  margin-bottom: 30px;
}
.skyline-faq-title-block {
  background: rgba(238, 60, 53, 0.06);
  border-radius: 11px;
  padding: 30px 0px !important;
}


form#careers-form {
  padding: 40px 20px;
}
.career-block-banner {
  margin-top: 20px;
  padding: 40px 30px 0px;
}

.skyline-awards-inner-top-block-title.ldr {
    flex-direction: column;
}
}


@media (max-width: 450px) {
  .all-project-content-block-item img {
    height: 280px;
    object-fit: cover;
}

  .more-projects-block .all-project-content-block-item img {
    height: 320px;
    object-fit: cover;
  }


  .service-mob-search-block .sales-products-filter span {
    width: 240px;
    font-size: 12px;
  }

  select.filter-brand {
    font-size: 12px;
  }

  .testimony-block-right-align {
    flex-wrap: wrap;
  }

  .testimony-text-block-item {
    width: 100%;
    margin-bottom: 30px;
}
}

.load-more-content{
  display: none;
}

.load-more-btn{
  margin-bottom: 40px !important;
}





/* 

//////////////////////////////////////////////////////

responsive navbar

///////////////////////////////////////////////////// */


.navbar-mobile-top-block {
  display: none;
}
svg.menu-mob-arrow {
  display: none;
}

.megamenu-project-all-btn {
  display: none;
}

ul.dropdown-menu.submenu li a {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 92%;
  letter-spacing: 0.03em;
  color: rgba(43, 63, 108, 0.62) !important;
  width: 100%;
}
ul.dropdown-menu.submenu.show {
  min-width: 220px;
  top: 28px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
ul.dropdown-menu.submenu.show li {
  padding: 0px;
}
.blog-share-block.navbae-follow {
  display: none;
}
ul.dropdown-menu.submenu.show li {
  padding: 5px 6px;
}

ul.dropdown-menu.submenu li {
  border-bottom: 1px solid rgba(217, 217, 217, 0.53);
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  padding: 0;
  color: #fff;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.floor-name h2 span.big-text {
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
}

.amenities-img img {
  height: 35px;
  width: 35px;
  object-fit: contain;
}


@media (max-width: 991px) {

  .all-project-contaent-expand-item ul li img {
    width: auto !important;
    height: auto !important;
  }
  
  .floor-name h2 span.big-text {
    font-size: 55px;
  }


  section#skyline-home-featured-section {
    z-index: 0;
}

.floor-name h2 {
  font-size: 24px;
}


ul.dropdown-menu.submenu.show {
  min-width: 100%;
  padding: 0;
}

#testimony-slide .owl-item.center > div img {
  height: 320px;
}


  .navbar-collapse {
    width: 100%;
    min-height: 100vh;
    overflow: scroll;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: .25s;
    overflow-y: hidden;
  }


  .navbar-mobile-top-block {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }

.navbar-mobile-top-block-search input {
  border: 0;
  padding: 10px;
  width: 100%;
  background-color: transparent;
}

.navbar-mobile-top-block-search {
  width: 80%;
  background: rgba(173, 187, 225, 0.1);
  border-radius: 18px;
  display: flex;
  padding: 2px 20px;
  align-items: center;
}

ul.navbar-nav.mr-auto li.nav-item {
  padding: 0 !important;
}

/* 
li.nav-item.dropdown.megamenu.active .dropdown-menu {
  display: none !important;
}

li.nav-item.dropdown.megamenu.active .dropdown-menu.show {
  display: block !important;
} */

button#menuBtn {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #1C2951;
  text-align: right;
  margin: auto;
  margin-right: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #1C2951;
}


button#menuBtn .icon-bar:nth-of-type(2) {
  background-color: #EE3C35;
}
button#menuBtn .icon-bar:nth-of-type(1) {
  background-color: #1C2951;
}

header#header li.nav-item a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0F0602;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.navbar-nav.mr-auto {
  margin-top: 0px;
}
li.nav-item.active{
  border: 0;
}

header#header li.nav-item {
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
  padding: 0 20px;
  margin: 0;
}
svg.menu-mob-arrow {
  display: initial;
}
span.caret {
  display: none;
}

ul.navbar-nav.mr-auto {
  padding: 0 20px;
}

.RegionsDropdown-module--locationsDropdown--1-V_l {
  display: flex;
}

.megamenu-content-block {
  display: none;
}

.menu-explore-more {
  display: none;
}
.menu-explore-more-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 0px;
}
.menu-explore-more-content-item {
  width: 28%;
}
/* div#megamenu-block {
  overflow: scroll;
  height: 220px;
} */

#header li.nav-item .nav-link {
  padding: 12px 0 !important;
}
ul.dropdown-menu.submenu.show li {
  padding: 0px 0px;
}


.megamenu-project-all-btn {
  display: block;
}


.megamenu-project-all-btn .view-all-projects {
  width: 100%;
  margin: 0;
  margin: 20px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #1C2951;
}

.dropdown:hover .dropdown-menu {
  /* display: block; */
  margin-top: 0;
  border: 0;
}

li.dropdown.nav-item.show a svg path{
  stroke: #EE3C35;
}
li.dropdown.nav-item.show a svg{
  transform: rotate(90deg);
}

ul.dropdown-menu.submenu li a {
  justify-content: flex-start !important;
  text-transform: capitalize !important;
  padding: 8px !important;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 92%;
}
ul.dropdown-menu.submenu li {
  padding: 0;
}
ul.dropdown-menu.submenu {
  margin-bottom: 20px;
}

ul.dropdown-menu.submenu li a span{
  display: initial;
  width: 3px;
  height: 3px;
  background-color: #EE3C35;
  border-radius: 50%;
  margin-right: 0px;
}

.blog-share-block.navbae-follow {
  margin-top: 30px;
  position: relative;
  top: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.blog-share-block.navbae-follow ul {
  display: flex;
  gap:20px;
  grid-gap: 20px;
}

.blog-share-block.navbae-follow ul li {
  padding: 0;
}

section#project-details-download-br-section {
  padding: 10px 0 0;
}

}


@media (max-width: 767px) {
  .floor-slideer-btn {
    display: none;
  }
  .amenities-img img {
    height: 25px;
    width: 25px;
    object-fit: contain;
  }
  
  
.all-project-contaent-expand-item ul li img {
  width: auto !important;
  height: auto !important;
}



}


@media (max-width: 576px) {

  .menu-explore-more-content-item {
    width: 45%;
  }
  .menu-explore-more-content {
    gap: 25px;
}

.all-project-contaent-expand-item ul li img {
  width: auto !important;
  height: auto !important;
}

.floor-name h2 span.big-text {
  font-size: 40px;
}

.menu-explore-more-content-item-text span{
  font-size:8px;
  line-height:14px;
}

.menu-explore-more-content-item-text {
  padding-left: 5px;
  align-items: start;
}

.menu-explore-more-content-item-text h4 {
    font-size: 12px;
    margin-bottom: 5px;
}
  .menu-explore-more-content-item-img img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
}

section#interior-banner-banner-section {
  height: auto;
}

.floor-name h2 {
  font-size: 20px;
}



}








/* Styles for dialog window */
.zoom-anim-dialog {
  padding: 50px 40px;
  text-align: left;
  max-width: 750px;
  margin: 40px auto;
  position: relative;
  background: #FFFFFF;
  border-radius: 12px;
}


.zoom-anim-dialog h3 {
  font-size: 24px;
  line-height: 122%;
  letter-spacing: 0.03em;
  color: #1C2951;
  margin-top: 20px;
  margin-bottom: 20px;
}



/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}


.chat-block-item a h4 {
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  position: absolute;
  top: 0;
  width: 0;
  opacity: 0;
  transition: .25s;
}


@media(max-width: 600px) {
  .grid {
    column-count: 2;
}
}

.slider-img-mob {
display: none;
}

@media(max-width: 400px) {
  .grid {
    column-count:2;
}

div#main-slide{
  display: none;
}

div#main-slide-mob{
  display: block;
}

.home-banner-text-block{
  height: 600px;
}

.more-projects-block .all-project-content-block-item img {
  max-height: 260px;
  object-fit: cover;
}


.slide-img {
  background-image: none !important;
}
.slider-img-mob{
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 100%;
}


#main-slide.owl-carousel.owl-carousel .slide-img {
  min-height: 600px;
}
.slider-img-mob img {
height: 600px;
object-fit: cover;
}


}


/* .mfp-figure figure {
  margin: 0;
  max-width: 650px !important;
}
 */



/* 
///////////////////search///////////////////// */




.search-box
{
  position: relative;
  right: 0;
  top: 0;
  background : transparent;
  height : auto;
  border-radius : 40px;
}
.search-btn
{
  background : #fff;
  display:flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition:0.4s;

  padding: 6px 15px;
  border-radius: 18px;
  box-shadow:0px 0px 5px rgb(0 0 0 / 20%);

}
.search-txt
{
  display: none;
  opacity: 0;
  transition: .25s;
  width : 0px;
}
.search-box.active .search-txt{
  opacity: 1;
  transition: .25s;
  width : auto;
  display: block;
}

a.search-btn i svg path {
  stroke: rgba(238, 60, 53, 1);
}

a.search-btn i svg ellipse {
  stroke: rgba(238, 60, 53, 1);
}
.search-box.active .search-txt {
  position: absolute;
  top: 0;
  right: 0px;
  height: 37px;
  padding: 8px 15px;
  min-width: 260px;
  background: #FFFFFF;
  border-radius: 18px;
  border: 0;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}
div#result {
  position: absolute;
  left: -65px;
  width: 260px;
  top: 40px;
  background: #FFFFFF;
  border-radius: 6px;

}
.header-btn-group{
  position: relative;
}
a.search-btn-close{
  display: none;
}
.search-box.active a.search-btn-close {
  display: block;
  position: absolute;
  z-index: 100;
  top: 12px;
  right: 10px;
}

.autocomplete-suggestions { 
  background: #FFFFFF;
  border-radius: 6px;
  overflow: auto; 
}

.autocomplete-suggestion { padding: 5px 5px; white-space: nowrap; overflow: hidden; cursor: pointer;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


.autocomplete-suggestion {}.autocomplete-suggestion {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 92%;
/* identical to box height, or 12px */
  letter-spacing: 0.03em;
  color: rgba(43, 63, 108, 0.62);
  padding: 12px 15px;
  border-bottom: 1px solid rgba(98, 98, 98, 0.19);
}

a.related-service-item h3 {
  text-transform: uppercase;
}
a.related-service-item {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
a.related-service-item::before{
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.42);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 #fbb32f;
  }
  100% {
    box-shadow: 0 0 0 17px #fbb32f01;
  }
}




.chat-block {
  transition: .25s;
  position: fixed;
  z-index: 5;
  right: 6%;
  background: linear-gradient(0deg, #FFE6CC -24.44%, #FFF9F3 78.33%);
  backdrop-filter: blur(4.5px);
  border-radius: 27px;
  width: 50px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  grid-gap: 20px;
  animation: pulse2 2s infinite;
  -webkit-animation: pulse2 2s infinite;
  opacity: 0;
  display: none;
}

.chat-block.active{
  opacity: 1;
  display: flex;
  transition: .25s;
}


.chat-block-item{
  position: relative;
  transition: .25s;
}


.chat-block-item a img {
  width: 20px;
  transition: .25s;
}
.chat-block-item:hover a img {
  width: 25px;
  transition: .25s;
}
.custom-chat-frame {
  display: none;
  opacity: 0;
}
a.chat-div {
  cursor: pointer;
}

.custom-chat-frame.active {
  display: block;
  opacity: 1;
  transition: .25;
  min-width: 300px;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: 10px;
  border: 1px solid rgba(217, 217, 217, 0.31);
  box-shadow: 0px 4px 41px -2px rgb(225 234 249 / 33%);
  border-radius: 6px;
}
div#ls_chatFrameDiv {
  padding: 15px;
  height: 420px;
}


.custom-chat-frame.active .close {
  border: 1px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}


div#ls_chatFrameDiv iframe {
  height: 380px !important;
}

.chat-block-item.chat-block-chat::before {
  position: absolute;
  content: "";
  width: 80%;
  left: 50%;
  transform: translate(-50%);
  height: .5px;
  background-color: #E9D3BE;
  top: -10px;
}

.chat-block-item.chat-block-phone::before {
  position: absolute;
  content: "";
  width: 80%;
  left: 50%;
  transform: translate(-50%);
  height: .5px;
  background-color: #E9D3BE;
  top: -10px;
}

.livprop_popup {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: #895d98;
  -webkit-box-shadow: 0 8px 8px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 8px 8px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 8px 8px rgba(0,0,0,0.5);
  box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16)!important;
  border-radius: 5px;
  cursor: pointer;
}


.livprop_modal-header {
  padding: 50px 0 12px 12px;
  color: rgba(255,255,255,1);
  background-color:#895d98;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url("https://cwc.livserv.in/uploads/Templates/skylineDemo/chat.png");
  background-size: cover;
  height: 60px;
  image-rendering: -webkit-optimize-contrast;
}
#chaticon {
float:left;
margin-right:13px;
  margin-top: -23px;
width:65px;
height:65px;
  display: none !important;
image-rendering: -webkit-optimize-contrast;
}




@media(max-width: 991px) {

  div#result {
    position: absolute;
    left: 0;
    width: 90%;
    top: 70px;
    background: #FFFFFF;
    border-radius: 6px;
    z-index: 10;
    left: 5%;
  }
}



.modal-dialog.enquiry-popup-container {
  width: 50%;
  max-width: 50%;
  margin: 0px auto;
  margin-right: 0;
  background: linear-gradient(180deg, #F1FAFF 0%, #FFEAD5 100%);
  filter: drop-shadow(-23px 0px 32px rgba(98, 98, 98, 0.19));
}

.modal-dialog.enquiry-popup-container .modal-content {
  padding: 80px 80px 20px 80px;
  min-height: 100vh;
  background: linear-gradient(180deg, #F7FCFF 5.75%, rgba(255, 234, 213, 0.33) 100%);
  position: relative;
}

.modal-dialog.enquiry-popup-container .modal-content::before{
  position: absolute;
  content: "";
  background-image: url(../img/enquiry-popup-gr.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.modal-header- button {
  background: #FFFFFF;
  box-shadow: 0px 3px 46px rgb(186 214 230 / 70%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.modal-header- {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enquiry-popup-body {
  padding: 40px 0 0;
}
.enquiry-popup-block-project-dt {
  display: flex;
  align-items: center;
}
.enquiry-popup-block-project-dt-img {
  width: 110px;
  border-radius: 6px;
}
.enquiry-popup-block-project-dt-img img {
  width: 100%;
  border-radius: 6px;
}


.enquiry-popup-bottom-project-name h2 {
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.2;
  align-items: center;
  background: linear-gradient(170.59deg, #BA9066 -2.71%, rgba(253, 191, 129, 0) 75.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  margin-bottom: 0;
}

.enquiry-popup-block-project-dt-text h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 128%;
  background: linear-gradient(121.99deg, #626262 30.78%, #F5CDAA 85.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.bhk-block {
  background: #2B3F6C;
  border-radius: 1px;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 5px 10px;
}

.enquiry-popup-block-project-dt-text-block {
  display: flex;
  align-items: center;
  gap: 15px;
  grid-gap: 15px;
}
.enquiry-popup-block-project-dt-text {
  padding-left: 25px;
}

.enquiry-popup-block-project-dt-text-block {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #2B406C;
}
form.contact-form-popup {
  padding: 50px 0;
}
form.contact-form-popup .form-input-block {
  position: relative;
  margin-bottom: 25px;
}

button.submit-btn-popup {
  background: linear-gradient(92.28deg, #FFEAD5 -22.93%, #FFFFFF 38.77%, #B0E5FF 118.1%);
  box-shadow: 0px 11px 27px rgb(252 215 178 / 44%);
  border-radius: 1px;
  border: 0;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
  letter-spacing: 0.03em;
  color: #003676;
  width: 100%;
  padding: 25px;
}
.enquiry-popup-bottom-project-name {
  padding-top: 30px;
}
.enquiry-popup-block-project-dt-text-block svg {
  margin-right: 5px;
}
div#enquiry-popup {
  background: linear-gradient(137.35deg, rgba(0, 54, 118, 0.76) 23.97%, rgba(43, 63, 108, 0.0912) 84.54%);
  backdrop-filter: blur(10px);
  padding: 0 !important;
}


label.error {
  font-size: 11px;
  position: absolute;
}


.rental-resale-chart-block-title {
    position: absolute;
    top: 50px;
    right: 60px;
}

.project-appreciations-chart-block{
    position:relative;
}
#project-appreciations-chart-section ul.nav.nav-tabs.mobile-tabs {
    border-bottom: 0;
        gap: 15px;
    grid-gap: 15px;
}

#project-appreciations-chart-section ul.nav.nav-tabs.mobile-tabs li.nav-item a {
    border: 1px solid #D9D9D9;
    border-radius: 35px;
    height: fit-content;
    font-family: 'HelveticaNowDisplay-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #626262;
    border-right: 1px solid rgba(98, 98, 98, 0.19);
    padding: 12px 15px 12px 20px;
}

#project-appreciations-chart-section ul.nav.nav-tabs.mobile-tabs li.nav-item a.active {
    background-color: #1C2951;
    color: #fff !important;
    border: 1px solid #1C2951;
}


a.service-contact-btn {
    background: #1C2951;
    backdrop-filter: blur(2px);
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #DDB8A8;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: 'HelveticaNowDisplay-Medium';
}

a.service-contact-btn svg {
    margin-right: 5px;
}








/* 
///////////////////////////////////////////////////
            home page about new block starts here
////////////////////////////////////////////////// */

.about-inner-content-new {
  padding: 150px 40px 35px 40px;
  border-radius: 20px;
  margin-top:80px;
  position: relative;
}
.about-inner-content-new::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 191, 171, 0.22) 0%, rgba(253, 231, 198, 0) 110.24%);
  transform: rotate(180deg);
}


.skyline-about-block-item-new-title-block {
  text-align: center;
  width: fit-content;
  margin: 0px auto;
  position: relative;
  padding: 0px 50px;
}
.skyline-about-block-item-new-title-block::before {
  position: absolute;
  content: "";
  background-image: url(../img/about-top-icon.svg);
  top: 50%;
  left: 50%;
  width: 280px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.skyline-about-block-item-new-title-block h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1C2951;
}
.skyline-about-block-item-new-title-block h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 92%;
  color: #003676;
}

.skyline-about-block-item-new h2 {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 92%;
  background: linear-gradient(120.26deg, #003676 31.58%, #1C75BC 106.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: fit-content;
}

.skyline-about-block-item-new a {
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 129%;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #003676;
  border-radius: 13px;
  padding: 7px 20px;
  width: fit-content;
  margin: 10px 0;
  min-width: 90px;
  display: flex;
  justify-content: center;
}
.skyline-about-block-item-new.hg a.skyline-about-btn-new{
    justify-content:center;
    margin:0px auto;
    margin-bottom:10px;
}



.skyline-about-block-item-new P {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 300;
  font-size: 13.5px;
  line-height: 129%;
  color: #0F0602;
}
.skyline-about-block-item-new {
  position: relative;
  padding:20px;
  transition: .25s;
}
.skyline-about-block-item-new:hover{
  transition: .25s;
  background: linear-gradient(180deg, rgba(176, 229, 255, 0.21) 0%, rgba(255, 255, 255, 0) 153.58%);
  border-radius: 10px;
}

.skyline-about-block-item-new.hg:hover{
    background: transparent;
}

.skyline-about-block-new .skyline-about-block-item-new::before{
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #F2C8C8 -9.21%, #FFFBFB 68.16%);
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
}


.skyline-about-block-new:first-child .skyline-about-block-item-new::before{
  top: 20px;
}

.skyline-about-block-new:nth-child(2){
  margin-top: 100px;
}
.skyline-about-block-new:nth-child(4){
  margin-top: 100px;
}
.skyline-about-block-new:nth-child(5){
  margin-top: 20px;
}

.skyline-about-block-new:nth-child(4) .skyline-about-block-item-new::before{
 top: -80px;
}

.skyline-about-block-new:last-child .skyline-about-block-item-new::before{
  display: none;
}


.about-inner-content-new .about-link-block {
  margin-top: 20px;
  align-items: end;
}


.skyline-about-block-item-new.hg h2 {
  background: url(../img/clip-text.jpg) no-repeat center center;
  background-size: cover;
  font-family: 'HelveticaNowDisplay-Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 200px;
  line-height: 92%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  width: auto;
}

.skyline-about-block-item-new.hg {
  text-align: center;
}

.skyline-about-block-item-new.hg p {
  font-family: 'HelveticaNowDisplay-Regular';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 129%;
  text-align: center;
  color: #0F0602;
}
span.hg-project-title {
  position: absolute;
  bottom: 48%;
  right: 22%;
  font-family: 'HelveticaNowDisplay-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 129%;
  text-transform: uppercase;
  color: #FFFFFF;
}


.about-inner-content-new button.view-all-projects-btn {
    font-size: 15px;
}
.about-inner-content-new a.video-link {
    font-size: 15px;
}


.chat-with-us-block {
    transition: .25s;
    position: fixed;
    bottom: 50px;
    z-index: 5;
    right: 4%;
    border-radius: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    grid-gap: 20px;
}




.chat-block.active.projects {
    display: flex;
}
        
        
        
.chat-block-item a svg {
  width: 20px;
  transition: .25s;
}
.chat-block-item:hover a svg{
  width: 25px;
  transition: .25s;
}

 
     
.chat-block-item.chat-block-phone::before {
  position: absolute;
  content: "";
  width: 80%;
  left: 50%;
  transform: translate(-50%);
  height: .5px;
  background-color: #E9D3BE;
  top: -10px;
}
   
   
.chat-block {
    bottom: 50%;
}
        
        
  .chat-with-us-block {
    transition: .25s;
    position: fixed;
    bottom: 50px;
    z-index: 5;
    right: 4%;
    border-radius: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    grid-gap: 20px;
    display: none;
    opacity: 0;
}  

  .chat-with-us-block.active{
     display: flex;
     opacity: 1;
     transition: .25s;
  }
        
 .chat-with-us-block a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-with-us-block-text {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .03em;
    color: #2b3f6c;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px rgb(0 0 0/20%);

}
.chat-with-us-block-icon {
    background: linear-gradient(0deg,#FFE6CC -24.44%,#FFF9F3 78.33%);
    backdrop-filter: blur(4.5px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .4s;
    box-shadow: 0 0 5px rgb(0 0 0/20%);
    height: 45px;
    width: 45px;
    border-radius: 50%;
        animation: pulse2 2s infinite;
    -webkit-animation: pulse2 2s infinite;
}


@media(max-width: 1600px) {
    span.hg-project-title {
        position: absolute;
        bottom: 48%;
        right: 14%;
    }

}


@media(max-width: 1500px) {
    span.hg-project-title {
        position: absolute;
        bottom: 51%;
        right: 21%;
    }

  .skyline-about-block-item-new.hg h2 {
    font-size: 150px;
  }
  .skyline-about-block-item-new a {
    padding: 7px 10px;
  }

}


@media(max-width: 1300px) {
  .about-inner-content-new {
    padding: 150px 10px 35px 10px;
  }
  .skyline-about-block-item-new.hg h2 {
    font-size: 125px;
  }
  span.hg-project-title {
    position: absolute;
    bottom: 54.5%;
    right: 23%;
    font-size: 8px;
  }
}

@media(max-width: 1110px) {
  .skyline-about-block-item-new h2 {
    font-size: 28px;
  }
  span.hg-project-title {
    position: absolute;
    bottom: 57.5%;
    right: 20%;
    font-size: 8px;
  }
}


@media(max-width: 991px) {
    .skyline-about-block-new:nth-child(2) {
        margin-top: 50px;
    }
    
    .skyline-about-block-new:nth-child(4){
      margin-top: 50px;
    }
    
    .about-map-new img {
        width: 100%;
    }
    
    .about-map-new {
        width: 30%;
    }
           
    span.hg-project-title {
        position: absolute;
        bottom: 49.5%;
        right: 33%;
        font-size: 8px;
    }
.chat-with-us-block.active{
    display:none;
}
        
}

@media(max-width: 767px) {
    
    .about-inner-content-new {
        padding: 50px 10px 35px 10px;
    }
    
    span.hg-project-title {
        position: absolute;
        bottom: 49.5%;
        right: 39%;
        font-size: 8px;
    }
}

@media(max-width: 576px) {
    
    .about-map-new {
        display: none;
    }

    .about-inner-content-new .about-link-block {
        margin-top: 20px;
        align-items: center;
    }
    
    .about-link-block a.video-link {
        font-size: 12px;
        gap: 0px;
        grid-gap: 0px;
    }
    
    span.hg-project-title {
        position: absolute;
        bottom: 49%;
        right: 33%;
        font-size: 8px;
    }
    
}

@media(max-width: 527px) {
    span.hg-project-title {
        position: absolute;
        bottom: 54%;
        right: 32%;
        font-size: 8px;
    }
}

@media(max-width: 430px) {
    span.hg-project-title {
        right: 27%;
    }
}
@media(max-width: 350px) {
    span.hg-project-title {
        right: 20%;
    }
}




/* 
///////////////////////////////////////////////////
            home page about new block ends here
////////////////////////////////////////////////// */










@media(max-width: 1600px) {
  .modal-dialog.enquiry-popup-container .modal-content {
    padding: 40px 40px 20px;
  }
  .enquiry-popup-body {
    padding: 20px 0 0;
  }
  form.contact-form-popup {
    padding: 30px 0;
  }
  form.contact-form-popup .form-input-block {
    position: relative;
    margin-bottom: 15px;
  }


  .chat-block {
    transition: .25s;
    position: fixed;
    right: 4%;
  }
  
  .project-wrapper-block-item {
    padding: 25px 15px;
}
  
  
  
}





@media(max-width: 1300px) {

  .enquiry-popup-bottom-project-name h2 {
    font-size: 78px;
    line-height: 1.2;
  }
  .modal-dialog.enquiry-popup-container {
    width: 65%;
    max-width: 65%;
  }

  .row.megamenu-menu-block-content-block-01 .menu-explore-more-content .menu-explore-more-content-item {
    width: 46%;
}
  .project-wrapper-block-item {
    padding: 25px 10px;
    gap: 10px;
    grid-gap: 10px;
}
span.project-status {
    padding: 5px 10px;
}  

}

@media(max-width: 991px) {

  .modal-dialog.enquiry-popup-container .modal-content {
    padding: 40px 40px 20px 40px;
  }
  .chat-block {
    z-index: 5;
    right: 4%;
  }
  .chat-block.chat-block-mob-hide {
    display: none !important;
  }
  header#header.inner-header.contact-header li.nav-item a {
    color: #0f0602; 
}
.project-wrapper-block-item {
    margin-bottom: 20px;
}

.rental-resale-chart-block-title {
    position: absolute;
    top: 40px;
    right: 60px;
}

}

@media(max-width: 767px) {
  .modal-dialog.enquiry-popup-container {
    width: 75%;
    max-width: 75%;
  }
  form.contact-form-popup {
    padding: 30px 0;
  }
  
.project-appreciations-chart-block select.filter-brand {
    padding: 8px 40px 8px 20px;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
}
  

.rental-resale-chart-block-title {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
}

  .chat-block {
    transition: .25s;
    position: fixed;
}

.tab-content #appreciation-chart-kochi-tab-0 {
    margin-top: 20px;
}

  .custom-chat-frame.active {
    right: 20px;
    bottom: 80px;
}




}

@media(max-width: 650px) {
  .modal-dialog.enquiry-popup-container {
    width: 85%;
    max-width: 85%;
  }
}

@media(max-width: 576px) {
  .enquiry-popup-block-project-dt-text h3{
    font-size:25px;
  }

  input.form-input-text {
    font-size: 14px;
}
form#contact-form input {
  font-size: 14px !important;
}
form#contact-form input::placeholder{
  font-size: 14px !important;
}
.custom-chat-frame.active {
  width: 92%;
  height: 96%;
  bottom: 0;
}
div#ls_chatFrameDiv iframe {
  height: 100%!important;
}
form.contact-form-popup {
  padding: 20px 0;
}

.int-banner-btn-block {
    display: flex;
    flex-direction: column;
}

.int-banner-btn-block {
    margin-top: -210px;
}


  .bhk-block {
    font-size: 10px;
    line-height: 16px;
    padding: 4px 8px;
  }
  .enquiry-popup-block-project-dt-text-block {
    font-size: 10px;
    line-height: 16px;
  }

  .enquiry-popup-block-project-dt {
    flex-direction: column;
    align-items: flex-start;
  }
  .enquiry-popup-block-project-dt-text {
    padding-left: 0;
    margin-top: 0px;
  }
  form.contact-form-popup .form-input-block {
    position: relative;
    margin-bottom: 12px;
  }
  input.form-input-text {
    padding: 9px 20px 9px 40px;
  }
  button.submit-btn-popup {
    padding: 15px;
  }

  .enquiry-popup-bottom-project-name h2 {
    font-size: 35px;
    line-height: 1.2;
  }
  .modal-dialog.enquiry-popup-container .modal-content {
    padding: 20px 20px 20px 20px;
  }

  .enquiry-popup-block-project-dt-img {
    display: none;
  }

}

div#galVideo {
  background: linear-gradient(252.49deg, rgba(9, 36, 75, 0.86) 26.03%, rgba(9, 36, 75, 0) 106.58%);
  opacity: 1;
  backdrop-filter: blur(12px);
}
div#galVideo .modal-content {
  background-color: transparent;
  border: 0;
}

div#galVideo .modal-header {
  border: 0;
}
div#galVideo button.close span {
  border: 0;
  text-shadow: none;
  color: #fff;
  opacity: 1 !important;
  font-weight: 300;
  font-size: 38px;
  line-height: 0;
}




.project-floor-filter-brand li {
    display: none;
    cursor: pointer;
    padding: 0px 0px;
    /* border-top: 1px solid black; */
    min-width: 150px;
  }
  
  .project-floor-filter-brand li:first-child {
    display: block;
    border-top: 0px;
  }
  
  .project-floor-filter-brand {
    border: 1px solid black;
    display: inline-block;
    padding: 0;
    border-radius: 4px;
    position: relative;
  }
  
  .project-floor-filter-brand li:hover {
    background-color: #ddd;
  }
  
  .project-floor-filter-brand li:first-child:hover {
    background-color: transparent;
  }
  
  .project-floor-filter-brand.open li {
    display: block;
  }

  ul.project-floor-filter-brand {
    margin: 0;
    padding-right: 25px;
    margin-left: 10px;
}

ul.project-floor-filter-brand span::before{
    display: none;
}


.download-br-form-block label.error {
  font-size: 11px;
  position: absolute;
  left: 0;
  bottom: -13px;
}


.new-content-block ul li{
        font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 163%;
    color: #626262;
    list-style: disc;
    
}

.new-content-block h2{
      font-size:24px;
      margin-top:30px;
    
}

.new-content-block h3, .new-content-block h4 {
      font-size:22px;
      margin-top:30px;
    
}
.new-content-block h3, .new-content-block h5 {
      font-size:20px;
      margin-top:30px;
    
}


  @supports (-webkit-touch-callout: none) {
            .slider.slider-nav-product {
                float: left;
            }
        }

        @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance:none) {
                 .slider.slider-nav-product {
                float: left;
                }
            }
        }