/*
Theme Name: High Street Rice
Theme URI: https://www.busfam.com/
Author: Busfam Team
Author URI: https://www.busfam.com/
Description: The 2025 theme for WordPress is a fully responsive theme that looks great on any device With HTML5, Bootstrap5 and CSS3.
Version: 6.0
*/



@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --blue: #062655;
    --lblue: #16659c;
    --lblue2: #65b1f9;
    --beige: #bead7e;
    --beige2: #cdc9bf;
    --white: #fff;
    --white: #fff;
    --black: #000;
    --gray: #333;

}

body {
    margin: 0;
    padding: 0;
      font-family: "Nunito", sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}
a {
	color:var(--blue);
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

li {
    list-style: none;
}

ol li {
    list-style: number;
}

h1,
h2 {
    font-size: 40px;
	margin-bottom:20px;
	font-weight:600;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
    margin-bottom: 8px;
}
/* BTN */
a.readmore, .readmore {
    background-image: linear-gradient(
        to right,
        #fff,
        #fff 50%,
        #bead7e 50%
        );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    font-size:16px;
    font-weight: 700;
}

a.readmore:before, .readmore:before{
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

a.readmore:hover, .readmore:hover {
    background-position: 0;
}

a.readmore:hover::before, .readmore:hover::before{
    width: 100%;
}
.btn{border-radius: 0;}

.btn-primary,  .sticky-menu .btn-primary {
	 display: inline-block;
	 padding: 10px 20px;
	 text-decoration: none;
	 transition: all 0.2s ease;
	 position: relative;
	 background-color: transparent;
	 font-weight: 600;
	 overflow: hidden;
	 background: #004a90cf;
	 border: 1px solid var(--blue);
	 color: var(--white);
	 font-size:15px;
	 -webkit-transition-delay: 0.1s;
	 transition-delay: 0.1s;
}
.btn-primary i,  .sticky-menu .btn-primary i{font-size:12px;color:var(--white);}

.btn-primary:before, .sticky-menu .btn-primary:before {
	 content: '';
	 display: block;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 0;
	 height: 0;
	 background: var(--blue);
	 -webkit-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
	 -webkit-border-radius: 50px;
	 border-radius: 50px;
	 z-index: -1;
}
 .btn-primary:hover,  .sticky-menu .btn-primary:hover {color: #fff;background: var(--lblue);border-color: var(--black);} 
 .btn-primary:hover:before,  .sticky-menu .btn-primary:hover:before {width: 400px;height: 400px;}
 
 
.btn-secondary{
	 display: inline-block;
	 padding: 10px 20px;
	 text-decoration: none;
	 transition: all 0.2s ease;
	 position: relative;
	 background-color: transparent;
	 font-weight: 600;
	 overflow: hidden;
	 background: #e1bc5896;
	 border: 1px solid var(--beige);
	 color: var(--black);
	 font-size:15px;
	 -webkit-transition-delay: 0.1s;
	 transition-delay: 0.1s;
}
.btn-secondary i{font-size:12px;color:var(--white);}
.btn-secondary:before {
	 content: '';
	 display: block;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 0;
	 height: 0;
	 background: var(--beige);
	 -webkit-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
	 -webkit-border-radius: 50px;
	 border-radius: 50px;
	 z-index: -1;
}
.btn-secondary:hover{color: #fff;background: var(--beige);border-color: var(--beige);} 
.btn-secondary:hover:before {width: 400px;height: 400px;}
[type=submit]{
	background: var(--blue);
	color: var(--white); 
	font-size:15px;
	font-weight:600;
	padding:8px 15px;
	border:1px solid var(--blue);
	border-radius:0;
}
[type=submit]:hover{
	background: var(--white);
	color: var(--black); 
}
/* BTN */

.tick ul {
    padding-left: 0;
    margin: 0px 0 20px 26px;
}

.tick ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.tick ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: var(--beige);
    font-size: 18px;
    transition: all 0.3s ease;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    margin-left: -26px;
}

.tick_double ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin: 0 0 0 26px;
}

.tick_double ul li {
    width: 95%;
}


.sectiongap {
    padding: 40px 0;
}
.alternate_column .row {margin: 0;}
.alternate_column img {border-radius: 0;}
.alternate_column .row:nth-child(even) {
    direction: rtl;
    text-align: left;
}
.content_box {padding: 50px;}
.alternate_column .row:nth-child(even) .content_box{direction: ltr;}
.alternate_column .row:nth-child(even) .content_box .Banquetfacilities {
    direction: ltr;}
.alternate_column .row[class*=col-] {direction: ltr;}


/* banner */
.banner, .inner-banner{margin-top:30px;}
hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}

 .carousel-item {
     transition: transform 1s ease-in-out;
}
 .carousel-caption {
     top: 52%;
     transform: translate(0, -50%);
     bottom: auto;
     left: 0;
     right: 0;
      width: 0;
      opacity: 0;
      overflow: hidden;
      text-align: left;
}
 .carousel-item.active .carousel-caption  {
     animation: widthSlide 3.5s 1;
     opacity: 1;
      z-index: 999;
      width: 50% ;
}
 
.carousel-caption h5 {
	font-family: "Sorts Mill Goudy", serif;
    font-size: 3.2em;
    font-weight: 400;
    color:var(--white);
    position: relative;
    width: fit-content;
    padding-right: 10px;
}
 .carousel-caption p {
	 font-family: "Nunito", sans-serif;
     font-size: 1em;
	 color:var(--white);
     font-weight: 400;
     text-transform: capitalize;
}
.carousel-caption h5:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--beige);
    bottom: -20px;
    opacity: 1;
}
 .carousel-item.active .carousel-caption h5:after {
    width: 10%;
    height: 4px;
    animation: titleCover 2.5s 1;
    opacity: 0;
}


.carousel-item > img {
    object-fit: cover;
    transform: scale(1);
}
.carousel-item.active > img {
    transform: scale(4);
    animation: bgScale 200s 1;
}
@keyframes bgScale {
  0% {
      transform: scale(1);
    }
  100% {
      transform: scale(4);
    }
}
 .carousel-item:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgb(0 0 0 / 1%);
     z-index: 99;
}


 .carousel-caption * {
     white-space: normal;
}
.carousel-indicators {
    right: 10px;
    left: auto;
    margin: 0;
    width: 25px;
    flex-wrap: wrap;
    bottom: auto;
    top: 45%;
    transform: translate(0, -50%);
    gap: 10px;
    z-index: 9999;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: none;
}
li.nav-item > a:after {
    content: '';
    position: absolute;
    height: 3px;
    background: white;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 85%;
  transition: 0.3s all ease-in-out;
}
li.nav-item > a.active:after,
li.nav-item > a:hover:after {
    bottom: 0;
    opacity: 0.8;
}
li.nav-item > a {
    position: relative;
}


@media screen and (max-width: 991px) {
  .carousel-caption h5 {
    font-size: 3.5em;
}

}

@media screen and (max-width: 768px) {
  .carousel-caption h5 {
    font-size: 3.5em;
}

  .carousel-item img {
    height: 80vh;
}
  .mian-logo > span {
    font-size: 1em;
}
.carousel-indicators {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    flex-wrap: nowrap;
    top: auto;
    transform: unset;
    width: auto;
    gap: 5px;
}
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
}
}

@media screen and (max-width: 575px) {
  .carousel-caption h5 {
    font-size: 2em!important; font-weight: 400 !important;
}
  .carousel-item img {
    height: 60vh;
}
  .carousel-caption p {
    font-size:16px!important;line-height: 25px;
}
  .carousel-caption {
     width: 100%;
    opacity: 0;
}
 .carousel-item.active .carousel-caption {
     animation: sample 2.5s 1;
    opacity: 1;
}
  .carousel-caption * {
    white-space: unset;        text-align: left;
}
 @keyframes sample {
     0% {
         opacity: 0;
    }
   50% {
         opacity: 1;
    }
     100% {
         opacity: 1;
    }
}
  .carousel-caption h5 {
    -webkit-text-stroke: 1px #E2FADB;
}
  hr.border-light {
    max-width: 200px;
}
}


@media screen and (max-width: 480px) {
	.banner .carousel-caption {
        position: inherit;
        width: 100% !important;
        background:var(--blue);
        padding: 20px;
        bottom: 0;
        right: 0 !important;
        left: 0 !important;
        text-align: center;
        border-radius: 0;
        top: 0;
		transform: translate(0, 0);
    }
	.carousel-indicators{display:none!important;}
.carousel-caption h5 {
    font-size: 1.45em;
}
  .carousel-caption p {
    font-size: 0.7em;
}
  .carousel-item img {
    height:200px;
}
}
/* banner */

.logo img{background: var(--white);width:165px;padding: 5px 10px;}

/*backto-top start*/

#backto-top {
    display: inline-block;
    background-color: var(--beige);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 12px;
    right: 15px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    text-align: center;
}

#backto-top i {
    color: var(--white);
    font-size: 22px;
    line-height: 45px;
}

#backto-top:hover {
    cursor: pointer;
}

#backto-top.show {
    opacity: 1;
    visibility: visible;
}

/*backto-top end*/
.sticky_div {position: sticky;top: 100px;}

.section-title {margin-bottom: 35px;position:relative;}
.section-title h2,
.section-title h1,
.blog-section h2 {
	font-family: "Sorts Mill Goudy", serif;
	font-size:45px;
    color:var(--blue);
    font-weight: 400;
	position:relative;
}
.section-title h1:after, .section-title h2:after, .blog-section h2:after {
    position: absolute;
    content: '';
    background: var(--beige);
    width: 60px;
    height: 4px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.section-title.text-left h1:after, .section-title.text-left h2:after {
    position: absolute;
    content: '';
    background: var(--beige);
    width: 60px;
    height: 4px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 ;
}


.section-title h2 strong,
.section-title h1 strong {
    color: var(--blue);
    font-weight: 400;
}

.contact-form .bluebg {color: var(--white);}
.form-check-input{
    color: var(--white) !important;
    background-color: transparent !important;
    border:0!important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding:0!important;
}

.form-control,
select {
    color: var(--black) !important;
    background-color: var(--white);
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    padding: .7rem .75rem!important;
}
.contact .contact-box input:focus-visible, .contact-form .bluebg input:focus-visible{border: 1px solid #ccc !important;}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9254901961) !important;
}

::placeholder {
    color: rgba(0, 0, 0, 0.9254901961) !important;
}
.form-control:focus {
    box-shadow: unset;
    border-color: unset;
}


/* footer */

footer {
    padding:0;
    padding-bottom: 0;
    background-image: linear-gradient(var(--lblue) 23%, var(--blue) 0);
    position: relative;
}

footer .container-fluid{min-width:100%!important;}

.footer_left_bg{
	position:relative;
	 background: url(images/cityscape.webp) 0 0 no-repeat;
}
.footer_left_bg h3{z-index:1;font-size:22px;color:var(--white);position: relative;margin:10px 0 12px 0;}
.footer_left_bg img{z-index:1;position: relative;width:140px;}
.footer_left_bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; /* set to 100% for full overlay width */
  background-color: rgba(0,0,0,0.75);
}
.footer_left_bg img{border-right:1px solid var(--beige);padding:0 10px 0 5px;width:120px;}
.footer_left_bg img:last-child{border-right:0;}
.footer_box_con{border-right:2px solid #ffffff26!important;padding:10px 10px 22px 10px;color:var(--white);}
.footer_box_con:last-child{border-right:0!important;}
.footer_box_con i{font-size:16px;color:var(--white);margin-bottom:10px;}
.footer_box_con h4, footer h4{font-size:20px;font-weight:600;color:var(--white);margin:0 0 18px 0;}
.footer_box_con p{font-size:14px;font-weight:500;color:var(--white);margin:0;}
.footer_box_con p strong{font-weight:500;display:block;}
.footer_box_con a{font-size:14px;font-weight:500;color:var(--white);margin:0;display:block;}
.footer_box_con a:hover{color:#0c91ed;}
.footer_box_con .card {border: 0; background: transparent;}
.social_icon a{
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:0 10px 0 0;
	color:var(--white);
}
.copyright {
    margin-top: 15px;
    border-top: 1px solid #ffffff26;
    text-align: center;
    padding-top: 10px;
}
.copyright ul{padding:0;margin:0;}
.copyright li{float:left;color:#ddd;font-size:13px;border-right:1px solid var(--lblue);
    padding-right: 10px;margin-right: 10px;}
.copyright li:last-child{border-right:0;}
	
.copyright p, .copyright a{color:#fff;font-size:13px;margin:0;}
.copyright a:hover{color:#0c91ed;}
.social_icon{margin-bottom: 15px;display: table;}


.foot_bottom{
	background:var(--blue);
	padding:15px;
	color:var(--white);
	font-size:14px;
	line-height:20px;
	border-top:1px solid var(--lblue);
}

.foot_bottom p{font-size: 14px;color:#fbf9f9ba;}

.whitebox {
    background: var(--white);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--blue);
}

.sticky-menu {
	background:var(--white)!important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-animation: sticky-menu 1.2s;
    animation: sticky-menu 1.2s;
    box-shadow: 0px 15px 10px -15px #1111114a; 
	width:100%;
}

@-webkit-keyframes sticky-menu {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky-menu {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}


.sticky-menu .stellarnav>ul>li>a {
    color: var(--black)!important;    font-size: 15px;
}
.sticky-menu .topbar{display:none!important;}
.sticky-menu .logo img{ width: 140px;}
.sticky-menu .menubar{ margin-top:6px;}
header .menu-btn{float:right;}
header.sticky-menu .menu-btn{float:left;}
header{
	position:absolute;
	top:55px;
	width:95%;
	margin:0 auto;
	left:0;
	right:0;
	background:var(--blue);
	border-bottom:1px solid var(--white);
	z-index:222;
	padding:5px 0;
}

header .btn-primary{
	background:var(--white);
	border-radius:0;
	color:var(--black);
	border:1px solid var(--white);
	padding:16px;
	font-weight:500;
}
header .btn-primary:hover{
	background:var(--lblue);
	color:var(--white);
	border:1px solid var(--white);
}

header .btn-primary:hover i{color:var(--white);}
header .btn-primary i{
	font-size:12px;
	color:var(--lblue);
}


.tagline{position: relative;}
.tagline h3{font-size:22px;color:var(--beige);font-weight:600;}
.tagline .letter {transform-origin: 50% 100%;display: inline-block;}


.topbar{padding:7px 0;}
.topbar_cont{float:left;}
.topbar_cont strong{font-size:12px;font-weight:500;display:block;color:#6a6a6a;text-transform:uppercase;}
.topbar_cont a{font-size:15px;color:var(--black);}
.topbar_cont a:hover{font-size:15px;color:var(--beige);}
.topbar_cont i{
	width:30px;
	height:30px;
	line-height:30px;
	border:1px solid #ddd;
	font-size:18px;
	color:var(--beige);
	text-align:center;
	margin:5px 10px;
	}
.topbar_cont li{float:left;}

header .header_mid_icon{display:none!important;}
.header_mid_icon ul{display:flex;margin:0;padding:0;}
.header_mid_icon li{float:left;}

header.sticky-menu .header_mid_icon i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 1px solid var(--beige);
    font-size: 18px;
    color: var(--blue);
    text-align: center;
    margin: 0 0 0 6px;
}
header.sticky-menu .header_mid_icon i:hover {background:var(--beige);color: var(--white);}
header.sticky-menu .header_mid_icon{display:block!important;float: left;}

/*dots*/
.owl-carousel .owl-stage-outer {
    width: 100%;
    margin: 0 auto;
}
.owl-nav {
    text-align: center;
}
.owl-carousel{
    position: relative;
}
.owl-carousel .owl-nav .owl-prev{
    font-size: 18px;
    color:var(--white);
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    line-height: 40px;
    background:var(--beige);
    border:1px solid var(--beige);
    width: 40px;
    height: 40px;
    border-radius:50%;
    position: absolute;
    top: 45%;
    left:10.5%;
    transition: all 0.3s ease;
}
.owl-carousel .owl-nav .owl-next {
    font-size: 18px;
    color:var(--white);
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    line-height: 40px;
    background:var(--beige);
    border:1px solid var(--beige);
    width: 40px;
    height: 40px;
    border-radius:50%;
    position: absolute;
    top: 45%;
    right:10.5%;
    transition: all 0.3s ease;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    color: var(--white)!important;
    background: var(--blue); border:1px solid var(--blue);
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: inherit !important;
}
.owl-carousel .item {
    width: 97%;
    margin: 0 auto 20px auto;
    border-radius:15px 0;
    transition: all 0.3s ease;
}
.card {
    border:0;
}
.owl-carousel .item:hover, .product .card:hover {
    box-shadow:0 0 20px #00000038;
}
.owl-carousel .card, .products .card {
    border:0;
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease,
        -webkit-box-shadow .5s ease;
}
.owl-carousel .card-body {
    padding: 10px 0 0 0;
}
.owl-carousel .owl-item img {border-radius:10px;}
/*dots end*/

.inner-banner {position: relative;}
.inner-banner-txt {
    position: absolute;
    top: 55%;
    width: 40%;
    text-align: center;
	margin: 0 auto;
	z-index:1;
	left: 0;
    right: 0;
}
.inner-banner-txt h2{font-family: "Sorts Mill Goudy", serif;color:var(--white);font-size: 30px;font-weight:500;text-align: center;}

.about_right{margin-top:-90px;z-index:1;}
.about_right_box:first-child{background:var(--beige); }
.about_right_box:first-child:hover{background:var(--black);}
.about_right_box:first-child:hover h4{color:var(--beige);}
.about_right_box:first-child h4{color:var(--black);}
.about_right_box:first-child .readmore {
    background-image: linear-gradient(
        to right,
        #16659c,
        #16659c 50%,
        #fff 50%
        );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    font-size:16px;
    font-weight: 700;
}
.about_right_box .readmore:before{
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
}
.about_right_box .readmore:hover {background-position: 0;}
.about_right_box .readmore:hover::before{width: 100%;}
.about_right_box{background:var(--blue);padding:30px 20px;margin-top:6px;position: relative;border: 4px solid var(--white);}
.about_right_box:hover{background:var(--lblue);}
.about_right_box h4{color:var(--lblue2);}
.about_right_box h4 strong{color:var(--white);font-size:22px;font-weight:400;}
.about_right_box h4 strong{display:block;font-size:30px;font-weight:600;margin:0;}
.about_right_box img{width:70px;    position: absolute;right:20px;top:30%;}
.play_btn {
    height: 70px;
    width: 70px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 1;
	right:20px;

    i {
        font-size: 25px;
        color: var(--beige);
        line-height: 70px;
        animation: icon_anime 3000ms ease-in-out infinite;
        text-align: center;
    }
}

.play_btn::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #ffffff56;
    border-radius: 50%;
    z-index: -1;
    animation: anime_btn 2000ms ease-in-out infinite;
}

@keyframes anime_btn {
    0% {
        opacity: 0;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.6;
    }
}

.co_working{  background-image: linear-gradient(var(--beige) 60%, #fff 0);}
.co_working .section-title h2, .co_working .section-title h6{  color: var(--white);}
.co_working .section-title h2:after {
    background: var(--black);
}

.bluebox{background:var(--white);padding:20px;box-shadow:0 0 15px #00000050;}
.bluebox:hover{background:var(--blue);}
.bluebox:hover .card h5, .bluebox:hover p{color:var(--white);}
.bluebox .card{background:transparent!important;border:0;color:var(--white);}
.bluebox .card-body{padding:0;}
.bluebox .card-footer{padding:0;border:0;background: transparent;}
.bluebox .card img{width:70px;margin:0 0 10px 0;}
.bluebox .card h5{font-size:24px;font-weight:400;color:var(--blue);}
.bluebox .card h5 strong{display:block;}
.bluebox p{color:var(--black);}
.bluebg{background:var(--lblue);padding:30px;}
.contact-form .card{background:var(--white);border:1px solid var(--lblue);padding:20px;text-align:center;border-radius:0;}
.orabgebg{background:var(--beige);padding:20px;display:table;width:100%;}
.orabgebg h5{color:var(--black);font-size:20px;margin:0;}
.orabgebg h3{color:var(--white);font-size:35px;font-weight:600;margin:0;}
.orabgebg img{width:70px; margin-right:15px;}
.orabgebg ul{padding:0;}
.orabgebg li{float:left;}
.orabgebg a{color:var(--white);}
.orabgebg a:hover{color:var(--black);}
.contact-form .card img{width:200px;margin:0 auto;}
.alter_bg:nth-child(odd){background-color:#f0eada;color: #111;}
.alter_bg:nth-child(even){background-color:  #d8d1bf;}
.advan_col {text-align: center; padding: 30px 20px;}
.advan_col img{margin-bottom:10px;}
.advan_col h5{font-size:18px;}
.advan_col h5 strong{display:block;}
.address_map_block{position: relative;background:var(--lblue);padding:15px;color:var(--white);}
.address_map_block img{width:100%;}
 .discuss_block{margin-bottom:8px;}
 
 .list-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 4px;
}
.list-text p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.list-text {
    width: 70%;
}
.green_advantage ul{padding:0;margin:0;}
.green_advantage .list-number {
    height: 50px;
    line-height: 44px;
    width: 50px;
    background: var(--blue);
    padding: 5px;
    border-radius: 50%;
    font-size: 26px;
    color: var(--white);
    font-weight: 600;
    text-align: center;
}
.list-mian {
    display: flex;
    align-items: center;
    gap: 12px;
}
.green_advantage .list-icon img {
    height: 75px;
    width: 75px;
    border: 1px solid var(--beige);
    padding: 5px;
    border-radius: 0;
}
.green_advantage ul li {
    margin-bottom: 15px;
    background: var(--white);
    padding: 15px;
    border-radius: 0;
    box-shadow: 0 0 6px #00000020;
}
.green_advantage{background:var(--beige2);padding:30px 0;}
.green_advantage .tick_double ul li {
    width: 100%;
}
.choose-image {position: relative;}
.about_imgbox .about_img { position: relative;}
.about_imgbox .about_img img {width: 55%;z-index:1;position:relative;border: 8px solid var(--white);}

.about_imgbox .about_img .child_imgbox {
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 45%;
	z-index: 0;
}
.about_imgbox .about_img .child_imgbox img {width: 80%;}
.organic{position:absolute;top:0;right:10%;}
.organic img{width:180px;}


/*photos gallery start*/
.post-box:hover .photo-img img {transform: scale(1.1);}
.photo-item {}
.photo-img {position: relative;overflow: hidden;min-height: 57px;display: block;cursor: pointer;border-radius: 0;}
.photo-img img {transform: scale(1);transition: 0.5s ease-in-out;width: 100%;border-radius: 8px;
  border: 1px solid #dadada;}
.photo-date {
  color: #fff;
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(rgba(0,0,0,0) 60%,rgba(0,0,0,.65) 100%);*/
  display: flex;
  transform: scale(0.5);
  opacity: 0;
  transition: 300ms ease all;
  transition-delay: 0;
}
.photo-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--blue);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
}
.photo-icon i {line-height: 60px;font-size: 25px !important;color: #fff !important;}
.post-box:hover .photo-date {transform: scale(1) rotate(0);opacity: 1;transition-delay: 300ms;}
/*photos gallery end*/
.thanku_bg {
    background-image: linear-gradient(to right, #f7eccc, var(--white), #f7eccc);
    height: 100%;
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 60px 0;
}
.contact-box {
    background-image: radial-gradient(rgba(0, 0, 0, 0.418) 1px, transparent 1px);
    background-size: 25px 25px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    border-top: 3px solid var(--beige);
}
.contact-box ul {margin: 0; padding: 0;}
.contact-box ul li {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #00000041;
    padding-bottom: 16px;
    margin-bottom: 16px;
	line-height: 35px;
}

.contact-box ul li .contact-box-icon {
    height: 40px;width: 40px;display: inline-block;text-align: center;background-color: var(--blue); border-radius:0;}
.contact-box ul li .contact-box-icon i {color: #fff;font-size: 16px;line-height: 40px;}
.contact-box ul li:last-child {border-bottom: none;margin: 0;padding: 0;}
.contact-box-con a {
margin: 0 4px 0 0;color: var(--black);border-right: 1px solid var(--beige);padding: 0 8px 0 0;
}
.contact-box-con a:last-child {border-right:0;}
.contact-box-con a:hover {color:var(--lblue);}
.contact-box-con p{font-weight:400;line-height:22px;}
.contact-box-con p strong{font-weight:400;}
.contact-box-con h6 {margin-bottom:8px;border-bottom:2px solid var(--beige); text-align: left;}
.contact-box-con h6 strong {
    position: relative;
    background: var(--beige);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 10px 3px 10px;
}
.contact-box-con h6 strong:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--beige);
    border-top: 30px solid transparent;
}

.contact-box .section_title h2 {font-size: 36px;}
.amenities .tick{margin-bottom:15px;}
.amenities_bg_banner {
    height: 350px;
    color:var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    padding-top: 0px;
	background-attachment: fixed;
}
.amenities_bg_text {text-align: center;z-index:1;position:relative;}
.amenities_bg_text h2{font-family: "Sorts Mill Goudy", serif;font-size:50px;font-weight:400;}
.amenities_bg_text p{font-size:18px;font-weight:500;}
.floor_plan .carousel-inner h4{ background: var(--lblue); padding: 6px 10px;font-size:18px;color:var(--white);}
.floor_plan_right h4{font-size:24px;font-weight:600;color:var(--blue);}
.modal h5{font-size:26px;font-weight:700;color:var(--blue);margin:0;}
.contact_map iframe{width:100%;height:300px;}
.heading_title {
    margin-bottom: 16px;
    border-bottom: 2px solid var(--blue);
    text-align: left;
}
.heading_title strong {
    position: relative;
    background: var(--blue);
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    padding: 6px 10px;
}
.heading_title strong:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--blue);
    border-top: 47px solid transparent;
}

.floor_plan_section .heading_title strong {
    position: relative;
    background: var(--blue);
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 6px 10px;
}
.floor_plan_section .heading_title strong:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--blue);
    border-top: 40px solid transparent;
}
.about_imgbox .carousel-indicators {
    right: 0;
    left: 0;
    margin: 0;
    width:60%;
    flex-wrap: wrap;
    bottom:-20px;
    top: auto;
    transform: translate(0, -50%);
    gap: 5px;
    z-index: 9999;
}
.about_imgbox .carousel-indicators [data-bs-target] {
    width: 25px;
    height: 5px;
    border-radius: 0;
    border: none;
	background:var(--beige)!important;
}
.floor_plan_gallery{background-color: #f7f4ec;padding:40px 0 20px 0;}
.captcha-box{color:var(--white);margin-top: 22px;}
.captcha-box input{border:0!important;padding:0 5px;}
input:focus-visible{border:0!important;outline:0!important;}
.contact .captcha-box{color:var(--black);margin-top: 22px;}
.contact .captcha-box input{border:1px solid var(--blue)!important;padding:0 5px;}
.wpcf7-not-valid-tip {display: none !important;}
.cms-wrap h1, .cms-wrap h2{font-size:26px;font-weight:700;color:var(--blue);margin:20px 0 5px 0;}
.blog-detail, .blog-section{margin-top:60px;}
.blog-detail .list-inline {border-top: 1px solid var(--beige);border-bottom: 1px solid var(--beige);}
.blog-detail .list-inline li{padding:5px 0;}
.blog-detail .list-inline i{color: var(--beige);}
.blog-detail img {display: block;margin: 0 auto;}


/* <------blog.html--------> */
h3.widget-title {
    margin-bottom: 8px;
    text-align: left;
	position: relative;
    background: var(--blue);
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding: 4px 10px;
	    line-height: unset;
}

h3.widget-title:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--blue);
    border-top: 38px solid transparent;
}
.blog-section ul {
    padding-left: 0;
    margin-bottom: 20px;
}
.widget ul li {padding: 5px 0 0 8px;}
.widget ul li a {color: var(--black);font-size: 15px;}
.widget ul li a:hover {color: var(--beige);}
.widget ul li:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f105";
    color: var(--beige);
    font-size: 13px;
    padding: 14px 0 0 0;
    margin: -12px;
    position: absolute;
}
.blog-section-box h3{font-size:22px;font-weight:700;color:var(--blue);}
.blog-section-box h3:hover{color:var(--beige);}

.blog-section-box a.readmore {
    background-image: linear-gradient(
        to right,
        #062655,
        #062655 50%,
        #bead7e 50%
        );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    font-size:16px;
    font-weight: 700;
}

.blog-section-box a.readmore:before{
    content: '';
    background: #062655;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

.blog-section-box a.readmore:hover {
    background-position: 0;
}

.blog-section-box a.readmore:hover::before{
    width: 100%;
}
.blog_date h5, .blog_date h6{margin:0;font-size: 15px;color:var(--blue);}
.blog-card-two__meta{display:flex; margin-bottom: 10px;}
.blog_right.card-body{padding:10px 0 0 0;}
.blog-card-two__meta li span{background: #ebed99;margin-right: 5px;}
ul.blog-card-two__meta {margin-bottom: 10px;}
.blog-section-box{margin-bottom:20px;}
.blog_left{position:relative;}
.blog_date {
    margin-top: 6px;
    background:var(--white);
    border:1px solid var(--beige);
    display: inline-block;
    bottom: 10px;
    position: absolute;
    left: 10px;
    text-align: center;
    line-height: 20px;
    padding: 8px;
}
/* <------blog.html--------> */