:root {
	--dreamy: 'Dreamy Script';
	--montserrat: 'Montserrat';
	--rufina: 'Rufina';
}

body {
	font-family: var(--montserrat);
	font-size: 14px;
	color: rgba(94, 94, 94, 1);
	overflow-x: hidden;
}

p {
	color: #696969;
}
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 80%;
    }
html {
	scroll-behavior: smooth;
}

.logopnl {
	padding: 10px 0;
}

.logopnl img {
	height: 190px;
}

.main-navigation {
	border-top: 3px solid #ffc6bd;
	position: relative;
}

.main-navigation #navigation ul {
	text-align: center;
}

.main-navigation #navigation.style-1 ul a {
	font-family: var(--rufina);
	color: #726661;
	font-size: 14px;
	letter-spacing: .8px;
	font-weight: 400;
}

.bannerPnl {
	min-height: 600px;
	background-attachment: fixed;
	background-color: #f8f8f8;
	background-position: top right;
	background-repeat: no-repeat;
	background: transparent;
}

.bannercontent {
	margin-top: 210px;
}
.bannercontent h2 {
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .6px;
	color:rgba(94, 94, 94, 1);
	line-height: 45px;
}
.bannercontent h1 {
	font-size: 38px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .6px;
	color: #484848;
	line-height: 35px;
	margin: 20px 0;
	font-style: italic;
}

.bannercontent p {
	color: #585858;
	font-family: var(--rufina);
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.btnbanner {
	background: #ffc6bd;
	min-width: 260px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #6a6261;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: var(--rufina);
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ffc6bd;
    border-color: #ffc6bd;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffc6bd;
    background-color: #fff;
    border: 1px solid #dee2e6;
}.page-link:hover {
    z-index: 2;
    color: #ffc6bd;
    text-decoration: none;
    background-color: #f8f8f8;
    border-color: #dee2e6;
}
.btnbanner:hover,
.btnbanner:focus {
	text-decoration: none;
	color: #979393;
}

.about-pnl .aboutbox {
	padding: 75px 0;
	position: relative;
}

.about-pnl .aboutbox:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffebe8;
	content: '';
	top: 0;
	left: -75%;
}

.about-pnl .row {
	position: relative;
	z-index: 9;
}

.profileImg img {
	width: 100%;
	height: 565px;
	object-fit: cover;
}

.aboutContent {
	padding-left: 40px;
	text-align: justify;
}

.aboutContent h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 300;
	color: #4a4a4a;
	margin-bottom: 15px;
	letter-spacing: 1.6px;
}

.aboutContent h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: #8f8280;
	margin-bottom: 15px;
	font-family: var(--rufina);
	letter-spacing: 2px;
	margin-bottom: 40px;
}

.aboutContent p {
	font-size: 15px;
	color: #696969;
	line-height: 26px;
	letter-spacing: .2px;
}

.btnabout {
	border: 1px solid #ffc6bd;
	min-width: 230px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #6a6261;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: var(--rufina);
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}

.btnabout:hover,
.btnabout:focus {
	text-decoration: none;
	color: #979393;
}

.progressPnl {
	background: #ffebe8;
	padding: 60px 0 40px 0;
}

.progressHeading h3 {
	color: #8e8e8d;
	text-transform: uppercase;
	letter-spacing: .6px;
	font-weight: 300;
	line-height: 40px;
	font-style: italic;
}

.progressHeading h2 {
	color: #484848;
	text-transform: uppercase;
	margin: 10px 0 40px 0;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: .6px;
}

.prog-list {
	margin: 18px 0;
}

.prog-list .progcount {
	width: 90px;
	display: inline-block;
	text-align: center;
	font-size: 32px;
	font-style: italic;
	color: #484848;
	font-weight: 500;
	line-height: 32px;
}

.prog-list .progtext {
	width: calc(100% - 94px);
	display: inline-block;
	vertical-align: top;
}

.progtext p {
	font-family: var(--rufina);
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .6px;
	color: #696969;
	line-height: 26px;
	font-weight: 600;
}

.proglist {
	font-size: 0;
	display: block;
	margin: 0;
	padding: 0;
}

.proglist li {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	padding: 0 5px;
}
.proglist li:nth-child(2){
	min-height: 94px;
}

.guidepnl {
	padding: 50px 0;
}

.guideContent {
	padding-right: 80px;
}

.guideContent h2 {
	font-size: 28px;
	text-transform: uppercase;
	color: #484848;
	margin-bottom: 30px;
	line-height: 38px;
	font-weight: 400;
	letter-spacing: .4px;
}

.guideContent p {
	font-size: 15px;
	color: #696969;
	line-height: 26px;
	letter-spacing: .2px;
	text-align: justify;
}

.signupform {
	width: 400px;
	margin: 60px auto 0;
}

.signupform .form-group {
	margin-bottom: 10px;
}

.signupform .form-control {
	border: 0;
	background: #ffebe8;
	border-radius: 0;
	height: 40px;
	font-size: 13px;
}

.btn-signup {
	font-family: var(--rufina);
	width: 100%;
	border: 0;
	background: #5f5351;
	height: 40px;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.btn-signup:hover,
.btnsend:hover {
	color: #cecece;
}

.choosepathpnl {
	background: #ffebe8;
	background: -moz-linear-gradient(top, #ffebe8 0%, #ffebe8 60%, #ffffff 60%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffebe8 0%, #ffebe8 60%, #ffffff 60%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffebe8 0%, #ffebe8 60%, #ffffff 60%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebe8', endColorstr='#ffffff', GradientType=0);
	padding: 50px 0 20px 0;
}

.pathtitle {
	text-align: center;
	font-family: var(--dreamy);
	font-size: 120px;
	color: #5c5c5c;
	line-height: 60px;
	margin-bottom: 50px;
}

.chooseBnr {
	height: 490px;
	position: relative;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center;
}

.pathcontent {
	width: 90%;
	background: #ffffffd1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 72px;
	text-align: center;
	line-height: 72px;
	color: #5c5c5c;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--rufina);
	font-size: 16px;
	letter-spacing: 1.5px;
}

.testimonial-pnl {
	padding: 50px 0;
	background: #ffebe8;
}

.testimonialbox {
	background: #fff;
	padding: 35px 80px;
}

.testimonialbox h2 {
	font-size: 28px;
	text-transform: uppercase;
	color: #696969;
	letter-spacing: .6px;
	font-weight: 300;
	margin-bottom: 40px;
}

.testimonialbox .item p {
	font-size: 14px;
	color: #797979;
	line-height: 26px;
	letter-spacing: .4px;
	font-weight: 400;
	margin-bottom: 15px;
}

.testimonialbox .item h3 {
	color: #6e6462;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: var(--rufina);
	font-size: 20px;
	letter-spacing: 1.5px;
	font-weight: 400;
}

.testimonialbox .item h4 {
	color: #6e6462;
	text-transform: uppercase;
	font-family: var(--rufina);
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 0;
}

.testimonialbox .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -140px;
	top: 28%;
	width: 23px;
	height: 45px;
	background: url(../images/next.png);
	color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonialbox .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -140px;
	top: 28%;
	width: 23px;
	height: 45px;
	background: url(../images/prev.png);
	color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}

.home-contactPnl {
    padding: 80px 0;
}
.listinsta {
	width: 50%;
	float: left;
}

.listinsta img {
	width: 100%;
	height: 155px;
	object-fit: cover;
}

.instatitle {
	width: 100%;
	float: left;
	padding: 8px 0;
}

.instatitle p {
	font-size: 16px;
	text-transform: uppercase;
	color: #696969;
	font-family: var(--rufina);
	letter-spacing: 1px;
	margin: 0;
}

.instatitle p a {
	color: #696969;
}

.lets-chat {
	background-image: url(../images/hello.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.letstitle {
	text-align: center;
	font-family: var(--dreamy);
	font-size: 120px;
	color: #5c5c5c;
	line-height: 60px;
	margin-bottom: 30px;
}

.enquiryBox {
	text-align: center;
}

.enquiryBox label {
	font-family: var(--rufina);
	text-transform: uppercase;
	color: #696969;
	letter-spacing: 1.6px;
	font-size: 16px;
}

.enquiryBox .form-control {
	border-radius: 0;
	border: 2px solid #d4a8a1;
	height: 44px;
	background: transparent;
}

.enquiryBox textarea.form-control {
	height: 320px;
}

.btnsend {
	font-family: var(--rufina);
	border: 0;
	background: #5f5351;
	height: 40px;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .6px;
	min-width: 150px;
}

footer {
	padding: 40px 0;
	border-top: 3px solid #f9e0dc;
}

.backtotop {
	margin-bottom: 30px;
}

.backtotop a {
	color: #767676;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 14px;
	font-family: var(--rufina);
}

.avaitext {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: .4px;
	color: #767676;
	font-weight: 300;
	margin-bottom: 20px;
}

.footersocial {
	display: block;
	margin: 0;
	padding: 0;
}

.footersocial li {
	display: inline-block;
}

.footersocial li a {
	display: block;
	padding: 10px 12px;
	font-size: 20px;
	color: #5f5351;
}

.footersignup .signupform {
	margin-top: 0;
}

.footersignup .signupform p {
	color: #767676;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: var(--rufina);
	font-weight: 600;
	margin-bottom: 10px;
}

.footerlogo img {
	height: 190px;
}

.copyright {
	font-size: 13px;
	color: #6a6868;
	letter-spacing: .6px;
}

.copyright a {
	color: #6a6868;
}

a:hover {
	text-decoration: none;
}

.bnrPnl {
	padding: 30px 0;
	border-top: 3px solid #ffc6bd;
	margin-bottom: 30px;
}

.bnrPnl h2 {
	font-family: var(--dreamy);
	font-size: 140px;
	color: rgba(94, 94, 94, 1);
	line-height: 100px;
	margin-bottom: 0;
	position: relative;
}

.bnrPnl h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	height: 2px;
	width: 75px;
	background: #eae5e4;
	margin: auto;
}

.contcatImg img {
	height: 560px;
	object-fit: cover;
}
.iconContct {
    width: 75px;
    height: 75px;
    margin: 15px auto;
    line-height: 75px;
    font-size: 30px;
    border-radius: 50%;
    color: #ffffff;
    background: #ffc6bd;
}

h2.contetext {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    color: rgba(94, 94, 94, 1);
    margin-bottom: 10px;
}
.innerBlogpnl {
	padding: 40px 0;
	border-top: 3px solid #ffc6bd;
}

.blogList {
	padding-right: 30px;
}

.blogList .singleBlog:first-child .blogImg {
	width: 100%;
}

.blogList .singleBlog:first-child .blogContent {
	width: 100%;
	padding-left: 0;
	padding-top: 25px;
}

.singleBlog {
	margin-bottom: 100px;
	width: 100%;
	float: left;
}

.blogImg {
	width: 360px;
	float: left;
}

.blogImg:hover img {
	opacity: .7;
}

.blogImg img {
    width: 100%;
    height: 1185px;
}
.blogList .blogImg img {
    height: auto;
}
.blogContent {
	width: calc(100% - 360px);
	float: left;
	padding-left: 25px;
}

.blogtitle {
	color: rgba(94, 94, 94, 1);
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 28px;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 35px;
	position: relative;
}

.blogtitle a {
	color: rgba(94, 94, 94, 1);
}

.blogContent p {
	font-size: 14px;
	color: #989696;
	line-height: 26px;
	letter-spacing: .2px;
}

.blogtitle:after {
	position: absolute;
	bottom: -18px;
	left: 0;
	content: '';
	height: 2px;
	width: 120px;
	background: #ffebe8;
}

.postbtn {
	background: #5f5351;
	min-width: 190px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: var(--rufina);
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	border: 0;
}

.postbtn:hover,
.postbtn:focus {
	text-decoration: none;
	color: #979393;
}
.pinkbtn{
	background: #ffc6bd;
	min-width: 190px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #6a6261;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: var(--rufina);
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	transition: all .3s;
}
.pinkbtn:hover,
.pinkbtn:focus {
	text-decoration: none;
	color: #979393;
}

.processBlock .pinkbtn{
	border: 1px solid #ffc6bd;
    background: #fff;
}
.sidebarAbout {
	position: relative;
	margin-bottom: 30px;
}

.sidebarImg img {
	width: 100%;
	height: 265px;
	object-fit: cover;
}

.sidebarImg:hover img {
	opacity: .7;
}

.sidebarHeading {
	width: 85%;
	margin: auto;
	background: #ffebe8;
	color: #000;
	text-align: center;
	margin-top: -16px;
	position: relative;
	z-index: 1;
	padding: 8px 10px;
	margin-bottom: 20px;
}

.sidebarHeading h2 {
	font-family: var(--rufina);
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #696969;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
}

.sidebarHeading h2 a {
	color: #696969;
}

.sidebarContent p {
	font-size: 13px;
	line-height: 23px;
	color: #989696;
	text-align: justify;
}

.sidebarSocial {
	width: 80%;
	margin: 20px auto;
	padding: 8px;
	background: #ffebe8;
	text-align: center;
}

.sidebarSocial li {
	display: inline-block;
}

.sidebarSocial li a {
	font-size: 18px;
	color: #8e6c67;
	padding: 2px 13px;
	display: block;
}

.sidebar {
    margin-bottom: 30px;
}

.sidebartitle {
	font-family: var(--dreamy);
	font-size: 75px;
	text-align: center;
	line-height: 50px;
	color: rgba(94, 94, 94, 1);
}

.eventlist {
	padding: 0 0 50px 0;
}

.eventstable tbody td,
.eventstable thead th {
	border: 0;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 13px;
}

.eventstable tbody .evtitle a {
	color: #767676;
	text-transform: uppercase;
}

.eventstable thead {
	background: #ffebe8;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
}

.eventstable thead th {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 2px;
}

.eventstable .postbtn {
	margin: 0;
	font-size: 13px;
	padding: 0 15px;
	background: #5f5351;
	color: #fff;
}

.eventstable tr:nth-child(2n+2) {
	background: #fffafa;
}

.eventsInfo h3 {
	font-size: 16px;
	color: #f3a093;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-family: var(--rufina);
	margin-bottom: 10px;
}

.eventsInfo h4 {
	font-size: 14px;
	color: #696969;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 24px;
}

.eventdetails p {
	font-size: 15px;
	color: #696969;
	line-height: 26px;
	letter-spacing: .2px;
}

.sidebarSocial.socialshare {
	width: 100%;
}

.registerBox {
	margin-top: 40px;
	padding: 30px;
	/* box-shadow: 0 0 14px #0000000a; */
	border: 4px solid #f5f5f5;
}

.registerBox h2 {
	margin-bottom: 30px;
	font-size: 100px;
	line-height: 60px;
}

.topsocial {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.topsocial li {
	display: inline-block;
}

.topsocial li a {
	display: block;
	padding: 15px 10px;
	font-size: 16px;
	color: #5f5351;
}

.tahnkyouBox {
	padding: 30px;
	border: 2px solid #ffc6bd;
	margin-top: 30px;
}

.thankyoulogo img {
	width: 200px;
}

.thankyoulogo {
	margin-bottom: 30px;
}

.tahnkyouBox p {
	font-size: 15px;
	color: #aba4a4;
	line-height: 26px;
	letter-spacing: .2px;
}

.tahnkyouBox h5 {
	color: #4a4a4a;
	font-size: 18px;
}
.processbnr{
	padding: 100px 0;
}
.aboutprocessPnl{
	background: #fff;
	padding:20px 30px;
}
.processHeading{
	background: #ffebe8;
    padding: 30px;
}
.processHeading h3{
	font-size: 94px;
    font-weight: 300;
    text-transform: none;
    color: rgba(94, 94, 94, 1);
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
    font-family: var(--dreamy);
}
.processBlock h3{
	font-size: 40px;
    color: #ffc6bd;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.processBlock h4{
	color: rgba(94, 94, 94, 1);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 20px;
    position: relative;
    min-height: 90px;
}
.blockDivide {
    width: 3px;
    height: 40px;
    background: #ffc6bd;
    margin: 0 auto 20px;
}
.processBlock p{
	font-size: 15px;
    color: #989696;
    line-height: 26px;
    letter-spacing: .2px;
}
.workshoppnl{
	padding: 60px 0;
}
.blockBg{
	border: 1px solid #ffebe8;
	position: relative;
	margin-bottom: 16px;
}
.workshopBox{
	padding: 16px;
    border: 1px solid #ffebe8;
    margin-top: 30px;
}
.blockBg h2{
	position: absolute;
    top: 0;
    width: 100%;
    height: 32px;
    font-size: 17px;
    left: 0;
    line-height: 32px;
    bottom: 0;
    margin: auto;
    color:rgba(94, 94, 94, 1);
    letter-spacing: .2px;
    text-transform: uppercase;
    font-weight: 400;
}
.workshopBox p{
	font-size: 11px;
	letter-spacing: .5px;
	margin-bottom: 5px;
}
.workshopBox h3{
	font-size: 12px;
	letter-spacing: .5px;
}
.workshopBox .postbtn{
	width: 100%;
	margin-top: 10px;
}
.workshoptitle{
    font-size: 94px;
    font-weight: 300;
    text-transform: none;
    color:rgba(94, 94, 94, 1);
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 30px 0;
    font-family: var(--dreamy);
}
.worktitle{
	font-size: 30px;
    font-weight: 300;
    text-transform: none;
    color:rgba(94, 94, 94, 1);
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 20px 0;
}
.subcontent{
	    font-size: 15px;
    color: #949494;
    line-height: 26px;
    letter-spacing: .5px;
}
.workshopDetails{
	padding: 50px 0;
	border-top: 3px solid #ffc6bd;
}
.workshotime{
	font-size: 13px;
    color: rgba(94, 94, 94, 1);
    letter-spacing: .5px;
    margin-bottom: 10px;
    font-weight: 400;
}
.workshopvenu{
	font-size: 13px;
    color: rgba(94, 94, 94, 1);
    letter-spacing: .5px;
    margin-bottom: 16px;
    font-weight: 600;
}
.workshopDetails p {
    font-size: 15px;
    color: #949494;
    line-height: 26px;
    letter-spacing: .2px;
}
.workshopinfobox {
    background: #ffebe8;
    padding: 2em 0px;
}
.winfo h2{
	font-size: 22px;
    font-weight: 500;
    letter-spacing: .5px;
    color:rgba(94, 94, 94, 1);
    margin-bottom: 20px;
}
.winfo h2 span{
	display: inline-block;
    width: 35px;
    height: 35px;
    background: #ffc6bd;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    margin-right: 8px;
}
.winfo h3{
	padding-left: 46px;
    font-size: 14px;
    color: #5f5c5c;
    letter-spacing: .5px;
    font-weight: 400;
}
.winfo{
	margin-bottom: 30px;
}
.chooseAdpnl{
	background: #ffc6bd;
	padding: 60px 0 30px 0;
	margin-bottom: 50px;
}
.adventureheading{
	font-size: 94px;
    font-weight: 300;
    text-transform: none;
    color:rgba(94, 94, 94, 1);
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
    font-family: var(--dreamy);
    margin-bottom: 60px;
}
.chList{
	margin-bottom: 30px;
}
.chList .count{
	width: 70px;
    height: 70px;
    margin: auto;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 27px;
    position: relative;
    font-weight: 600;
    font-style: italic;
    color: #fff;
}
.chList .count:after{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0	;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	border: 1px solid #fff;
	border-radius: 50%;
}
.chList h2{
	font-family: var(--rufina);
    color: #353231;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 20px 0 15px;
    line-height: 1.3;
    text-transform: capitalize;
}
.chList h3{
	padding: 0 50px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}
.adventuremainlist{
	margin-bottom: 50px;
}
.adContentBox {
	padding: 50px 30px;
    background: #ffebe8;
    min-height: 445px;
}
.adtitle{
	color: rgb(95 83 81);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
    position: relative;
}
.adsubtitle{
	text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #424242;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.adContentBox p {
    font-size: 15px;
    color: #696969;
    line-height: 26px;
    letter-spacing: .2px;
}
.shopBox {
    padding: 80px 45px;
    background: #ffebe8;
    min-height: 445px;
}
.shopBox .adtitle{
	color: rgb(95 83 81);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 10px;
    position: relative;
}
.shopsubtitle{
	color: rgb(95 83 81);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 22px;
    position: relative;
}
.shopPrice{
	font-family: var(--rufina);
    color: #424242;
    font-size: 18px;
    letter-spacing: .8px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.shopBox p {
    font-size: 15px;
    color: #696969;
    line-height: 26px;
    letter-spacing: .2px;
}
.product_info{
	padding-top: 20px;
}
.product_info h2, .product_info h3{
	font-family: var(--rufina);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    color: #696969;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.product_info h2 a{
	color: #696969;
}
.singleShop-box{
	margin-bottom: 30px;
	transition: all .3s;
}
.productImg img{
	transition: all .3s;
}
.singleShop-box:hover .productImg img{
	opacity: .8;
	transform: scale(1.04);
}
.singleShop-box:hover .product_info h2 a{
	    color: #726661;
}
.contactinfo {
    letter-spacing: 1px;
    font-size: 15px;
}
.productImglist img{
	transition: all .3s;
}
.productImglist a:hover img{
	transform: scale(1.04);
}
.enquire_form h2{
	color: rgb(95 83 81);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 10px;
    position: relative;
}
.enquire_form{
	display: none;
}
.aboutContentBox{
	background: #ffebe8;
    padding: 40px;
}
.aboutBoxTitle h2{
	font-size: 130px;
    font-weight: 300;
    text-transform: none;
    color: rgba(94, 94, 94, 1);
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
    font-family: var(--dreamy);
    margin: 60px 0;
}
.aboutImg{
	margin-top: -180px;
    margin-bottom: 30px;
}
.toprightCOntent h2{
	font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(94, 94, 94, 1);
    font-family: var(--rufina);
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 28px;
}
.underpic p{
	font-size: 22px;
    font-weight: 300;
    text-align: center;
    line-height: 35px;
    color: rgba(94, 94, 94, 1);
}
.toprightCOntent p{
	color: rgba(94, 94, 94, 1);
}
.sweetdeetsBox{
	background: #ffebe8;
    margin-bottom: 0px;
    padding: 60px 0;
}
.borderBox{
	border: 2px solid white;
    padding: 30px;
}
.borderBox h2{
	font-family: var(--rufina);
    color: #484848;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}
.topBox p {
    color: rgba(94, 94, 94, 1);
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .2px;
}
.boxrightborder{
	border-right: 2px solid #fff;
}
.boxbottomborder{
	border-bottom: 2px solid #fff;
}
.bottomBox{
	margin-top: 40px;
	position: relative;
}
.bottomBox:after{
	position: absolute;
	width: 100%;
	top:-20px;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	background: #fff;
	content: '';
}
.enjContent{
	width: 150px;
    font-size: 15px;
    display: inline-block;
    color: rgba(94, 94, 94, 1);
    letter-spacing: 1px;
}
.enjstar{
	display: inline-block;
	font-size: 25px;
}
.enjstar span{
	margin-right: 8px;
	color: #a0a0a0;
}
.enjoyrate{
	margin-bottom: 10px;
}
.bottomBox p {
	color: rgba(94, 94, 94, 1);
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .2px;
}
.quickintro h2 {
	font-size: 30px;
    font-weight: 300;
    text-transform: none;
    color: rgba(94, 94, 94, 1);
    line-height: 30px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 50px 0;
    text-transform: uppercase;
}
.quickintro{
	margin-bottom: 50px;
}
.quickintro p {
    font-size: 15px;
    color: #949494;
    line-height: 26px;
    letter-spacing: .2px;
}
.quickfoot{
	text-transform: uppercase;
}
.quickfoot{
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #949494;
    letter-spacing: 2px;
}
.quickname{
	font-family: var(--dreamy);
    font-size: 76px;
    line-height: 45px;
    letter-spacing: 1px;
    transform: rotate(-8deg);
    margin-top: -40px;
}
.sweettitle {
    font-size: 94px;
    font-weight: 300;
    text-transform: none;
    color: rgba(94, 94, 94, 1);
    line-height: 30px;
    letter-spacing:2px;
    text-align: center;
    margin: 0;
    font-family: var(--dreamy);
    margin-bottom: 30px;
}
.bottomShopbox{
	padding: 10px 0 30px 0;
	background: #fff;
}
.about-pnl.aboutINfo .aboutbox:after{
	left: initial;
	right: -75%;
}
.evMobile{
	display: none;
}
.langBox{
	background: #fff;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ffd0c9;
}
.langBox p{
	margin-bottom: 0;
}
.langBox p a{
	color: rgba(94, 94, 94, 1);
	letter-spacing: 2px;
}
.langBox p a.active{
	color: #ffc6bd;
}
.btn_sp {
    margin: 25px;
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(94, 94, 94, 1);
}
.st-m-heading h3{
	font-size: 94px;
    font-weight: 300;
    text-transform: none;
    color: #ffc6bd;
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
    font-family: var(--dreamy);
	margin-bottom: 25px;
}
.contactimg img {
    height: 560px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.st-m-heading h4 {
    color: rgba(122, 116, 108, 1);
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 12px;
}
.st-m-heading p {
    font-size: 15px;
    margin: 20px auto 0px;
    max-width: 80%;
    line-height: 26px;
}
.ss-s-title {
    color: #ffc6bd;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.2em;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-family: var(--rufina);
}
.ss-s-inner {
    padding: 2em 0px;
    margin: 4em auto;
    border-top: 5px double #ffc6bd;
    border-bottom: 5px double #ffc6bd;
}
.ss-block h4 {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 14px;
    color: #ffc6bd;
}
.ss-block p {
    text-align: center;
    font-weight: 400;
    max-width: 95%;
    margin: 0px auto;
    line-height: 1.6;
}
.ss-s-inner .row {
    display: flex;
    justify-content: center;
}
.ss-block {
    margin: 3em 0px 1em;
}
.contcatImg {
    border-right: 5px double #ffc6bd;
}
.se-t.sie-form h2 {
    text-align: center;
    font-family: var(--dreamy);
    font-size: 8rem;
    line-height: 70px;
    color: #8c8c8c;
}
.form--row {
    border-top: 1px solid #ffc6bd;
}
.form--row input {
    width: 100%;
    height: 70px;
    border: none;
    border-bottom: 1px solid #ffc6bd;
    outline: none ! IMPORTANT;
    font-size: 14px;
}
.form-divider {
    background: #ffc6bd;
    width: 2px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.form--row textarea {
    border: none;
    height: 100px;
    padding: 10px 0px;
    border-bottom: 1px solid #ffc6bd !important;
    outline: none ! IMPORTANT;
    border-radius: 0px;
    box-shadow: none !important;
    font-size: 14px;
}
.captchaForm {
    padding-bottom: 2em;
    margin-bottom: 0px !important;
}
span.input-group-text {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffc6bd;
    border-radius: 0px;
	box-shadow: none !important;
}
.form-control:focus {
    box-shadow: none !important;
	border-color: #ffc6bd !important;
}
.form--row .btnsend {
    margin-top: 20px;
}
.processHeading p {
    text-align: center;
    margin: 25px 0px 0px;
    font-size: 15px;
}
.se-simple {
    background: #fff;
    padding: 15px;
    margin: 35px 0px;
}
.se-simple-content h3 {
    text-transform: uppercase;
    color: #f4784c;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    border-bottom: 4px double #ffc6bd;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 0.2rem;
}
.se-simple-content h5 {
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 15px;
    font-weight: 500;
    line-height: 25px;
    border-bottom: 4px double #ffc6bd;
    padding-bottom: 12px;
}
.se-simple-content p {
    text-align: center;
    font-size: 15px;
    color: #989696;
    line-height: 26px;
    letter-spacing: .2px;
}
.se-simple .se-simple-img {
    transition-duration: 0.5s;
}
.se-simple:hover .se-simple-img {
    opacity: 0.6;
    transition-duration: 0.5s;
}
.pod-title {
    color: #ffc6bd;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 0.2em;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-family: var(--rufina);
}
.pod-title span {
    font-family: var(--dreamy);
    font-size: 180px;
    text-transform: capitalize;
    font-weight: 500;
}
.podcast-section-01 {
    padding: 5em 0px;
}
.sie-programs_podcast-img {
    position: relative;
}
.podcast-btn {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 190px;
    margin: 0px auto;
}
.sie-programs_podcast-img {
    position: relative;
}
.sie-programs_podcast-img img {
    height: 360px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition-duration: 0.5s;
}
.sie-programs_podcast-content {
    margin-top: 50px;
}
.sie-programs_podcast-content h4 a {
    text-align: center;
    color: #696969;
    display: block;
    font-family: var(--rufina);
    line-height: 25px;
    font-size: 16px;
    max-width: 90%;
    margin: 0px auto;
}
.sie-programs_podcast-content h4 a:hover {
    text-decoration: underline;
}
.sie-programs_podcast:hover img {
    opacity: 0.6;
}
.sie-programs_podcast {
    margin: 40px 0px 0px;
}
/* border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex;
    margin-top: 40px;
    justify-content: center;
}
#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
    font-size: 16px;
}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li a.active {
    background-color: #ffebe8;
    color: #0f0e0e;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}
.se-simple-podcast {
    border: 6px double #ffc6bd;
    max-width: 70%;
    text-align: center;
    background: #fff;
    padding: 40px;
    margin: 100px auto;
}
.podcast-section-02 {
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
.se-simple-podcast h3 {
    font-size: 24px;
    max-width: 80%;
    margin: 20px auto 30px;
    line-height: 34px;
    color: #ffc6bd;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.se-simple-podcast p {
    font-size: 15px;
    max-width: 90%;
    margin: 0px auto 60px;
    line-height: 26px;
}
.podcast-icon {
    max-width: 160px;
    margin: 0px 5px;
    text-align: center;
}
a.toggle-btn {
    color: #ffc6bd;
}
.podcast-section-03 {
    margin: 4em 0px;
}
.podcast-section-03 .se-t.sie-form h2 {
    margin-bottom: 60px;
}
.mobile-img {
    transform: scale(1, 1) translate(0px, 0px) rotate(350deg);
}
span.short-text {
    line-height: 26px;
}
span.full-text {
    line-height: 26px;
}
.blogheaing {
    border-top: 5px double #ffc6bd;
    border-bottom: 5px double #ffc6bd;
    padding: 1em 30px;
    margin-bottom: 2em;
}
.blogheaing h1 {
    color: #ffc6bd;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.2em;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-family: var(--rufina);
}
small.post-date {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #696969;
}
.podcust-youtube .ss-s-title {
    margin: 30px 0px;
}
    .innerBlogpnl .se-t form {
    border-top: 1px solid #ffc6bd;
}
.innerBlogpnl .form--row input[type='checkbox'] {
    width: 20px;
    border: 1px solid #f00 !important;
}
.innerBlogpnl .se-t .form-group {
    margin-bottom: 0px;
}
.innerBlogpnl .se-t textarea {
    padding: 15px .75rem !important;
}
.innerBlogpnl .btn-signup {
    font-family: var(--rufina);
    border: 0;
    background: #5f5351;
    height: 40px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .6px;
    width: 150px !important;
}
.comment-usericon {
    font-size: 27px;
    border: 2px solid #5f5351;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.comment-usericon i {
    display: block;
    line-height: 35px;
}
.comment-user {
    display: flex;
    align-items: flex-start;
}
.comment-info {
    margin-left: 12px;
}
.username {
    font-size: 20px;
    color: #5f5351;
    font-weight: 600;
    font-family: var(--rufina);
}
.postdate {
    font-size: 15px;
}
.comment-user {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}
.comment-details {
    font-size: 14px;
}
.c-inner {
    background: #ffebe8;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 4px 6px rgb(0 0 0 / 8%);
    border: 1px solid #ececec;
}
.comment-section-wrapper {
    margin-top: 20px;
}
