.commonbanner::before {
	content: "" !important;
    background-color: #00000075 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: 1 !important;
}


.commonbanner .head-title {
  z-index: 2;
}

.fullWidth
{
  padding-left: 20px;
  padding-right:20px;

}

.projectitem
{
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
}
.projectitem .col-md-4 {
  flex: 0 0 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.projectitem .col-md-8 {
  flex: 0 0 66.666667%;
  padding-right: 15px;
  padding-left: 15px;
}



.projectimage
{
  position:relative;
}
.image-wrap img {
  position: relative;
  z-index: 1;
}

.border-effect {
  position: absolute;
  content: '';
  border: 1px solid #134c91;
  width: 100%;
  height: 100%;
  top: -20px;
  right: -20px;
}

.projectcontent
{
  padding-left: 30px;
}

.projectcontent h2
{
  font-size: 35px;
  font-family: 'optima-regular';
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
}

.projectcontent p {
  margin-bottom: 20px;
}

.proj-loc img {
  max-width: 22px;
  height: auto;
  top: 0px;
  position: relative;
}

.read-more-wrap
{
  margin-top: 30px;
  text-align: right !important;
  position: relative;
}

.read-more-wrap .butn-dark {
  padding-left: 15px;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.bl-effect {
  position: absolute;
  content: '';
  border-top: 1px solid #134c91;
  width: 100%;
  height: 100%;
  top: 27px;
  left: 0;
}

.butn-dark a {
  position: relative;
  text-transform: uppercase;
  background: #134c91;
  color: #fff;
  border: 1px solid #134c91;
  padding: 15px 30px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    z-index: 9;
    display: inline-block;
    line-height: normal;
}

.butn-dark a:hover {
  background: #fff;
  color: #134c91;
  border: 1px solid #134c91;
  text-decoration: none;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.luxuryoffering
{
  text-align: center;
}

.bfoldcontainer
{
  display: flex;
    flex-wrap: wrap;
}

.bfoldcontainer p{
  margin-top:20px;
}

.blue-bg {
  background: #125395;
}

.bluefold
{
  padding-bottom: 60px;
  margin-top:60px;
  color:#fff;
}

.bluefold h2{
  text-align: center;
}

.bluefold h3{
  margin-top:10px;
  text-transform: uppercase;
  font-size: 20px;
}

.list-loc {
  margin: 20px 0;
}

.list-loc li {
  margin-right: 20px;
}
.list-loc li {
  padding: 0 0 10px;
}

.bfoldcontainer ul {
  padding: 0;
  list-style: disc inside none;
  margin-bottom: 0;
  padding-left: 0;
}

.proj-loc
{
  margin-top:10px;
}

.border-tb {
  border-top: 1px solid #134c91;
  border-bottom: 1px solid #134c91;
  padding: 20px 0 !important;
}

.carpet-area {
  display: inline-block;
}

.btneffect-title {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  color: #125395;
  padding: 10px 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.btneffect-title::after {
  position: absolute;
  content: '';
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  top: 24px;
  right: auto;
}

.connectivity
{
  margin-bottom: 60px;
}

.connectivity h3
{
  text-align:center;
}

.w-1024 {
  width: 1024px;
  max-width: 95%;
    margin: 2% auto 0%;
}

.conn-slider
{
  text-align: center;
}

.sLine {
  width: 100%;
  height: 1px;
  background-color: #125395;
  margin: 8px auto;
}

.sLine::after {
  content: ".";
  font-size: 65px;
  position: absolute;
  top: 9px;
  color: #125395;
  transform: translateX(-50%);
}

.colConnectivityBox
{
 
}

.colConnectivityBox p {
  margin: 0;
  line-height: 165%;
  font-weight: 400;
  color: #4d4a47;
}

.connectivity .slick-prev,
.connectivity .slick-next {
    top: 39px !important;
}

.connectivity .slick-prev {
    left: -25px !important;
}

.connectivity .slick-next {
    right: -25px !important;
}

.connectivity .slick-prev:before,
.connectivity .slick-next:before {
	color: #808080de !important;
}


.amenities-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.amenities-icon {
  flex: 0 0 25%;
  text-align: center;
  margin-bottom: 30px;
}

.amenities-icon img {
  max-width: 50px;
}


@media only screen and (max-width:767px) {

  .mr-3 {
      margin-bottom: 1rem;
  }

    .projectitem .col-md-4 {
        flex: 0 0 100%;
    }

    .projectitem .col-md-8 {
        flex: 0 0 100%;
    }

    .col-md-6 {
        flex: 0 0 100%;
    }

    .projectcontent
    {
      padding-top: 30px;
      padding-left: 0px;
    }
    .butn-dark a {
        padding: 10px;
        font-size: 14px;
    }

    .bl-effect {
        top: 50%;
    }

    .btneffect-title::after {
        display: none;
    }

    .btneffect-title {
      margin-top:10px;
    }

    .connectivity
    {
      margin-bottom: 40px;
    }

    .projectcontent h2
    {
      font-size: 25px;
    }

    .amenities-icon {
        flex: 0 0 50%;
    }

}