body{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  overflow-x: hidden;
}

.container{
  max-width: 1440px;
} 
@media screen and (max-width: 1600px){
  .container {
    max-width: 1250px;
  }
}
@media screen and (max-width: 1500px){
  .container{
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px){
  .container{
    max-width: 960px;
  }
}
h1,h2,h3,h4,h5,h6{
  font-family: "Abhaya Libre", serif;
}
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 5px 0 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0;position: fixed;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  height: 50px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;

}
.navbar{
  padding: 0;
}
.navbar-brand img{
  height: 110px;
  width: auto;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  margin-top: -34px;
  padding: 5px;
}.carousel-control-next {
  right: 0;
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #fff !important;
  font-weight: 500;
  transition: all 200ms linear;font-family: "Abhaya Libre", serif;font-size: 21px;
}
.nav-item:hover .nav-link{
  color: #fff !important;
}
.active::after {
  color: #777 !important;
  opacity: 1 !important;
  bottom: 17px !important;
}
.nav-link {
  position: relative;
  padding: 25px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 15%;
  width: 70%;
  height: 2px;
  content: '';
  background-color: #fff;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 15px;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
  transition: all 200ms linear;
}

.headersection{
  overflow: hidden;
}
.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}
.section {
  position: relative;
  width: 100%;
  display: block;
}
.full-height {
  height: 100vh;
}
.over-hide {
  overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 

  .nav-item:after{
    display: none;
  }
  
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.topbar {
  background: #fff;
  padding: 5px 0 0;
}

.topbar ul li {
  display: inline-block;
  color: #fff;
  margin-right: 20px
}

.topbar ul li a {
  font-size: 15px;
  padding-left: 5px;
  color: #212121 !important
}
.topbar ul li i{
  color: #2c3c8c;
} 
.social li a{
  display: flex;padding-left: 0 !important;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  color: #2c3c8c;
  border-radius: 50%;
  border: 1px solid #2c3c8c ;
}
ul {
  padding: 0;
  margin: 0
}
.carousel-indicators li{
  background-color: rgb(238, 42, 129);
}
.social {
  float: right
}


.topbar ul {
  float: left
}

.pbl-0 {
  padding: 0
}


.social {
  padding-right: 0px;
  float:right !important;
}

a {
  text-decoration: none !important
}


#navbarSupportedContent::after {
  content: "";
  width: calc(100% + 200px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 310px;
  z-index: -1;
  
  background-color: #171717;
  transform: skewX(49deg);
  transform-origin: top left;
}
@media screen and (max-width:1199px){
 .ml-md-4, .mx-md-4 {
  margin-left: 1rem !important;
}
.nav-link{
  font-size: 20px;
}
.navbar-brand img {
  height: 90px;
}

.topbar ul{
  display: none;
}
.social{
  display: block !important;
}
}

@media screen and (max-width:991px){
  .topbar ul li{
    margin-right:8px;
  } .nav-link{
    font-size: 17px;
  }
  .topbar ul li a{
    font-size: 13px;
  }#slider {
    height: 475px;
  }
}

@media screen and (max-width:900px){
  .topbar ul li{
    margin-right: 1px;
  }
  #navbarSupportedContent::before{
    left: 190px;
  }
  #navbarSupportedContent::after{
    left: 200px;
  }
  
}
@media screen and (max-width:767px){
  .topbar{
    display: none;
  }.nav-item:hover .nav-link {
    color: #ca3c2a !important;
  }
  #slider {
    height: 275px;
  } .navbar-brand img {
    height: 70px;
    margin-top: -5px;
  }
  .navbar-light .navbar-toggler{
    margin-top: -10px;
  }  #navbarSupportedContent::before {
    display: none;
  }  #navbarSupportedContent::after {
    display: none;
  }.nav-link {
    color: #373737 !important;padding: 5px 0 !important;
  }
  .navigation-wrap .col-12{
    padding: 0;
  }.nav-item {
    position: relative;
    transition: all 200ms linear;
    border-bottom: 1px solid #d7d7d7;
  }
  .navbar-brand{
    padding-left: 20px;

  }
  .navbar-light .navbar-toggler{
   padding-right: 20px;
 }
}


.mb-20{
  margin-bottom: 20px;
}

/*About Us Start*/
.about-us {
  padding: 70px 0px;
  position: relative;
  background-color: #f0f0fe;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-us {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .about-us {
    padding: 80px 0px;
  }
}
.about-us .sec-title {
  padding-bottom: 20px;
}
p b{
  color: #2c3c8c;
  font-size: 20px;
}
.btn{
  padding: 9px 14px 14px 25px;
  font-weight: 500;
  color: #fff;
  background: #2c3c8c;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #2c3c8c;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 15px;
}

p{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-align: justify;
}
.about-us__feature {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid #E4DACC;
  display: flex;
  gap: 20px;
  margin-bottom: 33px;
}
.about-us__feature__icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #2c3c8c;
  background-color: #2c3c8c4a;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
.sec-title__tagline {
 color: #2c3c8c;
 letter-spacing: 0.15em;
 text-transform: uppercase;
 font-style: normal;
 font-weight: 600;
 line-height: 1.25;
 margin-left: 10px;
 margin-top: 10px;
}
.sec-title__title {
  color:  #2E2A20;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 1.2666666667;
  letter-spacing: -0.02em;
}@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about-us__feature__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  margin-bottom: 3px;
  padding-bottom: 0;
  color: #000;
  text-transform: capitalize;
}
.about-us__feature__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
}
.about-us__feature:hover .about-us__feature__icon {
  background-color: #2c3c8c;
  color: #fff;
}
.about-us__left {
  position: relative;
}
.about-us__thumb {
  position: relative;
  z-index: 1;
  margin-left: 47px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .about-us__thumb {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  .about-us__thumb {
    margin-right: 40px;
  }
}
@media (max-width: 575px) {
  .about-us__thumb {
    margin-right: 0px;
    margin-left: 0;
  }
}
.about-us__thumb img {

}
@media (max-width: 1199px) {
  .about-us__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.about-us__thumb__small {
  position: absolute;
  right: 0;
  bottom: 40%;
  border-radius: 20px;
  border: 12px solid #fff;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
}
.about-us__thumb__small img {

}
@media (max-width: 991px) {
  .about-us__thumb__small {
    right: -70px;
  }
}
@media (max-width: 575px) {
  .about-us__thumb__small {
    right: -20px;
  }
}
.about-us__thumb__box {
  width: 80px;
  height: 226px;
  background-color: #2c3c8c4a;
  position: absolute;
  left: -30px;
  top: 30px;
  border-radius: 87.5px;
  z-index: -1;
  animation: topToBottom 3s ease-in-out infinite;
}
.about-us__thumb::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 191px;
  left: -50px;
  top: 20px;
  z-index: -1;
  border: 3px solid #2c3c8c;
  border-radius: 87.5px;
  background-color: transparent;
  animation: topToBottom 3s ease-in-out infinite;
}
.about-us__thumb::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 280px;
  right: 50px;
  bottom: 30px;
  z-index: -1;
  border: 3px solid #2c3c8c;
  border-radius: 87.5px;
  background-color: transparent;
  animation: topToBottom 3s ease-in-out infinite;
  animation-delay: 1s;
}
.about-us__funfact {animation: topToBottom 3s ease-in-out infinite;
  position: absolute;
  bottom: 0;
  background: #2c3c8c;
  z-index: 1;
  padding: 30px;
  bottom: 50px;
}
@media (max-width: 575px) {
  .about-us__funfact {
    position: relative;
    margin-top: 30px;
    bottom: 0;
  }
}
.about-us__funfact__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: -1;
}
.about-us__funfact__icon {
  font-size: 50px;
  text-align: center;
  color: #fff;
  line-height: 0;
  margin-bottom: 22px;
}
.about-us__funfact__number {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 117%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 5px;
}
.about-us__funfact__text {
  margin-top: -5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  text-align: center;
}
.about-us__funfact::after {
  content: "";
  position: absolute;
  bottom: -29.555px;
  left: 0;
  height: 30px;
  width: 47.5555px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  background-color: #000;
  z-index: -3;
}
@media (max-width: 575px) {
  .about-us__funfact::after {
    display: none;
  }
}
.about-us__bottom {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-us__bottom__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #2c3c8c;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #2c3c8c;
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes topAniLong {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes svgRotate {
  8% {
    -webkit-transform: perspective(500px) rotateX(0deg);
    transform: perspective(500px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(500px) rotateX(360deg);
    transform: perspective(500px) rotateX(360deg);
  }
}
@keyframes topToBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes topToBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0px);
  }
}
.about-us__bottom__thumb {
  display: flex;
  align-items: center;
}
.about-us__bottom__thumb__item {
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
}
.about-us__bottom__thumb__item:first-child {
  margin-left: 0;
}
.about-us__bottom__thumb__item--two {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}
.about-us__bottom__thumb__item__funfact {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}
.about-us__shape {
  position: absolute;
  top: 15%;
  left: 0;
  animation: topToBottom 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .about-us__shape {
    display: none;
  }
}
.about-us__shape-two {
  position: absolute;
  bottom: 10%;
  right: 0;
  animation: rotated 18s ease-in-out infinite;
}
@media (max-width: 991px) {
  .about-us__shape-two {
    display: none;
  }
}

.sec-title__image{
  height: 31px;
  border-radius: 30px;
  padding: 5px;
  background: #fff;
  margin: 3px 7px 3px 0px;
}

.sectt{
  width: fit-content;
  background: linear-gradient(90deg, #3940845c 0%, #BCBBD2 100%);
  border-radius: 400px;
  padding: 7px 20px 7px 15px;
  color: #2c3c8c;
  margin-bottom: 10px;
}
.sectt h6{
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: #2c3c8c;
  margin: 0;
}

@media screen and (max-width:1600px){
  .sec-title__title{
    font-size: 42px;
  }
  .about-us .sec-title {
    padding-bottom: 5px;
  }
  p{
    font-size: 17px;
    line-height: 160%;
  }
}
@media screen and (max-width:1500px){
  .sec-title__title{
    font-size: 38px;
  }
}
@media screen and (max-width:1199px){
  .sec-title__title{
    font-size: 30px;
  }
  p {
    font-size: 16px;
    line-height: 150%;
  }
  p b {
    font-size: 18px;
  }
  .btn {
    padding: 4px 8px 10px 27px;
  }
}
@media screen and (max-width:991px){
  .about-us__left{
   margin-bottom: 30px;
 }
}
@media screen and (max-width:767px){
 .about-us {
  padding: 35px 0px;
}
.about-us__thumb::after {
  content: "";
  position: absolute;
  width: 44px;
}
}
/*About Us End*/

.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 20px 0;
  background: #2c3c8c;
}
.marquee span {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 64s linear infinite;
  animation: marquee 64s linear infinite;
  font-size: 30px;font-family: "Abhaya Libre", serif;
  color: #fff;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


#carouselExampleIndicators2{
  display: none;
}

@media screen and (max-width: 767px){
  .marquee{
    padding: 7px 0;
  }
  .marquee span{
    font-size: 16px;
  }
  #carouselExampleIndicators2{
    display: block;
  }
  #carouselExampleIndicators{
    display: none;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 52%;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon{
    width: 13px;
    height: 13px;
  }
}


.can-help-area{
  padding: 60px 0 40px;
}
.single-can-help {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.single-can-help img {
  margin-bottom: 10px;
  width: 80%;
}
.single-can-help h3 {
  margin-bottom: 15px;
  font-size: 28px;
  text-align: center;
  color: #2c3c8c;
  font-weight: 800;
}
.single-can-help p{
  font-size: 14px;
  text-align: center;
  color: #212112;
}
.can-help-area .sectt{
  margin: auto;
}

@media screen and (max-width: 767px){
  .can-help-area {
    padding: 30px 0 10px;
  }
  .single-can-help img {
    margin-bottom: 5px;
    width: 60%;
  }
  .single-can-help h3 {
    margin-bottom: 4px;
  }
}


.content-area ul li a {
  color: #000;
  font-style: normal;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid rgba(13, 15, 24, 0.1);
  padding: 10px 16px;
  margin: 0 10px 0 0;
}
.content-area ul {
  padding-top: 10px;
  border-top: 1px solid #F2F3F3;
}
.content-area ul li {
  display: inline-block;
}
.properties-section-area {
  position: relative;
  z-index: 1;
}
.property-single-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f0f0fe;
  padding: 20px 20px 0 20px;
  margin-bottom: 30px;
}
.property-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f0f0fe;
  border-radius: 8px;
  margin-bottom: 30px;
}
.btn-area .nm-btn a {
  border-radius: 8px;
  background: #f0f0fe;
  padding: 12px 16px;
  display: inline-block;
  transition: all 0.4s;
  color: #212112;
  font-style: normal;
  line-height: 16px;
}
.property-boxarea .img1 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}
.property-single-boxarea .img1 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 8px;
}
.property-single-boxarea .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
  height: 250px;
}
.image-anime::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.property-single-boxarea ul.category-list {
  position: absolute;
  top: 36px;
  left: 36px;
  z-index: 2;
}
.property-single-boxarea ul.category-list li:nth-child(1) {
  margin: 0 8px 0 0;
}
.property-single-boxarea ul.category-list li {
  display: inline-block;
}
.property-single-boxarea ul.category-list li a {
  color: #2c3c8c;
  text-align: center;
  font-style: normal;
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  padding: 8px 12px;
  transition: all 0.4s;
  background: #f0f0fe;
  border-radius: 4px;
}
.property-single-boxarea .content-area {
  padding-top: 20px;
}
.property-single-boxarea .content-area a.head {
  color: #000;
  font-style: normal;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  font-size: 25px;
  font-weight: 600;
}
.space16 {
  height: 10px;
}
.property-single-boxarea .content-area p {
  color: #212112;
  font-style: normal;
  line-height: 16px;
  font-size: 14px;
}
.space24 {
  height: 24px;
}
.content-area .btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 60%;
  z-index: 2;
  left: 30px;
  right: 30px;
  margin-top: -6px;
}
.btn-area .love-share .heart {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  background: #f0f0fe;
  border-radius: 50%;
  position: relative;
}
.btn-area .love-share .share svg {
  height: 22px;
  width: 22px;
  object-fit: cover;
}

.property{
  padding: 60px 0 40px;
}
.content-area ul li a img{
  height: 25px;
}
.property .sectt {
  margin: auto;
}

.bgcol{
  background-color: #f0f0fe;
}

.bgcol .property-single-boxarea{
  background-color: #fff;
}
.property .sec-title__title{
  margin-bottom: 20px;
}




#footer {
  padding: 70px 0 43px;
  background: #1C1C1E;
  position: relative;
  color: #fff;
}
#footer .group-icon {
  margin-bottom: 65px;
}
#footer .group-icon .box-icons {
  background-color: #f0f0fe;
  border-radius: 12px;
  padding: 30px 31px 45px 30px;
}
#footer .group-icon .box-icons .images {
  flex: none;
  margin-right: 30px;
}
#footer .group-icon .box-icons .images img {
  transition: all 0.8s ease;
}
#footer .group-icon .box-icons .title-icon {
  margin-bottom: 13px;
  font-weight: 800;
}
.text-color-2 {
  color: #000 !important;
}
#footer .group-icon .button-footer {
  margin-top: -26px;
}
#footer .group-icon .button-footer .sc-button {
  width: 212px;
  margin-right: 8px;
}
.sc-button {
  display: inline-block;
  background-color: #2B3C93;
  box-sizing: border-box;
  padding: 15px 18.5px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button svg {
  margin-right: 17px;
}
#footer .group-icon .button-footer .sc-button span {
  position: relative;
}
.sc-button span {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer h3 {
  margin-bottom: 24px;
}
.widget-info .sub-title {
  margin-bottom: 6px;
  font-size: 16px;
  color: #8E8E93;
}
.widget-info h5 {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}
.center{
  text-align: center;
}
.flex-none {
  flex: none !important;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.widget-logo-footer {
  position: relative;
  padding: 28px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  background: #1C1C1E;
}
.widget-menu .box-icon {
  margin-bottom: 17px;
}
.fs-30 {
  font-size: 30px;
}
.widget-menu .box-icon .icon {
  margin-right: 17px;
}
.widget h5{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.widget p{
  color: #8E8E93;
  font-size: 16px;
  margin-bottom: 3px;
}


.copyright{
  padding: 5px 0 ;
  background-color:#2b3c93;
}
.copyright p{
  text-align: center;
}
.copyright p, .copyright p a{
  color: #fff !important;
  margin-bottom: 0;
}

.copyright br{
  display: none;
}


@media screen and (max-width: 767px){
  .property {
    padding: 37px 0 10px;
  }
  #footer {
    padding: 45px 0 33px;
  }
  #footer .group-icon {
    margin-bottom: 45px;
  }
  .copyright br{
    display: block;
  }
  #footer .group-icon .box-icons .images {
    margin-right: 10px;
  }
  #footer .group-icon .box-icons{
    padding: 20px 18px 35px 10px;
  }
  #footer .group-icon .box-icons .title-icon{
    font-size: 22px;
    line-height: 1.2;
  }
  #footer .group-icon .box-icons p{
    font-size: 14px;
  }
  .property-single-boxarea .content-area a.head{
    font-size: 20px;
  }
  .content-area .btn-area{
    margin-top: -44px;
  }
  .content-area ul li a{
    padding: 6px 9px;
  }
  .content-area ul li{
    font-size: 14px;
  }
  .content-area ul li a{
    font-size: 13px;
  }
  .space16 {
    height: 4px;
  }

}


.banner-section {
  padding: 32px 0 40px;
  background: #2c3c8f;
}.custom-breadcrumb ol {
  margin-bottom: 0;
}.funfact-counter__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.custom-breadcrumb ol li.breadcrumb-item {
  padding-left: 0;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
  color: #ffffff;
  opacity: 0.7;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: themify;
  content: "»";
  font-size: 10px;
  color: #ffffff;
  font-size: 20px;
}
.sec-title2{
  font-size: 46px;
  margin: 0;
  color: #fff;
}

.banner-section img {
  height: 30px;
  margin-right: 10px;
}

.contactuspage{
  padding: 60px 0;
}
.contactuspage .card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  padding: 20px 30px;
  border:none;
  min-height: 210px;
  transition: 0.5s ease;
}
.contactuspage a{
  color: #212121;
  font-size: 16px;
  text-align: center;
}
form .btn {
  padding: 9px 22px 8px 22px;
}
.form-control{
  height: 45px;
}
.mh{
  margin-top: 30px;
}
textarea{
  height: 100px !important;
}
.contactuspage i{
  padding: 20px;
  border: 1px solid #2c3c8f;
  border-radius: 300px;
  margin-bottom: 15px;
  color: #2c3c8f;
}

.contactuspage .card:hover{
  box-shadow: 0 10px 25px rgba(44, 60, 143, 0.34);
  transition: 0.5s ease;
}

@media screen and (max-width:1500px){
  .contactuspage .card{
    padding: 20px 14px;
  }
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2c3c8f;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(44, 60, 143, 0.13);
}


@media screen and (max-width: 767px){
  .sec-title2 {
  font-size: 30px;
}
.banner-section {
  padding: 16px 0 19px;
  }
}

.category-area {
  padding: 70px 0 0;
  background: #fff;
}
.category-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.13);
}
a {
  color: #2c3c8f;
}
.category-card::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0px;
  background-color: #2c3c8f;
  transition: 0.6s;
}
.category-card:hover::before {
  width: 100%;
}
.category-card .image {
  position: relative;
  display: inline-block;
  height: 90px;
  width: 90px;
  background-color: rgba(238, 238, 238, 0.81);
  text-align: center;
  border-radius: 50px;
}
.category-card .image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 50px;
  transform: translateY(-50%);
  margin: auto;
}
.category-card .content {
  margin-left: 15px;
}
.category-card .content h3, .category-card .content .h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.category-card .content span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.category-card .content h3 a:hover{
  color: #4ca9d4;
}
.property .form-control{
  margin-bottom: 30px;
}

.property .btn-primary:hover {
  color: #fff;
  background-color: #4ba9d5;
  border-color: #4ba9d5;
}

.fixedbtn{
  position: fixed;
  bottom: 48%;
  background: #2c3c8c;
  padding: 14px 15px;
  border: 1px solid #fff;
  border-radius: 9px;
  left: -8px;
  z-index: 99999;
}

.fixedbtn li a{
  color: #fff;
  font-size: 20px;
}

.fixedbtn li{
  margin: 10px 0;
}


.property-details-desc .details-content {
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}.property-details-desc .details-content .tag-list {
  padding-left: 0;
  margin-bottom: 20px;
  display: inline-block;
  list-style-type: none;
}.property-details-desc .details-content .tag-list .tag {
  display: inline-block;
  background-color: #2c3c8c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-right: 15px;
}.property-details-desc .details-content .tag-list .tag-2 {
  display: inline-block;
  background-color:#2c3c8c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.property-details-area{
  padding: 70px 0;
}
.imgmb20{
  margin-bottom: 30px;
  width: 100%;
}
.enbtn{
  display: inline-block;
  background-color: #2c3c8c;
  color: #ffffff !important;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  padding: 7px 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.property-details-desc .details-content .price {
  display: inline-block;
  background-color: #2c3c8c;
  color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  position: absolute;
  right: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 10px 20px;
  border-radius: 10px;
}.property-details-desc .details-content .content {
  position: relative;
}.property-details-desc .details-content .content span {
  font-size: 15px;
  color:#2c3c8c;
  font-weight: 500;
  display: inline-block;

}.property-details-desc .details-content .content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}.property-details-desc .details-content .content h3 a {
  color: #201c2d;
}.property-details-desc .details-content .content p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}.property-details-desc .details-content .content .list {
  padding: 0;
  margin-bottom: 0;
}.property-details-desc .details-content .content .list li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  color: #62606c;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}.property-details-desc .details-content .content .list li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}.property-details-desc .details-description {
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}.property-details-desc .details-overview {
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}.property-details-desc .details-overview .overview-list {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}.property-details-desc .details-overview .overview-list li {
  list-style-type: none;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  height: 100px;
  max-width: 25%;
}.property-details-desc .details-overview .overview-list li i {
  font-size: 35px;
  color: #c4c4c4;
  margin-bottom: 10px;
}.property-details-desc .details-overview .overview-list li p {
  margin-bottom: 5px;
  color: #62606c;
}.property-details-desc .details-overview .overview-list li span {
  font-size: 16px;
  font-weight: 500;
}.property-details-desc .details-address {
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}.property-details-desc .details-address h3 {
  font-size: 25px;
  margin-bottom: 20px;
}.property-details-desc .details-address .address-list {
  padding-left: 0;
  margin-bottom: 0;
}.property-details-desc .details-address .address-list li {
  list-style-type: none;
  font-size: 16px;
  color: #62606c;
  margin-bottom: 10px;
}.property-details-desc .details-address .address-list li span {
  font-size: 16px;
  font-weight: 500;
  color: #201c2d;
}.property-details-desc .details-address .address-btn {
  margin-top: 25px;
}.property-details-desc .details-features {
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}.property-details-desc .details-features h3 {
  font-size: 25px;
  margin-bottom: 20px;
}.property-details-desc .details-features .features-list {
  padding-left: 0;
  margin-bottom: 0;
}.property-details-desc .details-features .features-list li {
  list-style-type: none;
  font-size: 16px;
  color: #62606c;
  margin-bottom: 25px;
  position: relative;
  padding-left: 38px;
}.property-details-desc .details-features .features-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background-color: #2c3c8c;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}.property-details-desc .details-floor {
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
}.property-details-desc .details-floor h3 {
  font-size: 25px;
  margin-bottom: 20px;
}.property-details-desc .details-floor .list {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  right: 30px;
  top: 30px;
}.property-details-desc .details-floor .list li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  color: #62606c;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}.property-details-desc .details-floor .list li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}.widget-area .widget_box {
  background-color: #f3f7fd;
  border: 1px solid #e1e1e1;
  padding: 25px;
  border-radius: 5px;
}.widget-area .widget_box .box-list {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}.widget-area .widget_box .box-list li {
  display: inline-block;
  margin-right: 15px;
}.widget-area .widget_box .box-list li .share-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: #fe0404;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  padding: 15px 50px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: -6px;
  text-transform: uppercase;
}.widget-area .widget_info .info-box-one {
  background-color: #201c2d;
  position: relative;
  padding: 30px 30px 30px 120px;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
  border-radius: 5px 5px 0 0;
}.widget-area .widget_info .info-box-one h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
}.widget-area .widget_info .info-box-one span i {
  color: #2c3c8c;
  font-size: 20px;
}.widget-area .widget_info .info-box-one span a {
  color: #ffffff;
}.widget-area .widget_info {
  border: 1px solid #e1e1e1;
  padding: 25px 25px 0;
  border-radius: 5px;
  position: relative;
  margin-top: 20px;
}.widget-area .widget_info .info-box-one img {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.scroll-on22{
  position: fixed;
  top: 30px;
  width: 400px;
}
.property-details-desc .details-overview .overview-list li img{
  height: 40px;
  margin-bottom: 10px;
}
.details-address h5{
  margin-bottom: 15px;font-size: 18px;
}
.details-address h5 b{
  font-weight: 600;
}

.ltn__call-to-4-img-2{
  right: 5%;
}
.ltn__call-to-action-4 {
  margin-top: 0px;
}.searchoption .searchbtn{
  padding: 7px 20px;
}
@media screen and (max-width:1800px){
  .ltn__call-to-4-img-1{
    left: -10%;
  }.ltn__call-to-4-img-2 {
  position: absolute;
  right: 13%;
  bottom: 0;
  max-width: 22%;
}
}
.property-single-boxarea ul.category-list{
    display:none;
}

@media screen and (max-width: 767px){
  .property-details-area {
  padding: 35px 0 10px;
}
.property-details-desc .details-features h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.property-details-desc .details-content .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.property-details-desc .details-content .price{
  position: relative !important;
  margin-left: 27px !important;
  margin-bottom: 10px !important;
}
.property-details-desc .details-address{
  padding: 25px 15px;
}.details-address h5 {
  margin-bottom: 15px;
  font-size: 16px;
}
.enbtn, .property-details-desc .details-content .price{
    padding: 4px 13px;
    font-size: 16px;
}
.can-help-area, .about-us, .property, .marquee, #carouselExampleIndicators, #footer, .copyright{
    overflow:hidden;
}
.fixedbtn {
  position: fixed;
  bottom: 30%;
}
}