@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  box-sizing: border-box;
  overflow-x: hidden;
   overscroll-behavior: contain;
     
  }
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.accent-color {color: #313350 !important;}


/* font converted using font-converter.net. thank you! */

.f-light{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.f-medium{
  font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.f-extrabold{
  font-family: "Poppins", sans-serif;
    font-weight: 800;
}
.f-book{
  font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.f-bold{
  font-family: "Poppins", sans-serif;
    font-weight: 700;
}

p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 76px;
    background: #00000014;
    /* opacity: 9%; */
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
    height: 88px;
}
header.shrink {
    animation: 0.5s 0.3s fadeInDown both;
    background: #0000009e;
    /* box-shadow: 0px 2px 10px #00000059; */
}
header.shrink .navbar-brand::before{
   border-top: 0px solid #313350;
}
header.shrink .navbar-brand img{
  width: 87%;
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
  position: relative;
  right: 0;
}
.navbar-expand-md{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  padding: 15px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 17px;
    color: #fff;
    padding-left: 11px;
    padding-right: 18px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* margin-right: 12px; */
    margin-top: 7px;
}
.navbar-expand-md .navbar-nav .nav-link.active {
    color: #fac902;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link.active {
  color:#fac902;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
  color: #fff;
  padding: 0px 23px;
  height: 46px;
  font-size: 17px;
  font-weight: 700;
}
.navbar-brand {
    position: absolute;
    top: -5px;
    width: 11.4%;
    left: 13px;
    /* padding: 11px 17px 0px 17px; */
    background: #313350;
    height: 93px;
}
.navbar-brand::before {
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 93px solid transparent;
    border-top: 45px solid #313350;
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.header-contact a {
    color: #fff;
    font-size: 19px;
    margin-left: 9px;
}
.header-contact span {
    font-size: 24px;
    color: #FECC00;
}
.header-contact {
    display: flex;
    align-items: center;
    position: relative;
    padding: 18px 24px;
}
.header-contact::before {
    position: absolute;
    content: "";
    background: #ffffff42;
    height: 87px;
    width: 1px;
    left: -1px;
    top: -14px;
}
.navbar-brand img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
  .main-footer .footer-wrapp{
    display: flex;
    width: 100%;
    position: relative;
      z-index: 1;
  }
  footer{
   position: relative;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
 
  .main-footer {
    padding-top: 46px;
    padding-bottom: 31px;
}
  
  .btm-strip .container {
    padding: 21px 15px 21px;
    border-top: 1px solid #cccccc12;
}
    .column:nth-child(1) {
    width: 26%;
    padding: 2rem 10px 0rem;
    margin-right: 20px;
}
  .column:nth-child(1) p {
    color: #CCCCC7;
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
}
  .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
  }
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.column:nth-child(5) h4{
  margin-bottom: 4px;
}
  .social-box .facebook:hover{
    color: #4267B2;
  }
  .social-box .twitter:hover{
    color: #1d9bf0;
  }
 .social-box .insta:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    color: transparent;
}
  .social-box .linkedin:hover{
    color: #0072b1 ;
  }
 .footer-logo {
    display: block;
    width: 100%;
    margin-bottom: 0px;
}
.column:nth-child(2) {
    width: 20%;
    padding: 2rem 22px 0rem;
}
  .column:nth-child(1) a {
    width: 75%;
}
  .column h4 {
    color: #fff;
    font-size: 22px;
    /* font-weight: 700; */
    margin-bottom:20px;
}
  
  
  .footer-contact {
    display: flex;
    margin-bottom: 14px;
    margin-top: 11px;
} 
.footer-about h4 {
    margin-bottom: 16px;
}
 
  .column:nth-child(2) .footer-contact a {
      padding-bottom: 0;
      color: #fff;
      font-size: 15px;
      margin-left: 15px;
  }
  .column:nth-child(3) {
    width: 14%;
    padding: 2rem 0rem 0;
    padding-left: 4px;
}
  
  
  .column:nth-child(4) {
    width: 26%;
    padding: 2rem 0rem 0;
    padding-left: 20px;
}
  .column:nth-child(5) {
      width: 20%;
      padding: 2rem 0rem 0;
  }
    .column:nth-child(6){
  padding: 2rem 0rem 0;
  width: 20%;
}
#footer-locations .foot-city-wrap {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
}  
#footer-locations a {
  width: 100%;
}
.sitemap .foot-city-wrap {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sitemap #footer-locations a {
  width: 50%;
}
  .column a {
    display: table;
    padding-bottom: 25px;
    line-height: 14px;
    color: #D6DADD;
    font-size: 19px;
}
}
 .column p {
    color: #eee9e9;
    width: 100%;
    font-size: 18px;
    font-weight: 100;
    line-height: 26px;
    padding-left: 10px;
}
  .column .social{
    margin-top: 15px;
  }

  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p {
    width: 85%;
    margin-bottom: 0;
    line-height: inherit;
}
.common-btn {
    width: fit-content;
    height: 47px;
    background:#EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    font-weight:700;
   /* padding:0px 30px;*/
    /*font-family: 'Nunito', sans-serif;*/
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#313350;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    border-radius:0px;
    color: #fff;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    margin-left: 5px;
    font-size: 12px;
    position: relative;
    top: 2px;
}
.search-panel .common-btn:hover img {
    position: relative;
    left: -5px;
    filter: invert(1);
}
.footer-contact a {
    padding-bottom: 0px !important;
    font-size: 19px;
    padding-left: 9px;
    line-height: inherit;
}
.footer-contact span {
    padding-right: 5px;
    color: #F7C809;
    font-size: 28px;
}
.footer-contact:last-child span{
  font-size: 24px;
}
.btm-strip a {
    font-size: 19px;
    color:#D6DADD;
    line-height: 25px;
}
.btm-strip span{
  font-size: 19px;
}
.btm-strip {
  color:#D6DADD;
}
@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translateY(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
} 
/**/
.container {
  max-width: 1680px;
}
.slider-section .item h2{
  font-size: 91px;
  line-height: 82px;
  color: #fff;
}
.slider-section .caption-left {
    position: absolute;
    top: 48%;
    left: 7.5%;
}
.slider-section .owl-theme .owl-nav [class*=owl-]{
  background: transparent;
  padding: 5px 10px;
  margin: 0;
  font-size: 45px;
}
/*.slider-section .owl-theme .owl-nav [class*=owl-]:hover{
  padding:10px;
}*/
.slider-section .owl-prev{
  position: absolute;
  top: 50%;
  left: 20px;
}
.slider-section .owl-next{
  position: absolute;
  top: 50%;
  right: 20px;
}
.search-panel {
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 46px #00000029;
    margin-bottom: 30px;
    width: 97%;
    margin: 0 auto;
}
.search-panel .form-group{
  margin-bottom: 0;
  position: relative;
  /*width: 25%;*/
  width: 38%;
}
.search-panel .form-group::before {
    position: absolute;
    content: "";
    background: #cccccc73;
    height: 72px;
    width: 1px;
    top: 0px;
    z-index: 1;
    right: 0;
}
.form-control:focus{
  box-shadow: none;
}
.search-panel .form-group:nth-child(1){
  width: 13%;
}
.search-panel select.form-control:not([size]):not([multiple]) {
    height:110px;
    font-size: 25px;
     font-family: "Poppins", sans-serif;
    font-weight: 500;
     border: 0;
     position: relative;
     width: 100%;
}
.search-panel select.form-control:not([size]):not([multiple]) option {
    font-size: 17px;
    font-weight: 100 !important;
}
.search-panel .form-group:nth-child(1) select {
    width: 100%;
    color: #fff;
    /* text-align: center; */
    padding-left: 63px;
}
.search-panel .form-group:nth-child(2) select {
     width: 100%;
    color: #000;
    background: #fff;
    -webkit-appearance: none !important;
    padding-left: 42px;
}
.search-panel .form-group:nth-child(3) select{
  width: 100%;
    color: #000;
    background: #fff;
    -webkit-appearance: none !important;
    padding-left: 42px;
}
.search-panel .form-group:nth-child(4) select{
 width: 400px;
    color: #000;
    background: #fff;
    -webkit-appearance: none !important;
    padding-left: 42px;
}
.search-panel .form-group:nth-child(4)::before{
  display: none;
}
.search-panel .form-group .form-control{
  border-radius: 0;
}
.search-panel .form-group:nth-child(1) select {
    background: url(../images/right-arrow-drop.svg) #313350 no-repeat !important;
    background-position: center !important;
    -webkit-appearance: none !important;
    background-position-x: 66% !important;
    background-position-y: 52% !important;
}
.search-panel .common-btn {
    background: #FECC00;
    color: #000;
    width:12%;
    height: 110px;
    font-size: 25px;
    border: none;
}
.search-panel .common-btn img {
    position: relative;
    left: -5px;
}
.nav-tabs {
    border-bottom: 0;
    padding-left: 25px;
}
.search-box ul li a{
  font-size: 19px;
}
.search-box .nav-tabs .nav-link {
    border-radius: 0;
    background: #00000069;
    color: #fff;
    padding: 16px 31px;
    width: 100%;
    border: 0;
    border-right: 1px solid #ffffff57;
}
.search-box .nav-tabs li{
  width: 13%;
}
.search-box .nav-tabs .nav-link span{
  font-size: 29px;
}
.search-box li:last-child .nav-link{
  border-right: 0;
}
.search-box .nav-tabs .nav-link.active{
  background: #FECC00;
  color: #000;
  opacity: 1;
}
.search-box {
    position: absolute;
    bottom: -38px;
    z-index: 1;
    width: 100%;
}
section.slider-section {
    position: relative;
}
section.looking {
    padding-top: 6%;
    position: relative;
    background: #FAFAFA;
    padding-bottom: 5%;
}
.looking .container{
  position: relative;
  z-index: 1;
}
.looking .patch-bg {
    position: absolute;
    top: 14%;
    left: 55px;
    z-index: 0;
}
.looking-wrapper{
  display: flex;
}
.heading{
  color: #313350;
  font-size: 60px;
  line-height: 63px;
  font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.subheading{
  color: #8B8B8B;
  font-size: 19px;
  line-height: 29px;
   font-family: "Poppins", sans-serif;
    
  font-weight: 100;
}
.heading span{
  color: #F7C809;
}
.img-wrapper{
  overflow: hidden;
  margin: 0 auto;
}
.img-wrapper img{
  transition: 0.5s all ease-in-out;
  width: 100%;
}
.img-wrapper img:hover{
   transform: scale(1.1);
}
.looking-wrapper .text-box {
    width: 34%;
    z-index: 1;
}
.looking-wrapper .looking-single{
  width: 66%;
}
.looking-wrapper .item h4 {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    position: absolute;
    bottom: 20px;
    left: 34px;
}
.looking-wrapper .item{
  position: relative;
}
.looking-slider.owl-theme .owl-nav [class*=owl-]{
    color: #000;
    font-size: 30px;
    margin: 5px;
    padding: 4px 7px;
    background: #EBEBEB;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.looking-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: #313350;
  color:#fff;
}
.looking-slider .owl-prev {
    position: absolute;
    top: 42%;
    left: -2%;
}
.looking-slider .owl-next{
  position: absolute;
  top: 42%;
  right: -2%;
}
.looking .common-btn{
  color: #000;
  width: 138px;
height: 62px;
}
.looking .heading {
    margin-bottom: 34px;
    margin-top: 20px;
}
.looking .subheading{
    margin-bottom: 44px;
}
.property{
  padding: 60px 0px;
}
.property-slider .img-wrapper {
    min-height: 230px;
    height: 230px;
}
.property-slider .img-wrapper img {
    object-fit: cover;
    height: inherit;
}
.property .item h3 {
    font-size: 19px;
    line-height: 21px;
    display: flex;
    margin-bottom: 4px;
    align-items: center;
    justify-content: space-between;
}
.property .item h3 span{
  float: right;
  color: #A29F9F;
  font-size: 15px;
}
.property .item h4 {
    font-size: 19px;
    line-height: 25px;
    color: #A29F9F;
    margin-bottom: 26px;
}
.property .item h5 {
    font-size: 19px;
    line-height: 28px;
    /*display: flex;
    flex-wrap: wrap;
    flex-direction: column;*/
}
.property .item h5 span{
  color: #A29F9F;
  font-size: 16px;
  line-height: 21px;
}
.property .item .card-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    padding: 0;
    padding-top: 16px;
}
.property .item .common-btn{
 width: 123px;
height: 40px;
font-size: 13px;
padding: 0;
line-height: 17px;
}
.property .item .text-box {
    background: #FFFFFF;
    border: 1px solid #EDE7E7;
    padding: 16px 26px;
    transition: all 0.3s ease-in-out;
}
.property .item:hover .text-box{
  box-shadow: 0px 14px 42px #00000021;
}
.property .item:hover .common-btn{
  background: #F7C809;
}
.property .item h6 {
    /*width: 73px;*/
    width: 100px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7C809;
    position: absolute;
    top: 5%;
    right: 5%;
}
.property .item {
    position: relative;
    margin-bottom: 53px;
}
.property .container {
    max-width: 1785px;
}
.property .owl-theme .owl-nav [class*=owl-], .property .owl-theme .owl-nav [class*=owl-]:hover {
    color: #a79e9e;
    background: transparent;
    font-size: 45px;
    margin: 0;
    padding: 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover:hover{
  background: #313350 !important;
    color: #fff !important;
    padding:10px !important;
}
.property .owl-next {
    position: absolute;
    top: 43%;
    /*right: -58px;*/
    right: 0px;
}
.property .owl-prev {
    position: absolute;
    top: 43%;
    /*left: -58px;*/
    left: 0px;
}
.property .main-btn {
    width: 138px;
    height: 62px;
    margin: 0 auto;
    /*margin-top: -22px;*/
    position: relative;
    z-index: 2;
}
.property-slider {
    margin-top: 2%;
}
.smart-place {
    background: url(../images/smart-place-bg.png) no-repeat;
     background: url(../images/smart-place-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5% 0 5%;
}
.smart-place p {
    font-size: 22px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 30px;
}
.smart-place .heading{
  color: #fff;
}
.smart-place .common-btn{
  margin: 0 auto;
  width: 160px;
height: 62px;
}
.counter {
    display: flex;
    align-items: center;
    padding: 20px 0px 0;
    margin-top: 12%;
}
.counter .counter-single {
    display: flex;
    align-items: flex-start;
    width: 20%;
    padding-left: 4%;
    padding-bottom: 8px;
    padding-top: 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.counter .counter-single:hover{
  background: #F7C809;
}
.counter .counter-single::before {
    position: absolute;
    content: "";
    background: #cccccc8c;
    height: 92px;
    width: 1px;
    right: -1px;
    top: 24px;
}
.counter .counter-single:last-child::before{
  display: none;
}
.counter .counter-single:hover::before{
  display: none;
}
.counter .counter-single .counter-icon {
    color: #F7C809;
    font-size: 80px;
    position: relative;
    top: 8px;
}
.counter .counter-single h4 {
    font-size: 43px;
    color: #fff;
    margin-bottom: 0;
}
.counter .counter-single p{
  font-size: 18px;
  line-height:18px;
  color: #fff;
}
.counter .counter-single .text-box {
    padding-left: 18px;
}
.counter .counter-single:hover span,
.counter .counter-single:hover h4,
.counter .counter-single:hover p{
  color: #000;
}
.smart-place .heading{
  margin-bottom: 25px;
  font-size: 75px;
  line-height: 1;
}
.client-said{
  padding: 50px 0px;
}
.client-said .item p {
    font-size: 19px;
    line-height: 28px;
    color: #504F4F;
    margin-bottom: 0;
}
.client-said .item h3 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 0;
}
.client-said .item h4 {
    font-size: 18px;
    line-height: 29px;
    color: #7E7A7A;
  }
.client-said .img-box {
    /*display: flex;*/
    display: block;
    align-items: end;
    /*position: absolute;*/
    /*bottom: -76px;*/
    /*bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;*/
}
.client-said .item .icon1 {
    position: absolute;
    top: -23px;
    z-index: 1;
    font-size: 40px;
    color: #E7E7EA;
}
.client-said .item .icon2 {
    display: block;
    transform: rotate(180deg);
    position: absolute;
    bottom: -22px;
    right: 37px;
    font-size: 40px;
     color: #E7E7EA;
}
.client-said .item:hover .icon1,
.client-said .item:hover .icon2{
  color: #F7C809;
}
.client-said .item {
    background: #F7F8FA;
    position: relative;
    padding: 49px 35px;
    margin-bottom: 18%;
    height: 300px;
    border: 1px solid #F0F0F0;
    transition: all 0.3s ease-in-out;
    margin-top: 5%;
}
.client-said .item:hover{
  box-shadow: 0px 14px 42px #00000021;
  border: 1px solid #EDE7E7;
  background: #fff;
}
.client-said .img-box img {
    width: 100% !important;
}
.client-said .text {
    padding-left: 0px;
    margin-top: 10px;
}
.client-said .img-element{
  position: relative;
}
.client-said .img-element::before {
    position: absolute;
    content: "";
    background: transparent;
    border: 7px solid #E7E7EA;
    height: 32%;
    width: 115%;
    left: -7px;
    top: -6px;
    z-index: 0;
    transition: all 300ms;
    border-bottom: 0;
}
.client-said .item:hover .img-element::before{
   border: 7px solid #F7C809;
   position: absolute;
    content: "";
    background: transparent;
    height: 32%;
    width: 115%;
    left: -7px;
    top: -6px;
    z-index: 0;
    transition: all 300ms;
    border-bottom: 0;
}
.client-said .owl-theme .owl-nav [class*=owl-], .client-said .owl-theme .owl-nav [class*=owl-]:hover {
    color: #a79e9e;
    background: transparent;
    font-size: 45px;
    margin: 0;
    padding: 0;
}
.client-said .owl-theme .owl-nav [class*=owl-] {padding: 10px;}
.client-said .owl-next {
    position: absolute;
    top: 30%;
    /*right: -77px;*/
    right: 0;
}
.client-said .owl-prev {
    position: absolute;
    top: 30%;
    /*left: -77px;*/
    left: 0;
}
.client-slider{
    margin-top: 3%;
}
.property .owl-prev, .property .owl-next {top: 75%; transform: translateY(100%);}
.client-said .owl-prev, .client-said .owl-next {top: 70%; transform: translateY(100%);}
.breadcum {
    position: relative;
    margin-top: 0px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum_container {
    height: 90%;
    width: 100%;
    position: absolute;
    left: 7%;
    top: 50%;
}
.breadcum_container h1{
  font-size: 91px;
  line-height: 82px;
  color: #fff;
}
.breadcum-list {
    display: flex;
    padding: 10px 0px;
}
.breadcum-list a, .breadcum-list a:hover{
  color: #767474;
  font-size: 16px;
}
p{
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
}
.gray{
    color: #A29F9F;
}
.your-best{
  padding: 50px 0px;
  padding-bottom: 10%;
}
.your-best p{
  margin-top: 12px;
  width: 91%;
}
.your-best .img1{
  float: right;
}
.your-best .img-box{
  position: relative;
}
.your-best .img-box .img2 {
    position: absolute;
    top: 153px;
}
.about-counter-single {
    display: flex;
    align-items: self-start;
    width: 40%;
}
.about-counter-single h4{
  font-size: 40px;
  margin-bottom: 0;
  color: #313350;
}
.about-counter-single .counter-icon {
    font-size: 74px;
     color: #313350;
}
.about-counter-single p{
  font-size: 18px;
  line-height: 18px;
   color: #313350;
}
.about-counter-single p{
  margin-top: 0;
  width: 100%;
}
.about-counter-single .text-box {
    padding-left: 18px;
}
.your-best .counter{
  margin-top: 2%;
}
.vision-mission {
  padding: 30px 0px 75px;
  background: #FAFAFA;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 8%;
}
.vision-mission .bg-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 57px;
}
.vision-mission .container {
  position: relative;
}
.vision-mission-carousel .info-box {
  padding-top: 42px;
  display: flex;
  width: 100%;
}
.vision-mission-carousel .text-div {
  display: flex;
}
.vision-mission-carousel .text-box {
    width: 50%;
    background: #313350;
    display: flex;
    align-items: center;
    padding: 20px 33px;
    position: relative;
}
.vision-mission-carousel .text-box::before {
    position: absolute;
    content: "";
    background: #FECC00;
    height: 8px;
    width: 89%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.vision-mission-carousel .text-box p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}
.vision-mission-carousel .img-wrapper{
  width: 50%;
}
.vision-mission .tab-section {
  display: flex;
  padding-top: 60px;
  z-index: 2;
}
.vision-mission .tab-section .tab-div {
    border-radius: 0px;
    cursor: pointer;
    margin-right: 4%;
}
.vision-mission .tab-section .tab-div a {
    display: flex;
    align-items: center;
    padding: 1px 7px;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #313350;
}
.vision-mission .tab-section .tab-div .active-line-vision,
.vision-mission .tab-section .tab-div .active-line-mission
 {
    display: block;
    bottom: 5px;
    left: 0px;
    height: 8px;
    width: 0;
    background: #f7c809;
    transition: all 0.3s ease-in-out;
}
.vision-mission .tab-section .tab-div .active-line-vision{
  width: 100%;
}
.vision-mission .tab-section .tab-div a.active, .vision-mission .tab-section .tab-div a:hover {
  color: #F7C809;
}
.tab-div .icon-box h5 {
    font-size: 60px;
    line-height: 57px;
}
.vision-mission-carousel {
    padding-left: 6.8%;
}
.core-value{
  padding: 60px 0px;
}
.core-value-wrapper {
    display: flex;
    margin-top: 53px;
    flex-wrap: wrap;
}
.core-value-wrapper .core-value-single {
    width: 31%;
    transition: all 0.3s ease-in-out;
    padding: 25px 10px;
    background: #fff;
    margin: 0px 10px;
    text-align:center;
    box-shadow: 0px 14px 42px #00000021;
    margin-bottom: 20px;
}
.core-value-wrapper .core-value-single:hover{
 transform:scale(1.1);
}
.core-value-single h5{
  color: #313350;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 0;
  text-align: center;
}
.core-value-single span {
    font-size: 60px;
    text-align: center;
    display: block;
    margin-bottom: 14px;
}
.about-last h2{
    font-size: 55px;
}
.about-last h2 .span1{
  color: #F7C809;
  font-size: 90px;
  line-height: 103px;
}
.about-last h2 .span2{
  color: #313350  ;
  font-size: 90px;
  line-height: 103px;
}
.about-last{
  padding: 60px 0px;
}
.about-last .icon1 {
    font-size: 111px;
    color: #F7C809;
}
.about-last .wrapper{
  display: flex;
   box-shadow: 0px 1px 25px #0A0A0A17;
border: 1px solid #E5E5E5;
padding-bottom: 7%;
}
.about-last .text-box {
    width: 55%;
    padding-top: 1%;
    padding-left: 6%;
}
.about-last .img-box{
  width: 45%;
  position: relative;
}
.about-last .owl-carousel .owl-item img{
  width: 84% !important;
}
.about-last .img-box img{
  display: block;
  margin: 0 auto;
}
.about-last .info-box h4 {
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 5px;
    margin-top: 53px;
}
.about-last .info-box h3{
  font-size: 22px;
  line-height: 29px;
}
.about-last .info-box {
    background: #E7E7EA;
    height: 175px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: -18%;
    z-index: -1;
}
.about-last .item {
    margin: 19px;
}
.about-last .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 31px;
    padding: 4px 21px;
    background: #F7C809;
    border-radius: 0;
}
.about-last .owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
    font-size: 31px;
    padding: 4px 21px;
    background:#EBEBEB;
    border-radius: 0;
}
.about-last .owl-prev{
  top: 42%;
  left: -1%;
  position: absolute;
}
.about-last .owl-next {
    top: 42%;
    right: 3%;
    position: absolute;
}
.contact p {
    color: #8B8B8B;
    margin-bottom: 31px;
    width: 89%;
}
.contact .col-md-5 {
    -ms-flex: 0 0 39.666667%;
    flex: 0 0 39.666667%;
    border-right: 1px solid #222;
}
.contact{
  padding: 50px 0px;
}
.contact .heading{
  padding-bottom: 15px;
}
.contact-wrapper{
  display: flex;
  margin-bottom: 30px;
}
.contact-wrapper h4{
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-wrapper p,
.contact-wrapper a{
  font-size: 18px;
  color: #313350;
  line-height: 26px;
  margin-bottom: 0;
  width: 100%;
}
.contact-wrapper a:hover {
  color:#313350 ;
}
.contact-wrapper span {
    font-size: 35px;
    color: #F7C809;
}
.contact-wrapper span.icon-phone-call1{
  font-size: 30px;
}
.contact-wrapper span.icon-envelope1{
  font-size: 27px;
}
.contact-wrapper .text-box {
    padding-left: 11px;
}
.contact .social-box a{
  color: #000;
}
.contact .social-box{
  margin-top: 19px;
}
.form-div .form-control{
  border-radius: 0;
  background: #F5F6F8;
  color: #8B8B8B;
  padding: 18px 15px;
  font-size: 20px;
  line-height: 33px;
  border: 0;
   font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.form-div .form-control{
  margin-bottom: 32px;
}
.form-div select.form-control:not([size]):not([multiple]){
  height: 68px;
}
.form-div .common-btn {padding: 15px 25px; border: none;}
#msg-error {
    color: red;
    font-size: .8rem;
    font-weight: 600;
    margin-top: 0.8rem;
    display: none;
    position: absolute;
    bottom: 0;
  }
::placeholder{
  color: #8B8B8B !important;
}

.form-div {
    margin-top: 15px;
}
.contact .col-md-7 {
    padding-left: 40px;
}
.map{
  margin-top: 30px;
}
.blog{
  padding: 60px 0px 20px;
}
.blog-single h6{
  color: #000000;
  opacity: 47%;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.blog-single h5 {
    color: #000000;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 3px;
    width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.blog-single p{
  color: #8B8B8B;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.blog-single .text-box{
  border: 1px solid #EDE7E7;
  transition: all 0.3s ease-in-out;
}
.blog-single:hover .text-box{
  box-shadow: 0px 14px 42px #00000021;
}
.blog-single .common-btn{
  font-size: 13px;
  background: #F0F0F0;
  width: 123px;
  height: 40px;
}
.blog-single:hover .common-btn{
  background: #FECC00;
}
.blog-single:hover img{
  transform: scale(1.1);
}
.blog-single .common-btn span{
  font-size: 10px
}
.blog-single .text-box {
    border: 1px solid #EDE7E7;
    padding: 16px 21px;
    position: relative;
}
.blog .blog-single{
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-single .share{
  right: 14px;
  top: 14px;
  position: absolute;
}
.blog-details .wrapper, .services .wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.blog-details .details-box, .services .details-box{
  width: 73%;
}
.blog-details .filter-box{
  width: 22%;
}
.services .filter-box {
    width: 25%;
    background: #FAFAFA;
    padding: 20px 15px;
   /* margin-top: -15%;*/
}
.about-counter-single:nth-child(1) img {
    width: 25%;
}
  .services .filter-box .form-div{
margin-top:0px;
  }
.blog-details .details-box p{
  color: #8B8B8B;
}
.blog-details .details-box h5{
  color: #000000;
  opacity: 47%;
  font-size: 24px;
  line-height: 31px;
  margin-top: 20px;
  margin-bottom: 14px;
}
.blog-details .social-box a{
  color: #F7C809;
}
.blog-details .social-box p{
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 12px;
}
.blog-details .social-box{
  margin-top: -3px;
}
.blog-details{
  padding: 50px 0px;
}
.search-blog h2 {
    height: 89px;
    color: #fff;
    background: #A9A9B4;
    font-size: 24px;
    line-height: 31px;
    display: flex;
    align-items: center;
    padding-left: 35px;
    margin-bottom: 0;
}
.search-blog{
    box-shadow: 0px 1px 23px #ABACAD33;
    border: 1px solid #E5E5E5;
    margin-bottom: 44px;
}
.search-blog .box {
    padding: 14px 27px 39px;
}
.search-blog .common-btn{
  width: 310px;
  height: 62px;
  font-size: 14px;
  width: 100%;
  margin-top: 0;
}
.search-blog .form-control{
  margin-bottom: 28px;
}
.search-blog .form-group{
  position: relative;
}
.search-blog .form-group img {
    position: absolute;
    right: 16px;
    top: 22px;
    width: 8%;
}
.check-btn {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: #000;
    font-weight: 600;
    -ms-user-select: none;
    user-select: none;
    font-family: "Poppins", sans-serif;
    
}
/*/ Hide the browser's default checkbox /*/
.check-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/*/ Create a custom checkbox /*/
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 0px;
    margin-right: 30px;
    padding: 7px;
    border: 1px solid #222;
    background-color: transparent;
}
/*/ When the checkbox is checked, add a blue background /*/
 input:checked ~ .checkmark {
  background-color: #fff;
}

/*/ Create the checkmark/indicator (hidden when not checked) /*/
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/*/ Show the checkmark when checked /*/
.check-btn input:checked ~ .checkmark:after {
  display: block;
}
.form-group-check {
    /* margin-left: 0; */
    padding-left: 35px;
    padding-top: 31px;
    padding-bottom: 21px;
}
.filter-category h6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #3b4d57;
}
 .form-group-check label:before{
    display: none;
}
.check-btn .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #f7c809;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.related-bold .item{
  position: relative;
  height: 250px;
}
.related-bold .item img {
    object-fit: cover;
    height: inherit;
    width: 100%;
}
.related-bold .item h3{
  position: absolute;
  bottom:27px;
  left: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
}
.search-blog.related-bold .box{
  padding: 0;
}
.related-bold{
  height: auto;
}
.related-bold .owl-theme .owl-nav [class*=owl-],
.related-bold .owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
    font-size: 25px;
    padding: 3px 17px !important;
    background: #EBEBEB;
}
.related-bold .owl-prev {
    position: absolute;
    top: 34%;
    left: -24px;
}
.related-bold .owl-next {
    position: absolute;
    top: 34%;
    right: -24px;
}
.related-bold .owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
    background: transparent;
  border: 1px solid #fff;
}
.related-bold .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.related-bold .owl-theme .owl-dots .owl-dot.active span, .related-bold .owl-theme .owl-dots .owl-dot:hover span{
  background: #FECC00;
}

.search-box.about-search {
    position: relative;
    padding-bottom: 90px;
}
.commercial-property {
    display: flex;
}
.commercial-contentlist {
    display: flex;
}
.content-width {
    width: 130px;
}
.content-width p, .content-width2 p, .content-width3 p{
  color:#A29F9F;
  margin-bottom: 0px;
  }
  .content-width2 {
    width:160px;
  }
  .content-width3 {
    width: 100px;
}
.commercial-contentlist {
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 12px;
    padding-bottom: 6px;
}
.commercial-contentlist:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 10px;
}
.commercial-property {
    display: flex;
    background-color: #fff !important;
    box-shadow: 0px 1px 25px #0a0a0a17;
    margin-bottom: 35px;
}
.commercial-content {
    padding-left: 60px;
    padding: 20px 20px 0px 60px;
}
.commercial-property .img-zoom {
    width: 27%;
    padding: 0px;
    overflow: hidden;
    position: relative;
}
.commercial-property .img-zoom img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.property-names h3 {
    font-size: 21px;
    margin-bottom: 4px;
}
.commercial-property .img-zoom .property-stat {
    margin: 0;
    height: 16%;
    width: 100%;
    text-align: center;
    background: #313350;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.commercial-content {
    padding-left: 30px;
    position:relative;
    width: 52%;
}
.price-show h4 {
    font-size: 24px;
}
.commercial-property .common-btn {
    width: fit-content;
    padding: 10px 15px;
}

.commercial-property .common-btn {
    width: fit-content;
    padding: 10px 25px;
    line-height: 15px;
    font-size: 13px;
    /*margin-bottom: 15px;*/
    color:#A2A3A3;
    border:1px solid #A2A3A3;
    background:transparent;
}

.commercial-property .common-btn.show-btn{
  background-color: #FECC00;
  color:#000000;
  border:0px;
}
.commercial-property h5 {
    color: #000;
    font-size: 18px;
}

.price-show {
    background: #F7F8FA;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 22%;
}
.price-show .common-btn {
    width: 140px;
    padding: 0;
    margin: 8px 0px;
}
.price-show h5 {
    font-size: 17px;
    margin-bottom: 35px;
}
.commercial-content .share {
    position: absolute;
    right: 25px;
    color: #fecc00;
    font-size: 20px;
    top: 25px;
}

.commercial-rented h2 {
    font-size: 33px;
    margin-bottom: 0px;
}
.search-box.about-search {
    position: relative;
    margin-bottom: 40px;
    background: #F7F8FA;
    padding: 40px 0px 40px;
    bottom: 0px;
}
.commercial-rented {
    padding: 50px 0px;
}
.title-box {
    margin-bottom: 22px;
}
.title-box h2 {
    background: #A9A9B4;
    color: #fff;
    font-size: 21px;
    text-align: center;
    padding: 18px 10px;
}

.commercial-rented .form-div .form-control {
    padding: 11px 15px;
    font-size: 18px;
    margin-bottom: 15px;
}
.commercial-rented  .form-div{
box-shadow: 0px 1px 23px #ABACAD33;
margin-top: 0px;
}
 .form-div .call-btn {
    background-color: #313350;
    color: #fff;
   padding: 16px 15px;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    font-size:12px;
}
.form-div p {
    font-size: 12px;
    text-align: center;
    padding-bottom: 15px;
}
.property-names {width: 100%;}
.property-names h5 {
    color: #A29F9F;
}
.breadcum-bg{
background-color:#F7F8FA;
}
.sort-by {
    padding: 8px 15px;
    border: 1px solid #7070701c;
}
.heading-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.services .details-box p {
    color: #8B8B8B;
    font-size: 17px;
    line-height: 24px;
}
.services .details-box h4 {
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 8px;
}
.services-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.services-single {
    width: 30%;
    margin-right: 28px;
    position: relative;
    margin-bottom:30px;
    border-top: 1px solid #ccc;
    overflow: hidden;
    cursor:pointer;

}
.services-single:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #00000030;
}
.services-single .text-content {
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 4px 10px;
    padding-left: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index:1;

}
.looking-single img {
    filter: brightness(0.8);
}
.services-single:hover:after{
  display: none;
}
.services-single:hover .text-content {
   padding: 4px 10px;
    padding-left: 20px;
   border: 1px solid #ccc;
       border-top: 0px;
       height: 100%;
}
.services-single p{
  display:none;
  font-weight: 100;
}

.services-single:hover p{
  display:block;
}
.services-single::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    bottom: -100%;
    transition: all 0.3s ease-in-out;
    border-top: 0px;
}
.services-single:hover::before {
    bottom: 0%;
}
.services-single:hover h4 {
    color: #313350;
}
.search-blog.related-bold {
    border: 0px;
    margin-bottom: 0px;
}
.title-box h2 span {
color: #313350;
}
.details-box {
    padding: 0px 0px 25px;
}

.projects-wrapp {
    display: flex;
    flex-wrap: wrap;
}
.projects-single {
    width: 32%;
    margin-right: 1%;
    position: relative;
    margin-bottom:13px;    
    height: 300px;
}
.projects-single img{
    object-fit: cover;
    width: 100%;
    height: inherit;
}
.projects-single:hover .projects-content{
/*opacity:1;*/
transform:scale(1);
}
.projects-content {
    position: absolute;
    top: 15px;
    z-index: 1;
    /* left: 0px; */
    text-align: center;
    width: 94%;
    height: 87%;
    background: #31335096;
    left: 3%;
    color: #fff;
    /* opacity: 0; */
    /* transform: scale(0); */
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.projects-content .btns {
    background: #313350;
    padding: 5px 30px;
    font-size: 13px;
    margin: 0 initial;
}
.projects-content .btns:nth-child(2){
  background: #FECC00;
  color: #000;
}
.projects-single:nth-child(3n){
  margin-right:0px;
}
.btns-projects {
    margin: auto;
    text-align: left;
    margin-bottom: 45px;
    margin-top: 1px;
}
.btns-projects {
    margin: auto;
    text-align: left;
    margin-bottom: 45px;
    margin-top: 1px;
    position: absolute;
    left: 0;
    top: 0;
}
.yellow {
    color: #fecc00;
}
.projects-content .common-btn {
    margin: 0 auto;
    font-size: 12px;
    padding: 15px;
    margin-top: 20px;
}
.projects-content .common-btn::before{
  background-color: #FECC00;
}
.projects-content .common-btn:hover{
  color: #000 !important;
}
.project .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
   /* border-bottom: 1px solid #ccc;*/
    width: 48%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.project .nav-tabs li a.nav-link {
    font-size: 20px;
    margin: 0px 80px 0px 0px;
    color: #A0A0A3;
    border: 0px;
    padding: 0px 0px 15px;
    border-bottom: 3px solid transparent;
}

.project .nav-tabs li a.nav-link.active{
  border-bottom: 3px solid #f6c910 !important;
  color: #000;
}
.project .nav-tabs li:last-child a.nav-link {
    margin-right: 0px;
}

section.project {
    padding: 40px 0px 0px;
}
.management-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.management-single {
    margin: 0px 25px;
    transition: all 0.3s ease-in-out;
}
.management-single .team-content {
    background: #E7E7EA;
    text-align: center;
    padding: 30px 10px 10px 10px;
    transition: all 0.3s ease-in-out;
}
.management-single .team-content p{
  margin-bottom:0px;
}
.management-single{
 transition: all 0.3s ease-in-out;
}
.team-content h3{
  margin-bottom:0px;
}
.management-single img {
    width: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 20px;
}
.team {
    padding: 50px 0px;
}
/*.team h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}*/
.container.members .management-wrapper {
    flex-wrap: wrap;
    width: 100% !important;
}
.container.members .management-team .management-single {
    width: 29%;
}

.management-wrapper.management-teams{
 width: 70%;
margin: 0 auto;
}

.members h2{
  margin-top:70px;
}
.management-single:hover .team-content{
  background-color:#fed000;
}

.faq-main{
  padding:50px 0px;
}
.faq{
  width: 70%;
  margin: auto;
}
.faq .card{
  margin-bottom: 15px;
}
.faq .card-header .btn-link {
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    padding: 13px 17px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    text-align: left;
    background: #313350;
}
   .faq .card-header .btn-link br{
     display: none;
   }
  .faq .card-header .btn-link[aria-expanded="true"] {
    background: #f4c505;
    color: #000;
    box-shadow: none;
    position: relative;
    z-index: 1;
    border-radius: 0;
}
.faq .icon-mathematical-addition-sign {
    float: right;
    font-size: 9px;
    padding: 9px;
    color: #000;
    transition: all 0.5s ease-in-out;
    position: relative;
    top: -2px;
    background: #fdcb00;
    border-radius: 50%;
    transform: rotate(-90deg);
}
.faq p {
    margin-bottom: 0;
    font-size: 18px;
}
.faq .icon-minus-symbol {
    float: right;
    font-size: 9px;
    padding: 9px;
    transition: all 0.5s ease-in-out;
    position: relative;
    color: #fff;
    background: #313350;
    /* transform: rotate(-90deg); */
    border-radius: 50%;
}
.faq .collapsed .icon-mathematical-addition-sign {
  display: block !important;
}
.faq .collapsed .icon-minus-symbol {
  display: none;
  color:#fff;background: transparent;
  border:1px solid orange;
}
.faq .icon-mathematical-addition-sign{
  display: none;
}
.faq .card-body {
width: 100%;
margin: auto;
}
.faq .card-header{
  background: #fff;
  padding:0;
}
.faq .card-body a{
  color: #008bd2;
}
.faq .card-body a:hover{
  color: #008bd2;
}
.sitemap{
  padding: 60px 0px;
}
.sitemap a {
    display: block;
    color: #000;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
}
.sitemap a:hover{
  color: #000;
}
.sitemap h4 {
    padding-bottom: 15px;
}
.common-page{
  padding: 40px 0px;
}
.common-page p{
  font-size: 17px;
  font-weight: 200;
}
.common-page h4{
    font-size: 20px;
    margin-bottom: 0;
}
.common-page h3 {
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 11px;
}
.property-details .form-div{
  box-shadow: 0px 1px 23px #ABACAD33;
border: 1px solid #E5E5E5;
}
.details-box h2{
  font-size: 45px;
  line-height: 59px;
  margin-right: 2rem;
}
.details-box span{
  color: #F7C809;
  font-size: 27px;
  margin-right: 9px;
}
.details-box h3{
  color: #A29F9F;
  font-size: 21px;
  display: flex;
  align-items: center;
}
.template .col-md-5 {
  display: flex;
  align-items: center;
  justify-content: center;
} 
.template .title {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1.2;
}
.template .try {
  margin: 0 0 15px;
}


.template {
    position: relative;
    padding-top: 37px;
}
.template .nav-container {
   position: relative;
}
.template .container {
  position: relative;
}
.template .container.pdg-left {
  padding-left: 175px;
}
.template .wrapp-navbar {
  position: relative;
  left: 0;
  top: 0px;
  /* width: 10.80%; */
  z-index: 2;
  width: 100%;
}
.template .sticky.fixed {
    position: sticky;
    top: 9%;
    z-index: 1;
    left: 0%;
}
.template .sub-navbar .list-unstyled {
    margin: 0;
    padding: 0;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    width: 92%;
    background: #fff;
}
.template .sub-navbar .nav-link {
  color: #A0A0A3;
  font-size: 22px;
  line-height: 31px;
  padding: 0;
  padding-bottom: 10px;
  padding-top: 11px;
}
.template li {
    /* width: 22%; */
    margin-right: 7%;
}
.template .sub-navbar .nav-link span {
  font-size: 47px;
  margin-right: 10px;
}
.template .sub-navbar .nav-link.active, .template .sub-navbar .nav-link:hover {
    color: #000;
    border-radius: 0;
    border-bottom: 3px solid #FECC00;
}





.template .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}




.details-heading {
    background: #FECC00;
    font-size: 32px;
    margin-bottom: 0;
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 3%;
}
.sec-services {
    padding-top: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7%;
    width: 90%;
}
.sec-services:nth-child(3){
  padding-bottom: 0;
}
.desc-wrapper {
    display: flex;
    align-items: center;
    margin-top: 4%;
}
.desc-wrapper .desc-single {
    display: flex;
    align-items: center;
    width: auto;
    margin-right: 25px;
}
.desc-wrapper .desc-single p{
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}
.desc-wrapper .desc-single h4{
  font-size:22px;
  line-height: 29px;
}
.desc-wrapper .desc-single span {
    color: #DDB71F;
    font-size: 48px;
}
.amenities-wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.amenities-wrapper .amenities-single {
    width: 16%;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 4%;
    transition: all 0.3s ease-in-out;
    padding: 31px 11px;
}
.amenities-wrapper .amenities-single:hover{
  background: #F5F6F8;
}
.amenities-wrapper .amenities-single h5{
  font-size: 22px;
  line-height: 29px;
}
.amenities-single span {
    font-size: 64px;
    color: #313350;
    margin-bottom: 15px;
    display: block;
}
.gallery-slider{
  z-index: 0 !important;
}
.gallery-slider.owl-theme .owl-nav [class*=owl-] span{
  color: #000;
}
.gallery-slider .owl-item:nth-child(3) .img-wrapp {
    position: relative;
    left: -71px;
}
.gallery-slider.owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    height: 47px;
    width: 48px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-slider .owl-prev {
    position: absolute;
    top: 99%;
    left: 1%;
}
.gallery-slider .owl-next {
    position: absolute;
    top: 99%;
    right: 82%;
}
.related-projects{
  background: #F5F6F8;
  padding: 60px 0px;
}
#gallery .nav-tabs .nav-item.show .nav-link, #gallery .nav-tabs .nav-link.active{
  border: 1px solid transparent;
  border-bottom: 3px solid #FECC00;
  color: #000;
  padding-bottom: 9px;
  background: transparent;

}
#gallery .nav-tabs .nav-link{
  padding: 0;
  font-size: 20px;
   padding-bottom: 9px;
  color: #A0A0A3;
}
#gallery .nav-tabs .nav-link:hover{
  border: 1px solid transparent;
  border-bottom: 3px solid #FECC00;
}
#gallery .nav-tabs {
    padding-left: 0;
   padding: 10px 0px;
}
.gallery-slider{
    margin-top: 8px;
}
.gallery-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 2%;
}
.gallery-slider {
    margin-top: 0;
    width: 60% !important;
    padding-left: 9px;
}
.single-img{
  width: 40%;
}
/*.content-p p{
  margin-bottom: 0;
}*/
.error-btns{
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-btns .common-btn{
  width: 120px;
  margin: 0px 10px;
}
.thank-you img {
    width: 6%;
    margin-bottom: 8px;
}
#noproperty {display: none;}


.team {
    background: #F2F5F8;
    padding: 60px 0px;
}
.team-text {
    padding: 40px;
}
.team-slider .item {
    display: flex;
    justify-content: center;
    background: #fff;
    width: 80%;
    margin: 0 auto;
}
.teams h5 {
    position: absolute;
    bottom: -8px;
    text-align: center;
    background: #2472d4;
    width: 100%;
    padding: 13px 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teams h5 a {margin-left: 1rem; font-size: 0px !important;}
.teams h5 a i {font-size: 1.25rem;}
.team-slider{
    margin-top: 4%;
}
.team-text p{
  font-size: 20px;
  line-height: 26px;
}
.teams {
    width: 40%;
    position: relative;
}
.team-text {
    width: 60%;
    box-shadow: 0px -1px 36px #19356915;
}
.team-slider.owl-theme .owl-nav [class*=owl-], .team-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #837d7e;
    font-size: 32px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.team-slider .owl-prev {
    position: absolute;
    top: 46%;
    left: 35px;
}
.team-slider .owl-next{
  position: absolute;
  top:46%;
  right:35px;
}
.team-sec {
    display: flex;
    flex-wrap: wrap;
}
.team-list {
    width: 30%;
    margin: 0px 15px;
    position:relative;
    margin-bottom:20px;

}
.team-list .overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #2472d4;
    padding: 10px;
    height:50px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    transition:0.3s all ease-in-out;
}
.team-list .overlay p{
  display: none;
  font-size: 14px;
  line-height: 26px;
}

.team-list:hover .overlay {
  height: 100%;
  background:#2472d4eb;

}

.team-list:hover .overlay p{
  display: block;
}

.team-members .nav.nav-tabs {
    border-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.team-members .nav-tabs .nav-link{
  border: 1px solid transparent;
  font-size:22px;
  padding:0px 0px;
  margin:10px 20px;
  color:#231F20;
  position: relative;
}
.team-members .nav-tabs .nav-link::before {
    background: #466aab;
    position: absolute;
    content: "";
    height: 3px;
    width: 0%;
    bottom: -7px;
    transition: all 0.3s ease-in-out;
}
.team-members .nav-tabs .nav-link.active::before{
  width: 100%;
}
.team-members .nav-tabs .nav-link.active{
  
  color:#2472d4;
}
.team-members {
    padding: 50px 0px;
}
.team h2 {
    margin-bottom: 30px;
}
.team-list h5 {
    font-size: 20px;
    margin-bottom: 0px;
}

.team-list .overlay i {
    font-size: 31px;
    display: none;
}

.team-list:hover .overlay i{
  display: block;
}

.team {
    background: #F2F5F8;
    padding: 60px 0px;
}
.team-text {
    padding: 40px;
}
.team .item {
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 35px;
    align-items: center;
}
.team .item img{
  width: 100%;
}
.team .item a,  .team .item a:hover{
    font-size: 27px;
    color: #0e76a8;
}
.teams h5 {
    position: absolute;
    bottom: -8px;
    text-align: center;
    background: #fac903;
    width: 100%;
    padding: 13px 15px;
    color: #fff;
}
.team-slider{
    margin-top: 4%;
}
.team-text p{
  font-size: 18px;
  line-height: 26px;
}
.teams {
    width: 30%;
    position: relative;
}
.team-text {
    width: 85%;
    box-shadow: 0px -1px 36px #19356915;
}
.team-slider.owl-theme .owl-nav [class*=owl-], .team-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #837d7e;
    font-size: 32px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.team-slider .owl-prev {
    position: absolute;
    top: 46%;
    left: 35px;
}
.team-slider .owl-next{
  position: absolute;
  top:46%;
  right:35px;
}
.team-sec {
    display: flex;
    flex-wrap: wrap;
}
.team-list {
    width: 30%;
    margin: 0px 15px;
    position:relative;
    margin-bottom:20px;

}
.team-list .overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #2472d4;
    padding: 10px;
    height:50px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    transition:0.3s all ease-in-out;
}
.team-list .overlay p{
  display: none;
  font-size: 14px;
  line-height: 26px;
}

.team-list:hover .overlay {
  height: 100%;
  background:#2472d4eb;

}

.team-list:hover .overlay p{
  display: block;
}

.team-members .nav.nav-tabs {
    border-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.team-members .nav-tabs .nav-link{
  border: 1px solid transparent;
  font-size:22px;
  padding:0px 0px;
  margin:10px 20px;
  color:#231F20;
  position: relative;
}
.team-members .nav-tabs .nav-link::before {
    background: #466aab;
    position: absolute;
    content: "";
    height: 3px;
    width: 0%;
    bottom: -7px;
    transition: all 0.3s ease-in-out;
}
.team-members .nav-tabs .nav-link.active::before{
  width: 100%;
}
.team-members .nav-tabs .nav-link.active{
  
  color:#2472d4;
}
.team-members {
    padding: 50px 0px;
}
.team h2 {
    margin-bottom: 30px;
}
.team-list h5 {
    font-size: 20px;
    margin-bottom: 0px;
}

.team-list .overlay i {
    font-size: 31px;
    display: none;
}

.team-list:hover .overlay i{
  display: block;
}
div#cookieNotice {
  position: fixed;
  bottom: 0px;
  color: #fff;
  background: #0000007d;
  z-index: 4;
  width: 100%;
}
div#cookieNotice .content-wrap {
  padding: 15px;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;
}
div#cookieNotice .btn-primary {
    color: #000;
    background-color: #f5bc43;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: initial;
    cursor: pointer;
}
span.help-block.form-error{
  display: none;
}

header.shrink .navbar-brand{
  background-color:transparent;
}
.core-value-single img {
    width: 20%;
    margin-bottom: 15px;
}
.amenities-single img {
    width: 5rem;
    height: 4rem;
}
.news-trends {
    padding: 40px 0px;
}
.news-trends h2 {
    font-size: 40px;
    position: relative;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #313350; */
}
.news-trends .news-content {
    width: 100%;
}
.news-trends .news-img {
    width: 45%;
}
.news-trends .news-wrapper {
    display: flex;
    margin-bottom: 40px;
    margin-top: 15px;
}
.news-trends .news-trends-single {
    display: flex;
    border: 1px solid #ccc;
    PADDING: 20PX;
    margin-bottom: 20px;
    height: 180px;
}
.news-trends .news-trends-single .content-box {
    width: 100%;
}
.news-trends .news-trends-single .img-box {
    width: 50%;
    height: 135px;
    overflow: hidden;
}
.news-trends .news-trends-single .img-box img {
    object-fit: cover;
    height: inherit;
    width: 100%;
}
.news-trends .card {
    background: #f5f5f5;
    border: 0px;
    border-radius: 20px;
    padding: 20px 20px;
    margin-top: 15px;
    width: 80%;
}
.news-trends .card .content-box h6 {
    font-size: 20px;
    color: #000;
}
.news-trends .card .content-box {
    display: flex;
}
.news-trends .form-div .form-control {
    background: #ffff;
    /* width: 49%; */
    border-radius: 30px;
    padding: 10px 20px;
}
.news-trends .form-div button {
    margin: 0 auto;
    width: 60%;
    border: 0px;
}
.card .content-box .col-lg-6 {
    border-right: 0px;
}
.news-trends .news-content p {
    font-size: 18px;
    line-height: 23px;
}
.news-trends .news-trends-single .content-box p {
    font-size: 18px;
    line-height: 23px;
    COLOR: #000;
    font-weight: 600;
}
.news-trends .news-trends-single .content-box .news-date {color: #202139;}
.news-trends .news-trends-single .content-box .news-date i {padding-right: 0.25rem;}
.news-trends-details {
    padding: 40px 0px;
}
.news-trends-details img {
    /*width: 100%;*/
    width: 30%;
    float: left;
    margin: 0 3rem 1rem 0;
}
.news-trends-details p {
    padding: 0px 0px;
    font-size: 19px;
    font-weight: 400;
}
section.news-trends-details .line {
    margin-bottom: 30px;
    padding: 0px 0px;
    font-size: 19px;
}
section.news-trends-details .news-date i {padding-right: 0.5rem;}
section.news-trends-details .news-date {margin-bottom: 1.5rem;}
.related-news .related-single {
    display: flex;
    border: 1px solid #ccc;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.related-news .col-lg-6:nth-child(2) {
    border-right: 0px;
}
.related-news .col-lg-6:nth-child(4) {
    border-right: 0px;
}
.related-news{
  padding: 40px 0px;
}
.related-news h3 {
    margin-bottom: 20px;
}
.related-news .related-single .content-box {
    padding-right: 22px;
    width: 80%;
}
.related-news .related-single .content-box p {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.related-news .related-single .content-box .news-date {color: #202139;}
.related-news .related-single .content-box .news-date i {padding-right: 0.25rem;}
.related-news .related-single .img-box {
    width: 25%;
    height: 135px;
}
.related-news .related-single .img-box img {
    object-fit: cover;
    height: inherit;
    width: 100%;
}
.news-trends h2::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background: #000000;
    left: 0;
    margin-top: 64px;
}




.project-tab a.nav-link {
    font-size: 20px;
    border: 1px solid #313350;
    border-radius: 0;
    color: #313350;
    padding: 13px 3px;
    position: relative;
    overflow: hidden;
}
.project-tab a.nav-link:hover{
   border: 1px solid #313350;
}
.project-tab a.nav-link::before {
    position: absolute;
    content: "";
    background: #f4c505;
    height: 100%;
    width: 43%;
    transform: skew(-22deg);
    left: -100%;
    top: 0;
    z-index: 0;
    transition: all 0.4s;
}
.project-tab a.nav-link.active:before{
  left: -20px;
}
.project-tab a.nav-link.active{
  color: #fff;
  background: #313350;
}
.project-tab ul.nav.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-tab ul.nav.nav-tabs li {
    width: 40%;
    text-align: center;
    margin: 0px 10px;
}
.project-tab .tab-pane{
  margin-top: 50px;
}

.clients h2 {
    color: #202139;
    /* font-size: 41px; */
    margin-bottom: 0;
    /* border-bottom: 2px solid #202139; */
    margin-left: 0;
    text-align: center;
    margin-bottom: 40px;
}
.clients-wrapper {
    position: relative;
}
.clients-wrapper::before {
    position: absolute;
    content: "";
    background: #ccc;
    height: 1px;
    width: 84%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.client-single {
    border: 1px solid #cccccc54;
    width: 15.66%;
    height: 159px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 6px 11px;
    transition: all 0.4s;
}
section.clients {
    padding: 60px 0px;
}
.client-single img {
    width: 62%;
}
.client-single:hover {
    box-shadow: 0px 0px 39px #ccc;
}
.client-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
    padding-bottom: 3px;
}
.client-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.d-flex .price-tag {
    padding: 2px 15px;
    display: flex;
    margin-left: 20px;
    font-size: 18px;
    color: #fff !important;
    background: #313350;
}
.client-single img {
    width: 71%;
}
.client-heading{
  display: none;
}
.clients-wrapper::before{
  display: none;
}
.error-msgs {
  color: red !important;
  font-size: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}



#detailreraid {
  padding: 1rem;
  margin-top: 2rem;
  display: flex;
  background: #fecc00;
  align-items: center;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
}
#detailreraid span {color: #000; font-size: 20px;}
.details-box h3#detailphone {margin-top: 1rem;}
.details-box h3 a {color: #A29F9F !important;}
.details-box h3 a:hover {color: #000 !important;}
.form-div .call-btn {cursor: pointer;}
.property .item {color: #000 !important;}
.property.related-projects .main-btn {margin-top: 0 !important;}
.property .owl-prev, .property .owl-next {margin-top: 2rem !important;}
.footer-about h6{
  font-family: "Poppins", sans-serif;
   
  font-weight: 400;
}
.contact p.email-error.errors {
    padding: 0;
    position: absolute;
    bottom: -53px;
    left: 0;
    text-align: left;
    color: red;
}
.form-group{
  position: relative;
}
.intl-tel-input{
  width: 100%;
}
.commercial-rented p.email-error.errors,
.filter-box p.email-error.errors {
    font-size: 11px;
    text-align: left;
    padding-bottom: 0;
    line-height: unset;
    margin-bottom: 0;
}