@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_montserrat.css');
@import url('../fonts/arial_stylesheet.css');
/******* fonts *********/

.eng_font{
  font-family: "Montserrat", system-ui !important;
}

body {
  font-family: 'Arial Unicode MS' !important;
  overflow-x: hidden;
  background-color: #F4F1EC;
}

.gray {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.zoom {
  transform: scale(1.07);
}

.no-scroll {
  overflow: hidden;
}


a {
  text-decoration: none;
  color: #2E2E2E;
}

h1 {
  font-size: 36px;
  position: relative;
  margin-left: 10px;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-word;
}

h1::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 9px;
  /* top: 50%;  */
  /* transform: translateY(-50%);  */
  width: 1px;
  height: 30px;
  background-color: red;
}

h1.none_before::before {
  display: none;
}

h2 {
  font-weight: 600;
  font-size: 20px;
}

h3 {
  font-weight: 700;
  font-size: 32px;
}

h4 {
  font-weight: 400;
  font-size: 22px;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

p {
  font-size: 13px;
  font-weight: 400;
  color: #2E2E2E;
}

hr {
  color: #E9E9E9;
  opacity: 1;
}

.text_red {
  color: #F80012;
}

.red_bg{
  background-color: #F80012 !important;
}

.dark_blue_bg{
  background-color: #044fbd !important;
}

.light_green_bg{
  background-color: #5c8164 !important;
}

.text_green {
  color: #19502E;
}

.green_text{
  color: #19502E;
  font-size: 13px;
  font-weight: 700;
  transition: 0.4s ease;
}

.bg_left_bottom{
  background-position: left bottom !important;
}

.semi_bold{
  font-weight: 500;
}

.rotate_y{
  transform: rotatey(180deg);
}

.none_hover:hover{
  box-shadow: none !important;
}

.about_awards_slider h2 {
  position: relative;
  margin-left: 10px;
}

.about_awards_slider h2::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  width: 1px;
  height: 30px;
  background-color: red;
}

.about_sec .num_one {
  top: -10px;
  left: 20%;
}

.num_one h1 {
  font-family: 'DM Serif Display';
  font-size: 128px;
  font-weight: 200;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff94;
  margin-left: 0px;
  opacity: 0.2;
}

.detail_sec {
  padding-top: 250px;
}

.detail_sec .num_one {
  top: 0;
  left: 0;
  right: 0;
}

.detail_sec .num_one h1,
.about_cat_sec .num_one h1 {
  -webkit-text-stroke: 1px #F8001294;
  font-size: 200px;
  line-height: 0.8;
  opacity: 0.3;
}

.text_link {
  color: #3D3D3D !important;
  font-size: 13px;
}

.text_link i {
  transition: 0.4s;
  margin-left: 8px;
}

.text_link:hover i {
  margin-left: 13px;
}

.form-select,
.form-control {
  box-shadow: none !important;
  font-size: 13px;
  min-height: 40px !important;
}

.margin_b_space {
  margin-bottom: 60px;
}

.green_bg_round {
  background-color: #75A47F;
  border-bottom-right-radius: 150px;
}

.light_green_bg_round {
  background-color: #58A399;
  border-bottom-left-radius: 150px;
}

.home_white_bg{
  background-color: #F9F9F9;
  border-bottom-left-radius: 150px;
}

.full_white_bg {
  background-color: #F9F9F9;
  border-bottom-left-radius: 150px;
  padding-top: 190px;
  padding-bottom: 60px;
}

.border_radius {
  border-radius: 10px;
}

.red_border_left{
    border-left: 1px solid #F80012;
    margin-left: 15px;
    padding-left: 15px;
}

/* Arrow button CSS start  */

.arrow_btn {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.arrow_btn:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #F80012;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.arrow_btn span {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
}

.arrow_btn svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ffffff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.arrow_btn i {
  position: relative;
  top: 1px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ffffff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.arrow_btn:hover:before {
  width: 100%;
  background: #F80012;
}

.arrow_btn:hover svg {
  transform: translateX(0);
}

.arrow_btn:active {
  transform: scale(0.95);
}

.arrow_btn.green span {
  color: #000000;
}

.arrow_btn.green svg {
  stroke: #000000;
}

.arrow_btn.green:before {
  background: #85E5C3;
}

.arrow_btn.green:hover:before {
  background: #85E5C3;
}

/* Arrow button CSS end  */

/* custom btn */

.custom_btn {
  font-size: 13px;
  padding: 10px 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  position: relative;
  border: none;
  min-width: 120px !important;
}

.custom_btn::before {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border-radius: .25rem;
  content: '';
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.custom_btn:hover::before {
  width: 100%;
}

/* dark btn */

.dark_btn:hover {
  background-color: #638889;
  color: #ffffff;
}

.dark_btn {
  background-color: #638889;
  color: #ffffff;
  z-index: 1;
}

.dark_btn::before {
  background-color: #75a47f;
}

/* light btn */

.light_btn:hover {
  background-color: #638889;
  color: #ffffff;
}

.light_btn {
  background-color: #ffffff;
  color: #000000;
  z-index: 1;
}

.light_btn::before {
  background-color: #638889;
}

/* collapse_btn */

.collapse_btn p {
  font-weight: 500 !important;
  font-style: italic;
  color: #2E2E2E;
  display: flex;
  justify-content: end;
  white-space: nowrap;
}

.collapse_btn hr {
  color: #D3D3D3;
}

.collapse_card {
  background-color: transparent;
  border: none;
}

/* arrow tab start */

.arrow_tab .nav-link.active,
.arrow_tab .show>.nav-link{
  background-color: transparent;
  color: #F80012 !important;
}

.arrow_tab{
  font-size: 13px;
  font-weight: 600 !important;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.arrow_tab .nav-item button.active::after {
  content: "";
  border-bottom: 1px solid #F80012;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 100%;
  position: absolute;
  left: 44%;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 7px 8px;
}

.arrow_tab .nav-item button.active::before{
  content: "";
  border-bottom: 1px solid #F80012;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.arrow_tab .nav-item .nav-link{
  color: #2E2E2E;
  font-weight: 600;
  padding: 0.5rem 3rem;
}

.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
  margin: 0px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background: #f90;
  border: none;
  border-radius: 0px;
  margin: 0px;
}

.nav-tabs>li>a:hover {
  /* margin-right: 2px; */
  line-height: 1.42857143;
  border: 1px solid transparent;
  /* border-radius: 4px 4px 0 0; */
}

.tabs-left>li.active>a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
  width: 0;
}

/* arrow tab end */

/* side tabs start */

.side_tabs{
  border-right: 1px #DDDDDD solid;
}

.custom_side_nav.active {
  background-color: #75A47F !important;
  color: #ffffff !important;
  position: relative;
  transition: 0.5s;
}

.custom_side_nav.active::after {
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-left: 12px solid #75A47F;
  border-bottom: 15px solid transparent;
  right: -10px;
  top: 8px;
}

.custom_side_nav {
  background-color: #ffffff !important;
  border-bottom: transparent !important;
  margin-bottom: 10px !important;
  width: 300px;
  text-align: left;
  padding: 13px;
  transition: 0.5s;
  font-size: 13px;
  color: #2E2E2E !important;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0rem;
  font-size: 13px;
  margin-right: 0px;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #75A47F;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  
}

.accordion-button{
  border-bottom: 1px #75A47F solid;
  font-size: 14px;
  font-weight: 500;
}

.accordion-button:focus{
  box-shadow: none;
  border-bottom: 1px #75A47F solid;
}

/* side tabs end */

/* custom ul start*/

.custom_ul li{
  font-size: 13px;
  font-weight: 400;
  color: #2E2E2E;
  line-height: 20px;
}

.custom_ul li::marker {
  color: #F80012;
  font-size: 25px !important;
}

/* custom ul end*/

/* Counter section CSS Start  */

.counter_sec {
  position: relative;
  margin-left: 20px;
  margin-bottom: 35px;
}

.counter_sec::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: red;
}


/* Counter section CSS End  */


/* Overlay Cards CSS Start  */

.overlay_cards .card {
  overflow: hidden;
  border-radius: 10px;
  border: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay_cards .card-img {
  transition: transform 0.5s ease;
  object-fit: cover;
  border-radius: 10px;
}

.overlay_cards .card-img-overlay {
  opacity: 0;
  transform: translateY(20px); /* Move it down initially */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Add transition for transform */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  height: 100%;
}

.overlay_cards .card:hover .card-img-overlay {
  opacity: 1;
  transform: translateY(0); /* Move into view */
}


.main_cat_cards .card {
  height: 280px;
}

/* Overlay Cards CSS End  */

.home_category_sec {
  margin-top: -335px;
}

.home_count_sec {
  margin-top: 60px;
}

.top_logo {
  height: 50px;
}

main {
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 999;
  padding: 30px;
}

.main_navbar {
  padding: 16px 22px;
  border-radius: 10px;
  background-color: rgb(255 255 255 / 80%);
}

.nav_item .nav-link,
.header_lang a {
  color: #212121;
  font-size: 13px;
  text-decoration: none !important;
  font-weight: 500;
  transition: 0.4s ease;
}

.nav_item .nav-link.active {
  font-weight: 700;
  color: #44614a;
}

.nav_item .nav-link:hover {
  color: #44614a;
}

/* Toggle full screen menu CSS start  */

.toggle_menu .button_container {
  position: relative;
  top: 7px;
  /* top: 5%;
  right: 2%; */
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}

.toggle_menu .button_container:hover {
  opacity: .7;
}

.toggle_menu .button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}

.toggle_menu .button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.toggle_menu .button_container.active .bottom {
  transform: translateY(0px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.toggle_menu .button_container span {
  background: #7E7E7E;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.toggle_menu .button_container span:nth-of-type(2) {
  top: 10px;
}

.toggle_menu .button_container span:nth-of-type(3) {
  top: 20px;
}

.toggle_menu .overlay {
  position: fixed;
  background: #75A47F;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}

.toggle_menu .overlay.open {
  opacity: .95;
  visibility: visible;
  height: 100%;
}

.toggle_menu .overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.toggle_menu .overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.toggle_menu .overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.toggle_menu .overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.toggle_menu .overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.toggle_menu .overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.toggle_menu .overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.toggle_menu .overlay.open li:nth-of-type(8) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.toggle_menu .overlay nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.toggle_menu .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.toggle_menu .overlay ul li {
  display: block;
  /* height: 25%;
  height: calc(100% / 4);
  min-height: 50px; */
  position: relative;
  opacity: 0;
  margin-bottom: 10px;
}

.toggle_menu .overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.toggle_menu .overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

.toggle_menu .overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

/* Toggle full screen menu CSS end  */

.main_slider .carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.home_search_sec {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}

.main_search {
  position: relative;
  z-index: 99;
}

.main_search h1{
  font-size: 65px;
  font-weight: 400;
  color: #ffffff;
}

.inner_slider h1 {
  font-size: 45px;
}

.main_search h1::before,
.inner_slider h1::before {
  display: none;
}

.box_tabs .nav-tabs .nav-link {
  display: flex;
  flex-direction: column;
  height: 92px;
  width: 86px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: rgb(255 255 255 / 80%);
  font-size: 12px;
  color: #000000;
  transition: 0.4s ease;
}

.box_tabs .nav-tabs .nav-link:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.box_tabs .nav-link .icon_white {
  display: none;
}

.box_tabs .nav-link.active .icon_white {
  display: block;
}

.box_tabs .nav-link.active .icon_black {
  display: none;
}

.row_tabs.box_tabs .nav-tabs .nav-link {
  flex-direction: row;
  gap: 10px;
  width: auto;
  height: auto;
  padding: 12px 20px;
  background-color: #ffffff;
}

.box_tabs .nav-tabs .nav-link.active {
  background-color: #638889;
  color: #ffffff;
}

.listing_sec{
  padding-top: 55px;
  padding-bottom: 238px;
  background-size: cover; 
  background-position: bottom; 
  background-repeat: no-repeat;
}

.home_listing_tabs{
  margin-top: -275px;
  position: relative;
  z-index: 999;
}

.large_icon{
  width: 40px;
  height: 40px;
}

.large_icon{
  width: 40px;
  height: 40px;
}

.large_icon{
  width: 40px;
  height: 40px;
}

.medium_icon {
  width: 30px;
  height: 30px;
}

.small_icon {
  width: 24px !important;
  height: 24px !important;
  margin-right: 10px;
}

.success_gif{
  width: 300px;
}

.home_search .form-select,
.home_search .form-control {
  border: 1px solid #555555;
}

.home_search {
  margin-top: 20px;
  padding: 25px;
  background-color: rgb(255 255 255 / 80%);
  border-radius: 5px;
}

.search_round_btn {
  right: -35px;
  bottom: 20px;
}

.search_round_btn button {
  background-color: #F80012;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.search_round_btn button:hover{
  background-color: #44614a;
}

.home_social {
  z-index: 9;
  bottom: 65px;
  left: 30px;
}

.home_social a {
  color: #ffffff;
  margin-bottom: 30px;
}

/* Calculator Button CSS start  */

.cal_btn {
  background-color: #F80012;
  z-index: 9999;
  position: fixed;
  right: 0;
  top: 380px;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 56px;
  width: 180px;
  overflow: hidden;
  transition: 0.3s ease;
  margin-right: -120px;
  padding: 0px 13px;
  font-size: 13px;
  font-weight: 500;
}

.cal_btn:hover {
  margin-right: 0px;
  justify-content: center;
}

.cal_btn img {
  width: 35px;
  height: 35px;
  transition: transform 0.3s ease;
}

.cal_btn:hover img {
  transform: scale(1.1);
}

.cal_btn .button-text {
  display: none;
  margin-left: 10px;
  color: white;
}

.cal_btn:hover .button-text {
  display: inline;
}

/* Calculator Button CSS end  */

.grid_item {
  transition: 0.4s ease;
  background-color: transparent;
}

.grid_item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.grid_item h2{
    transition: 0.4s ease;
    font-size: 18px;
}

.grid_item:hover h2{
    color: #F80012;
}

.grid_item img {
  height: 430px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.grid_item .card-title{
  min-height: 48px;
}

.grid_item .card-body {
  padding: 25px;
  border-radius: 0px 0px 10px 10px;
  background-color: #ffffff;
}

.grid_slider .grid_item img{
    height: 377px;
}

.portfolio_slider .card {
  height: 542px;
}

.portfolio_slider h4{
  font-size: 22px !important;
}

.portfolio_slider .slider-card {
  background-color: transparent !important;
}

/* Owl CSS start  */
.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: -20px;
  right: 40px;
  display: flex;
  gap: 0px;
  z-index: 10;
}

.owl-nav button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 60px;
  padding-bottom: 10px;
  background-color: #F4F1EC !important;
}

.owl-carousel .owl-stage-outer {
    z-index: 99;
}

.owl-nav img {
  width: 25px;
  height: 25px;
}

.owl-nav .owl-prev {
  left: -40px !important;
  border-top-left-radius: 10px;
}

/* Owl CSS end  */

.portfolio_sec {
  padding-top: 65px;
  padding-bottom: 50px;
}

.awards_sec .slider_content {
  padding: 0px;
  display: flex;
  /* height: 150px;
  width: 150px; */
  justify-content: center;
  align-items: center;
}

.awards_sec .slider_content a{
  font-weight: 600;
  color: #616161;
  font-size: 12px;
  transition: 0.4s ease;
  padding-top: 5px;
  min-height: 44px;
  line-height: 18px;
}

.awards_sec .slider_content a:hover{
  color: #F80012;
}

.slider_content img {
  height: 120px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}

.slider_content {
  padding: 0px 30px;
}

.slider_content p{
  padding: 0px 10px 0px 10px;
}

.h5_line_3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 58px;
}

.p_line_3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 60px;
}

/* .news_sec .grid_item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 60px;
} */

/* HOME GALLERY CSS  */

.home_gallery_sec{
  overflow: hidden;
  height: 600px; 
  position: relative; 
}

.home_gallery_sec img{
  border-radius: 10px;
}

.gallery_line {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  height: fit-content;
  animation: slide 45s linear infinite;
}

.gallery_line:nth-child(2) {
  animation-direction: reverse;
}

.gallery_line:nth-child(4) {
  animation-direction: reverse;
}

.gallery_line img {
  flex: 1 1 auto;
  width: 100%;
  object-fit: cover;
}

@keyframes slide {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* Safari and Firefox Compatibility for Animations */
@-webkit-keyframes slide { /* Safari and older webkit browsers */
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@-moz-keyframes slide { /* Firefox specific keyframes */
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

.Me {
  position: fixed;
  z-index: 15;
  bottom: 20px;
  left: 50%;
  color: #111;
  transform: translateX(-50%);
  font-weight: 700;
  text-align: center;
  opacity: 0.7;
}

/* HOME GALLERY CSS  */

/*******common css*************/
/******************************/


/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/*inner_pages styles*/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

/* breadcrumb start */

.breadcrumb_row {
  right: 0;
  position: absolute;
  z-index: 1;
}

.breadcrumb {
  margin-top: 8px;
  padding: 5px 8px;
  border-radius: 6px;
  background-color: #ffffff61;
}

.breadcrumb-item.active{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  font: var(--fa-font-solid);
  content: "\f105";
  margin-top: 3px;
}

.breadcrumb li {
  font-size: 11px;
}

.breadcrumb-item a {
  color: #3D3D3D !important;
}

.breadcrumb-item.active {
  font-weight: 700 !important;
  color: #19502E;
}

/* breadcrumb end*/

.inner_slider .carousel-item {
  height: 280px;
  border-bottom-right-radius: 150px;
}

.inner_slider .carousel-caption {
  bottom: -15px;
}

.icon_box {
  padding: 45px 50px;
  border-radius: 10px;
  background-color: #E8E8E8;
}

.icon_box img {
  width: 54px;
  height: 54px;
}

/* white icon box */

.white_icon_box img{
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.white_icon_box{
  background-color: #ffffff;
  width: fit-content;
  padding: 15px 24px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.white_icon_box:hover{
  background-color: #58A399;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.white_icon_box:hover .text_box p{
  color: #ffffff !important;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.white_icon_box .text_box{
  border-left: 1px solid #F80012;
  margin-left: 15px;
  padding-left: 15px;
}

.white_icon_box img{
  transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.white_icon_box .icon_black {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.white_icon_box .icon_white {
  display: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.white_icon_box:hover .icon_white{
  display: block;
}

.white_icon_box:hover .icon_black{
  display: none;
}

/* gray icon box */

.gray_icon_box img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.gray_icon_box {
  background-color: #E8E8E8;
  padding: 20px 24px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: 100%;
}

.gray_icon_box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.gray_icon_box .text_box {
  border-left: 1px solid #F80012;
  margin-left: 15px;
  padding-left: 15px;
}

.gray_icon_box .text_box {
  border-left: 1px solid #F80012;
  margin-left: 15px;
  padding: 6px 15px;
}

/* gray icon box */

.journey_sec {
  margin-top: -95px;
}

.journey_info {
  margin-top: -270px;
}

.award_group {
  width: 225px;
}

.about_cat_sec {
  padding-bottom: 90px;
}

.about_cat_sec .num_one {
  padding-top: 90px;
  z-index: -1;
}

.about_cat_sec .main_cat_cards {
  margin-top: -150px;
}

.featured-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}

.featured-section .item {
  margin: 0 15px;
  width: 320px;
  height: 390px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.featured-section .item.active {
  /* width: 430px; */
  box-shadow: 4px 1px 16px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 1px 16px rgba(0, 0, 0, 0.25);
}

.featured-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.featured-section .item.active::after {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.featured-section .item-desc {
  padding: 0 24px 24px;
  color: #fff;
  position: relative;
  z-index: 1;
  transform: translateY(calc(100% - 145px));
  -webkit-transform: translateY(calc(100% - 145px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.featured-section .item-desc p{
  color: #ffffff;
}

.featured-section .item-desc h2{
  min-height: 39px;
}

.featured-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}

.featured-section .item-desc p {
  opacity: 1;
  /*-webkit-transform: translateY(32px);*/
  /*transform: translateY(32px);*/
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.featured-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.featured-section .item-desc h4 {
  opacity: 1;
  /*-webkit-transform: translateY(32px);*/
  /*transform: translateY(32px);*/
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.featured-section .item.active .item-desc h4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


.clear {
  clear: both;
}

.bottom_bg {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.small_icon_div {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}

.small_icon_div img {
  width: 17px !important;
  height: fit-content;
}

.small_icon_div p {
  margin-bottom: 0;
}

.item-desc{
  width: 100%;
}

.item-desc h2{
  font-size: 16px;
}

.item-desc .price {
  /* float: right; */
  font-style: italic;
  font-size: 10px
}

/* land listing */

.col_list_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 340px;
  border-radius: 10px 0 0 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.col_list_body h3 {
  font-size: 30px !important;
  color: #F80012;
}

.col_list_body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border-radius: 0 10px 10px 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.col_list_body h5{
    transition: 0.4s ease;
}

.col_list_body:hover h5{
    color: #F80012;
}

.shadow_box:hover .col_list_img {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow_box:hover .col_list_body {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/* filter */

.blue_bg {
  background-color: #73A9AD;
  border-radius: 10px;
  color: #ffffff;
}

.blue_bg .form-label {
  color: #ffffff !important;
}

.filter_div {
  background-color: #E8E8E8;
  border-radius: 10px;
}

.cal_div {
  background-color: #75a47f;
  border-radius: 10px;
  color: #ffffff;
}

.cal_div .form-label {
  color: #ffffff !important;
}

.districts_div a p {
  font-weight: 700;
  color: #19502E;
  margin-bottom: .5rem;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.districts_div p{
  margin-bottom: .5rem;
}

.districts_div a p:hover {
  font-weight: 700;
  color: #F80012;
}

/* form */

.form-label {
  font-size: 12px;
  font-weight: 500;
  color: #3D3D3D;
}

.form-control:focus {
  border-color: #75a47f;
}

.form-select:focus {
  border-color: #75a47f;
}

/* Pagination CSS start  */

.site_pagination .page-link {
  border: 1px solid #D3D3D3;
  background-color: #ffffff;
  color: #616161;
  font-size: 13px;
  border-radius: .25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.site_pagination .page-link:hover {
  background-color: #f8f8f8;
}

.site_pagination .disabled .page-link {
  border: 1px solid #73A9AD;
  background-color: #73A9AD;
  color: #ffffff;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: .25rem;
}

.page-link:focus {
  box-shadow: none;
}

/* project detail */

.project_listing_banner {
  height: 167px;
}

.project_listing_banner .container{
  height: 100%;
}

.project_listing_banner .container .breadcrumb_row{
  bottom: 0;
}

/* Detail page main slider swiper */

.kovi-product-slider-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.swiper {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide,
.mySwiperDesktop .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active,
.mySwiperDesktop .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiperDesktop {
  margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

/* house detail page css */

.project_slide_con{
  background-size: 1495px;
}

.project_name{
  margin-left: 0;
  border-bottom: solid 1px #00000010;
  width: fit-content;
  font-weight: 600;
  padding-bottom: .50rem;
  margin-bottom: .70rem;
}

.project_logo_div{
  width: 190px;
}

.project_logo{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 5px;
}


@media (min-width: 991px) {
  .mySwiper {
    display: none !important;
  }

  .kovi-product-slider-wrapper {
    display: flex;
    flex-direction: row-reverse;
  }

  .mySwiper2 {
    height: 100%;
  }

  .swiper {
    width: 100%;
    height: 455px;
  }
  
  .mySwiperDesktop .swiper-slide {
    width: 100%;
  }

  .mySwiperDesktop {
    width: calc(22% - 20px);
  }

  .mySwiper2 {
    width: 78%;
  }
}

.count_box{
  background-color: #ffffff;
  padding: 15px 22px;
  display: flex;
  margin-left: 10px;
  border-radius: 5px;
  min-width: 133px;
  min-height: 50px;
  justify-content: center;
}

.count_box img{
  width: 20px;
  height: 20px;
}

.count_box p{
  position: relative;
  margin-left: 30px;
  font-weight: 600;
}

.count_box p::before{
  content: "";
  position: absolute;
  background-color: red;
  width: 1px;
  height: 100%;
  margin-left: -15px;
}


.badge {
  display: inline-block;
  color: #fff;
  background: #ff334b;
  border-radius: 4px;
  padding: 3px 5px 0px 2px;
}

.badge-wrap {
  display: flex;
  align-items: center;
}

.badge-icon {
  position: relative;
  display: inline-flex;
  margin-right: 2px;
}

.badge-icon-inner {
  font-family: "Montserrat", system-ui !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  will-change: opacity;
  -webkit-animation: ani-breath 1.8s ease infinite;
  animation: ani-breath 1.8s ease infinite;
}

.badge-icon svg {
  fill: currentColor;
}

.badge-text {
  display: inline-flex;
  font-size: 8px;
}

@-webkit-keyframes ani-breath {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ani-breath {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 990px) {
  .kovi-product-slider-wrapper {
    display: flex;
    flex-direction: column;
  }

  .mySwiperDesktop {
    display: none !important;
  }

  .kovi-product-slider-wrapper {
    width: 100%;
    height: 70%;
  }

}

/* Pagination CSS end  */

.inner_listing .row_tabs.box_tabs .nav-tabs .nav-link{
  width: 200px;
  font-weight: 600;
  /* margin-bottom: 30px; */
}

.apartment_tag{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  border-radius: 4px;
  width: fit-content;
  top: 12px;
  right: 12px;
  background-color: #006415;
}

.news_title_sec{
  padding-bottom: 150px;
}

.latest_news_card{
  margin-top: -180px;
}

.services_sec{
  padding-bottom: 60px;
}

.serv_list_sec{
  margin-top: -90px;
  position: relative;
  z-index: 9;
}

.line_vector{
  top: -140px;
  right: 20%;
}

.single_slider .carousel-item{
  height: 530px;
  background-size: contain;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
}

.single_slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.single_slider .carousel-indicators button.active {
  background-color: #4676AE;
}

.single_slider .carousel-indicators button {
  background-color: #D9D9D9;
}

.single_slider .carousel-indicators {
  bottom: -55px;
}

.detail_body_sec{
  padding: 26px;
  border-bottom-right-radius: 150px;
  background-color: #E8E8E8;
}

.detail_body_sec .green_text:hover{
  color: #F80012;
}

.white_content_box{
  padding: 40px;
  margin-bottom: 30px;
  min-height: 234px;
}

.shadow_none:hover{
  box-shadow: none;
}

.publications_sec{
  background-size: 1800px;
  background-repeat: no-repeat;
}

/* File upload CSS start  */
.custom_file_input {
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.custom_file_input::file-selector-button {
  display: none; /* Hides the choose file button */
}
/* File upload CSS end  */

.main_forms label{
  color: #ffffff;
  margin-bottom: 7px;
}

.vector_img{
  bottom: 5%;
  right: 45%;
}

/* accordion start */

.tab-content .accordion-item {
  background-color: #fff;
  border: none;
}

.nav-tabs {
  border-bottom: none !important;
}

 /* accordion end */

 .vacancy_card{
  padding: 25px;
  background-color: #FFFFFF;
  border-radius: 10px;
 }

 .testi_sec .nav-tabs .nav-link span{
  border-left: 1px solid #F80012;
  margin-left: 15px;
  padding-left: 15px;
 }

 .testi_sec h5{
  min-height: 39px;
 }

 .no_result{
  border-radius: 5px;
  background-color: #FAB8BC;
  color: #333333;
  font-weight: 600;
  font-size: 13px;
  padding: 10px;
 }

 /* Custom modal CSS start  */
  .custom_modal{
    z-index: 999999;
  }

  .custom_modal .modal-body{
    padding: 40px;
  }

  .custom_modal .modal_close {
    right: -17px;
    top: -13px;
    z-index: 9999;
    background-color: #73A9AD;
    border-radius: 100%;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
  }

  .custom_modal .modal_close:hover {
    background-color: #75A47F;
  }

  .custom_modal .btn-close{
    background: transparent url("../images/close_icon.png") center/1em auto no-repeat;
    opacity: 1;
  }
 /* Custom modal CSS end  */

 .sell_land_form{
  margin-top: -120px;
  position: relative;
  z-index: 9;
 }

 .subsi_slider .slider_content p{
  min-height: 63px;
 }

 .inner_bg_light{
  height: 280px;
  background-color: #73A9AD;
 }

 .inner_bg_dark{
  height: 280px;
  background-color: #75A47F;
 }

 .inquire_sec{
  background-position: bottom; 
  background-size: cover;
 }

 .vacancy_points .gray_icon_box{
  min-height: 99px;
}

.proj_logo{
  border-radius: 6px;
  height: 85px;
  width: 85px;
  object-fit: contain;
  background-color: #fff;
  }

  .categorie_div a p {
    font-weight: 600;
    color: #e4e4e4 !important;
  }

  .awards_ach_sec .grid_item .card-body {
    min-height: 226px;
  }
  
  .img_card.grid_item img{
      object-fit: contain;
      background-color: #ffffff;
  }
  
  .img_card.grid_item img{
    height: 250px !important;
  }

  h2.text_red{
    min-height: 44px;
  }

  .branch_address{
    min-height: 39px;
  }
  
  .latest_news_card .col_list_img{
    background-size: contain;
    background-color: #ffffff;
    height: 350px;
}


/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/*inner_pages styles*/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

/*****************************/
/*********footer**************/

.footer_sec {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #242424;
  color: #ADADAD !important;
}

.footer_sec p{
  color: #ADADAD !important;
}

.footer_logo {
  height: 50px;
}

.social_icon {
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  background-color: #496989;
  border-radius: 3px;
  color: #ffffff;
}

.footer_social_links a:hover {
  margin-left: 0px !important;
}

.social_icon:hover {
  background-color: #555555;
  color: #85E5C3;
}

.social_icon a {
  color: #ffffff;
}

.footer_collapse {
  color: #ADADAD !important;
}

.footer_sec a {
  color: #ADADAD;
  font-size: 13px;
  transition: 0.4s ease;
  margin-bottom: 8px;
}

.footer_sec a:hover {
  color: #85E5C3;
  margin-left: 5px;
}

.footer_sec hr {
  opacity: 0.3;
}

/*****************************/
/*********footer**************/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll_top {
  visibility: hidden; 
  opacity: 0; 
  cursor: pointer;
  position: fixed; 
  bottom: 70px;
  left: 20px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #44614a;
  color: white;
  border: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s; 
  transform: translateY(10px); 
}

.scroll_top:hover{
  background-color: #3c5c5e;
}

.scroll_top.show {
  visibility: visible; 
  opacity: 1;
  transform: translateY(0); 
  transition: opacity 0.3s ease, transform 0.3s ease; 
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/



/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*=========DESIGN & FRONTEND DEVELOPMENT - G.D.RAVEESHA DEEMANTHI=========*/
/*========================================================================*/
/*========================================================================*/