/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

body {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

p {
  color: #3c3c3c;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

button {
  outline: 0 !important;
}

/* a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
} */

a:hover,
a:focus {
  color: #542b87;
  text-decoration: none;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.about-area {
  padding: 50px 0;
}

/* .ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
} */

/*default-btn*/
.default-btn {
  display: inline-block;
  overflow: hidden;
  border: none !important;
  position: relative;
  background-color: #212844;
  color: #F0E8D5;
  padding: 14px 33px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(113, 177, 0, 0.25);
  box-shadow: 0 10px 20px 0 rgba(113, 177, 0, 0.25);
  font-weight: 500;
  font-size: 15px;
  width: 100%;
}

.default-btn::before {
  content: '';
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
  width: 300px;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

.default-btn:hover,
.default-btn:focus {
  background-color: #F0E8D5, ;
  color: #212844;
  -webkit-box-shadow: 0 10px 20px 0 rgba(113, 177, 0, 0.25);
  box-shadow: 0 10px 20px 0 rgba(113, 177, 0, 0.25);
}

.default-btn:hover::before,
.default-btn:focus::before {
  -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
  transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

/*section-title*/
.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  color: #212844;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-title h4 {
  color: #212844;
  font-size: 28px;
  font-weight: 700;

}

.section-title p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
}

/*form-control*/
.form {
  position: relative;
  float: right;
  background: #F0E8D5;
  right: 2.5%;
  top: 200px;
  width: 320px;
  border-radius: 6px;
  box-shadow: 6px 6px 12px #000;

}

.logo {
  text-align: center;
  padding: 20px 0;
}

.form img {
  margin: 0 auto;
  text-align: center;
}

.form h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center
}

.form-control {
  height: 50px;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  border: none;
  border-radius: 0;
  background-color: #f3f3f3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  border: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: #f3f3f3;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-ms-input-placeholder {
  color: #999999;
}

.form-control::placeholder {
  color: #999999;
}

/*================================================
Navbar CSS
=================================================*/
.header-area {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  left: 0;
  background: #BCAA8C;
  background: linear-gradient(to bottom, #212844, transparent);
  Opacity: 0.98;
}

.header-area .navbar {
  /* position: relative; */
}

.top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-header ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.top-header ul.header-contact li {
  margin-right: 20px;
  color: #ffffff;
  display: inline-block;
}

.top-header ul.header-contact li i {
  /* color: #542b87; */
  margin-right: 3px;
}

.top-header ul.header-contact li a {
  display: inline-block;
  color: #ffffff;
}

.top-header ul.header-contact li a:hover,
.top-header ul.header-contact li a:focus {
  /* color: #542b87; */
}

.top-header ul.header-contact li:last-child {
  margin-right: 0;
}

.top-header ul.social {
  text-align: right;
}

.top-header ul.social li {
  display: inline-block;
}

.top-header ul.social li a {
  width: 38px;
  height: 38px;
  line-height: 40px;
  background-color: #ededed;
  /* color: #542b87; */
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
}

.top-header ul.social li a:hover,
.top-header ul.social li a:focus {
  /* background-color: #542b87; */
  color: #ffffff;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 2px 40px;
  left: 0;
}

.banner-karunar {
  margin-top: 85px;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.bg-light {
  background-color: #F0E8D5 !important;
}

.navbar-light .navbar-brand img:last-child {
  display: none;
}

.navbar-light .navbar-nav {
  margin-left: auto;
}

.navbar-light .navbar-nav .nav-item {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #212844;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #212844;
  left: -13px;
}

.call-btn {
  margin-top: 15px;

}

.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #000;
}

.navbar-light .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link::before {
  display: none;
}

.navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-light .others-options {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link {
  color: #212844;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link:hover,
.navbar-light.is-sticky .navbar-nav .nav-item .nav-link.active {
  /* color: #212844; */
}

.navbar-light.is-sticky .navbar-brand img:last-child {
  display: block;
}

.navbar-light.is-sticky .navbar-brand img:first-child {
  display: none;
}

.navbar-light.navbar-style-two .navbar-nav {
  margin: 0 auto;
}

/*================================================
Main Banner CSS
=================================================*/
/*  */



.main-banner {
  position: relative;
  z-index: 1;
  height: 800px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0;
}

.home-area .d-table-cell {
  vertical-align: bottom;
}

.item-bg1 {
  background-image: url();
}

.item-bg2 {
  background-image: url();
}

.item-bg3 {
  background-image: url();
}

.main-banner-content {
  max-width: 560px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 22;
  border: 10px solid rgba(0, 0, 0, 0.47);
  padding: 50px;
  margin-bottom: 120px;
}

.main-banner-content h1 {
  line-height: 44px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner-content h1 span {
  color: #212844;
}

.main-banner-content p {
  font-size: 15px;
  color: #ffffff;
  opacity: .90;
  margin-bottom: 25px;
}

.main-banner-text {
  max-width: 560px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 22;
  padding: 50px;
}

.main-banner-text h1 {
  line-height: 44px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}

.main-banner-text h1 span {
  /* color: #0aae4d; */
  font-size: 57px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 60px;
}

.main-banner-text p {
  font-size: 15px;
  color: #ffffff;
  opacity: .90;
}

.hero-content {
  position: relative;
  z-index: 22;
  margin-top: 70px;
}

.hero-content span {
  /* color: #542b87; */
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.hero-content h1 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
}

.hero-content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}

.hero-content p i {
  color: #212844;
}

.home-slides .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #212844;
  width: 45px;
}

.visit-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 25px;
  position: relative;
  z-index: 22;
  margin-top: 50px;
}

.visit-form::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

.visit-form form {
  text-align: center;
}

.visit-form form .form-control {
  border: 1px solid #eeeeee;
  font-size: 14px;
  border-radius: 2px;
}

.visit-form form label {
  /* color: #3c3c3c; */
  font-weight: 500;
  /* margin-bottom: 10px; */
  text-align: left;
  display: block;
}

.visit-form form .default-btn {
  margin-top: 10px;
}

.default-btn a {

  color: #F0E8D5;
}

.video-banner {
  overflow: hidden;
}

.video-banner .d-table-cell {
  vertical-align: bottom;
}

.video-banner .video-background {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}

/* <!-- promises --> */
.section-title h2 {
  color: #212844;
  font-size: 40px !important;
  font-weight: bold !important;
}

.sreerosh-promise-section {
  background-color: #F0E8D5;
  padding: 50px 0;
}

.sreerosh-promise-section .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #212844;
  line-height: 1.4;
}

.sreerosh-promise-section .section-title span {
  display: block;
  color: #212844;
  font-size: 26px;
}

.sreerosh-promise-section .sub-heading {
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
  color: #212844;
  text-align: center;
}

.sreerosh-promise-section .section-description {
  font-size: 18px;
  text-align: justify;
  align-items: justify;
  justify-content: justify;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 10px;
  color: #333;
}

.promise-img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}



/*================================================
Features CSS
=================================================*/
.features-area {
  padding-bottom: 70px;
}

.single-features {
  margin-bottom: 30px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 1rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1rem rgba(108, 118, 134, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.single-features .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  /* color: #542b87; */
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  /* border: 1.3px solid #542b87; */
}

.single-features h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-features a {
  /* color: #542b87; */
  font-size: 15px;
}

.single-features a:hover,
.single-features a:focus {
  letter-spacing: 2px;
}

.single-features:hover,
.single-features:focus {
  border-color: #ebebeb;
}

.single-features:hover .icon,
.single-features:focus .icon {
  /* background-color: #542b87; */
  color: #ffffff;
}

/* //map-section */

.map-section {
  padding: 50px 0;
}

.map-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #212844;
}

.googlemap iframe {
  border-radius: 8px;
}

/*================================================
About CSS
=================================================*/
.about-image {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  height: 80vh;
}

.about-image .back-img1 {
  position: absolute;
  z-index: -1;
  right: 10px;
  top: -30px;
}

.about-image .back-img2 {
  position: absolute;
  z-index: -1;
  left: 10px;
  bottom: -30px;
}

.about-image .circle-img {
  position: absolute;
  bottom: -50px;
  right: -4px;
  z-index: 2;
}

.about-content h2 {
  color: #212844;
  margin-left: 110px;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-content p {
  margin-bottom: 0;
  font-size: 18px;
}

.single-inner-box h4 {
  font-size: 18px;
}

.about-content .about-inner .single-inner-box {
  position: relative;
  margin-top: 68px;
  padding-left: 85px;
}

.about-content .about-inner .single-inner-box .icon :hover {
  color: #212844 !important;
  background-color: #BCAA8C !important;
}

.brochure {
  color: #212844;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;

}

.btn-submit {
  background: #BCAA8C;
  text-align: center;
  /* color: #212844; */
  font-weight: 600;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;

  border: 1px solid rgb(251 251 252);
  color: #3c3c3c;
  font-weight: 800;
  font-size: 24px;
}

.btn-submit-form {
  background: #212844;
  text-align: center;
  /* color: #212844; */
  font-weight: 600;
  padding: 10px 40px;
  display: flex;
  margin-left: 30%;
  justify-content: center;
  align-items: center;
  color: #E9E3CA
}

.btn-submit-form:hover {
  background-color: #F0E8D5;
  text-align: center;
  color: #212844;
}

.about-content .about-inner .single-inner-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 70px;
  text-align: center;
  line-height: 68px;
  border-radius: 3px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background-color: transparent;
}



/* map-section */
.agent-image {
  position: relative;
}

.back-img1,
.back-img2 {
  position: absolute;
  z-index: 1;
  opacity: 0.2;
  width: 100px;
  height: auto;
}

.back-img1 {
  top: 20px;
  left: 20px;
}

.back-img2 {
  bottom: 20px;
  right: 20px;
}

.property-details {
  padding: 30px;
}

.additional-details strong {
  color: #212844;
  font-size: 17px;
}



/*================================================
Property Details CSS
=================================================*/
.property-details-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.property-details h2 {
  color: #212844;
  font-size: 35px;
  font-weight: 700;
  /* margin-bottom: 15px; */
}

.property-details h4 {
  color: #212844;
  font-size: 22px;
  font-weight: 600;
  /* margin-bottom: 15px; */
}

.property-details-area::before {
  position: absolute;
  right: -80%;
  background: #fff;
  color: #212844;
  content: '';
  top: 0;
  width: 260%;
  height: 585%;
  z-index: 22;
  -webkit-transform: skewY(108deg);
  transform: skewY(108deg);
}


.property-details-info {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 25;
}

.property-details-info .property-details {
  max-width: 650px;
}

.property-details-info .property-details h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.property-details-info .property-details ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.property-details-info .property-details ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.property-details-info .property-details ul li span {
  font-weight: 600;
}

.property-details-info .additional-details {
  margin-top: 35px;
  max-width: 650px;
}

.additional-details p {
  color: #000;
  font-size: 17px;

}

.additional-details strong {
  color: #000;
  font-size: 17px;
  font-weight: bold;
}

.property-details-info .additional-details h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.property-details-info .additional-details ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.property-details-info .additional-details ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.property-details-info .additional-details ul li span {
  font-weight: 600;
}

.property-details-area-two {
  position: relative;
  z-index: 1;
}

.property-details-area-two::before {
  position: absolute;
  right: 0;
  /* background: #542b87; */
  content: '';
  top: 0;
  width: 53%;
  height: 100%;
  z-index: 22;
}

/*================================================
Photo Gallery CSS
=================================================*/
.photo-gallery-item {
  overflow: hidden;
  position: relative;
}

.photo-gallery-item a img {
  -webkit-transition: .9s;
  transition: .9s;
}

.photo-gallery-item:hover a img,
.photo-gallery-item:focus a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*================================================
Floor Plans CSS
=================================================*/
.floor-plans-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/background.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.tab .tabs {
  text-align: center;
  padding: 0;
  margin: 0 0 40px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.tab .tabs li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}

.tab .tabs li::before {
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -8px;
  position: absolute;
  /* background: #542b87; */
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  margin: 0 auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab .tabs li a {
  background-color: #ffffff;
  padding: 18px 40px;
  /* color: #3c3c3c; */
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.tab .tabs li a:hover {
  /* background-color: #542b87; */
  color: #ffffff;
}

.tab .tabs li.current a {
  /* background-color: #542b87; */
  color: #ffffff;
}

.tab .tabs li.current::before {
  opacity: 1;
  visibility: visible;
}

.tab .tab_content {
  background-color: #ffffff;
  padding: 35px;
}

.tab .tab_content .tabs_item {
  display: none;
}

.tab .tab_content .tabs_item:first-child {
  display: block;
}

.tab .tab_content .tabs_item .tabs_item_content p {
  margin-bottom: 0;
}

.tab .tab_content .tabs_item .tabs_item_content ul {
  padding: 0;
  margin: 25px 0 30px;
  list-style-type: none;
}

.tab .tab_content .tabs_item .tabs_item_content ul li {
  margin-bottom: 12px;
  color: #9ea0a6;
  font-weight: 500;
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}

.tab .tab_content .tabs_item .tabs_item_content ul li span {
  float: right;
  /* color: #3c3c3c; */
  font-weight: 600;
}

.tab .tab_content .tabs_item .tabs_item_content ul li:last-child {
  margin-bottom: 0;
}

/*================================================
Agent CSS
=================================================*/
.agent-image {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.agent-image .back-img1 {
  position: absolute;
  z-index: -1;
  right: -23px;
  top: -30px;
}

.agent-image .back-img2 {
  position: absolute;
  z-index: -1;
  left: -23px;
  bottom: -30px;
}

.agent-content {
  padding-left: 30px;
  position: relative;
}

.agent-content .section-title {
  text-align: left;
  margin-bottom: 35px;
}

.agent-content .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.agent-content .agent-info {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 15px 100px 20px 25px;
}

.agent-content .agent-info::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  width: 100%;
  height: 100%;
  /* background: #542b87; */
}

.agent-content .agent-info::after {
  content: '';
  position: absolute;
  -webkit-clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
  clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #faf6f6;
}

.agent-content .agent-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.agent-content .agent-info span {
  display: block;
  /* color: #542b87; */
}

.agent-content p {
  margin: 0;
}

.agent-content .agent-contact-info {
  padding: 0;
  margin: 5px 0 45px;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.agent-content .agent-contact-info li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 16px;
  /* color: #3c3c3c;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px; */
}

.agent-content .agent-contact-info li span {
  color: #3c3c3c;
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

.agent-content .agent-contact-info li i {
  /* color: #542b87; */
  position: relative;
  top: 5px;
  font-size: 35px;
}

.agent-content .agent-contact-info li a {
  display: inline-block;
  color: #3c3c3c;
}

.agent-content .agent-contact-info li a:hover,
.agent-content .agent-contact-info li a:focus {
  color: #212844;
}

.agent-content .social {
  position: absolute;
  left: 200px;
  bottom: 10px;
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.agent-content .social li {
  display: inline-block;
}

.agent-content .social li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: #ededed;
  /* color: #542b87; */
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
}

.agent-content .social li a:hover,
.agent-content .social li a:focus {
  /* background-color: #542b87; */
  color: #ffffff;
}

/*================================================
Feedback CSS
=================================================*/
.feedback-area {
  position: relative;
  padding-bottom: 70px;
  z-index: 1;
  background-image: url(../img/black-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.feedback-area .section-title h2 {
  color: #ffffff;
}

.feedback-area .section-title p {
  color: #ffffff;
  opacity: .90;
}

.single-feedback {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding: 40px 30px;
}

.single-feedback .client-image img {
  border-radius: 50%;
}

.single-feedback .rating {
  padding: 0;
  margin: 20px 0 15px;
  list-style-type: none;
}

.single-feedback .rating li {
  display: inline-block;
  color: #ffc000;
  font-size: 18px;
}

.single-feedback p {
  margin-bottom: 0;
}

.single-feedback .bar {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
  height: 2px;
  /* background: #542b87; */
}

.single-feedback h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-feedback span {
  display: block;
  font-size: 14px;
  color: #3c3c3c;
}

/*================================================
Services CSS
=================================================*/
.services-area {
  padding: 50px 0;
  background: #F0E8D5;
}

.single-services {
  background-color: #fcfafa;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  border: 1px solid #fcfafa;
  padding: 22px 10px 0px 10px;
  height: 222px;
}

.single-services .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #212844;
  font-size: 35px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  border: 1.3px solid #212844;
}

.single-services h3 {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-services .bar {
  position: relative;
  margin-top: 12px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
  height: 3px;
  background: #BCAA8C;
}

/* when you hover only the bar */
.single-services .bar:hover {
  background: #fff;
  /* change this to your desired color */
}

/* when you hover the whole single-services box */
.single-services:hover .bar {
  background: #fff;
  /* example color */
}

.single-services a {
  color: #212844;
  font-size: 15px;
}

.single-services a:hover,
.single-services a:focus {
  letter-spacing: 2px;
}

.single-services:hover,
.single-services:focus {
  border-color: #ebebeb;
}

.single-services:hover .icon,
.single-services:focus .icon {
  /* background-color:  #212844;; */
  color: #BCAA8C;

  /* border-radius: 50%; */
}

/*================================================
Contact CSS
=================================================*/
#map {
  width: 100%;
  height: 450px;
}

#contactForm label {
  display: block;
  color: #3c3c3c;
  font-weight: 600;
  font-size: 14px;
}

#contactForm .has-error ul {
  padding: 0;
  margin: 10px 0 0;
  list-style-type: none;
}

.title-text {
  text-transform: capitalize !important;
  color: #212844 !important;
}

#contactForm .has-error ul li {
  color: red;
}

#contactForm #msgSubmit {
  margin: 0;
  margin-bottom: 20px;
}

#contactForm .text-danger {
  margin: 15px 0 0 !important;
  font-size: 20px;
  font-weight: 600;
}

.contact-box .agent-contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.contact-box .agent-contact .image {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-box .agent-contact .image img {
  border-radius: 7px;
  border: 6px solid #eeeeee;
}

.contact-box .agent-contact .content {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-box .agent-contact .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-box .agent-contact .content span {
  display: block;
  /* color: #542b87; */
  margin-bottom: 12px;
}

.contact-box .contact-info {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact-box .contact-info li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  /* color: #3c3c3c; */
  position: relative;
  font-size: 15px;
  /* margin-top: 10px;
  padding-left: 39px;
  padding-top: 5px; */
}

.contact-box .contact-info li a {
  display: inline-block;
  color: #3c3c3c;
}

.contact-box .contact-info li a:hover,
.contact-box .contact-info li a:focus {
  /* color: #542b87; */
}

.contact-box .contact-info li i {
  /* color: #542b87; */
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-box .social {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.contact-box .social li {
  display: inline-block;
}

.contact-box .social li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: #ededed;
  /* color: #542b87; */
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
}

.contact-box .social li a:hover,
.contact-box .social li a:focus {
  /* background-color: #542b87; */
  color: #ffffff;
}

/* form */

.hero-form {
  background: #BCAA8C;
  padding: 50px 20px;
  border: 2px solid #E9E3CB;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  width: 360px;

  z-index: 2;
}

.hero-form h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-align: center;
  font-size: 40px;
}

.hero-form p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/*================================================
Footer CSS
=================================================*/

.footer-section {
  font-family: "Anek Latin", sans-serif;
  background-color: #BCAA8C;
  color: #fff;
  padding: 40px 20px 20px;
  font-size: 14px;
  position: relative;
}

.footer-section .footer-text {
  font-family: "Anek Latin", sans-serif;
  max-width: 1000px;
  margin: 0 auto 20px;
  line-height: 1.6;
  color: #fff;
}

.footer-section .rera {
  font-family: "Anek Latin", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-bottom {
  font-family: "Anek Latin", sans-serif;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
}

.footer-bottom a {
  font-family: "Anek Latin", sans-serif;
  color: #fff;
  text-decoration: underline;
  margin-left: 5px;
}

.footer-bottom a:hover {
  text-decoration: none;
}

.footer-bottom .marketed {
  text-align: right;
}

.maha-heading-footer p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  align-content: center;
  /* margin-top: 20px; */
  /* background: #231F20 !important; */
}

.rera {
  color: #fff;
}

.footer-main-by a {
  font-family: 'Playfair Display", serif';
  font-weight: 400;
  font-size: 14px;
  color: #fff !important;
}

.footer-main-btn a {
  font-family: 'Playfair Display", serif';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #415867 !important;
  border-radius: 3px;
  padding: 10px 15px;
  /* background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76)); */
  /* background:linear-gradient(to bottom, #0B9536 50%, #62B32B 100%);	 */
}

.top-arrow-link {
  position: absolute;
  right: 0%;
  top: 82%;
  z-index: 99;
}

footer {
  position: relative;
}

.footer-wrap h3 {
  font-family: 'Playfair Display", serif';
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}

.footer-wrap ul li a {
  text-decoration: none;
  font-family: 'Playfair Display", serif';
  font-size: 15px;
  color: #fff;
}

.footer-wrap .menu-first ul li a {
  text-decoration: none;
  font-family: 'Playfair Display", serif';
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.footer-bottom .footer-menu li a:hover {
  color: #fff;
}

.copyright-text {
  color: #fff !important;
}

.footer-bottom .copyright-text {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-family: var(--font-family-oswald);
  padding: 25px 0;
}

.footer-bottom .copyright-text a {
  color: var(--theme-color);
}

.conatact1 span {
  display: block;
}

.footer-wrap ul li {
  padding-bottom: 5px;
}

.footer-contact ul li {
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: left 7px;
  padding-bottom: 10px;
}

.footer-contact ul li.location {
  background-image: url(img/others/cont-1.png);
}

.footer-contact ul li.phone {
  background-image: url(img/others/cont-2.png);
}

.footer-contact ul li.mail {
  background-image: url(img/others/cont-3.png);
}

.social-icons ul li a i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 10px;
  text-align: center;
  background-color: #e5accc;
}

.social-icons ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.social-icons ul li {
  padding-right: 8px;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 15px;
  font-size: 25px;
  color: #ffffff;
  background-color: #3c3c3c;
  z-index: 4;
  display: none;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  /* color:#212844 ; */
  background: #212844;
}

/* overview */
.single-services {
  padding: 20px;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.single-services:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  background-color: #f9f9f9;
}

.single-services {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
}

.single-services .icon img {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  filter: grayscale(100%) brightness(0) invert(0);
}

.single-services:hover {
  background-color: #BCAA8C;
  color: #fff;
}

.single-services:hover h3,
.single-services:hover h3 small {
  color: #fff;
}



/*# sourceMappingURL=style.css.map */


.bottom_button {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

* {
  box-sizing: border-box;
}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
  z-index: 9999;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .bottom_button {
    width: 100%;
    height: 50px;
    float: left;
    background: #212844;
    line-height: 50px;
    border-top: 1px solid #fff;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
    font-weight: 700;
    text-transform: uppercase;
  }

  .bottom_button .specification {
    width: 49%;
    float: left;
    text-align: center;
    border-right: 1px solid #fff;
    font-size: 15px;
  }

  .bottom_button .specification a {
    color: #fff !important;
    text-decoration: none;
    display: block;
  }

  .bottom_button .enquireButton {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 15px;
  }

  .bottom_button .enquireButton a {
    color: #fff !important;
    text-decoration: none;
    display: block;
  }
}

@media (max-width: 768px) {

  .marketed p {
    text-align: center !important;
  }

  .sreerosh-promise-section .section-title span {
    font-size: 23px;
  }

  .sreerosh-promise-section .section-title {
    font-size: 23px;
  }

  .sreerosh-promise-section .section-description {
    text-align: justify !important;
  }

  .about-content .about-inner .single-inner-box h4 {
    text-align: justify;

  }

  .about-content .about-inner .single-inner-box {
    margin-top: 35px;
  }

  .section-title h2 {
    font-size: 30px !important;
  }

  .section-title h4 {
    font-size: 23px;
  }

  .about-content h2 {
    /* margin-right: 80% !important;
    text-align: start;
    align-items: start; */
    font-size: 30px;
    text-align: center !important;
    margin-left: 0px;
  }

  .navbar.is-sticky {
    /* height: 28vh; */
  }

  .about-content p {

    text-align: center;
  }


  .navbar-light.navbar-style-two .others-options {
    background-color: transparent !important;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 10px;
  }

  .additional-details p {
    text-align: justify;
  }

  .btn-submit {
    width: max-content;
  }

  .header-area {
    margin-right: 30px;
  }

  .footer-section {
    padding: 20px 0px;
    position: relative;
    padding-bottom: 60px;

  }

  .header-area {
    position: absolute !important;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    left: 0;
    background: #BCAA8C;
    background: linear-gradient(to bottom, #212844, transparent);
    Opacity: 0.98;
  }

  .navbar-brand img {
    margin-right: 20px;
  }

  .about-content h4 {

    text-align: center;

    font-size: 23px;
    padding-top: 22px;
  }

  .section-title p {
    text-align: justify;
  }

  .hero-form {
    position: static;
    margin-bottom: 10px;

    transform: none;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .property-details {
    /* padding: 40px 20px; */
    justify-content: center;
    align-items: justify;
  }

  .about-image {
    padding: 40px 20px;
    padding: 0px;
  }

  .about-image {
    height: auto;
  }

  .btn-submit {
    padding: 10px 2px;
  }

  .property-details h2 {
    font-size: 30px !important;

  }

  .property-details h4 {
    font-size: 23px !important;

  }

  .property-details p {
    font-size: 16px !important;

  }

  .footer-text {
    font-size: 16px;
    text-align: justify;
  }

  .agent-image {
    padding: 40px 0px;
  }

  .brochure {
    color: #212844;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-right: 0px;
  }
}


.copyrights {
  /* background-color: #2f3f3f; */
  padding: 20px 0px;
}

.copyright p {
  color: #fff;
}

.copyright a {
  text-decoration: none;
}

.marketed p {
  color: #fff;
}

.marketed a {
  text-decoration: none;
}