* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
ul,
ol {
  list-style-type: none;
}
a,
a:hover {
  text-decoration: none;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}

.navbar-nav {
  align-items: center;
  margin: 30px 0;
}
nav.navbar.navbar-expand-lg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  
}
/* Sticky Header Start */
.sticky_header{
  background: #fff;
  box-shadow: rgba(46, 56, 220, 0.2) 0px 10px 50px 0px;
  animation: alamin 1s;
  }
  @keyframes alamin{
  from{
  top: -100px;
  }
  to{
  top: 0;
  }
  }
/* Sticky Header End */
.nav-link {
  font-family: "Nunito", serif;
  font-weight: 700;
  font-size: 18px;
  color: #143445;
  padding: 0 25px !important;
  transition: 0.4s;
}
.nav-link:hover {
  color: #ff5a3c;
}
.navBtn:hover {
  background: #f2f6f7;
  color: #000;
}
.searchIcon {
  padding-right: 26px;
}
.navBtn {
  padding: 18px 30px;
  background: #ff5a3c;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  font-family: "Poppins", serif;
  border-radius: 4px;
  transition: 0.4s;
}
#bannerSlide {
  position: relative;
  gap: 20px;
  margin-top: 104px;
  overflow: hidden;
}
.banner {
  background: url(../images/image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 245px;
  padding-bottom: 155px;
  position: relative;
}
.bannerTwo{
  background: url(../images/image\ 1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 245px;
  padding-bottom: 155px;
  position: relative;
}
.bannerThree{
  background: url(../images/image\ \(1\).png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 245px;
  padding-bottom: 155px;
  position: relative;
}
.bannerFour{
  background: url(../images/image\ \(2\).png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 245px;
  padding-bottom: 155px;
  position: relative;
}
.bannerHeading h3 {
  font-weight: 700;
  font-size: 16px;
  font-family: "Nunito", serif;
  color: #15254a;
  align-items: center;
  padding-top: 2px;
  padding-left: 5px;
}
.bannerHeading {
  display: flex;
  align-items: center;
}
.bannerTexts h1 {
  font-weight: 700;
  font-size: 60px;
  color: #000;
  font-family: "Poppins", serif;
  line-height: 75px;
  padding-top: 20px;
}
.bannerTexts h1 span {
  color: #ff5a3c;
}
.bannerTexts p {
  font-weight: 400;
  font-size: 18px;
  color: #2c3b5e;
  font-family: "Nunito", serif;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 48px;
  width: 450px;
}
.bannerBtn:hover {
  background: #fff;
  outline: auto;
}
.btnIcon {
  display: flex;
}
.learnMore{
  background: #f2f6f7;
  color: #000;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  margin-left: 20px;
  transition: .4s;
  border: none;
}
.learnMore:hover{
  background: black;
  color: #fff;
  border: none;
  box-shadow: none;
}

.play {
  background: #fff;
  padding: 18px;
  text-align: center;
  width: 60px;
  border-radius: 50%;
  margin-left: 30px;
}
.play i {
  color: #ff5a3c;
}
.realEstate h3 {
  font-family: "Pacifico", serif;
  font-size: 60px;
  color: #ff5a3c;
  font-weight: normal;
  position: absolute;
  top: 12%;
  left: 0px;
  transform: rotate(-40deg)!important;
}
#bannerSlide{
  position: relative;
  gap: 20px;
}
#bannerSlide .slick-dots {
  position: absolute;
  bottom: 35px;
  left: 56%;
  display: flex !important;
  gap: 10px;
}
.custom-dot {
  width: 80px;
  height: 68px;
  border: 2px solid #fff;
  margin-right: 5px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 999;
}
.custom-dot.slick-active {
  opacity: 1; /* Highlight active dot */
}

.slides {
  display: flex;
  position: absolute;
  bottom: 4%;
  right: 17%;
}

.slides picture img {
  width: 80px;
  height: 68px;
  border: 2px solid #fff;
  margin-right: 5px;
}
.socialMediaIcons {
  background: #fff;
  width: 206px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 25px;
}
.socialMediaIcons i {
  padding-right: 8px;
  color: #121f4a;
  transition: 0.4s;
}
.socialMediaIcons i:hover {
  color: #ff5a3c;
}
.twitter {
  color: #ff5a3c !important;
}
/* Ensure .sliders remains constant */
.sliders {
  position: relative;
  /* overflow: hidden; */
}

/* Initially hide elements and position them below their normal position */
.bannerHeading,
h1,
.bannerParagraph,
.btnIcon,
.real,
.socialMediaIcons {
  opacity: 0;
  transform: translateY(50px); /* Move elements down */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Class to trigger animation */
.animate {
  opacity: 1;
  transform: translateY(0); /* Move to original position */
}


#coreFeatures {
  padding: 118px 0;
}
.featuresTexts {
  margin-left: 30px;
  margin-top: 20px;
}
.featuresTexts h4 {
  font-weight: 700;
  font-size: 18px;
  color: #ff5a3c;
  font-family: "Nunito", serif;
}
.featuresTexts h2 {
  font-weight: 700;
  font-size: 48px;
  color: #0a2c3d;
  font-family: "Poppins", serif;
  line-height: normal;
  padding-top: 20px;
  /* padding-bottom: 5px; */
}
.featureInfo {
  background: #fff;
  padding: 28px;
  box-shadow: 0px 0px 13px 2px rgba(245, 245, 245, 1);
  -webkit-box-shadow: 0px 0px 13px 2px rgba(245, 245, 245, 1);
  -moz-box-shadow: 0px 0px 13px 2px rgba(245, 245, 245, 1);
  transition: 0.4s;
  margin-top: 18px;
}
.featureInfo:hover {
  background: #ff5a3c;
}
.featureInfo:hover .perfect {
  color: #fff;
}
.featureInfo:hover .lorem {
  color: #fff;
}
.featureImg {
  width: 23%;
}
.featureTextPart {
  width: 77%;
}
.featureInfo h5 {
  font-weight: 700;
  font-size: 18px;
  color: #0a2c3d;
  font-family: "Poppins", serif;
  padding-top: 10px;
  padding-bottom: 15px;
}
.featureInfo p {
  font-weight: normal;
  font-size: 16px;
  color: #5c727d;
  font-family: "Nunito", serif;
  line-height: 25px;
}

#buildingFacilities {
  padding: 110px 0;
  background: url(../images/image\ \(1\).png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.buidingTexts {
  margin: 0;
}
.buildingParagraph {
  font-family: "Nunito", serif;
  font-size: 16px;
  color: #2c3b5e;
  font-weight: normal;
  line-height: 25px;
  padding-top: 15px;
  padding-bottom: 50px;
  width: 77%;
}
.checkIcon {
  height: 32px;
  width: 32px;
  background: #f5dedd;
  border-radius: 50%;
  padding: 4px;
  text-align: center;
  color: #ff5a3c;
  transition: 0.4s;
}
.checkIcon:hover {
  background: #ff5a3c;
  color: #fff;
}
.buildingHeading h4 {
  font-weight: 700;
  font-size: 17px;
  color: #0a2c3d;
  font-family: "Nunito", serif;
  line-height: 25px;
}
.item_two {
  margin-top: 38px;
}
.playVideo {
  background: #ff5a3c;
  width: 80px;
  padding: 28px;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-47%, -50%);
}
.playVideo i {
  color: #fff;
  font-size: 23px;
}

#service {
  padding-top: 115px;
  padding-bottom: 110px;
}
.serviceTitles {
  text-align: center;
}
.services{
    justify-content: space-between;
}
.serviceBoxes {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 13px 2px rgba(245, 245, 245, 1);
  -webkit-box-shadow: 0px 0px 13px 2px rgba(245, 245, 245, 1);
  -moz-box-shadow: 0px 0px 13px 2px rgba(245, 245, 245, 1);
  transition: 0.3s;
  text-align: center;
  padding-bottom: 58px;
  margin-top: 35px;
  width: 32%;
  margin-bottom: 18px;
  margin-left: 7px;
  margin-right: 7px;
}
.serviceBoxes h4{
    font-weight: 700;
    font-size: 28px;
    color: #000;
    font-family: "Poppins", serif;
    padding-top: 20px;
    transition: .4s;
}
.serviceBoxes h4:hover{
  color: #ff5a3c;
}
.serviceBoxes p{
    font-weight: normal;
    font-size: 16px;
    color: #5C727D;
    font-family: "Nunito", serif;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 34px;
}
.serviceBoxes a{
    font-weight: 700;
    font-size: 18px;
    color: #8cb2b2;
    font-family: "Nunito", serif;
    transition: .3s;
}
.serviceBoxes:hover .findLink{
    color: #ff5a3c;
}
/* .serviceBoxes:hover{
    border-bottom: 5px solid #ff5a3c;
} */
.slick-dots{
  text-align: center;
  margin-top: 30px;
}
.slick-dots li {
  display: inline-block;
  /* margin-right: 10px; */
}
.slick-dots li button {
  font-size: 0;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: black;
  margin-right: 8px;
}
.leftArrow{
  font-size: 30px;
  color: #000;
  z-index: 99;
  position: absolute;
  top: 44%;
  left: -35px;
  cursor: pointer;
}
.rightArrow{
  font-size: 30px;
  color: #000;
  position: absolute;
  top: 44%;
  right: -35px;
  cursor: pointer;
}
#livingSpace{
  padding-top: 115px;
  height: 625px;
  background: url(../images/22.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.upcomingProjects h5{
  font-weight: 700;
    font-size: 18px;
    color: #fff;
    font-family: "Nunito", serif;
}
.upcomingProjects h2 {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  font-family: "Poppins", serif;
  padding-top: 30px;
  line-height: 75px;
}

.gollaOne{
  padding: 20px;
  background: #FFF;
  border-radius: 50%;
  width: 65px;
  text-align: center;
  color: #ff5a3c;
  transition: .4s;
  font-size: 25px;
  z-index: 999;
  position: absolute;
  cursor: pointer;
  top: -15%;
  right: 8%;
}
.gollaOne:hover{
  background: #ff5a3c;
  color: #fff;
}

.gollaTwo{
  padding: 20px;
  background: #FFF;
  border-radius: 50%;
  width: 65px;
  text-align: center;
  color: #ff5a3c;
  transition: .4s;
  font-size: 25px;
  z-index: 999;
  position: absolute;
  cursor: pointer;
  top: -15%;
  right: 0%;
}
.gollaTwo:hover{
  background: #ff5a3c;
  color: #fff;
}
.gollaSpace{
  justify-content: space-between;
  align-items: center;
}
.livingSpaceTexts{
  align-items: center;
}
.projectService{
  margin-top: 58px;
  border: 10px solid #FFF;
  background-color: #FFF;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
}
.projectSlideImg{
  height: 483px;
}
.productServiceSlider{
  position: relative;
  gap: 20px;
}
.product_slide_dots{
  width: 80px;
  height: 68px;
  border: 2px solid #fff;
  margin-right: 5px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 999;
}
.productServiceSlider .slick-dots {
  position: absolute;
  bottom: 35px;
  left: 10%;
  display: flex !important;
  gap: 10px;
}
.product_slide_dots.slick-active {
  opacity: 1; /* Highlight active dot */
}
.slidesTwo{
  position: absolute;
  bottom: 10%;
  left: 20%;
}
.ourServices{
  padding: 42px 40px 40px 40px;
  background: #F3F4F7;
}
.ourServices h6{
  font-weight: 700;
  font-size: 18px;
  color: #ff5a3c;
  font-family: "Nunito", serif;

}
.ourServices h3{
  font-weight: 700;
  color: #0a2c3d;
  font-size: 36px;
  font-family: "Poppins", serif;
  padding-top: 35px;
  padding-bottom: 50px;
}
.projectInfo {
  padding-bottom: 30px;
}
.projectInfo h4{
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 16px;
  color: #0a2c3d;
}
.projectInfo p{
  font-family: "Nunito", serif;
  font-weight: normal;
  font-size: 17px;
  color: #0a2c3d;
  text-align: right;
  margin-left: 9px;
}
.downloadBrochure{
  padding: 15px 20px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: #ff5a3c;
  border-radius: 4px;
}
.brochureImg {
  display: inline-block;
  margin-left: 6px;
}
.slick-slide img {
  display: inline-block;
}

#apartment{
  padding: 330px 0 110px 0;
  text-align: center;
}
.apartmentLists{
  flex-direction: row;
  justify-content: center;
  margin-bottom: 60px;
}
.deluxe{
  align-items: center;
}
.deluxePortion{
  padding: 75px 38px 50px 52px;
  background: #F3F4F7;
  text-align: left;
}
.deluxePortion h3{
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 30px;
  color: #000;

}
.deluxePortion p{
  color: #5C727D;
  font-weight: normal;
  font-size: 16px;
  font-family: "Nunito", serif;
  line-height: 25px;
  padding-top: 30px;
  padding-bottom: 15px;
}
.align_center{
  align-items: center;
}
.deluxePortion h5{
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 23px;
  z-index: 99;
  padding: 12px 12px;
  color: #fff;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: .8;
  transition: opacity .2s;
  border-radius: 50%;
  border: 2px solid white;
}
#areaProperties{
  height: 600px;
  background: #F2F6F7;
  padding-top: 120px;
}
.areaTexts{
  text-align: left;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.properties{
  margin-top: 50px;
}
.propertiesBox{
  padding: 15px;
  background: #FFF;
  box-shadow: 0 5px 10px 0 rgba(23, 44, 82, 0.1);
  position: relative;
  /* margin-right: 10px; */
  margin-bottom: 10px;
}
.properties .slick-slide {
  padding: 0 10px;
}
.badge{
  padding: 13px;
  background: #FFF;
  border-radius: 38px;
  position: absolute;
  top: 8%;
  left: 8%;
}
.badge h6{
  text-transform: uppercase;
  font-size: 13px;
  color: #5C727D;
  font-family: "Nunito", serif;
}
.propertiesContents{
  padding: 30px 5px 10px;
}
.propertiesContents h4{
  font-size: 16px;
  font-weight: 400;
  color: #5C727D;
  font-family: "Nunito", serif;
  padding-bottom: 20px;
  transition: .4s;
}
.propertiesContents h3{
  font-weight: 600;
  font-size: 20px;
  font-family: "Poppins", serif;
  color: #071C1F;
  transition: .4s;
}
.propertiesContents h4:hover{
    color: #ff5a3c;
}
.propertiesContents h3:hover{
  color: #ff5a3c;
}
.propertiesContents a{
  color: #ff5a3c;
  font-weight: normal;
  font-size: 16px;
  font-family: "Nunito", serif;
  padding-top: 20px;
}
.propertiesContents a i{
  margin-left: 6px;
}
.propertiesBox picture img{
  height: 262px;
}
.back-to-top a{
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 40px;
  color: #000;
  transition: .4s;
}
.back-to-top a:hover{
  color: #ff5a3c;
}
.prevArrow{
  padding: 15px;
  background: #FFF;
  border-radius: 50%;
  width: 51px;
  text-align: center;
  color: #000;
  transition: .4s;
  font-size: 20px;
  z-index: 999;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  opacity: 0;
}
.prevArrow:hover{
  background: #ff5a3c;
  color: #FFF;
}
.properties:hover .prevArrow{
  left: -52px;
  opacity: 1;
}
.nextArrow{
  padding: 15px;
  background: #FFF;
  border-radius: 50%;
  width: 51px;
  text-align: center;
  color: #000;
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  z-index: 999;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  opacity: 0;
}
.nextArrow:hover{
  background: #ff5a3c;
  color: #FFF;
}
.properties:hover .nextArrow{
  opacity: 1;
  right: -52px;
}


#availableSpaces{
  padding-top: 300px;
  padding-bottom: 110px;
}
.availableDetails{
  margin-top: 60px;
}
.detailsTitle h6{
  font-weight: normal;
  font-size: 16px;
  color: #5C727D;
  font-family: "Nunito", serif;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: .4s;
}
.available h6:hover{
  color: #ff5a3c;
  cursor: pointer;
}
#availableSpaces hr{
  background: #afbfcd;
  border: none;
  height: 2px;
}
.detailsColor{
  background: #F2F6F7;
}

#exploreNeighbour{
  padding-top: 110px;
  padding-bottom: 100px;
  background: #F2F6F7;
}
.neighbourContents{
  margin-top: 60px;
}
#exploreNeighbour .propertiesContents h4 span{
  color: #ff5a3c;
}
#exploreNeighbour .propertiesContents h4{
  padding-top: 16px !important;
}
#exploreNeighbour .propertiesContents h4:hover{
  color: #5C727D !important; /* Keeps the original text color */
  transition: none !important; /* Removes any hover transition */
}
#exploreNeighbour .propertiesContents p{
  font-size: 14px;
  color: #5C727D;
  line-height: 25.2px;
  font-family: "Nunito", serif;
  width: 322px;
}


.neighbourContents{
  position: relative;
}
.neighbour_slide_dots{
  width: 135px;
  height: 100px;
  border: 8px solid #fff;
  margin-right: 5px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 999;
}
.neighbourContents .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  display: flex !important;
  gap: 10px;
}
.neighbour_slide_dots.slick-active {
  opacity: 1; /* Highlight active dot */
}
.slideBigImg picture img{
  height: 520px;
}
.neighbourContents .propertiesBox {
  padding: 13px;
  background: #FFF;
  box-shadow: 0 0px 18px 0px rgba(23, 44, 82, 0.1);
  position: relative;
  margin-right: 7px;
}
.neighbourContents .slick-dots li.slick-active{
  opacity: 0.75;
}

.accordion-button {
  background-color: #F3F6F7;
}
.accordion {
  margin-top: 35px;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  color: #071C1F;
  font-family: 'Poppins';
  background-color: #F3F6F7;
}
.accordion-header picture img{
  height: 52px;
  width: 52px;
  display: inline-block;
  margin-right: 15px;
}
.accordion-body {
  font-size: 16px;
  line-height: 28.8px;
  font-family: 'Nunito';
  color: #5C727D;
  padding-top: 30px;
  padding-left: 52px;
  background: #F2F6F7;
}
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #F2F6F7 !important;
  color: inherit !important;
}
/* Change the default Bootstrap accordion icon */
.accordion-button::after {
  content: '\002B';
  font-size: 36px;
  font-weight: 300;
  display: inline-block;
  transition: transform 0.3s ease;
  height: auto;
  background-image: none;
}

/* Change icon to - when accordion is open */
.accordion-button:not(.collapsed)::after {
  content: '\2212'; /* Unicode for - */
  background-image: none;
  color: #ff5a3c;
  transition: .4s;
  font-size: 36px;
  font-weight: 300;
}
.image-overlay {
  position: relative;
  display: inline-block; /* Keeps the div sized to the image */
}

.image-overlay img {
  display: block;
  width: 100%;
  height: auto;
}

.image-overlay .overlay {
  position: absolute;
  top: 0;
  left: 11px;
  width: 89%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.3s ease-in-out;
}
.playTwo {
  margin-left: 0px !important;
  position: absolute;
  top: 33%;
  left: 34%;
  transform: translate(-50%px, -50%px);
  cursor: pointer;
  background: #fff;
  padding: 18px;
  text-align: center;
  width: 60px;
  border-radius: 50%;
  margin-left: 30px;
}
.playTwo i{
  color: #ff5a3c;
}
.video-links {
  display: none; /* Initially hidden */
}

.venobox {
  display: block; /* Ensures each video link works with Venobox */
}

.venobox[data-vbtype="video"] {
  /* Additional style to handle the video gallery */
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: .8;
  transition: opacity .2s;
  padding: 10px;
  /* background: black; */
  border-radius: 50%;
  border: 2px solid white;
  /* padding-left: 0px; */
}
.vbox-next span, .vbox-prev span {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 13px;
  display: block;
  left: 10px;
}
.vbox-next{
  right: 28px;
}
.vbox-prev span{
  left: 16px;
}
.vbox-backdrop {
  background: #171b2ae0 !important;
}
/* Force the numeration to appear */
.venobox .vbox-numeration {
  display: block !important;
  position: absolute !important;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 999;
}

#aminities{
  padding: 110px 0 85px;
}
.buildingCatagory{
  margin-top: 50px;
  justify-content: space-between !important;
}
.catagoriesItem{
  padding: 35px 26px 38px;
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  transition: .4s;
  border-radius: 10px;
  width: 23%;
}
.catagoriesItem:hover{
  background: #ff5a3c;
}
.catagoriesItem:hover.catagoriesItem h6, .catagoriesItem:hover.catagoriesItem h4, .catagoriesItem:hover.catagoriesItem p{
  color: #fff;
}
.catagoriesImg{
  text-align: end;
}
.catagoriesItem picture img{
  height: 100px;
  width: 100px;
}
.catagoriesItem h6{
  font-size: 20px;
  font-weight: 600;
  color: #ff5a3c;
  font-family: 'Nunito';
  padding-top: 30px;
  padding-bottom: 23px;
  transition: .4s;
}
.catagoriesItem h4{
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 600;
  color: #071C1F;
  padding-bottom: 25px;
  transition: .4s;
}
.catagoriesItem p{
  font-family: 'Nunito';
  font-size: 16px;
  line-height: 28.8px;
  color: #5C727D;
  width: 194px;
  transition: .4s;
}

#testimonial{
  padding-top: 110px;
  background: url(../images/23.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 510px;
  width: 100%;
}
.clientsReviews {
  padding: 34px 35px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  margin: 0 15px;
  margin-bottom: 13px;
  position: relative;
}
.client{
  align-items: center;
}
.clientsReviews picture img{
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.clientStars {
  text-align: end;
}
.testimonialSlider{
  position: relative;
}
.gollaThree{
  padding: 20px;
  background: #FFF;
  border-radius: 50%;
  width: 65px;
  text-align: center;
  color: #ff5a3c;
  transition: .4s;
  font-size: 25px;
  z-index: 999;
  position: absolute;
  cursor: pointer;
  top: -35%;
  right: 9%;
}
.gollaThree:hover{
  background: #ff5a3c;
  color: #fff;
}

.gollaFour{
  padding: 20px;
  background: #FFF;
  border-radius: 50%;
  width: 65px;
  text-align: center;
  color: #ff5a3c;
  transition: .4s;
  font-size: 25px;
  z-index: 999;
  position: absolute;
  cursor: pointer;
  top: -35%;
  right: 1%;
}
.gollaFour:hover{
  background: #ff5a3c;
  color: #fff;
}
.clientStars i{
  color: #ffb800;
  transition: .4s;
}
.clientStars i:hover{
  color: #FF5A3C;
}
.reviewer h6{
  font-weight: 600;
  font-size: 18px;
  color: #071C1F;
  font-family: 'Poppins';
  padding-bottom: 16px;
}
.reviewer h5{
  font-size: 14px;
  font-family: 'Nunito';
  font-weight: 400;
  color: #5C727D;
  text-transform: uppercase;
}
.clientsReviews p{
  font-size: 18px;
  font-family: 'Nunito';
  font-weight: 500;
  color: #5C727D;
  line-height: 32.4px;
  padding-top: 26px;
}
.testimonialSlider{
  margin-top: 50px;
}
.progress-bar {
  position: absolute;
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  bottom: 0;
  left: 0;
}

.clientsReviews:hover .progress-bar {
  opacity: 1;
}

.progress {
  width: 0%;
  height: 100%;
  background: #FF5A3C;
  transition: width 3s linear;
}


#news{
   padding-top: 220px;
   padding-bottom: 100px;
}
.blogs{
  margin-top: 60px;
}
.blogs picture img{
  height: 260px;
}
.blogItems{
  width: 360px;
  margin: 0 12px;
}
.blogBox{
  padding: 26px;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  margin-bottom: 25px;
}
.blogBox i{
  color: #ff5a3c;
}
.blogBox p{
  font-family: 'Nunito';
  font-size: 14px;
  color: #5C727D;
  font-weight: 600;
  transition: .4s;
}
.blogBox p:hover{
  color: #FF5A3C;
}
.user{
  align-items: center;
}
.blogBox h3{
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 600;
  color: #071C1F;
  line-height: 28.6px;
  transition: .4s;
  padding-top: 20px;
  padding-bottom: 8px;
}
.blogBox h3:hover{
  color: #ff5a3c;
}
.read_more{
  text-align: end;
}
.read_more a{
  text-transform: uppercase;
  color: #FF5A3C;
  font-family: 'Nunito';
  font-size: 14px;
  font-weight: 600;
}


.blogPrevArrow{
  padding: 15px;
  background: #FFF;
  border-radius: 50%;
  border: 1px solid #e6ecf0;
  width: 51px;
  text-align: center;
  color: #000;
  transition: .4s;
  font-size: 20px;
  z-index: 999;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  opacity: 0;
}
.blogPrevArrow:hover{
  background: #ff5a3c;
  color: #FFF;
}
.blogs:hover .blogPrevArrow{
  left: -52px;
  opacity: 1;
}
.blogNextArrow{
  padding: 15px;
  background: #FFF;
  border-radius: 50%;
  border: 1px solid #e6ecf0;
  width: 51px;
  text-align: center;
  color: #000;
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  z-index: 999;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  opacity: 0;
}
.blogNextArrow:hover{
  background: #ff5a3c;
  color: #FFF;
}
.blogs:hover .blogNextArrow{
  opacity: 1;
  right: -52px;
}


.exploreProperties{
   background: #FF5A3C;
   padding: 55px;
}
.exploreProperties h3{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 36px;
  color: #FFF;
  padding-bottom: 30px;
}
.exploreProperties h6{
  font-family: 'Nunito';
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}
.exploreProperties a{
  font-family: 'Poppins';
  font-weight: normal;
  font-size: 16px;
  color: #000;
  padding: 16px 36px;
  margin-top: 10px;
  background: #fff;
  transition: .4s;
}

.exploreProperties a:hover{
  background: #000;
  color: #FFF;
}
.propertiesExplore{
  text-align: end;
}
#dreamHome{
  position: relative;
}
.footer {
  padding: 180px 26px 85px;
  background: #171B2A;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: -999;
}
.footerTexts p{
  font-size: 16px;
  font-family: 'Nunito';
  line-height: 28.8px;
  color: #FFF;
  /* padding-top: 18px; */
  padding-bottom: 24px;
  font-weight: 600;
  width: 83%;
}
.footerTexts h6{
  font-size: 16px;
  font-family: 'Nunito';
  line-height: 28.8px;
  color: #FFF;
  font-weight: 600;
  padding-bottom: 15px;
  transition: .4s;
}
.footerTexts h6:hover{
  color: #FF5A3C;
}
.footer_menu {
  margin-top: 14px;
}
.footerTexts .icon i{
  padding-right: 10px;
  color: #FFF;
}
.icons i{
  color: #FFF;
  padding-right: 10px;
}
.footer_menu h4{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 22px;
  color: #FFF;
  padding-bottom: 25px;
}
.footer_menu ul{
  padding: 0;
}
.footer_menu ul li{
  position: relative;
  padding-bottom: 25px;
}
.footer_menu ul li a span{
  opacity: 0;
  /* padding-right: 10px; */
  color: #ff5a3c;
  position: absolute;
  left: -25%;
  transition: .4s;
}
.footer_menu ul li a h2{
  font-size: 16px;
  font-family: 'Nunito';
  line-height: 28.8px;
  color: #FFF;
  font-weight: 600;
  padding-bottom: 20px;
  transition: .4s;
}
.footer_menu ul li a h2{
  position: absolute;
  left: 0;
  transition: .4s;
}
.footer_menu ul li:hover h2{
  left: 20px;
}
.footer_menu ul li:hover h2{
  color: #FF5A3C;
}
.footer_menu ul li:hover span{
  opacity: 1;
  left: 0;
}
.footer_menu p{
  font-size: 16px;
  font-family: 'Nunito';
  line-height: 28.8px;
  color: #FFF;
  font-weight: 600;
}
.copyright {
  background: #282B38;
  padding: 30px 26px;
  position: absolute;
  left: 0;
  bottom: -89px;
  width: 100%;
}
.copyright h6{
  font-size: 16px;
  font-family: 'Nunito';
  line-height: 28.8px;
  color: #FFF;
  font-weight: 600;
}
.copyright p{
  font-weight: 600;
  font-family: 'Poppins';
  color: #FFF;
  font-size: 14px;
  transition: .4s;
}
.copyrightAlign{
  align-items: center;
}
.copyright p:hover{
  color: #FF5A3C;
}