/* #f83435 */
body {
   font-family: 'Poppins', sans-serif;
  background-color: #f4f4f4;
  color:#000;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 , .hclass
{
padding: 0px;
  color: #000;
  font-weight: 600;
  margin-bottom: 1rem !important;
   font-family: 'Poppins', sans-serif;

}

h1, .hclass
{
  font-size: 2rem;
}

h2, .h2class {
  font-size:1.8rem; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

a 
{
  color: #b72626;
	text-decoration: none;
}

a:hover 
{
  color: #b72626;
  text-decoration: none; 
}
/* Navbar */
.navbar .nav-link {
  color: #fff;
  font-weight: 600;
  transition: color 0.3s ease;
  font-size: 18px;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #b72626;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	background: #fff;
	border-radius: 0.25rem;
}
/* Hero Section */
.hero-section {
  background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1600&q=80') no-repeat center center / cover;
  height: 90vh;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .container {
  position: relative;
  z-index: 2;
  color: #fff;
}
/* Hero Carousel */
.hero-slide {
  position: relative;
  height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.hero-slide .container {
  z-index: 2;
  position: relative;
}
/* Hero Slide */
.hero-slide {
  position: relative;
  height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero-slide .container {
  z-index: 2;
  position: relative;
}

/* Carousel Indicators */
.carousel-indicators.custom-indicators {
  position: absolute;
  bottom: 5%;
  left: 0%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 12px;
}
.custom-indicators button {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  padding: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.custom-indicators button.active {
  background-color: #b72626;
}
.custom-indicators button.active::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 25px;
  height: 25px;
  border: 2px solid #b72626;
  border-radius: 50%; 
}
.custom-indicators.carousel-indicators [data-bs-target]{
	width: 5px;
  height: 5px;
  margin-right:20px;
}

/* Hero Search Bar */
.hero-search-box {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  padding: 0 15px;
}
.hero-search {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.hero-search input {
  border: none;
  border-radius: 0px;
  padding:0.3rem;
  text-align:center;
}
.hero-search .btn {
  border-radius: 0;
  font-weight: 600;
  border-radius:0.2rem;
}
.hero-search select {
	background: #fff;
	font-size: 16px;
	color: #888;
	appearance: none;
}
.hero-search input:focus {
  outline: none;
  box-shadow: none;
}
.hero-search label {
  font-size:16px !important;
}
@media (max-width: 768px) {
  .hero-search {
    flex-direction: column;
    border-radius: 20px;
  }
  .hero-search input,
  .hero-search .btn {
    border-radius: 0 !important;
    width: 100%;
    padding: 12px 15px;
  }
}
.frmmiddl{
	border-left:1px solid #dddd;
	border-right:1px solid #dddd;
}
/* Custom Carousel Indicators */
.custom-indicators {
  bottom: 20px;
}
.custom-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px;
  border: none;
  transition: background-color 0.3s ease;
}
.custom-indicators .active {
  background-color: #b72626;
}


/* Stats Section */
.stats-section {
  background: linear-gradient(to right, #232526, #414345);
  padding: 60px 0;
}
.stat-number {
	font-size: 1.2rem;
	font-weight: 600;
	color: #b72626;
	margin-bottom: 10px !important;
}
.stats-section p {
  margin: 0;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

/* Consultation Section */
.consult-section {
  background: linear-gradient(to right, #101010, #2f2f2f, #3d3d3d);
  color: #fff;
  padding: 60px 20px;
}
.consult-section h2 {
  font-weight: 700;
}
.consult-section .btn {
  border-radius: 30px;
  font-weight: 600;
  padding: 10px 25px;
  transition: all 0.3s ease;
}
.consult-section .btn:hover {
  background-color: #fff;
  color: #000;
}

/* Testimonials */
.testimonial_section {
  display: block;
  overflow: hidden;
  background:#fff;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #000;
  padding-top: 40px;
  padding-right: 210px;
  padding-bottom: 40px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #000;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
   font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #b72626;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #b72626;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #b72626;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #b72626;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 70px;
  margin-top: 0px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #b72626;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 130px;
  right: 42px;
  border-radius: 0;
  background: #b72626;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #000;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 130px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #b72626;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #000;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: 0px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: 0px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
	margin-top: 0 !important;
	padding: 15px 40px 15px 40px !important;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
	margin: 10px 0 10px 0;
	padding: 20px 0px 20px 0px;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev, .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next  {
	top: 60px;
	
}
.testimonial_section .about_content .layer_content .section_title h2 {
	font-size: 1.6rem;
}
}
.testimonial_section .btn-warning{
	border-radius:0 !important;
}
.testimonial_section .btn-warning:hover{
	background:#fff !important;
}
/* Footer */
.elegant-footer {
  background-color: #000;
  color: #cccc !important;
  font-family: 'Montserrat', sans-serif;
  background:url('../images/footer-bg.jpg');
  background-size: cover;
  padding-top: 15rem !important;
}
.elegant-footer p,.elegant-footer div, .elegant-footer a{ color: #cccc !important; }
.elegant-footer .footer-title {
  color: #b72626;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #cccc;
  font-size: 15px;
  transition: 0.3s;
}

.footer-links a:hover, .elegant-footer a:hover {
  color: #b72626 !important;
  text-decoration: underline;
}

.footer-social-icons a {
  display: inline-block;
  color: #c8a87c;
  font-size: 18px;
  margin-right: 15px;
  transition: 0.3s;
}

.footer-social-icons a:hover {
  color: #b72626;
}

.footer-divider {
  border-color: #ccc;
}

/* Feature Banner Cards */
.banner-cards-wrap {
  background-color: #fff;
}

.banner-card {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  min-height: 300px;
  transition: all 0.4s ease;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height:80%;
}
.banner-card:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	transform: translateY(-6px);
}
.banner-card .overlay {
  position: relative;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 2;
  transition: all 0.4s ease;
  margin-top:4rem !important;
}

.banner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
  transition: background 0.4s ease;
  z-index: 1;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  transition: opacity 0.3s ease;
}



.card-desc {
 font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.explore-link {
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.arrow {
  transition: transform 0.3s ease;
}

.banner-card::before {
  background: linear-gradient(to bottom, rgba(128, 128, 128, 0.3), rgba(50, 50, 50, 0.7));
}


.banner-card:hover .arrow {
  transform: translateX(5px);
}

.banner-card:hover {
  transform: translateY(5px) !important;
}

/*connector path */

 header, .cta {
      height: 100vh;
      background: #e0f7fa;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
    }

    #connector-section {
     
      background: #f4f4f4;
      position: relative;
	  background:linear-gradient(to bottom,  #f4f4f4 0%,  #eaeaea 30%,  #dddddd 60%,  #d0d0d0 100%);
	 
    }
    #connector-section0 {
      
      background: #f4f4f4 ;
     
    }
#connector-section img {
	box-shadow: 0 12px 30px rgba(225, 225, 225, 0.25);
}
 
/* choose us*/
.chsmid{
	color:#b72626!important;
}
.img-about.dots::after {
	position: absolute;
	z-index: 1;
	bottom: -50px;
	right: -70px;
	content: "";
	width: 412px;
	height: 220px;
	background: url("../images/dots.png") no-repeat;
}
.sv-con{
	position:relative;
	z-index:1;
}
.setimg-l{
	position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 25%;
  border:4px solid #fff;
  border-left:0;
}
.setimg-r{
	position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 25%;
  border:4px solid #fff;
  border-right:0;
}
.taglines {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #b72626;
}
.consult-section.parallax {
  background-image: url('../images/parellexeff.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px;
  position: relative;
  z-index: 1;
}
.stats-section.parallax {
  background-image: url('../images/stats.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px;
  position: relative;
  z-index: 1;
}

.consult-section.parallax::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
  z-index: -1;
}
.stats-section.parallax::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
  z-index: -1;
}

.consult-section h2,
.consult-section p {
  color: #fff;
}

.consult-section .btn {
  background-color: #b72626;
  color: #fff;
  border: none;
  transition: 0.3s ease;
}

.consult-section .btn:hover {
  background-color: #fff;
  color: #000;
}
.section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
.section-title:after,
.section-title:before {
	content: '';
	position: absolute;
	bottom: 0;
}

.display-4{
	color:#fff;
	 font-family: 'Poppins', sans-serif;
}
.btn-warning {
	--bs-btn-color: #fff;
	--bs-btn-bg: #b72626;
	--bs-btn-border-color: #b72626;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #b72626;
	--bs-btn-hover-border-color: #b72626;
	--bs-btn-focus-shadow-rgb: 217,164,6;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #b72626;
	--bs-btn-active-border-color: #b72626;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #b72626;
	--bs-btn-disabled-border-color: #b72626;
}
.hero-search ::placeholder {
  color: #888;
  opacity: 1; /* Firefox */
}

.hero-search ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #888;
}

 
  .highlight {
    color: #b72626;
    font-weight: 500;
  }

  /* Hide placeholder when user types */
  .input-wrapper input:not(:placeholder-shown) + .animated-placeholder {
    display: none;
  }
  

#whats-chat{position:fixed;right:3%;bottom:10%;height:auto;width:auto;background:#25D366;padding:12.5px;border-radius:50px;}
#whats-chat:hover{cursor:pointer;box-shadow:2px 2px 15px #ccc;bottom:11%;}
/*===============================*/
#chat-box{position:fixed;right:-500px;bottom:25%;width:250px;height:200px;transition:all .5s;}
#chat-top{width:100%;line-height:2;background:rgb(18, 140, 126);color:white;text-align:center;border-radius:5px 5px 0 0;padding:0 10px;}
#chat-msg{background:#ece5dd;padding:10px;border-radius:0 0 5px 5px;box-shadow:0 0 25px -10px #999;}
#chat-msg p{font-size:14px;padding:5px;background:white;border-radius:0 15px 15px 15px;margin-bottom:10px;}
#chat-form{display:flex;}
.chat-in{width:80%;}
#chat-form input{border-radius:5px 0 5px 5px;border:none;outline:none;font-size:14px;padding:5px;line-height:2;}
#send-btn{width:20%;padding: 0 10px;}
#chat-top-right{float:right;padding:5px 0;}
#close-box{
	position: absolute;
  right: -5px;
  top: -3px;
}
.whatname{
	font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.right{float:right}
.clear{clear:both}

 
#whats-chat{position:fixed;right:1%;bottom:10%;height:auto;width:auto;background:#25D366;padding:12.5px;border-radius:50px;z-index:9;}
#whats-chat:hover{cursor:pointer;box-shadow:2px 2px 15px #ccc;bottom:11%;}
/*===============================*/

.whatname{
	font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.right{float:right}
.clear{clear:both}
.hero-search-box {
  width: 100%;
  padding: 10px 0;
}

.hero-search {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap; /* Force one line */
  width: fit-content;
}

.animated-placeholder {
	position: absolute;
	bottom: 7%;
	left: 55%;
	font-size: 16px;
	color: #888;
	pointer-events: none;
	height:50%;
	transform: translate(-50%);
}
.animated-placeholder-dt {
	position: absolute;
	bottom: 7%;
	font-size: 16px;
	color: #888;
	pointer-events: none;
	width:100%;
	background:#fff;
	height:50%;
}

.form-control-lg,
.form-select {
  padding-top: 22px;
}

.btn-challenge {
  white-space: nowrap;
  flex-shrink: 0;
}
#contentcarousel .carousel-control-prev {
	left: -15%;
}
#contentcarousel .carousel-control-next {
	right: -15%;
}
/*#contentcarousel{
	border:1px solid #878787;
	border-left:5px solid #878787;
	border-bottom:8px solid #878787;
	border-radius:0.5rem;
	padding:2rem;
}*/
.in-txt {
	background: #fff;
	border-radius: 1rem;
	padding: 1rem 2rem;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	margin: 1%;
	z-index:2;
	font-size:1.1rem;
}
.bck-txt{
	background: #666666;
	border-radius: 1rem;
	position: relative;
	height:215px;
	rotate:-10deg;
	z-index:1;
}
.carousel-bg {
 
  background-position: center;
  transform: scale(1.2);
  transition: transform 1s ease-in-out;
  z-index: 1;
}
.carousel-item .carousel-bg {
  animation: zoomOutSlow 10s ease-in-out forwards;
}

@keyframes zoomOutSlow {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#contentcarousel .carousel-inner{ overflow: unset;}
.card1img{
	position: absolute;
  top: -1.99rem;
  left: -1.2rem;
}



.cardimg img{
	border:2px solid #fff;
}

.image-stack {
  position: relative;
  /*height: 300px;*/
}
.stack-img {
	/*position: absolute;*/
	border-radius: 10px;
	transition: transform 0.3s;
	width: 100%;
	height: auto;
}
.stack-img.img1 {
  top: 0;
  left: 0;
 /* transform: rotate(-5deg) !important;*/
  border-right: 5px solid #fff;
  border-bottom: 3px solid #fff;
  border-top: 2px solid #fff;
}
.stack-img.img2 {
	bottom: -10%;
	left: 5%;
/*	transform: rotate(3deg);*/
	border-top: 3px solid #fff;
  border-right: 5px solid #fff;
}
.stack-img.img3 {
	top: 50%;
	left: -5%;
/*	transform: rotate(-2deg);*/
	border-top: 5px solid #fff;
  border-left: 3px solid #fff;
}
.stack-img:hover {
  transform: scale(1.05);
  z-index: 10;
}
.in-txt h2{
	font-size:1.5rem;
}
.marquee-box {
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  background: #f4f4f4;
  border: 5px solid #fff;
}

.marquee-inner {
  display: flex;
  flex-direction: column;
  animation: scroll-up 20s linear infinite;
}

.marquee-down .marquee-inner {
  animation: scroll-down 20s linear infinite;
}

.marquee-inner img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

/* Animations */
@keyframes scroll-up {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes scroll-down {
  0%   { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}
.serimg{ border-radius:9%; margin-left:auto; margin-right:auto;width:40%!important; margin-bottom:2rem;}


/* Content Area */
.contentarea_section {
  display: block;
  overflow: hidden;
}
.contentarea_section:after {
  display: block;
  clear: both;
  content: "";
}
.contentarea_section .about_content {
  background-color: #b72626;
  padding-top: 40px;
  padding-right: 210px;
  padding-bottom: 40px;
  position: relative;
}
.contentarea_section .about_content .background_layer {
  background-color: #b72626;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.contentarea_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.contentarea_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.contentarea_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.contentarea_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.contentarea_section .about_content .layer_content .section_title h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 45px;
	padding-bottom: 30px;
	margin-bottom: 0px !important;
	color: #fff;
}
.contentarea_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.contentarea_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.contentarea_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.contentarea_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.contentarea_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.contentarea_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.contentarea_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.contentarea_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.contentarea_section .about_content .layer_content a:hover {
  color: #b72626;
}
.contentarea_section .contentarea_box {
  margin-top: 60px !important;
  position: relative;
}
.contentarea_section .contentarea_box .contentarea_container {
  background-color: #000;
  margin-left: -170px !important;
  position: relative;
}
.contentarea_section .contentarea_box .contentarea_container .background_layer {
  background-color: #000;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.contentarea_section .contentarea_box .contentarea_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.contentarea_section .contentarea_box .contentarea_container .layer_content .contentarea_xcaro {
  display: block;
  position: relative;
}
.contentarea_section .contentarea_box .contentarea_container .layer_content .contentarea_xcaro .contentareas {
  padding: 35px 0px 10px 50px;
  position: relative;
  text-align: center;
}
.contentarea_section .contentarea_box .contentarea_container .layer_content .contentarea_xcaro .contentareas .contentarea_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.contentarea_section .contentarea_box .contentarea_container .layer_content .contentarea_xcaro .contentareas .contentarea_content .contentarea_caption {
  margin-bottom: 15px;
  position: relative;
}
.contentarea_section .contentarea_box .contentarea_container .layer_content .contentarea_xcaro .contentareas .contentarea_content .contentarea_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #000;
  position: absolute;
}
.contentarea_section .contentarea_box .contentarea_container .layer_content .contentarea_xcaro .contentareas .contentarea_content .contentarea_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.contentarea_section .contentarea_box .contentarea_container .layer_content .contentarea_xcaro .contentareas .contentarea_content .contentarea_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.contentarea_section .contentarea_box .contentarea_container .layer_content .contentarea_xcaro .contentareas .contentarea_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}

.contentarea_section .contentarea_box .contentarea_container .layer_content .contentarea_xcaro .contentareas .images_box .contentarea_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.contentarea_section .contentarea_box .contentarea_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #000;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.contentarea_section .contentarea_box .contentarea_container .owl-nav .owl-prev:hover {
  background: #b72626;
}
.contentarea_section .contentarea_box .contentarea_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #b72626;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.contentarea_section .contentarea_box .contentarea_container .owl-nav .owl-next:hover {
  background: #b72626;
}

@media all and (max-width: 991px) {
  .contentarea_section .about_content {
    padding-right: 15px !important;
  }
  .contentarea_section .about_content .background_layer {
    width: 200% !important;
  }
  .contentarea_section .contentarea_box {
    margin-top: 0 !important;
  }
  .contentarea_section .contentarea_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .contentarea_section .contentarea_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .contentarea_section .contentarea_box .contentarea_container {
    margin-left: -15px !important;
  }
  .contentarea_section .contentarea_box .contentarea_container .contentareas {
	margin: 0px 0 20px 0;
	padding: 20px 0px 0px 0px !important;
}
  .contentarea_section .contentarea_box .contentarea_container .contentareas .contentarea_content {
    margin-left: -36px !important;
  }
  
}
.contentarea_section .btn-warning{
	border-radius:0 !important;
}
.contentarea_section .btn-warning:hover{
	background:#fff !important;
}
.navbar {
	background: #000 !important;
}
@media (max-width: 768px) {
  #myCarousel .carousel-inner .carousel-item > div {
    /*display: none;*/
  }
  #myCarousel .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

#myCarousel .carousel-inner .carousel-item.active,
#myCarousel .carousel-inner .carousel-item-start,
#myCarousel .carousel-inner .carousel-item-next,
#myCarousel .carousel-inner .carousel-item-prev {
  display: flex;
  // transition-duration: 10s;
}

/* display 4 */
@media (min-width: 768px) {
  #myCarousel .carousel-inner .carousel-item-right.active,
  #myCarousel .carousel-inner .carousel-item-next,
  #myCarousel .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(25%) !important;
  }

  #myCarousel .carousel-inner .carousel-item-left.active,
  #myCarousel .carousel-item-prev:not(.carousel-item-end),
  #myCarousel .active.carousel-item-start,
  #myCarousel .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }

  #myCarousel .carousel-item-next.carousel-item-start, #myCarousel .active.carousel-item-end {
    transform: translateX(0) !important;
  }

  #myCarousel .carousel-inner .carousel-item-prev,
  #myCarousel .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }
}
#myCarousel .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#myCarousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#myCarousel .carousel-control-next-icon, #myCarousel .carousel-control-prev-icon {
	background-color: #b72626;
	border-radius: 0.25rem;
}
#myCarousel .carousel-control-prev {
	left: -5%;
	bottom: unset;
	top: 50%;
	transform: translate(0,-50%);
}
#myCarousel .carousel-control-next {
	right: -5%;
	bottom: unset;
	top: 50%;
	transform: translate(0,-50%);
}
#myCarousel img{
height: 230px;
  width: 100%;
  object-fit: cover;
  border-radius:1rem;
}
#myCarousel .card{
	border: 0;
  padding: 5px !important;
  position: relative;
}
.feacttop{
	top:10px;
	position:absolute;
}
.fevtag {
	background: #dddd;
	color: #000;
	padding: 4px 8px 3px 8px;
	left: 10px;
	border-radius: 2rem;
	font-size: 14px;
}
.fevicn{ text-align:right; right:10px;}
.explorepg{
	background:url('../images/dots.png');
}

.section-head {
  margin-bottom: 10px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#b72626 ;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #b72626 ;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #b72626 ;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#b72626 ;
}
.item {
    background: #fff;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 1.5rem;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#b72626 ;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #b72626 ;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#b72626 
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#b72626 
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#b72626 
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#b72626 
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#b72626 
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#b72626 
}
.item p{
    font-size:14px;
    line-height:22px;
}
.item h6 {
    margin-bottom: 6px !important;
    color:#2f2f2f;
	font-size: 18px !important;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #b72626 ;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #b72626 ;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;

}
.feat span, .feat a, .feat a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.modal-content {
  border-radius: 0 !important;
  overflow: hidden;
}
.input-group-text {
  border-radius: 0;
}
.form-control:focus {
  border-color: #b72626;
  box-shadow: none;
}
.glow-btn {
  border: none;
  transition: all 0.3s ease-in-out;
}
.glow-btn:hover {
  box-shadow: 0 0 10px #b72626, 0 0 20px #b72626;
  background: #a51f1f;
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	color: #fff !important;
	border-radius:0;
}
.modal-title {
	border-radius: 0 !important;
	color: #fff;
}
#stats .card-body{ padding:10px !important;}
.item p{margin-bottom:0px !important;}
.display-4 {
    font-size: 3rem;
  }
  #myCarousel .carousel-control-next, #myCarousel .carousel-control-prev {
	
	width: 2%;
	height: 15%;
}
.ronninf {
	font-size: 14px;
	color: #666;
	padding-left: 5px;
	padding-top: 5px;
}
.review-pill {
  background: transparent; /* your theme red */
  color: #b72626;
  font-size: 0.7rem;
}

.rating-stars {
  display: flex;
  align-items: center;
}

.stars-outer {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.7rem;
  color: #ddd;
}

.stars-outer::before {
  content: "\f005\f005\f005\f005\f005"; /* 5 empty stars */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  color: #ffc107;
}

.stars-inner::before {
  content: "\f005\f005\f005\f005\f005"; /* 5 filled stars */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.rounded-pill {
	padding: 3px 8px 3px 0px !important;
}
.product-title { font-weight: bold; margin-bottom: 15px; }
    .checked { color: orange; }
    .size, .color { display: inline-block; margin-right: 10px; cursor: pointer; }
    .color { width: 20px; height: 20px; border-radius: 50%; }
    .color.orange { background: orange; }
    .color.green { background: green; }
    .color.blue { background: blue; }
    .not-available { opacity: 0.5; text-decoration: line-through; }
    .action button { margin-right: 10px; }
    .preview-thumbnail img { width: 60px; height: auto; cursor: pointer; }
    .tab-content img { width: 100%; }
	
.property-divider {
  height: 1px;
  background: #ccc;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  text-align: center !important;
  position: relative !important;
}

.property-divider .divider-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 6px 15px;
	border-radius: 50%;
	border: 1px solid #b72626;
	font-size: 22px;
	color: #b72626;
}
.productlist .card{ border:0px !important;}	
.sidebar {
	position: sticky;
	top: 0;
	background: #000;
	padding: 30px;
	transition: all 0.3s ease;
}

.srtby {
	color: #b72626;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding-bottom: 15px;
	text-align: center;
}
.srtopn {
	color: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #888;
}

.pcaroindi .carousel-indicators button.thumbnail {
  width: 50px;
  height: 50px;
}
.pcaroindi .carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.pcaroindi .carousel-indicators {
  position: static; 
  margin:0;
  text-align:center;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
}
.aminities i{ color:#b72626;}
.btn-outline-danger{
	color:#b72626;
	border-color:#b72626;
}
.btn-outline-danger:hover{
	background-color:#b72626;
}
.divider-icon .fa.fa-building {
	transition: 2s all;
}
.divider-icon .fa.fa-building:hover {
	rotate: 360deg;
	transition: 2s all;
}
.productlista, .productlista:hover{
	color:#000;
}
.visitCallbackTabsfrm .nav-link{
	color:#000;
}
.visitCallbackTabsfrm .nav-link.active{
	color:#b72626;
}
.btn-callback,.btn-callback:hover{
	background-color:#b72626;
	color:#fff;
}
.btn-visit, .btn-visit:hover{
	background-color:#000;
	color:#fff;
}
.btn-outline-primary{
	color: #000;
  border-color: #000;
}
.btn-outline-primary:hover{
	background-color: #b72626;
  border-color: #000;
}

#carouselExampleIndicators .carousel-item, .pcaroindi .carousel-item {
  --bs-aspect-ratio: 75%;
  position: relative;
  width: 100%;
}
#carouselExampleIndicators .thumbnail img, .pcaroindi .thumbnail img {
 height:50px;
}


.masonry-gallery {
  column-count: 3;
  column-gap: 4px;
  padding:4px;
}

@media (max-width: 768px) {
  .masonry-gallery {
    column-count: 3;
  }
}
@media (max-width: 576px) {
  .masonry-gallery {
    column-count: 1;
  }
}

.masonry-gallery a {
  display: block;
  margin-bottom: 4px;
  break-inside: avoid;
}

.masonry-gallery img {
  width: 100%;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
  border:3px solid #b72626;
  margin-bottom: 2px;
  margin-top: 2px;
  
}

.masonry-gallery img:hover {
  transform: scale(1.03);
}
.property-detail{
	padding:20px;
  background:#000;
  color:#fff;
}
.property-detail h2,.property-detail i{
	color:#fff;
}
.property-detail i{
	padding-top:1rem;
	padding-bottom:1rem;
}
address {
	color: #666;
}
.roomdetails h2{
	font-size:1.2rem;
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
}
.roomdetails h1{
	font-size:1.5rem;
	margin-top: 0.7rem !important;
	margin-bottom: 0.7rem !important;
}
.base {
	background: #fff;
	padding: 5px;
	border-top-left-radius: 25%;
	text-align: center;
	box-shadow: 5px 12px 7px #999;
	border-top: 1px solid #b72626;
	transition: 1s all;
}
.base:hover {
	transform: scale(1.1);
	transition: 1s all;
} 
.locnear{ 
background: #fff;
  padding: 10px;
  border-radius: 0.25rem;
  font-size: 14px;
  text-align: center;
  box-shadow: 5px 12px 7px #999;
  margin-bottom:1.5rem;
  }
  .locnear i{ color:#b72626; }
  .detailfrm {
	margin: 1rem 3rem;
	background: #fff;
	padding: 3rem;
	padding-top: 1rem;
}
.propsmllft{
	font-size:14px;
}
 .contact-container {
      margin: auto;
      background: #fff;
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .info-box {
      background: #000;
      color: #fff;
      padding: 30px 30px;
    }

    .info-item {
      margin-bottom: 30px;
    }

    .info-item i {
      font-size: 28px;
      color: #fff;
      margin-right: 15px;
    }

    .info-title {
      font-weight: 600;
      font-size: 18px;
    }

    .info-text {
      font-size: 15px;
      color: #ddd;
    }

    .contact-form {
      padding: 30px 30px;
    }
.contact-container .info-box a{ color:#fff !important; }
    .form-floating > .form-control {
      border-radius: 30px;
      padding-left: 45px;
    }

    .form-floating > label {
      padding-left: 45px;
    }

    .form-icon {
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      color: #b72626;
      font-size: 18px;
	  z-index:3;
    }

    .contact-form .position-relative {
      margin-bottom: 25px;
    }

    .contact-form textarea.form-control {
      border-radius: 20px;
      padding-left: 45px;
    }

    .btn-custom {
      background-color: #b72626;
      color: #fff;
      border-radius: 30px;
      padding: 10px 30px;
      border: none;
    }

    .btn-custom:hover {
      background-color: #000;
	  color: #fff;
    }
	.bi.bi-chat-dots.form-icon {
	top: 30%;
}
.vrcode {
	padding-left:30% !important;
}
.faq-section {
  background-color: #f8f9fa;
  padding: 4rem 0;
}

.faq-heading {
  color: #212529;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}

.faq-subheading {
  color: #6c757d;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.accordion-item {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  border: none;
}

.accordion-button {
  background-color: #fff;
  color: #212529;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
}

.accordion-button.collapsed {
  border-bottom: none;
}

.accordion-button:not(.collapsed) {
  background-color: #b72626;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  background-color: #fff;
  font-size: 0.95rem;
  color: #495057;
  padding: 1rem 1.25rem;
  line-height: 1.6;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) i { color: #fff; }
.accordion-button.collapsed  i{ color: #dc3545; }
.pcaroindi img,.pcaroindi .thumbnail img{ border-radius:0.25rem;}
.roomdetails .review-pill,.roomdetails .stars-outer{ font-size:1rem;}
.sidebar{ border-radius:0.25rem;}
.blogpage .sidebar .srtopn a{ color:#fff !important;}
.blog-card{ margin-bottom:2rem;}
.team-card {
      border: none;
      border-radius: 1rem;
     box-shadow: 5px 12px 7px #999;
      overflow: hidden;
      transition: 0.3s ease-in-out;
    }

    .team-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 25px rgba(0,0,0,0.12);
    }

    .team-photo {
      width: 130px;
      height: 130px;
      object-fit: cover;
      border-radius: 50%;
      border: 4px solid #fff;
      margin-top: -65px;
      z-index: 1;
      position: relative;
	  margin-bottom:2rem;
    }

   .team-card .card-body {
      margin-top: -30px;
    }

   .team-card .bio {
      font-size: 0.95rem;
      color: #555;
    }

    .team-card .card-header {
      background: linear-gradient(135deg, #b72626, #020d26);
      height: 100px;
    }
	.blogpage .card-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.blogpage .card-text {
  font-size: 0.95rem;
  color: #555;
}

.blogpage .object-fit-cover {
  object-fit: cover;
  height: 100%;
}
 .careers-header {
      background-color: #020d26;
      color: #fff;
      padding: 60px 0;
    }
    .careers-header h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .job-card {
      background-color: #fff;
      border: 1px solid #dee2e6;
      border-left: 5px solid #b72626;
      border-radius: 0.5rem;
      padding: 20px;
      margin-bottom: 30px;
      transition: all 0.3s ease-in-out;
    }
    .job-card:hover {
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      transform: translateY(-3px);
    }
    .job-title {
      color: #b72626;
      font-weight: bold;
      font-size: 1.25rem;
    }
    .btn-apply {
      background-color: #b72626;
      color: #fff;
    }
    .btn-apply:hover {
      background-color: #a01f1f;
      color: #fff;
    }
#carouselExample .carousel-control-prev {
	left: 0;
	background: #fff;
	height: 20%;
}

#carouselExample .carousel-control-next {
	right: 0;
	background: #fff;
	height: 20%;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b72626'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b72626'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#carouselExample .carousel-control-prev, #carouselExample .carousel-control-next {
height: 8%;
  width: 5%;
  transform: translate(0,-50%);
  top: 50%;
  }
  .why-what-how {
  background-color: #f8f9fa;
  padding: 4rem 1rem;
}

.why-what-how .container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.why-what-how .section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #b72626;
  margin-bottom: 2.5rem;
}

.why-what-how .tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.why-what-how .tab-btn {
  padding: 10px 24px;
  border-radius: 25px;
  font-weight: 600;
  background: #e4e4e4;
  color: #333;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.why-what-how .tab-btn.active {
  background: #b72626;
  color: #fff;
}

.why-what-how .tab-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
}

.why-what-how .tab-panel {
  display: none;
}

.why-what-how .tab-panel:not(.hidden) {
  display: block;
  animation: fadeIn 0.4s ease;
}

.why-what-how ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Hero */
    .career-hero { background: #fff; text-align: center; padding: 100px 20px; }
    .career-hero h1 { font-size: 2.5rem; margin-bottom: 15px; }
    .career-hero p { font-size: 1.2rem; color: #555; }

    /* Alternating rows */
    .alt-row { display: flex; align-items: center; margin-bottom: 40px; gap: 40px; }
    .alt-row .text { flex: 1; }
    .alt-row .image { flex: 0.8; }
    .alt-row img { max-width: 100%; border-radius: 8px; }
    .alt-row.reverse { flex-direction: row-reverse; }
    .career-section .intro, .career-section .outro { text-align: center; margin-bottom: 40px; font-size: 1.1rem; }

    /* Carousel */
   #valuesCarousel .carousel-item { text-align: center; padding: 40px; }
   #valuesCarousel .carousel-item h3 { margin-bottom: 15px; }
   #valuesCarousel .carousel-item p { max-width: 700px; margin: 0 auto; color: #555; }

    /* Jobs */
    .job-category { margin-bottom: 50px; }
    .job-category h3 { margin-bottom: 20px; }
    /*.job-card { border: 1px solid #ddd; border-radius: 8px; padding: 20px; margin-bottom: 20px; background: #f8f9fa; }
    .job-card h4 { margin-bottom: 10px; font-size: 1.1rem; }
    .job-card p { margin: 0; font-size: 0.95rem; color: #444; }*/

    /* CTA */
    .career-cta { background: #f8f9fa; text-align: center; padding: 60px 20px; }
    .career-cta h2 { margin-bottom: 15px; }
    .career-cta p { margin-bottom: 25px; color: #555; }
    .career-cta .btn { background: #b72626; color: #fff; padding: 12px 25px; border-radius: 6px; font-weight: 500; }
    .career-cta .btn:hover { background: #9f1f1f; color: #fff; }
	
.page-link {
	padding: 2px 6px 2px 6px;
  font-size: 18px;
  border: 0px solid #e2e2e2;
  color: #b72626 !important;
  transition: all 0.4s;
  background-color: transparent !important;
	margin-left: 4px !important;
	margin-right: 4px !important;
}	
.active > .page-link, .page-link.active {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--bs-pagination-active-bg);
	border-color: #cccccc;
}	
.page-link:focus {
	z-index: 3;
	color: #b73626;
	background-color: #e2e2e2;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(178, 38, 38, 0.25);
}	
.page-item.active {
	border-color: #cccccc;
	border: 1px solid #cccccc;
}	
.pl-banner {
  background: url('../images/property-list-bnner1.png') no-repeat center center;
  background-size: contain; 
  width: 100%;
  aspect-ratio: 20 / 4; 
}	
.sidefpg img {
  height: 160px !important; /* responsive safe height */
}	
	
	
  /************Responsive******************/
  
  .navbar-toggler:focus {
	box-shadow: none;
}
.navbar-toggler {
	border: 1px solid #fff;
	float: right;
}

@media only screen and (max-width:380px)
{
	.detailfrm {
  margin: 0.5rem;
  padding: 0.5rem;
}

}
@media only screen and (max-width:992px)
{
	.productlist .sidebar {
		padding: 10px;
	}
	.productlist .sidebar .form-select {
	padding-top: 0.375rem !important;
}
}
@media only screen and (min-width:992px)
{
	.sidebar{
	height: 100vh;
}
}
@media only screen and (max-width:767px)
{
.hero-search-box {
	position: relative;
	bottom: 0;
	left: 0;
	transform: unset;	
}

.sercol{ border-bottom: 1px solid #dee2e6; }
#myCarousel .carousel-control-next{ right:-2%;}
#myCarousel .carousel-control-prev{ left:-2%;}	
}
@media only screen and (max-width:575px)
{
#navbarNav{
	margin-top:1rem;
}
.navbar-nav li{ margin-left:auto; margin-right:auto;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	padding: 10px;
	margin: auto;
}
.carousel-indicators.custom-indicators {
	position: absolute;
	bottom: 35%;
	left: 0%;
	transform: unset;
	z-index: 3;
	display: flex;
	gap: 12px;
}
h1{
	font-size:1.4rem !important;
}
h2{
	font-size:1.2rem !important;
}
.taglines{ font-size:15px !important;}
.display-4 {
	font-size: 2.3rem !important;
}
.lead {
  font-size: 1.1rem !important;
}

.detailfrm {
  margin: 1rem;
  padding: 1rem;
}
#myCarousel .carousel-control-next{ right:1%;}
#myCarousel .carousel-control-prev{ left:1%;}
.navbar-toggler{
		position: absolute;
  right: 15px;
  top: 50%;
  transform:translate(0,-50%);
}
.base{ font-size:14px;}
}

@media only screen and (max-width:475px){
.captcha{	position: relative;
  margin-bottom: 25px !important;
  transform: unset;
}
.form-floating > label.vrcode{
	left:-60px;
}
.hero-search label, .hero-search select{
	font-size: 14px !important;
}
.hero-search input, .hero-search .btn{
	padding: 5px 15px;
	font-size: 14px !important;
}
.form-control{
font-size:8px !important;	
}
.hero-search .btn{
font-weight: 400;
}
}



@media (min-width:768px) and (max-width:953px)
{ 
.captcha{	position: relative;
  margin-bottom: 25px !important;
  transform: unset;
}
.form-floating > label.vrcode{
	left:-60px;
}
}
@media (min-width:575px) and (max-width:767px)
{ 
.navbar-nav .nav-link{
	font-size: 16px;
}
.carousel-indicators.custom-indicators {
	position: absolute;
	bottom: 30%;
	left: 0%;
	transform: unset;
	z-index: 3;
	display: flex;
	gap: 12px;
}

}
@media (min-width:767px) and (max-width:991px)
{ 
.nav-item.px-2{
	padding-right: .4rem !important;
  padding-left: .4rem !important;
}
.container{
		max-width: 90%;
}
.navbar-nav .nav-link{
	font-size: 16px;
}
.hero-search input, .hero-search .btn{
padding: 4px 12px;
}
.animated-placeholder-dt,.animated-placeholder,.hero-search select, .hero-search label{
	font-size:15px !important;
}
.detailfrm {
  margin: 1rem 1rem;
  padding:1rem;
}
.roomdetails .ratio{
 --bs-aspect-ratio: 75%;
}
.landmarkp {
	padding: 0 !important;
}
.landmarkp #locatn {
	text-align: left;
	margin-left: 12px;
	font-size: 15px;
}
}

@media (min-width:900px) and (max-width:991px)
{ 
.hero-search-box{ padding: 0px 7%; }
}

@media (min-width:992px) and (max-width:1250px){
	.roomdetails .ratio{
 --bs-aspect-ratio: 60%;
}
}
@media (min-width:992px) and (max-width:1199px){
	.contentarea_section .contentarea_box .contentarea_container {
	margin-left: -100px !important;
}
.contentarea_section .about_content {
	padding-top: 20px;
	padding-right: 120px;
	padding-bottom: 20px;
}
.testimonial_section .testimonial_box .testimonial_container {
	margin-left: -100px !important;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content{
	margin:0 !important;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
	margin: 10px 0 10px 0;
	padding: 20px 0px 20px 20px;
}
.testimonial_section .about_content {
	padding-top: 20px;
	padding-right: 120px;
	padding-bottom: 20px;
}
.testimonial_section .about_content .layer_content .section_title h2{
	font-size: 1.4rem;
	line-height: 32px;
  padding-bottom: 40px;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev, .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next{
	top:60px;
}
.landmarkp {
	padding: 0 !important;
}
.landmarkp #locatn {
	text-align: left;
	margin-left: 15px;
	font-size: 16px;
}
}
.testimonials .images_box{
display: none !important;	
}

@media only screen and (min-width:767px)
{
	.roomdetails .mainthumb{ height:600px; }
.masonry-gallery img {
height:200px;
}
}
