@charset "utf-8";
/* CSS Document */
.loctionheading p {
    font-family: 'SnellRoundhand';
    font-weight: 500;
    font-size:14px;
    line-height: 1.4;
    letter-spacing: 6px;
}
.loctionheading h2{
	text-transform:uppercase;
}
.loctionheading small{
    text-transform: uppercase;
    letter-spacing: 11px;
    font-size: 14px;
}
.loctiog-1 img{ height:100%; object-fit:cover; border:1px solid #996d24;}
.loctiog-2 img{ height:50%; object-fit:cover;border:1px solid #996d24;}
.glftext p{ text-align:left;text-transform: inherit;}
.featSlider {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}

.featBox {
	max-width: 20%;
	flex: 0 0 20%;
	box-shadow: 0 0 1px #c3a66b;
    background: linear-gradient(45deg, #c3a66b29, transparent);
}

.featBox section {
	padding: 20px;
}

.featBox section .img-fluid {
	width: 60px;
	margin: 25px auto;
}

.featBox section p.text-uppercase {
	letter-spacing: 1px;
	font-size: 13px;
	margin-bottom: 8px;
	text-align: center;
}

.featBox section p {
	font-size: 15px;
}
.theislandsbygaurs 
{
	position:relative;
    background: url(images/theislandsbygaurs.jpg) no-repeat;
	background-size:cover;
}
.theislandsbygaurs::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background:rgb(3 2 2 / 92%);
    z-index: 1;
}
.theislandsbygaurs .icon-1
{
	padding:2px !important;
}
.theislandsbygaurs-box
{
	position:relative;
	z-index:999;
}
.box-theislandsbygaurs{
	background:repeating-linear-gradient(45deg, #000000a8, transparent 100px);
	padding:30px;
	text-align:
	center;
	border: 1px solid;
}
 .theislandsbygaurs-img {
        background-color: rgb(195 166 107);
    border-radius: 50%;
    margin: 0 auto 15px;
    width: fit-content;
 }
.theislandsbygaurs-img img {
      width: 70px;
      height: 70px;
      padding: 10px;
      object-fit: contain; }
.box-theislandsbygaurs p{
	min-height:50px;
	text-transform:	capitalize;
	margin: 0;
	color: #fff;
}
.display-block{    cursor: pointer;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    display: table;}
.display-none{ display:none;}
.heading p {
	margin-bottom:0 !important;
}
.outline-double{	
	    outline: double #979797;}