@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krub:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap');
:root {
  --primary:#76362A;
  --secondary:#6b2e23;
  --white:#fff;
  --black:#000;
}

@font-face {
  font-family: 'Zapfino';
  src: url(../css/zapfino.ttf);
}
.compensate-for-scrollbar {
    margin-right: 0;
}
body {
    margin: 0;
    padding: 0 !important;
	font-family: 'Krub', sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Public Sans", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    right: 0;
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 13px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
    font-family: "Public Sans", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: 'Krub', sans-serif;
    color: var(--black);
    font-weight: 600;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:32px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Public Sans", sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
}
ul, li, a {
    list-style-type: none;
    font-family: "Public Sans", sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 10px !important;
    font-size: 40px;
    position: relative;
    font-weight: 600;
    text-align: center;
    width: fit-content;
    text-transform: capitalize;
}
.heading:after {
    content: '';
    position: absolute;
    border-bottom: solid 2px var(--primary);
    width: 80px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.heading {
    display: block;
    margin: auto;
    font-family: 'Zapfino';
    line-height: 10px;
    font-size: 30px;
}
.leftheading {
	text-align: start;
	position: relative;
    z-index: 0;
}

.subheading {
    display: block;
    text-transform: capitalize;
    color: var(--primary);
    font-size: 15.25px;
    font-weight: 500;
    margin-bottom: 15px;
    border-left: 3px solid var(--primary);
    padding: 6px 12px;
    width: fit-content;
    letter-spacing: 0;
    background: #76372b1f;
    line-height: normal;
}
.heading .subheading {
    margin: 0 auto 15px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}

/* TOP BAR CSS */
.topbar {
    background: var(--primary);
    padding: 5px 0;
}
.smoicons {
    column-gap: 1px;
}


.smoicons li a {
    background: #ffffff26;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
}

.top-contact p:first-child{
	padding-right: 20px;
	border-right:1px solid #fff;
}
.top-contact i {
    color: #fff !important;
    font-size: 16px;
    margin-right: 6px;
    margin-left: 20px;
}
.top-contact p a, .top-contact p {
    color: var(--white);
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
    letter-spacing: .3px;
}
.topbar-rgt {
    column-gap: 45px;
}
.topbar a.arrow-btn {
    display: inline-block;
    color: var(--white);
    background: var(--primary);
    font-size: 16px;
    line-height: 45px;
    font-weight: 400;
    padding: 0px 40px 0px;
    transition-delay: 0.1s;
    z-index: 1;
    clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 6% 50%, 0% 0%);
}
.topbar a.arrow-btn i {
    padding-left: 5px;
}
/* Header */
header {
    background: var(--white);
}

header .row {align-items: center;}
header img {
    width: 125px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.mainmenu.fixed .logo {
    position: relative;
    top: inherit;
    left: inherit;
}
.mainmenu.fixed img {
    width: 160px;
}

/* Menubar */

.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #00000014;
}
.mainmenu.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    box-shadow: 3px 3px 13px #777;
}
.mainmenu .btn-primary {margin-left: 10px;}
.menubar p{
	margin:0;
}
.menubar form .wpcf7-form-control{
	border:unset;
	padding:0;
}    
/*
.header-search a {
    padding-right: 18px;
    margin-right: 18px;
    border-right: 2px solid #edeef0;
}
a.search i {
    font-size: 20px;
    color: #00000057;
}
.header-search a img{
	width:19px;
	padding:7px 0;
}
*/

.hdrcnt i {
    font-size: 17px;
    border: solid 2px var(--primary);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}
.hdrcnt {
    column-gap: 13px;
}
.hdrcnt a {
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    background-color: #74362a;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    padding: 0px 10px 0px;
    transition-delay: 0.1s;
}



/* Main Slider */

.mainslider .carousel-item {
	position:relative;
	z-index:0;
	overflow:hidden;
}
.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    filter: brightness(0.8);
}
.mainslider figure .slider-number {
    position: absolute!important;
    color:#ffffff66;
    font-size: 26px;
    right: 40px;
    top: 65px;
    content: "";
    z-index: 1;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 2px;
}
.mainslider figure .slider-number sup {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
	color:#ff5e15;
	display:none;
}
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    position: absolute;
    bottom: inherit;
    z-index: 2;
}
.mainslider .carousel-content {
    width: 100%;
    text-align: center;
/*     margin-left: 100px; */
}
.mainslider .subheading {
    margin-bottom: 25px;
    border-left: 4px solid var(--primary);
    padding: 6px 16px;
    background: #f6f6f61a;
    color: #E6E6E6;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
	font-family:'Rubik', sans-serif;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 35px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'Zapfino';
    margin-bottom: 22px;
}
.mainslider .carousel-caption h2 span {
    display: block;
/*     -webkit-text-stroke: 2px var(--primary); */
    color: white;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    margin: 20px 0 5px;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: #eee;
/*     width: 60%; */
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.carousel-caption .btn-primary {
    background: var(--primary);
    padding: 4px 24px 4px 4px;
    border-radius: 50px;
    border: 1px solid #ffffff2e;
    font-weight: 200;
}
.carousel-caption .btn-primary i {
    background: var(--white);
    color: var(--primary);
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 50px;
    font-size: 17px;
}


/* MANSION SECTION CSS */

.mansion {
    padding: 100px 0 50px;
}
.mansion-item figure {
    border-radius: 10px;
    overflow: hidden;
}
.mansion-item figure:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000a3, transparent);
    content: '';
}
.mansion-item img {
    height: 350px;
    object-fit: cover;
}
.mansion-info {
    bottom: 0;
    padding: 20px;
}
.mansion-info h3 {
    margin: 0;
    color: var(--white);
    font-size: 18px;
    line-height: 28px;
}


/* HOME ABOUT SECTION CSS */

.about {
    padding: 60px 0 70px;
}
.about-thumb img {
    width: 100%;
    height: auto;
}
.about-content .leftheading {
    margin-bottom: 0 !important;
    font-size: 38px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
}
.benefits {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
.benefits li {
    background: var(--white);
    padding: 15px;
    column-gap: 10px;
    border-radius: 6px;
    width: 48%;
}
.benefits li figure {
    border: 1px solid #ccc;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
	background:var(--white);
}
.benefits li figure img {
    width: 32px;
}
.benefits li h3 {
    margin: 0;
    font-size: 15px;
    letter-spacing: .5px;
}
.benefits li:nth-child(2), .benefits li:nth-child(3) {
    background: #fff7eb;
}

/* EXPERIENCE SECTION CSS */

.experience {
    padding: 50px 0;
}



/* DESTINATION SECTION CSS */

.destination {
    background: #f3f3f3;
    padding: 100px 0 60px;
}
.destination .heading {
    margin-bottom: 30px !important;
}
.destination .row {
    row-gap: 22px;
}
.destination .col-sm-4:nth-child(1), 
.destination .col-sm-4:nth-child(3) {
    width: 25%;
}
.destination .col-sm-4:nth-child(2) {
    width: 50%;
}
.destination-item img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(0.8);
}
.destination-item h3 {
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    color: var(--white);
}


/* LUXURIOUSLY SECTION CSS */

.luxuriously {
    padding: 100px 0 60px;
}
.luxuriously .heading {
    margin-bottom: 30px !important;
    padding-bottom: 15px;
}
.luxuriously-icon {
    width: 65px;
}
.luxuriously-items {
    box-shadow: 0 0 14px #1c23361a;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #cccccc4f;
}
.luxuriously-info {
    padding: 50px 25px 20px;
}
 .luxuriously-info p {
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.secondary-container.luxuriously-experience .luxuriously-info p {
display: block !important;
}
.secondary-container.luxuriously-experience .row{
	padding:45px 0;
}
.luxuriously-info h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}
.luxuriously-icon {
    left: 30px;
    bottom: -40px;
    background: var(--white);
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #ccc6;
}
.luxuriously-icon img {
    width: 50px !important;
}
.luxuriously a.btn {
    display: block;
    margin: 25px auto 0;
    width: fit-content;
}
 .luxuriously-cnt {
    background: #76362a0d;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    border: 1px dashed #76362a42;
}
/* TRIP SECTION CSS */

.trip {
    background: #f3f3f3;
    padding: 100px 0 60px;
}
.trip .heading {
    margin-bottom: 30px !important;
    padding-bottom: 10px;
}
.trip .row {
    row-gap: 22px;
}
.trip-item {
    background: var(--white);
    padding: 20px 20px 20px 115px;
    border-radius: 6px;
    border: 1px solid #76362a1f;
}
.trip-item figure {
    top: 27px;
    left: 20px;
    background: #76362a21;
    height: 85px;
    width: 85px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.trip-item figure img {
    width: 55px;
}
.trip-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}


/* COUNTER SECTION CSS */

.counter {
    background: linear-gradient(45deg, #00000005, #00000005), url(../images/servicebg.jpg) no-repeat bottom center / cover;
    padding: 100px 0 60px;
    background-attachment: fixed;
}
.counter-item {
    border: dotted 2px var(--primary);
    position: relative;
    display: block;
    background: white;
    border-radius: 10px;
    padding: 60px 30px 25px;
    transition: all ease-in-out .5s;
}
.counter-item:hover {
    box-shadow: 3px 3px 13px #ddd;
    transform: translateY(-5px);
    border-color: var(--secondary);
}
.counter-item figure {
    top: -44px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    position: absolute;
    background: var(--primary);
    border-radius: 50%;
    outline: dotted 2px var(--primary);
    outline-offset: 5px;
    transition: all ease-in-out .5s;
}
.counter-item:hover figure {
    background: var(--secondary);
    outline-color: var(--secondary);
}
.counter-item img {
    width: 45px;
}
.counter-item h3 {
    font-size: 35px;
    font-weight: 500;
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px;
}
.counter-item h3:before {
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    color: var(--dark);
    font-size: 24px;
    font-weight: 700;
    top: 10px;
}
.counter-item  p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}


/* SERVICES SECTION CSS */
.services {
    padding: 40px 0 55px;
}
.services-item {
    background: var(--white);
    border: 1px solid #1010101f;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 14px #1c23361a;
}
.services-item figure {
    overflow: hidden;
    height: 260px;
    border-radius: 6px 6px 0 0;
}
.services-item img {
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out .5s;
}
.services-item figure:hover img{
	transform:scale(1.1);
}
.services-info {
    padding: 50px 17px 26px;
    position: relative;
}
.services-info h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 20px;
    margin-bottom: 10px;
}
.services-info figure {
    width: 90px;
    height: 90px;
    background:#fff;
    border: 6px solid white;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -49px;
    left: 30px;
	 transition: all ease-in-out .5s;
}
/* .services-item:hover figure {
    background: var(--secondary);
} */

.services-info img{
	width:40px !important;
	height:auto !important	
}
.services-info a{
	color:var(--primary);

}

/* HOW IT WORKS SECTION CSS */

.howwork {
    padding: 70px 0;
    background: linear-gradient(45deg, #000000ed, #000000e8), url(../images/testimonials-v2-bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
}
.howwork figure{
    display: flex;
    align-items: center;
    justify-content: center;
    width:150px;
    height: 150px;
    background: var(--white);
    border-radius: 50%;
	margin:0 auto 15px;
	position:relative;
	transition: all ease-in-out .5s;
}
.howwork-item:hover figure {
    box-shadow: 1px 2px 5px #2593dd;
    transform: translateY(-5px) rotate(3deg);
}
.howwork-item:hover .howwork-num{
	background:var(--secondary);
}
.howwork img{
	width:70px;
}
.howwork figure .howwork-num {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
	transition: all ease-in-out .5s;
}
.howwork .row .col-sm-3:nth-child(odd) {
    padding-top: 80px;
}
.howwork-item a{
	color:var(--primary);
}
.howwork .heading {
    font-size: 45px;
	margin-bottom: 60px !important;
}
.howwork .subheading {
    background: #363636;
}
.howwork  h3 {
    font-size: 21px;
    font-weight: 400;
	margin: 0 0 10px 0;
}


.howwork .col-sm-3 .howwork-item {
    position: relative;
}
.howwork .col-sm-3 .howwork-item:after {
    content: '';
    position: absolute;
    background: url(../images/arrow.png) no-repeat right 15px;
    width: 100px;
    height: 100px;
    padding: 25px;
    top: 0;
    right: -65px;
    opacity: .2;
}
.howwork .col-sm-3:nth-child(2) .howwork-item:after {
    transform: rotate(45deg);
    top: 67px;
    right: -55px;
}
.howwork .col-sm-3:last-child .howwork-item:after {
    display: none;
}



/* ASKED QUESTION SECTION */

.asked-questions{
	padding:60px 0;
	background:#fdfdfd;
}
.asked-questions figure, .asked-questions figure img {
    height: 100%;
}
.asked-questions h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}
.asked-questions .accordion-item:last-child{
	margin:0;
}

/* NEWS AND ARTICLE SECTION CSS */

.homeblog {
    padding: 100px 0 50px;
}
.homeblog .heading:after {
    bottom: 20px !important;
}
.homebloglist {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 14px #ddd;
    background: var(--white);
}
.homebloglist figure {
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.homebloglist img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out .5s;
}
.homebloglist:hover img {
    transform: scale(1.1) rotate(3deg);
    filter: grayscale(1);
}
.homeblogbox{
	padding: 20px 20px 15px;
	border-bottom: 1px solid #dfdbdb;
}
.homeblogbox h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 14px 0 10px;
}
.blog-link {
	margin:15px 20px ;
}
span.bloguser {
    column-gap: 8px;
    font-weight: 500;
    color: var(--primary);
}
span.bloguser a {
    color: #60666c;
    font-size: 16px;
}
span.bloguser i {
    -webkit-text-stroke: 1px var(--primary);
    color: transparent;
    font-size: 14px;
}
/* .homebloglist:hover .btn-primary{
	background:var(--secondary);
}
 */
/* GLORIOUS PAST SECTION */
.past{
	background: url(../images/past-bg.jpg) no-repeat bottom center / cover;
	background-attachment:fixed;
}
.past img {
    height: 100%;
    object-fit: cover;
}
.pastcnt {
    padding: 120px 60px 80px;
    background: rgba(0, 0, 0, 0.75);
}
.pastcnt h2{
	font-size:18px;
}
.pastcnt p {
    color: var(--white);
    margin-top: 34px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
/* CONTACT US SECTION CSS */

.homecontact {
    padding: 60px 0;
}
.contactus-form .row{
	align-items: center;
}
.contactusbg {
    background: var(--primary);
    padding: 25px;
}
.contactus form p {
  margin: 0;
}
.contactus textarea {
    height: 120px;
    resize: none;
}
.contactus form h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 22px;
}
.contactus_details {
    position: relative;
    transition: .5s;
    padding: 16px 20px 15px 85px;
    background: var(--white);
    margin-bottom: 15px;
    border-radius: 3px;
}
.contactus_details:last-child {margin: 0;}
.contactus_details i {
    font-size: 22px;
    color: transparent;
    height: 50px;
    width: 50px;
    background: var(--primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    -webkit-text-stroke: 1px var(--white);
    position: absolute;
    left: 20px;
    top: 15px;
}
.contactus_details h3 {
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 18px;
}
.contactus iframe {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    margin-top: 25px;
}
.contactus_details p, .contactus_details a {
    margin-bottom: 0;
    font-size: 15px;
}
.contactus-form figure {
    width: 98%;
    height: auto;
    border-radius: 20px;
    overflow:hidden;
}
.contactus-form figure img {
    width: 100%;
    height: 445px;
    object-fit: cover;
}
.storelocation {
    padding: 60px 0;
    margin-bottom: 55px;
    background: #c98d8317;
}

.storelocationlist {
    padding: 35px;
    background: var(--white);
    text-align: center;
    box-shadow: 3px 3px 15px #00000014;
    border-radius: 18px;
}

.storelocation .row {
    row-gap: 23px;
}

.storelocationlist h3 {
    color: var(--primary);
    font-size: 23px;
}
.homecontact form {
    background: #ededed;
    padding: 26px;
}
.homecontact form p {
    margin: 0;
}

.contactus-top {
    text-align: center;
    margin-bottom: 35px;
}
.contactus-top h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.contactus-top p {
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
}

/* DISTINCT SERVICES */

.distinctsrvc{
	padding:60px 0;
}

/* OUR MISSION */

.ourmission {
    padding: 60px 0 50px;
    background: #f9f9f9;
}
.ourmission img{
	width:100%;
	border-radius:6px;
	height:auto;
}



/* LENDER DEFAULT SERVICES */
.lenderdefault{
	padding:60px 0;
}

/* PROPERTY OWNER WORKOUT GUIDE */
.property-owner {
    padding: 50px 0 60px;
    background: #f8f8f8;
}

/* INVESTOR AQUISITION */
.investoraquisition{
	padding:60px 0;
}

.lenderdefault figure, .property-owner figure, .investoraquisition figure{
    height: 100%;
}

.lenderdefault img, .property-owner img, .investoraquisition img{
    height: 100%;
	width:100%;
    object-fit: cover;
}
.lenderdefault-cnt, .propertyowner-cnt, .investoraquisition-cnt {
    padding: 20px;
    border: 1px solid #c3c3c359;
    box-shadow: 0px 3px 10px 0px #00000026;
    background: var(--white);
}
.lenderdefault-cnt li, .propertyowner-cnt li, .investoraquisition-cnt li {
    background: url(../images/right-arrow-1.png) no-repeat left top;
    padding-left: 15px;
    background-size: 10px;
    background-position-y: 7px;
    font-size: 16px;
    margin-bottom: 4px;
}
/* WHY CHOOSE US */
.whyus{
	padding:60px 0;
	background: #eeeeee3b;
}
.whyus .row{
	row-gap:25px;
}
.whyus-item {
    box-shadow: 0px 3px 10px 0px #00000026;
    border-radius: 5px;
    height: 100%;
	overflow:hidden;
    transition: 0.5s ease-in-out;
    border: 1px solid #f7c4595e;
    background: var(--white);
}
.whyus-item figure {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.whyus-item img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    filter: brightness(0.6);
    transition: 0.6s ease-in-out;
}
.whyus-item h3 {
    color: var(--white);
    position: absolute;
    width: fit-content;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    top: 0;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 8px;
	transition:0.6s ease-in-out;
}

.whyus-item p {
    padding: 22px 25px;
    text-align: center;
}
.whyus-item:hover{
	box-shadow:unset;
}
.whyus-item:hover img, .whyus-item:hover h3{
	 scale: 1.08;
}

/* Footer */

footer {
    background: #0a0a0a;
    padding-top: 60px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}
.footer-details li {
    position: relative;
    padding-left: 23px;
}
.footer-details li i {
    position: absolute;
    left: 0;
    top: 10px;
}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
footer h3:after{
	background: var(--primary);
    position: absolute;
    content: "";
    height: 2px;
    width:65px;
    bottom: 1px;
    left: 0;
}
footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
}
footer a:hover{
	color:var(--primary);
}
.ftrcontact li{
	margin-bottom:10px;
}
footer ul.menu li a {
    line-height: 32px;
    letter-spacing: .5px;
    /* padding-left: 25px; */
    background: url(../images/arrows.png) no-repeat center left;
    font-weight: 300;
    font-size: 14px;
}
ul.ftr-contact p, ul.ftr-contact li a {
    font-weight: 500;
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    color: #efefef;
}

.ftricons{
	margin-top:15px;
	column-gap:10px
}
.ftricons li i {
    color: #fff;
    font-size: 16px;
    background: #ffffff12;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin:0;
}
.ftr-link li {
    padding-left: 2px;
    position: relative;
}
.ftr-link li:after {
    position: absolute;
    content: "";
    left: 0;
/*     background: url(../images/ftr-li-arrow.png); */
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border: 1px solid #ffffff1f;
}
.ftr-contact li {
    width: 26%;
    border-right: 1px solid #ffffff1f;
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 6px;
}
.ftr-contact li:last-child{
	border-right:none;
}
.ftr-contact li i {
    color: #fff;
    font-size: 16px;
    background: #ffffff1f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftr-contact li h4 {
    font-size: 15px;
    color: var(--primary);
    margin-bottom: 5px;
	font-weight: 400;
}
.copyright {
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid #80808024;
    padding: 10px 0;
}

.copyright ul{
	column-gap:15px;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
	transition:0.5s ease-in-out;
}
.copyright p a:hover{
	color:var(--primary);
}
.tripadvisor img {
    width: 70px;
    border-radius: 6px;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 8px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid var(--white);
    background: var(
    --primary);
    width: 44px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 11px;
    box-shadow: 3px 11px 12px #00000045;
    color: var(--white);
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
	padding: 60px 0;
}


.bredcrumbbnrsldr .slick-slide {
    margin: 0 !important;
}
.bredcrumbbnr-item img {
    filter: brightness(0.8);
	height:492px;
	object-fit:cover;
}
.bredcrumbinfo {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.bredcrumbinfo h1 {
    color: var(--white);
    font-size: 40px;
    margin: 0;
}
#currentpage {
    color: var(--white);
}
.bredcrumbinfo a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}
.bredcrumbinfo a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}
.mansioncontent {
    padding: 50px 0;
}
.mansioncontent h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}
.mansion-details {
    background: #76362a0d;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    border: 1px dashed #76362a42;
}
.mansion-details h3 {
    margin: 0;
    font-size: 20px;
    color: var(--primary);
}
.mansionlist .row {
    row-gap: 22px;
}
.mansionitem, .golfitem {
    border-radius: 10px;
    overflow: hidden;
}
.mansionlistlightboxlist ,.golflistlightboxlist{
    height: 400px;
    background-size: cover;
    border-radius: 10px;
}
.mansion-sldr button.slick-prev.slick-arrow {
   left: -60px !important;
}

.mansion-sldr button.slick-next.slick-arrow {
    right: -60px !important;
}
.mansionitem-info, .golfitem-info {
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    padding: 30px 30px 10px;
    text-align: center;
    width: 100%;
}
.mansionitem-info h3, .golfitem-info h3 {
    color: var(--white);
    font-size: 20px;
}
.suite {
    padding: 50px 0;
    background: #f7f7f7;
    margin-bottom: 50px;
}
.suite .row{
	row-gap:22px;
}

.suite-item {
    box-shadow: 0 0 14px #e9e9e9;
    padding: 30px 20px;
    height: 100%;
    border-radius: 6px;
    border: 1px dashed #428bca70;
    transition: 0.6s ease-in-out;
    background: var(--white);
	position:relative;
}
.suite-item:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
    transition: all 0.3s ease-in-out;
}
.suite-item:hover:before {
    width: 70px;
    height: 70px;
}

.suite-item figure {
    width: 105px;
    height: 105px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 14px #76362a73;
    border-bottom: 4px solid #76362a;
}

.suite-item img {
    width: 55px;
}
.suite-item h3 {
    font-size: 18px;
}
.valley img {
    width: 100%;
    height: auto;
    filter: brightness(0.6);
}
.valley-info {
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
}
.valley-info h3 {
    color: var(--white);
    margin: 0;
    font-family: 'Zapfino';
    font-size: 25px;
}
.mansionlist {
    padding-bottom: 50px;
}

.breadcrumb {
    background: linear-gradient(#000000bf, #74392e), url(../images/cycling_s1.jpg) center / cover;
    padding: 80px 0;
    text-align: center;
}
.breadcrumb h1, .breadcrumb p{
 color: var(--white);	
}
.breadcrumb p {
    margin: 0;
}
.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}

/* Contact Us */

.contact-location {
    background: #004bd505;
    height: 100%;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 3px 3px 13px #eee;
}
.contactus .contact-details-cnt {
    text-align: center;
    border: 1px dashed var(--secondary);
    padding:20px 18px;
    transition: all ease-in-out .5s;
    margin-bottom: 15px;
    border-radius: 8px;
    background: #289ded0d;
}
.contact-details-cnt strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 0 5px;
}
.contact-details-cnt i {
    font-size: 32px;
    color: transparent;
    -webkit-text-stroke-color: var(--primary);
    -webkit-text-stroke-width: 2px;
}
.contact-details-cnt img {
    width: 100px;
}
.contactus .contact-details-cnt p {
    margin: 0;
}
.contact-details-cnt p strong {
    font-size: 20px;
}

.contactus .contact-details-cnt h3 a,
.contactus .contact-details-cnt h3 {
    color: #626262;
    font-size: 15px;
    font-weight: normal;
font-family: 'Roboto', sans-serif;  
}
.contactus .contact-details-cnt h3 {
    margin: 0;
    line-height: 25px;
}
.contactus-form {
    padding: 25px;
    border-radius: 6px;
    background: #ede5e3;
}
.contactus .contact-details-cnt:last-child {
    margin: 0;
}
.contactus-form h3 {
    border-left: 3px solid var(--primary);
    line-height: 18px;
    padding-left: 10px;
    width: fit-content;
    margin: 0 0 22px;
}
.contactus-form input[type="submit"] {
    margin-top: 0;
}
.goolemap iframe {
    margin-bottom: -6px;
}

/* Services Details */ 

.servicesdtls-sidebar {
    position: sticky;
    top: 0;
}
.servicesdtls-item {
    box-shadow: 3px 3px 12px #0000001a;
    padding: 15px;
    border: 1px dotted var(--secondary);
    border-radius: 6px;
    margin-bottom: 15px;
    background: #289ded0d;
}
.servicesdtls-sidebar h3 {
    font-size: 18px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.servicesdtls-sidebar h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2.8px;
    background: #d1d1d1;
    border-radius: 13px;
}
.servicesdtls-content {
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 6px;
    padding: 15px;
}
.servicesdtls-content img {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    object-fit: cover;
}
.servicesdtls-content h2 {
    color: var(--primary);
    line-height: 42px;
    text-align: center;
    background: var(--white);
    position: relative;
    width: fit-content;
    margin: -46px 0 12px;
    padding: 2px 25px;
    border-radius: 6px 6px 0 0;
    border-left: solid;
    border-right: solid;
}
.servicesdtls-item ul li.current_page_item a {
    color: var(--primary);
}
.servicesdtls-item ul li {
    margin-bottom: 8px;
    position: relative;
    line-height: 26px;
	padding-left:22px;
}
.servicesdtls-item ul li:before{
    content: '\f0d1';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    left: 0;
	font-weight:600;
	font-size: 13px;
}
.promotion {
    background: linear-gradient(#00000029, #000000de), url(../images/cycling_s1.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.promotion-info {
    top: 35%;
    left: 15%;
    /* transform: translateY(-50%) translateX(-50%); */
}

.promotion-info h2 {
    color: #fff;
    font-size: 32px;
    text-align: center;
    width: 82%;
}

.promotion-info p {
	 color: #fff;
}

.img-second {
    object-fit: cover;
    height: 288px;
}

.section .row {
    row-gap: 20px;
}
.single_banner{
	overflow: hidden;
}
.single_banner img{
	transition: all ease-in-out .5s;
}

.single_banner:hover img{
	transform: scale(1.1);
}
.section {
    padding: 45px 0 60px;
    background-color: #f3f3f3;
}
.single_banner_info {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
}
.single_banner h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.single_banner img {
    filter: brightness(0.7);
    border-radius: 6px;
}
.facility-card {
    background-color: var(--white);
    border-radius: 6px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: .5s;
    border: 1px solid #e9e9e9;
}

.facility-card.two {
    background-color: rgb(255 247 235);
}
.facility-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
}
.facility-card .icon i {
    font-size: 26px;
}
.abouts {
    padding: 60px 0;
    background-color: #f3f3f3;
}
.mansionsldr{
	overflow:hidden;
}

.mansion-item img{
	transition: all ease-in-out .5s;
	
}

.mansion-item:hover img{
	transform: scale(1.1);
}
.testimoniaols h2 {
    color: white;
}
.testimonial-side {
    width: 90%;
}
.testimoniaols {
    padding: 50px 0;
}
.testimonial-info img {
    outline: solid 2px var(--white);
    width: 75px !important;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    outline-offset: 4px;
}
.testimonial-info {
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: .25rem;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: #0c0c0c78;
    backdrop-filter: blur(1px);
}
.testimonial-side h2,.sub-title  {
    color: #fff;
}
.rating li i {
    color: #ffc107;
}
ul.rating {
    column-gap: 4px;
    margin: 15px 0 0 !important;
}
.name {
    font-size: 20px;
    color: white;
    margin: 10px 0 10px !important;
}
.testimonial-details p {
    color: white;
    margin-bottom: 0;
}
.best-trip {
    padding: 30px 0 45px;
    background-color: #f3f3f3;
}
.content h6 {
    margin: 0;
    width: 100%;
    line-height: 28px;
}

.feature-card {
    transition: all ease-in-out .5s;
    padding: 20px 20px 20px 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
}
.feature-card:hover{
	transform: translatey(-10px);
}
.feature-card .feature-card-icon {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #74362a1f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-card .feature-card-content h6 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .6px;
    text-transform: capitalize;
    margin-bottom: 2px;
}
.feature-card-icon i {
    font-size: 35px;
}
.feature-card-content p {
    line-height: 23px;
}
.feature-card-icon.second {
    background-color: #fbb03b2e;
}
.feature-card-icon.third {
    background-color: #d2d2342e;
}
.feature-card-icon.fourth {
    background-color: #3e971a26;
}
.feature-card-icon.fifth {
    background-color: #dbdb6236;
}
.feature-card-icon.sixth {
    background-color: #ff810029;
}
.feature-card {
  background:  url(../images/feature-card-bg2.png);
  
}

.feature-card.two {
   background:  url(../images/feature-card-bg1.png);
}
.about-guest {
    padding: 50px 0;
}


/* .facilities .icon {
    min-width: 56px;
    min-height: 56px;
    border-radius: 50%;
    background-color: #74392d6b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}
 .facilities li {

    gap: 15px;
    margin-bottom: 30px;
}
.icon i {
    font-size: 24px;
    color: #74392e;
}

.section-title2 .leftheading {
    width: 98%;
   
} */

.testimonial {
    background: linear-gradient(#00000029, #000000de), url(../images/cycling_s1.jpg);
    padding: 100px 0 50px;
    background-attachment: fixed;
    background-size: cover;
}
.testimonial .heading {
    color: var(--white);
    margin-bottom: 30px !important;
}
.testimonial .heading:after {
    border-bottom: 2px solid var(--white);
}
.testimonial-item {
    border: 1px solid rgb(255 255 255 / 22%);
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: #0c0c0c78;
    backdrop-filter: blur(1px);
    text-align: center;
}
.testimonial-item img {
    outline: solid 2px var(--white);
    width: 75px !important;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    outline-offset: 4px;
}
.testimonial-item ul {
    column-gap: 3px;
    margin: 15px 0 5px;
}
.testimonial-item li i {
    color: #ffc107;
    font-size: 13px;
}
.testimonial-item h3 {
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .5px;
}
.testimonial-item p {
    color: var(--white);
}



.main-abouts {
    padding: 50px 0;
}

.main-abouts .row {
    row-gap: 22px;
    /* column-gap: 40px; */
}
.about-imgages {
	border-radius: 10px;
	 overflow: hidden;
}

.about-imgages:hover img {
		transform: scale(1.1);
}
.about-imgages:hover .images-info {
    bottom: 3%;
		
}
.about-imgages:hover .images-info h3 {
	color:#ffffff;
	font-size:18px;

}



.governers-about {
    padding: 50px 0;
/* 	    background:  url(../images/banner-bg-1.png); */
}

.governers-about .row{
	row-gap:20px;
}
.governers-info{
	overflow: hidden;
}
.governers-info img {
    filter: brightness(0.7);
    border-radius: 10px;
    transition: all ease-in-out .5s;
}

.governers-info:hover img{
	transform: scale(1.1);
}
.governers-details h3 {
	color:#ffffff;
}

.governers-details {
  top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
}

.ready-travel{
    background: linear-gradient(#0000001c, #74392e57), url(../images/bg-2.jpg) center / cover;
    padding: 80px 0;
    text-align: center;

}

.travel-info h2 {
    color: #ffffff;
}
.box-info {
    border: 1px solod grey;
    border: 1px solid #FFFFFF33;
}


.box {
    padding: 41px;
}
.box-info h3 {
    color: #ffffff;
    text-align: center;
}
.card-detail {
    row-gap: 20px;
}

.box-info i {
    font-size: 35px;
    background-color: #8e786154;
    padding: 16px 21px 16px;
    color: #fff;
}
.exp-info p {
    line-height: 30px;
}

.box-info{
	transition: all ease-in-out .5s;
}
.box-info:hover{
	transform: translatey(-10px);
}

.locations {
    padding: 50px 0;
}
.location-info p {
    line-height: 30px;
}
.beauty-section .row {
    row-gap: 20px;
}

.beauty-section {
    padding: 10px 0 50px;
}

.beauty-details {
    border: 1px solid rgba(16, 12, 8, .1);
    background: var(--white-color);
    transition: .5s;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.card-content a {
    font-size: 20px;
    font-weight: 600;
}
.card-content {
    padding: 65px 20px 30px;
}
.card-content .icon {
    width: 85px;
    height: 85px;
    border: 1px solid rgba(16, 12, 8, .15);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 129px;
    left: 50%;
    transform: translateX(-50%);
}
.icon.position-absolute img {
    width: 51px;
}

.beauty-details img {
    filter: brightness(0.7);
	transition: all ease-in-out .5s;
	border-radius:10px 10px 0 0 ;
}

.beauty-details:hover img {
	transform: scale(1.1);
}
.card-content h4:after {
    content: '';
    position: absolute;
    border-bottom: solid 1px var(--primary);
    width: 84px;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
}
.side-map {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.icon img{

    width: 72px;
    /* font-size: 4px; */
}

.living {
    padding: 50px 0;
}
.feature-card-top {
    gap: 15px;
    margin-bottom: 14px;
}
.feature-card2 {
  
    background-color: #f9f9f9;
    padding: 20px;
    box-shadow: 0px 0px 7px 0px #f1f1f1;
    text-align: center;
    border: 1px solid #ededed;
    height: 403px;
    border-radius: 6px;
	overflow: hidden;
    transition: all ease-in-out .5s;
}
.feature-card2:hover {
    transform: translatey(-10px);
}
.feature-card-content p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Public Sans", sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 29px;
    font-weight: normal;
}
.title h4 {
    font-size: 23px;
}
.living .row{
	row-gap:20px;
}
.living-details {
    padding: 50px 0;
}

.liv-details-info p {
    line-height: 27px;
}
.feature-icon i {
    /* margin-top: 3px; */
    border-radius: 10px;
    color: #fff;
    padding: 14px;
    font-size: 39px;
    background-color: #74362a;
}
.governors_rates{
	padding:80px 0 60px;
}
.governors_rates h2 {
    font-size: 20px;
    letter-spacing: 3px;
    font-family: 'Zapfino';
    line-height: 30px;
    position: relative;
    font-weight: 600;
    width: fit-content;
    padding-right: 92px;
    margin: 30px 0 0 !important;
}
.governors_rates h2:after, .governors_rates h2:before {
    position: absolute;
    width: 80px;
    height: 2px;
    background: var(--primary);
    content: "";
    right: 0;
}
.governors_rates h2:before {
    right: 30px !important;
    top: -6px;
    width: 50px !important;
}
.governors_rates .table>:not(:first-child) {
    border-top: 1px solid var(--primary);
}
.governors_rates  thead th {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    background: var(--primary);
}
.governors_rates  tbody td {
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
}
.governorsrates-cnt {
    padding: 20px;
    border-radius: 6px;
    border: solid 1px #76362a7d;
    background: #76362a14;
    box-shadow: 0 0 14px #1c23361a;
}


.governorsrates-cnt li {
    margin-bottom: 9px;
}

.governorsrates-cnt li:before{
	content: "\f0a4";
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
    padding-right: 10px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
.governors_rates table {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 14px #1c23361a;
}
.governorsrates-cnt a.btn.btn-primary {
    margin: 15px 0;
    padding: 7px;
    width: 25%;
    border: 1px solid var(--primary);
    letter-spacing: 1.25px;
    background: white;
    color: #000000;
}
.enjoy ul{
	row-gap:16px;
}
.enjoy-item figure {
    margin: 0 auto 12px;
}
.enjoy-item figure img {
    width: 50px;
}
.enjoy-item h3 {
    margin: 0;
    font-size: 15px;
}
.enjoy-item {
    background: var(--white);
    padding: 20px 15px;
    border-radius: 6px;
    border: 1px solid #cccccc4f;
    width: 19%;
    box-shadow: 0 0 14px #1c23361a;
    text-align: center;
}
.govmensiondtl-contact {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 6px;
    border: dashed 1px #76362a7d;
}
.govmensiondtl-contact p {
    position: relative;
    padding-left: 40px;
    margin-bottom: 18px;
}
.govmensiondtl-contact p:last-child {
    margin-bottom: 0;
}
.govmensiondtl-contact p i {
    color: var(--primary);
    border: solid 1px var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
.govmensiondtl-contact h3{
	color: var(--primary);
    border-bottom: 1px solid #76362a2e;
    padding-bottom: 10px;
}