
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
body {  font-family: 'Poppins', sans-serif;}
img {
  max-width: 100%;
}
a, a:hover, a:focus, a:active {
  outline: none;
  color: inherit;
  text-decoration: none;
}
*, ::before, ::after {
  box-sizing: border-box;
}
.btn {
  border-radius: 5px;
}
.bg-gray {
  background-color: #f7f7f7;
}
.procrde .product-item {
  margin: 10px 0px;
}

.slick-prev.slick-arrow{ width: 32px; height: 32px; position: absolute; left: -10px; top: 47%; background: url("../images/prev-arrow.svg") left top no-repeat; background-size:100%; color: transparent; cursor: pointer; z-index: 99;}
.slick-next.slick-arrow{ width: 32px; height: 32px; position: absolute; right: -10px; top: 47%; background: url("../images/next-arrow.svg") left top no-repeat; background-size:100%; color: transparent; cursor: pointer; z-index: 99;}

.main-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.main-title h2 {
  color: #0D263B;
  font-size: 25px !important;
  font-weight: 600;
  line-height: 2.375rem;
  margin-bottom: 5px;
  margin-top: 0;
}
.main-title p {
  font-size: 16px;
  color: #696969;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.container {
  width: 100%;
  max-width: 1280px;
}
.ProductListing .product-item {
  margin-bottom: 30px;
}
/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background-color: #fff !important;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}
.background-header .logo, .background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}
.background-header .main-nav .nav li:hover a {
  color: #8d99af !important;
}
.background-header .nav li a.active {
  color: #8d99af !important;
}
/* topbar */
.top-bar {
  background: #151414;
  color: #fff;
  padding: 6px 0;
}
.top-bar p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.social-icoaan {
  display: flex;
}
.ic {
  margin: 0 10px;
}
/* topbar */
.header-area {
  background-color: #fff;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.header-area .main-nav {
  min-height: 55px;
  background: transparent;
}
.header-area .main-nav a.logo {
  /*background-image: url(../images/logo.png);
  width: 166px;
  height: 50px;*/
  display: inline-block;
  margin-top: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
	padding: 6px 0 0;
}
.header-area .main-nav a.logo img{
	width: 190px;
	height: auto;
}
/*
.background-header .main-nav a.logo {
   background-image: url(../images/logo.png);
  width: 164px;
  height: 80px;
  display: inline-block;
  margin-top: -15px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
*/
.background-header .main-nav .nav {
  margin-top: 14px !important;
}
.header-area .main-nav .nav {
  float: right;
  margin-top: 14px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}
.header-area .main-nav .nav li a {
  padding-left: 12px;
  padding-right: 12px;
}
/* .header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
} */
.header-area .main-nav .nav li:last-child a, .background-header .main-nav .nav li:last-child a {
  color: #2a2a2a !important;
  text-transform: capitalize;
  /* padding: 0px 20px; */
  font-weight: 400;
}
.header-area .main-nav .nav li:last-child a i, .background-header .main-nav .nav li:last-child a i {
  font-size: 12px !important;
  font-weight: 400 !important;
}
.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}
.dropdown-item:hover {
  background: #CA353C !important;
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.background-header .main-nav .nav li:last-child .main-white-button a {
  background-color: #1E3C5C;
  color: #fff !important;
  border-radius: 5px;
}
.background-header .main-nav .nav li:last-child .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}
.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  text-decoration: none;
}
.header-area .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active {
  color: #8d99af !important;
}
.background-header .main-nav .nav li:hover a, .background-header .main-nav .nav li a.active {
  color: #333 !important;
  opacity: 1;
}
/* .header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #8d99af;
} */
.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}
.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}
.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}
.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425 !important;
  padding-left: 25px;
}
.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}
.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 15px;
  display: none;
}
.background-header .main-nav .menu-trigger {
  top: 23px;
}
.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.background-header .main-nav .menu-trigger span, .background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}
.background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
  content: "";
}
.header-area .main-nav .menu-trigger span {
  top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}
.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span:before, .header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}
.header-area.header-sticky {
  min-height: 95px;
}
.header-area .nav {
  margin-top: 30px;
}
.header-area.header-sticky .nav li a.active {
  color: #8d99af;
}
.counter-box {
  margin: 45px auto 0;
  max-width: 1200px;
}
.counter {
  color: #fff;
  text-align: center;
}
.counter h2 {
  line-height: 1;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.counter p {
  line-height: 1;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
.projects-section {
  padding: 40px 0;
}
section.partner-section img {
  max-width: 100%;
  max-height: 59px;
}
.project-card {
  border-radius: 10px;
  position: relative;
  margin: 0 25px 20px;
}
.project-card a{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    display: block;
    cursor: pointer;
}
.shadowcard:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 92%;
  height: 100%;
  content: '';
  background: url(../images/shadow-bg.png) left bottom no-repeat;
  background-size: cover;
  z-index: 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  margin: 0 auto;
  opacity: 0.7
}
.project-card img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%
}
.project-card .location-content-wrap {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 30px;
  overflow: hidden;
  transition: .5s;
  align-content: center;
  text-align: center;
  z-index: 11;
}
.project-card .location-content-wrap .location-content {
  transform: translateY(55px);
  transition: .5s;
}
.project-card .location-content-wrap .location-content h5  {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  transition: .35s;
	margin-bottom: 0;
}
.project-card .location-content-wrap:hover .location-content {
  transform: translateY(0);
}
.featured-section {
  padding: 35px 0;
  background-color: #f7f7f7;
	overflow: hidden;
}
.featured-section .slick-track {
  padding-top: 20px;
  padding-bottom: 2px;
}
.slick-slide {
  padding: 0 10px;
}
.product-item {
  position: relative;
  border: 1px solid #eee;
  background-color: #fff;
}
.product-img {
  position: relative;
  overflow: hidden;
}
.product-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-img a {
  display: block;
}
.product-item:hover .product-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.slick-slide img {
  display: block;
}
.product-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-img img {
  position: relative;
  -webkit-transition: all 3.5s ease 0s;
  -o-transition: all 3.5s ease 0s;
  transition: all 3.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-badge {
  position: absolute;
  top: 15px;
  right: 18px;
}
.product-badge ul {
  margin: 0;
  padding: 0;
}
.product-badge li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  background-color: #CA353C;
  color: white;
  padding: 3px 15px 0px;
  text-transform: uppercase;
  line-height: 25px;
}
.product-badge li:first-child {
  margin-top: 0;
}
.product-img-location-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 15px;
  margin: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 70%);
}
.product-img-location-gallery ul {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.product-img-location-gallery ul li {
  list-style: none;
  font-size: 14px;
  color: var(--white);
}
.product-img-location a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.product-img a {
  display: block;
}
.product-info {
  padding: 25px 20px 1px;
  color: #587089;
}
.product-price {
  font-size: 20px;
  font-weight: 700;
  color: #CA353C;
  margin-bottom: 13px;
  line-height: 1;
}
.product-price label {
  font-weight: 400;
  font-size: 14px;
}
.product-title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #1e3c5c;
}
.product-description p {
  font-size: 14px;
  margin-bottom: 25px;
}
.product-short-info {
  padding-left: 0;
}
.bg-gray {
  background-color: #f7f7f7 !important;
}
.product-short-info-before li {
  position: relative;
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 28px;
  max-width: 160px;
  font-size: 14px;
}
.product-short-info-before li::before {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #587089;
  opacity: 0.2;
}
.product-short-info-before li:last-child::before {
  display: none;
}
.product-short-info li span {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dde4ec;
  padding: 20px 30px;
}
.real-estate-agent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.real-estate-agent .agent-img {
  max-width: 40px;
  margin-right: 12px;
}
.real-estate-agent .agent-img img {
  border-radius: 100%;
}
.real-estate-agent .agent-brief h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.real-estate-agent .agent-brief small {
  font-size: 12px;
  color: #587089;
}
.product-hover-action {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  line-height: 1;
}
.product-hover-action ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-hover-action ul li {
  margin-right: 8px;
  height: 36px;
  width: 36px;
  line-height: 42px;
  border-right: 0;
  font-size: 16px;
  background-color: var(--section-bg-1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-hover-action ul li a {
  background-color: transparent;
  display: block;
  background-color: var(--white);
  font-weight: 700;
}
.partner-section {
  padding: 35px 0;
}
.partner-section .our-partners {
  margin-top: 10px;
}
.partner-section .op-logo {
  text-align: center;
  border: 1px solid #ddd;
  padding: 35px 10px 0;
  height: 120px;
}
.partner-section .op-logo img {
  display: inline-block;
  width: 80%;
  height: auto;
}
.page-title {
  padding: 0px 0 45px;
  text-align: center;
  margin-bottom: 0px;
}
.page-title span {
  display: inline-block;
  background-color: #ca353c;
  padding: 8px 20px;
  line-height: 1;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 36px;
  color: #fff;
}
.page-title h2 {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  position: relative;
  line-height: 1;
  color: #1e3c5c;
  letter-spacing: 2px;
}
.page-title h2::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 56px;
  background: #ca353c;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -28px;
}
.page-title.white h2 {
  color: #000;
}
.page-title.white h2::after {
  background-color: #ffffff;
}
.page-title.left-align h2 {
  text-align: left;
}
.page-title.left-align h2::after {
  left: 0;
  right: auto;
}
.page-title.small {
  padding-bottom: 30px;
}
.page-title.small h2::after {
  bottom: -16px;
}
.cta-section {
  position: relative;
  padding: 20px 0;
  background: linear-gradient(270deg, #1E3C5C 1.15%, #CA353C 97.33%);
}
/* .cta-section:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #000;

} */
.call-to-action-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.call-to-action-inner h1 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.call-to-action-inner .coll-to-info p {
  margin-bottom: 0;
  color: rgb(255 255 255 / 65%);
  font-size: 15px;
  font-weight: 400;
}
.call-to-action-inner .btn-wrapper {
  margin-top: 0;
  background-color: #fff;
  border-radius: 5px;
}
.btn-wrapper {
  display: block;
  margin-top: 50px;
}
.btn-wrapper .btn-white {
    background-color: #ffff;
    color: #000;
    border-radius: 5px;
    padding: 11px 15px;
    font-size: 16px;
    width: 230px;
}
.btn-wrapper .btn-white:hover {
  background: #000;
  color: #fff;
}
.review-section {
  padding: 40px 0;
  background-color: #1e3c5c;
}
.review-section .main-title h2 {
  color: #fff;
}
.review-section .main-title p {
  color: rgb(255 255 255 / 65%);
}
.review-slider {
  margin-top: 30px;
}
.testimonial-wrap {
  background-color: #fff;
  padding: 40px 30px;
  transition: box-shadow .3s ease-in-out;
  position: relative;
  border: 1px solid #eee;
}
.testimonial-wrap::before {
  background-color: #ca353c;
  color: white;
  font-size: 19px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  margin-bottom: 1rem;
  height: 46px;
  width: 46px;
  content: '\f10d';
  line-height: 87px;
  flex: 0 0 45px;
  font-family: fontawesome;
}
.testimonial-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.2;
  margin-top: 20px;
}
.testimonial-description {
  color: #555555;
  font-size: 14px;
  margin-bottom: 40px;
}
.testimonial-meta {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.testimonial-name {
  color: #1e3c5c;
}
.star-rating {
  font-size: 12px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  height: 21px;
  width: 85px;
  margin-top: 1px;
}
.star-rating::before {
  color: #eec909;
  float: left;
  content: '\2605\2605\2605\2605\2605';
}
.star-rating::before, .woocommerce .star-rating span::before {
  font-size: 20px;
}
/* Blog */
.blog-section .blog-item {
  position: relative;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.blog-section .blog-item .thumb img {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-section .blog-item:hover .thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-section .blog-item .entry-header {
  position: relative;
}
.blog-section .entry-content {
  padding: 40px 30px 30px;
}
.blog-section .entry-title {
  font-size: 20px;
  line-height: 1.4;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #1e3c5c;
}
.blog-section a.read-more {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dde4ec;
  padding: 20px 30px;
  background-color: #1E3C5C;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.blog-section a.read-more:hover {
  background-color: #ca353c;
}
.blog-section .blog-item .entry-header .post-single-meta {
  position: absolute;
  left: 35px;
  bottom: -13px;
  background-color: #ca353c;
  color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 18px;
  font-size: 13px;
}
/* Blog */
.slick-carousel .slick-slide {
  margin: 10px;
  /* Adjust the margin as needed */
}
.country-select {
  font-size: 12px;
}
/* Footer CSS */
.footer-section {
  background: #ffffff;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.blog-section {
  padding: 35px 0;
}
.footer-content {
  position: relative;
  z-index: 2;
  padding: 45px 0px;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3B5998;
}
.twitter-bg {
  background: #55ACEE;
}
.google-bg {
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #120f10;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ca353c;
}
.footer-widget ul {
  padding: 0;
  margin: 0;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #ca353c;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  display: block;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ca353c;
  padding: 13px 20px;
  border: 1px solid #ca353c;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 15px 0 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ca353c;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ca353c;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/* Footer CSS End */
.applly-button {
  text-align: center;
}
@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/
.main-banner {
  /*background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/main-banner.webp);*/
  padding: 270px 0 110px;
  position: relative;
  overflow: hidden;
}
.main-banner .container {
  max-width: 940px;
}
.main-banner .top-text {
  text-align: center;
}
.main-banner .top-text h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-banner .top-text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 45px;
}
.main-banner .top-text h2 span.typed-text {
  font-weight: normal;
  color: #fff;
  font-weight: 600;
}
.main-banner .top-text h2 span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.main-banner .top-text h2 span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0% {
    background-color: #ccc;
  }
  49% {
    background-color: #ccc;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #ccc;
  }
}
.main-banner ul.categories {
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
.main-banner ul.categories li {
  display: inline-block;
  text-align: center;
  width: 18%;
}
.main-banner ul.categories li a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
}
.main-banner ul.categories li .icon {
  display: block;
  margin: 0 auto 12px auto;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: #8d99af;
  background-color: #fff;
  transition: all .5s;
}
.main-banner ul.categories li a:hover .icon {
  background-color: #2b2d42;
}
.main-banner ul.categories li .icon img {
  max-width: 27px;
}
form#search-form {
  background-color: #fff;
  padding: 0px 0px 0px 30px;
  width: 100%;
  border-radius: 7px;
  display: inline-block;
  text-align: center;
}
form#search-form select, form#search-form input {
  width: 100%;
  height: 36px;
  background-color: transparent;
  border: none;
  color: #2a2a2a;
  font-size: 15px;
  outline: none;
}
.form-select:focus {
  box-shadow: none;
}
form#search-form input::placeholder {
  color: #656565;
  font-size: 18px;
  font-weight: 500;
}
form#search-form button {
  width: 100%;
  height: 100%;
  background-color: #CA353C;
  border: none;
  padding: 15px;
  color: #fff;
  font-size: 15px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.main-banner .btn-brown {
  background-color: #CA353C !important;
  border: none !important;
  min-width: 100px;
  border-radius: 5px;
}
.main-banner .btn-brown:hover {
  background-color: #AC0911 !important;
}
form#search-form button i {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #8d99af;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
}
/* about-us page css */
section.about-main {
  background-image: url(../images/header-img.png);
  height: 280px;
  margin-top: 80px;
  color: #fff;
  text-align: center;
  object-fit: cover;
  background-position: bottom;
  position: relative;
}
section.about-main::before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: 0;
  background-color: #1e3c5c8a;
  width: 100%;
}
.inner-page-title {
  position: relative;
  z-index: 99;
}
.inner-page-title p {
  margin-bottom: 0;
}
section.about-us-section {
  padding: 40px 0 0;
}
.why-us-section {
  padding: 70px 0 0;
}
section.vision-section {
  padding: 70px 0 30px 0;
  background-color: #f7f7f7;
  margin-top: 40px;
}
.vision-box i {
  color: #1e3d5c;
  border: 2px solid #1e3d5c;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  position: relative;
  margin-top: -40px
}
.vision-box h3 {
  color: #ca353b;
  position: relative;
  margin: 20px 0 40px;
}
.vision-box h3::after {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #1e3d5c;
  position: absolute;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -14px;
}
.vision-box {
  text-align: center;
  padding: 0 20px 20px;
}
.vision-box p {
  line-height: 33px;
}
.vision-box:hover {
  background-color: #1e3c5c;
  color: #ffff;
  transition: 0.5s
}
.vision-box:hover h3 {
  color: #ffff;
}
.vision-box:hover i {
  color: #fff;
  border: 2px solid #ffffff;
  background-color: #1e3c5c
}
.vision-box:hover h3::after {
  background-color: #fff;
}
.vision-box p {
  font-size: 15px;
}
.about_text {
  padding: 0;
}
section.service {
  background-image: url(../images/service-bg.jpg);
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
section.service::before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
  background: rgb(30 60 92 / 84%);
  width: 100%;
  top: 0;
  left: 0;
}
.service-card:hover {
  outline: 10px solid #fff;
}
section.service .main-title h2 {
  color: #fff;
}
section.service .main-title p {
  color: #fff;
}
.service-card {
  text-align: center;
  background-color: #1e3c5c;
  color: #fff;
  padding: 10px;
  transition: 0.3s ease;
}
.service-card {
  text-align: center;
  background-color: #ca353c;
  color: #fff;
  padding: 20px;
  margin: 15px 8px 26px;
  height: 240px;
  outline: 8px solid #ffffff85;
}
.copyright-text {
  padding-bottom: 12px;
}
.service-card i {
  font-size: 35px;
}
.service-card h3 {
  font-size: 20px;
  margin: 20px 0 12px;
  font-weight: 600;
}
.service-card p {
  font-size: 15px;
  color: rgb(255 255 255 / 77%);
}
/* .bg-gray {
  background-color: #1e3c5c!important;
} */
h3 {
  margin: 0;
}
.our-team {
  text-align: center;
  position: relative;
  color: #fff;
  margin: 0 20px;
}
.our-team:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.our-team:hover:before {
  opacity: 1;
}
.our-team img {
  width: 100%;
  height: auto;
}
.our-team .team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: #ca353c;
  transition: all 0.3s ease 0s;
}
.our-team:hover .team-content {
    bottom: 0;
}
.our-team .team-content .name {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    display: block;
    margin-bottom: -1px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team-content .name {
  transform: translateY(18px);
  transition-delay: 0.3s;
}
.our-team .team-content .post {
  font-size: 13px;
  display: block;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
}
.our-team:hover .team-content .post {
  transform: translateY(-22px);
  transition-delay: 0.3s;
}
@media screen and (max-width:990px) {
  .our-team {
    margin-bottom: 30px !important;
  }
}
section.out-team {
  padding: 45px 0;
}
.mt-6 {
  margin-top: 100px;
}
/* about-us page css */
/* project page */
section.brosher-section {
  padding: 100px 20px;
  background-color: #f7f7f7;
}
.blue-button {
  background-color: #1E3C5C;
  color: #fff !important;
  border-radius: 5px;
}
section.property-details {
  /*background-image: url("../images/pro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
  position: relative;
  margin-top: 100px;
	overflow: hidden;
}
section.property-details .slick-slide{ padding: 0px;}
section.property-details img{ width: 100%; height: auto;}
section.property-details .slick-prev.slick-arrow{ left: 30px;}
section.property-details .slick-next.slick-arrow{ right: 30px;}

.lavel-1 {
    padding: 10px 15px;
    background-color: rgb(30 61 92);
    position: absolute;
    top: 99px;
    transform: skew(-20deg);
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 580px;
    color: white;
    border-radius: 5px;
}
.lavel-1::before {
  content: "";
  transform: skew(16de0g);
  background-color: rgb(202 53 59);
  ;
  width: 12px;
  height: 44px;
  position: absolute;
  left: -18px;
  border-radius: 3px;
  bottom: 0;
}
.lavel-1 h1 {
  transform: skew(20deg);
  font-size: 20px;
}
.lavel-2 {
    padding: 10px 30px;
    background-color: rgb(30 61 92);
    position: absolute;
    bottom: 100px;
    border-radius: 5px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 290px;
    color: white;
    transform: skew(-20deg);
}
.lavel-2::before {
  content: "";
  transform: skew(16de0g);
  background-color: rgb(202 53 59);
  width: 12px;
  height: 44px;
  position: absolute;
  left: -18px;
  border-radius: 3px;
  bottom: 0;
}
.lavel-2 p {
  transform: skew(20deg);
  font-size: 16px;
}
ul li {
  list-style: none;
  line-height: 35px;
}
.property-con {
  background: #fbfbfbd1;
  padding:25px 30px;
  border-radius: 15px;
  color: black;
  width: 100%;
}
section.overview {
  padding: 45px 0;
	overflow: hidden;
}
.brd {
  border-left: 3px solid #ca353c;
  padding: 0 20px;
}
.property-details i {
  color: #ca353b;
  margin-right: 8px;
}
/* project page */
/* property-card */
.card1 {
  width: 90%;
  height: 165px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  position: relative;
  bottom: -18px;
  z-index: 1;
  border: 1px solid #1e3c5c;
}
.card2 {
  width: 100%;
  height: 200px;
  background-color: #ca343b;
  border-radius: 10px;
  border-top: 4px solid #cbcbcb;
  z-index: 2;
}
.card2 a {
  position: relative;
  bottom: -23px;
}
.price-section {
  /* background-image: url(../images/card-img.jpg); */
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-header {
  background-color: #c8c8c847;
  border-radius: 8px 8px 0px 0px !important;
  padding: 10px;
}
/* property-card */
.hl-point li {
  background: #f9d9d9;
  padding: 10px;
  border-radius: 10px 0 10px 10px;
  margin: 10px 0;
  position: relative;
	width: 90%;
	float: right;
}
.hl-point_left li {
  background: #eef4a7;
  padding: 10px;
  border-radius: 0 10px 10px 10px;
  margin: 15px 0;
  position: relative;
  float: right;
  width: 90%;
}
.hl-point li span{
	right: -30px !important
}
.hl-point_left li span{
	left: -10px !important
}

.hl-point_left li::before {
  position: absolute;
  content: "";
  background-color: #eef4a7;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  height: 20px;
  width: 20px;
  left: -19px;
  top: 0;
  transform: rotate(90deg) !important;
}
.hl-point li::before {
  position: absolute;
  content: "";
  background-color: #f9d9d9;
  clip-path: polygon(100% 0%, 100% 100%, 30.7% 0%);
  height: 20px;
  width: 20px;
  right: -19px;
  top: 0;
  transform: rotate(-90deg);
}
.hl-point_left li::before {
  position: absolute;
  content: "";
  background-color: #eef4a7;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  height: 20px;
  width: 20px;
  right: -19px;
  top: 0;
	transform: rotate(90deg) !important;
}
.hl-point li:nth-child(2){
	margin-right: 35px;
	background: #d1f7d6;
}
.hl-point li:nth-child(2)::before{
	background: #d1f7d6;
}
.hl-point li:nth-child(3){
	margin-right: 35px;
	background: #d1d3f7;
}
.hl-point li:nth-child(3)::before{
	background: #d1d3f7;
}
.hl-point li:nth-child(4){
	background: #f7d1f6;
}
.hl-point li:nth-child(4)::before{
	background: #f7d1f6;
}


.hl-point_left li {
	float: left;
	background: #eef4a7;
}
.hl-point_left li:nth-child(2){
	margin-left: 35px;
	background: #a7f4b5;
}
.hl-point_left li:nth-child(2)::before {
	background: #a7f4b5;
}
.hl-point_left li:nth-child(3){
	background: #a7ecf4;
}
.hl-point_left li:nth-child(3)::before {
	background: #a7ecf4;
}



.chat-digit_left {
  transform: translate(-33%, 100%) !important;
}
.chat-digit {
  transform: translate(-133%, 100%) !important;
}
.hl-point li {
  font-size: 12px;
  line-height: 22px;
}
.hl-point_left li {
  font-size: 12px;
  line-height: 22px;
}
.key-highight {
  padding: 45px 0;
  background-color: #f7f7f7;
}
.highlight_middle img {
  border-radius: 50%;
  height: 300px;
  width: 300px;
  position: relative;
}
.Aminities {
  padding: 45px 0;
}
.highlight_middle {
  text-align: center;
  position: relative;
}
.highlight_text {
  font-size: 30px;
  padding: 10px 30px;
  background-color: rgb(30 61 92);
  position: absolute;
  bottom: 119px;
  border-radius: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 320px;
  color: white;
  transform: skew(-20deg);
  transform: rotate(90deg);
  z-index: +9;
}
.animi-icoan-card {
  font-size: 40px;
  padding: 8px 0;
  border: 1px solid #cfcfcf;
  margin: 0 0 10px;
  color: #555555;
  height: 130px;
}
.animi-icoan-card span i {
  color: #ca343b;
}
/* .highlight_text::before {
  content: "";
  transform: skew(16de0g);
  background-color: rgb(202 53 59);
  width: 12px;
  height: 44px;
  position: absolute;
  left: -18px;
  border-radius: 3px;
  bottom: 0;
} */
.animi-icoan-card h5 {
  font-size: 15px;
  padding: 0 10px;
}
/* map */
/* contact-us */
.contact-card {
  box-shadow: 0px 0px 5px #c1c1c1;
  padding: 15px;
}
.contact-card span {
  font-size: 30px;
  color: #ca353b;
  background: -webkit-linear-gradient(rgb(30 61 92), rgb(202 53 59));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.contact-info {
  padding: 45px 0;
}
section.map-location {
  padding: 10px 0 45px;
}
.get-in-touch {
  padding: 45px 0 0;
  background-color: #f7f7f7;
  margin-bottom: 25px;
}
.contact-card h5 {
  color: #1e3d5c;
  margin: 10px 0;
}
.contact-card p {
  color: #908f8f;
  font-size: 12px;
}
.btn-bule {
  background-color: #1e3c5c;
  border-style: none;
}
.btn-bule:hover {
  background-color: #ca353b;
  .get-in-touch {
    padding: 70px 0;
    background-color: #f7f7f7;
  }
}
/* contact-us */
/* carrer */
.job-content {
  background-color: #fff;
  padding: 30px;
  margin: 10px 0;
  border-radius: 5px;
}
.job-apply h5 {
  color: #ca353b;
  font-size: 26px;
  margin-bottom: 15px;
}
.job-apply h6 {
  font-size: 20px;
}
.text-gray {
  color: #929292 !important;
}
.noof i {
  color: #fff;
  background-color: #1e3d5c;
  padding: 6px;
  border-radius: 50%;
  margin-right: 8px;
}
.poadd i {
  color: #fff;
  background-color: #1e3d5c;
  padding: 6px;
  border-radius: 50%;
  margin-right: 8px;
}
span.podigit {
  margin-left: 7px;
  font-weight: 700;
}
.noof span {
  font-size: 16px;
}
.poadd {
  font-size: 16px;
}
.job-apply p {
  font-size: 15px;
}
span.podigit {
  font-size: 17px;
}
/* carrer */
section.tab-section {
  padding: 45px 0 0;
}
.text-content_a h3 {
  color: #1e3d5c;
  margin-bottom: 20px;
}
.text-content_a p {
  color: gray;
  font-size: 13px;
}
/* bolg-details */
.leftcolumn {
  float: left;
  width: 75%;
}
/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}
/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}
/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}
/* bolg-details */
.blog.details {
  padding: 40px 0 50px;
  width: 100%;
}
.blog.details h2 {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 700;
}
.blog.details h5 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #999;
  font-weight: 400;
}
.blog.details p {
  font-size: 17px;
  margin: 15px 0;
  color: #656565;
  font-weight: 400;
  line-height: 26px;
}
/*==========================*/
.featurewrap {
  border: 1px solid #ccc;
  background: #fff;
}
.details {
  position: relative;
}
.tc_content {
  padding: 20px;
}
.fp_footer {
  border-top: 1px solid #E6E9EC;
  padding: 10px 5px;
  position: relative;
}
.fp_footer ul {
  text-align: center;
}
.fp_footer .fp_meta li:last-child {
  margin-right: 0;
}
.fp_footer .fp_meta li a {
  font-size: 15px;
  font-weight: 500;
  color: #696969;
  line-height: 1.466;
}
.fp_footer .fp_meta a {
  display: inline-block;
  margin: 0 5px;
}
.notlong {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tc_content h4 {
  margin-bottom: 15px;
}
.tc_content h4 a {
  font-size: 18px;
  color: #121212;
  font-weight: 700;
}
.details .tc_content .prop_details {
  margin: 15px 0 0;
  padding: 0px;
}
.details .tc_content .prop_details li {
  margin-right: 25px;
  padding: 0 0 0 17px;
  display: block;
  position: relative;
}
.details .tc_content .prop_details li:before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background: #969696;
  content: '';
  z-index: 1;
  border-radius: 50%;
}
.featurewrap .thumb {
  background: #0D263B;
  overflow: hidden;
  position: relative;
  padding-bottom: 0 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 3px;
  height: 170px;
}
.featurewrap .thumb:before {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  content: '';
  background: rgb(0 0 0 / 55%);
  display: none;
}
.featurewrap .thumb .location {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  z-index: 99;
}
.featurewrap .thumb img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.featurewrap .thumb .thmb_cntnt {
  right: 10px;
  position: absolute;
  top: 10px;
  background-color: #f7931d;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 6px 13px;
  text-transform: uppercase;
}
/*.featurewrap:hover .thumb img{  opacity: .5;}*/
.DiscoverFeature .slick-prev.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -15px;
  top: 45%;
  color: transparent;
  background: #fff url(../images/prev.html) 16px 13px no-repeat;
  border-radius: 50%;
  background-size: 11px;
  cursor: pointer;
  border: 2px solid #ccc;
}
.DiscoverFeature .slick-slide {
  margin: 0 10px;
}
.DiscoverFeature .slick-next.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -15px;
  top: 45%;
  color: transparent;
  background: #fff url(../images/next.html) 16px 13px no-repeat;
  background-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #ccc;
}
.DiscoverFeature.bglight {
  background: #f8f8f8;
  border-top: 1px solid #E6E9EC;
}
.thankspage {
  padding: 120px 0 85px;
  width: 100%;
  text-align: center;
  margin: 95px 0 0;
}
.thankspage h2 {
  font-size: 65px;
  font-weight: 700;
  margin: 0 0 25px;
}
.thankspage p {
  font-size: 20px;
  margin-bottom: 35px;
}
.thankspage p a {
  padding: 10px 30px;
  color: #fff;
  background-color: #CA353C;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
}
#enquirePopup {
  z-index: 99999;
}
#enquirePopup .modal-title {
  font-size: 18px;
  font-weight: 600;
}
#enquirePopup .modal-body {
  padding: 25px 35px;
}
#enquirePopup .formConnect {
  width: 90%;
  margin: 0 auto;
}
.formConnect .form-control {
  height: 48px;
}
.formConnect .btn-submit {
  background-color: #ca353b;
  border: 1px solid #ca353b;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 55px;
  line-height: 40px;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.formConnect .btn-submit:hover {
  background: #121212;
  border-color: #121212;
}
.formConnect .form-group {
  margin: 0 0 15px;
}

.applyModal .modal-title{ font-size: 20px; color: #121212; font-weight: 600;}
.applyModal .form-control{ height: 48px; line-height: 36px;}
.applyModal .btn-submit{ width: 100%; text-align: center; display: block; background: #ca353b; color: #fff; font-weight: 600; font-size: 16px; text-transform: uppercase; padding: 13px 5px;}


/*========== UPDATE CSS =========*/
.m-hide{ display:block !important;}
.d-hide{ display:none !important;}

.slick-prev.slick-arrow{ width: 32px; height: 32px; position: absolute; left: -10px; top: 47%; background: url("../images/prev-arrow.svg") left top no-repeat; background-size:100%; color: transparent; cursor: pointer; z-index: 99;}
.slick-next.slick-arrow{ width: 32px; height: 32px; position: absolute; right: -10px; top: 47%; background: url("../images/next-arrow.svg") left top no-repeat; background-size:100%; color: transparent; cursor: pointer; z-index: 99;}

.main-banner {
  /*background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/main-banner.webp);*/
  padding: 0;
  position: relative;
  overflow: hidden;
}
.main-banner .slick-prev.slick-arrow{ left: 20px; top: 55%;}
.main-banner .slick-next.slick-arrow{ right: 20px; top: 55%;}
.main-banner .slick-slide{ padding: 0px;}
.main-banner .container {
  max-width: 1280px;
	position: absolute;
	left: 0; 
	right: 0;
	margin: 0 auto;
	top: 32%;
	z-index: 999;
}
form#search-form {
    background-color: #fff;
    padding: 0px;
    width: 100%;
    border-radius: 7px;
    display: block;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}
.main-banner img{
	width: 100%;
	height: auto;
}
.main-banner ul{
	position: absolute;
    left: 25%;
    background: #fbfbfb;
    width: 78%;
    top: 52px;
	padding: 0;
	border-radius: 0 0 5px 5px;
}
.main-banner ul li a{
	text-align: left;
	border-top: 1px solid #eee;
	padding: 5px 15px;
	color: #363636;
	display: block;
}
.main-banner ul li:hover a{
	color: #000;
	background: rgb(202 53 60 / 15%);
}

.main-banner ul.slick-dots{	
	width: 100%;
	left: 0;
	right: 0;
	top: auto;
	bottom: 20px;
	background: transparent;
}
.slick-dots li button:before {
    opacity: .75;
    color: transparent;
    background: #CA353C;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
	background: #fff;
}
.modal {
	z-index: 9999999;
}
form#search-form select,
form#search-form input {
  width: 100%;
  height: 70px;
  background-color: transparent;
  border: none;
  color: #656565;
  font-size: 18px;
  outline: none;
  padding: 0 15px;
  font-weight: 600;
}
.rerawrap{
	width: 100%; 
	padding: 50px 0 20px;
}
.rerawrap .container{
	position: relative;
}
.rerawrap .property-con {
    background: rgb(226 225 225 / 30%);
    padding: 45px 30px 45px;
    border-radius: 15px;
    color: black;
    width: 100%;
}
.rerawrap .lavel-1 {
    top: -22px;
}
.rerawrap .lavel-2 {
    bottom: -18px;
}

/**
 * Generic Styling
*/
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
  form#search-form {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  section.contact-info {
    padding: 50px 0;
  }
  section.about-us-section {
    padding: 40px 20px 0;
  }
  section.vision-section {
    padding: 50px 0 0;
  }
  .vision-box {
    margin-bottom: 70px;
  }
  section.service {
    padding: 40px 20px;
  }
  .our-team .team-content {
    padding: 14px 0;
  }
  .our-team .team-content .name {
    font-size: 16px;
    line-height: 1;
  }
  .our-team .team-content .post {
    font-size: 14px;
    line-height: 1;
  }
  section.out-team {
    padding: 50px 20px;
  }
  .cta-section {
    padding: 40px 0;
  }
  /*
  .header-area .main-nav .nav li:last-child,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
*/
  .header-area .main-nav .nav li:nth-child(6), .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  form#search-form button {
    border-radius: 7px;
    padding: 7px 7px;
  }
  form#search-form select, form#search-form input {
    border: 1px solid #8d99af;
    border-radius: 7px;
    margin-bottom: 15px;
    height: 48px;
    padding: 19px;
  }
  form#search-form input::placeholder {
    font-size: 14px;
  }
  form#search-form button i {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

/*================
	RESPONSIVE CSS
=================*/
@media screen and (max-width:767px) {
  .top-bar .col-md-6.d-flex.justify-content-end {
    display: none !important;
  }
  .job-apply h5 {
    font-size: 20px;
    line-height: 1.5;
  }
  .noof {
    margin-bottom: 18px;
  }
  section.vision-section {
    margin-top: 30px;
  }
  .our-team .team-content {
    padding: 20px 0;
  }
  .our-team:hover .team-content .name {
    transform: translateY(20px);
  }
  .review-section {
    padding: 20px 0;
  }
  .blog-section {
    padding: 40px 0 10px;
    background-color: #f7f7f7;
  }
  .blog-section .blog-item {
    margin-bottom: 30px;
  }
  .cta-section {
    padding: 30px 0;
  }
  .page-title {
    padding: 0px 0 40px;
  }
  .footer-section {
    padding: 0 10px;
  }
  .footer-content {
    padding: 50px 0px;
  }
  .footer-widget-heading h3 {
    margin-top: 50px;
  }
  .footer-text {
    margin-bottom: 50px;
  }
  .call-to-action-inner {
    flex-direction: column;
    padding: 0;
  }
  .call-to-action-inner h1 {
    font-size: 25px;
    text-align: center;
  }
  .call-to-action-inner p {
    text-align: center;
  }
  .call-to-action-inner .btn-wrapper {
    margin-top: 30px;
  }
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .projects-section {
    padding: 25px 0;
  }
  .page-title h2 {
    font-weight: 600;
    font-size: 26px;
  }
  .page-title span {
    font-size: 11px;
    margin-bottom: 21px;
    color: #fff;
  }
  .product-short-info-before li {
    margin-right: 28px;
  }
  .project-card {
    margin-bottom: 30px;
  }
  .project-card .location-content-wrap .location-content h5  {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    transition: .35s;
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover, .header-area.header-sticky .nav li a.active {
    color: #8d99af !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    min-height: auto;
    padding: 0 15px;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
  }
  .dropdown .dropdown-menu {
    display: none;
    position: inherit !important;
    background: #fff;
    border: 0;
    padding: 0;
    transform: inherit !important;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    border: none !important;
    background: #f7f7f7 !important;
    padding: 0 15px !important;
    margin: 0 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #8d99af !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area.header-sticky {
    min-height: 95px;
  }
  .background-header .main-nav .menu-trigger {
    top: 46px;
  }
  .header-area .main-nav a.logo {
    float: left;
    margin-top: 5px;
  }
  .background-header .main-nav a.logo {
    width: 105px;
    height: 58px;
    margin-top: 5px;
  }
  .header-area .main-nav a.logo {
    /*background-image: url(../images/logo.png); */
    width: 105px;
    height: 58px;
  }
  .header-area {
    background-color: #ffffff;
    padding: 0px;
    height: auto;
    box-shadow: none;
    text-align: center;
  }
  .main-banner .btn-brown {
    min-width: 140px;
    margin-bottom: 4px;
  }
  .counter {
    color: #fff;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .main-banner .top-text h2 {
    font-size: 28px;
  }
  .main-banner {
    padding: 110px 10px 20px 10px;
  }
  .counter h2 {
    font-size: 24px;
  }
  .main-title p {
    font-size: 13px;
    color: #696969;
    line-height: 1.25rem;
    margin-bottom: 0;
  }
  .projects-section .position-relative {
    margin: 0 0 15px;
  }
  .main-title {
    margin-bottom: 10px;
  }
  .blog-section .entry-content {
    padding: 25px 15px 15px;
  }
  .blog-section .entry-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .mascot-post-excerpt {
    font-size: 13px;
  }
  .blog-section a.read-more {
    padding: 12px 15px;
  }
  section.about-us-section {
    padding: 30px 0 0;
  }
  section.about-main {
    height: 180px;
    margin-top: 96px;
    background-position: left -290px;
    position: relative;
  }
  section.about-us-section p {
    font-size: 14px;
    line-height: 22px;
  }
  .vision-box h3 {
    margin: 10px 0 25px;
  }
  .vision-box p {
    font-size: 13px;
    line-height: 24px;
  }
  .vision-box {
    text-align: center;
    padding: 0 10px 10px;
  }
  .vision-box {
    margin-bottom: 45px;
  }
  .header-area .main-nav .menu-trigger {
    top: 45px;
  }
  .leftcolumn {
    width: 100%;
  }
  .rightcolumn {
    width: 100%;
    padding-left: 0;
  }
  .blog.details {
    padding: 10px 0 30px;
  }
  .blog.details h2 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 26px;
  }
  .blog.details h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .blog.details p {
    font-size: 14px;
    margin: 15px 0 0;
  }
  .rightcolumn h3 {
    margin-bottom: 20px;
  }
  .job-content {
    padding: 20px;
  }
  .applly-button {
    margin-top: 20px;
  }
  .applly-button .btn {
    width: 100%;
  }
  section.property-details.p-5 {
    padding: 40px 0 !important;
    height: auto;
  }
  .property-con {
    padding: 55px 15px 65px;
    border-radius: 5px;
  }
section.property-details {
    height: auto;
    margin-top: 95px;
    padding: 0 !important;
}
section.property-details .slick-dotted.slick-slider {
margin-bottom: 0;
}
	
  section.tab-section {
    padding: 25px 0 0;
  }
  .product-info {
    padding: 15px 15px 1px;
    color: #587089;
  }
  .thankspage {
    padding: 120px 0 45px;
  }
  .thankspage h2 {
    font-size: 40px;
    margin: 0 0 15px;
  }
  .thankspage p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .lavel-1 {
    padding: 10px;
    top: 40px;
    width: 90%;
  }
  .lavel-1 h1 {
    transform: skew(20deg);
    font-size: 16px;
  }
  .lavel-2 {
    bottom: 20px;
    width: 100%;
  }
  .hl-point_left ul {
    padding: 0 15px 0 0 !important;
  }
  .blue-button {
    display: inline-block;
    margin: 5px 0;
  }
/*========== UPDATE CSS =========*/
.m-hide { display: none !important; }
.d-hide { display: block !important; }	
	
.header-area.header-sticky {
    min-height: 95px;
    z-index: 9999;
}	
.main-banner {
    padding: 90px 0 0;
}
.main-banner .container {
    top: 20%;
}
.main-banner .top-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
    height: 55px;
    margin-top: 0;
}	
form#search-form select.w-25 {
    width: 40% !important;
    margin: 0;
}	
form#search-form input.w-75{
	width: 60% !important;
}
form#search-form select, form#search-form input {
    height: 50px;
    font-size: 14px;
    padding: 0 15px;
	margin: 0px;
}	
.main-banner .btn-brown {
    min-width: auto;
    margin-bottom: 4px;
    padding: 5px 7px;
    font-size: 14px;
}	
.main-banner ul {
    position: absolute;
    left: 0;
    background: #fbfbfb;
    width: 100%;
    top: 49px;
    padding: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
	
	
	
/*========== UPDATE CSS =========*/
.m-hide { display: none !important; }
.d-hide { display: block !important; }	
	
.header-area.header-sticky {
    min-height: 95px;
    z-index: 9999;
}	
.main-banner {
    padding: 95px 0 0;
}
.main-banner .container {
    top: 20%;
}
.main-banner .top-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
    height: 55px;
    margin-top: 0;
}	
form#search-form select.w-25 {
    width: 40% !important;
    margin: 0;
}	
form#search-form input.w-75 {
    width: 56% !important;
}
form#search-form select, form#search-form input {
    height: 50px;
    font-size: 14px;
    padding: 0 15px;
	margin: 0px;
}	
.main-banner .btn-brown {
    min-width: auto;
    margin-bottom: 4px;
    padding: 5px 7px;
    font-size: 14px;
}	
.main-banner ul {
    position: absolute;
    left: 0;
    background: #fbfbfb;
    width: 100%;
    top: 49px;
    padding: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}	
form#search-form {
    padding: 10px;
}
form#search-form button {
    margin-top: 15px;
}	
	
.main-banner .slick-next.slick-arrow {
    right: 140px;
    top: auto;
    bottom: -60px;
}	
.main-banner .slick-prev.slick-arrow {
    left: 140px;
    top: auto;
    bottom: -60px;
}	

.key-highight ul{
	padding: 0px;
	margin-bottom: 20px;
}
.hl-point{
	padding-right: 20px;
}
.hl-point_left	{
	padding-left: 20px;
}
.hl-point_left li{
	width: 95%;
}	
.lavel-1::before	{
	display: none;
}
	
.main-banner .container {
    position: absolute;
}	
	
	
	
	
}