@font-face {
    font-family: 'otomanopee_oneregular';
    src: url('otomanopeeone/otomanopeeone-regular-webfont.woff2') format('woff2'),
         url('otomanopeeone/otomanopeeone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.clear{clear:both;}
#wp-admin-bar-root-default li a, 
#wp-admin-bar-root-default li span {
    display: unset;
}
form .select2{
	max-height:60px;
}
.hidden{display:none;}
.elementor-widget-container{
	min-height:1px;
}
/*******mob menu*******/

@media screen and (max-width: 991px) {
	nav.navbar .navbar-nav .nav-link.nav-color {
		color: #000;
	}
	
}
@media only screen and (max-width: 1064px){
	.logo-holder .logo-wrapper{
		padding: 0px!important;
	}
	.bycamp-classic-main {
		display:none;
	}
	.logged-in.admin-bar .bycamp-mob-menu-wrapper{
		top:45px;
		position:absolute;
	}
	.bycamp-mob-menu-wrapper{
		background: #fff;
		-webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .1);
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: 90px;
		z-index: 10;
		padding: 0 20px 0 200px;
		-webkit-transform: translate3d(0,0,0);
	}	
	.logo-holder {
		left: 20px;
		top: 25px;
	}
	.nav-button-wrap {
		float: right;
		height: 30px;
		width: 30px;
		cursor: pointer;
		position: relative;
		top: 40px;
		margin-right: 16px;
		display: block;
	}
	.nav-button span {
		float: left;
		width: 100%;
		height: 2px;
		background:#000;
		margin-bottom: 4px;
		border-radius: 4px;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.nav-button span:first-child {
		width: 50%;
	}
	.main-menu {
		position: absolute;
		background: #fff;
		top: 90px;
		right: -20px;
		width: 75%;
		z-index: 50;
		max-height:100vh;
		min-height:100vh;
		padding: 50px 10px;
		visibility: hidden;
		opacity: 0;
		-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 200px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.vismobmenu {
		opacity: 1;
		right: 0;
		visibility: visible;
	}
	.menusb {
		display: block;
		float: left;
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.main-menu .menusb ul {
		display: block;
		float: left;
		position: relative;
		width: 100%;
		padding-left:10px;
	}
	.main-menu .menusb ul ul{
		padding-left:0px;
	}
	.menusb li {
		margin: 0;
		float: left;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 0px;
	}
	.menusb a {
		font-family: 'otomanopee_oneregular', sans-serif;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.25em;
		color: #1b1b1b;
		margin: 11px 0 0 0;
		padding: 0 0 11px 0;
		list-style: none;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.menusb li a.active,
	.menusb a:hover{
		color:#f2682a;
	}
	.main-menu.main-menu-hover-classic a{
		max-width:79%;
	}
	.menusb a{
		color: #000;
	}
	.nav-dec {
		cursor:pointer;
	}
	.menusb a.back:before {
		font-family: 'themify';
		content: "\e629";
		font-size: 14px;
	}
	.main-menu-click-classic .menusb .menu-item-has-children > a:after{
		font-family: 'themify';
		content: "\e628";
		position: absolute;
		right: 5px;
	}
	.main-menu.main-menu-hover-classic .nav-dec{
		position:absolute;
		top:18px;
		right:15px;
		font-size:13px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.main-menu.main-menu-hover-classic li:hover .nav-dec{
		transform: rotate(180deg);
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.main-menu.main-menu-hover-classic .menu-item-has-children ul li a:after{
		display:none;
	}
	.main-menu.main-menu-hover-classic .menu-item-has-children ul ul li{
		padding-left:0px;
	}
	.main-menu.main-menu-hover-classic .menu-item-has-children ul ul li a{
		padding-top:0px;
	}
	.logo-holder h2{
		display:none;
	}
	.menusb  .current-page-ancestor > a, .menusb  .current-menu-item > a{
		color:#f2682a;
	}
	.main-menu.main-menu-hover-classic .menusb ul ul{
		display:none;
	}
	.main-menu.main-menu-hover-classic{
		overflow:auto;
	}
	.main-menu.main-menu-hover-classic::-webkit-scrollbar {
		width: 0px;
	}

	.main-menu.main-menu-hover-classic::-webkit-scrollbar-track {
		background: #999;
	}

	.main-menu.main-menu-hover-classic::-webkit-scrollbar-thumb {
		background: #272727;
	}

	.main-menu.main-menu-hover-classic::-webkit-scrollbar-thumb:hover {
		background: #272727;
	}
	body.temp-grayscale .elementor{
		-webkit-filter: grayscale(100%);
	   filter: grayscale(100%);

	   -webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
}
@media screen and (max-width: 1024px) {
.bycamp-mob-menu-wrapper{
	max-width:1024px;
}
}
.logo-holder {
    position: absolute;
    top: 15px;
    z-index: 11;
}
.bycamp-classic-main-off,
.bycamp-classic-mob-off,
.bycamp-mob-menu-wrapper.bycamp-mob-menu-ss {
	display: none;
}
.bycamp-wrap{
	display:none;
}
.main-menu-click {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main-menu-click ul {
    display: block;
    float: left;
    position: relative;
    width: 100%;
	z-index:1;
}
.main-menu-click li {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}
.main-menu-click .menu-item-has-children > a:after {
    font-family: 'themify';
    content: "\e628";
    position: absolute;
    right: 5px;
	font-size: 13px;
}
.main-menu-click a.back:before {
    font-family: 'themify';
    content: "\e629";
    font-size: 13px;
}
.nav-dec {
    position: absolute;
    top: 5px;
    right: 14px;
    font-size: 11px;
	-webkit-transition: all .4s;
    transition: all .4s;
}
.main-menu-hover li:hover .nav-dec{
	transform: rotate(180deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.bycamp-sidebar-sub-toggle>ul>li.menu-item-has-children.open>a .nav-dec{
	transform: rotate(180deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.bycamp-menu ul li a {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #3b3b3b;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bycamp-menu {
    position: relative;
	margin-top:180px;
}
.bycamp.bauen-wrap-show {
    overflow: auto;
}
.dark-version .nav-dec{
	color:#fff;
}
.bycamp-menu-helper-class .current-menu-parent > a.nav-link,
.bycamp-menu-helper-class .current-page-ancestor > a.nav-link,
.bycamp-menu-helper-class .current-menu-parent > span.nav-link,
.bycamp-menu-helper-class .current-menu-parent > span.nav-link,
.bycamp-menu-helper-class .current-page-ancestor span.nav-link,
.bycamp-menu-helper-class .current-menu-item > a.nav-link,
.navbar .navbar-nav li.current-menu-ancestor > .nav-link i, 
.navbar .navbar-nav li.current-menu-ancestor > .nav-link i, 
.navbar .navbar-nav li.current-menu-ancestor > .nav-link,
.navbar .navbar-nav li.current-menu-parent > .nav-link i, 
.navbar .navbar-nav .current-menu-item > a i,
.navbar .navbar-nav .nav-link:hover i,
.main-menu-hover li:hover .nav-dec,
.bycamp-menu-helper-class .current-menu-parent .current-menu-item > a,
.navbar .navbar-nav li.current-menu-ancestor > .current-menu-parent .current-menu-item > a,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > span,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > a,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > span i,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > a i
{
	color:#f2682a;
}
/******menu end*******/
.text-left{
	text-align:left!important;
}
.text-right{
	text-align:right!important;
}
[class*=button-] svg{
	margin-left: 5px;
	width:13px;
	height:auto;
	fill:#fff;
}
.section-subtitle .iconix svg{
	width:24px;
	height:auto;
	fill:#fff;
}
.bc-icon-element.icon svg{
	fill: #5b9a42;
	width:60px;
	height:auto;
}
.icon.bc-icon{
	font-size: 40px;
	width:40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0;
    font-weight: normal;
    font-style: normal;
}
.icon.bc-icon svg{
	width:40px;
	fill:#fff;
}

svg.icon {
	width:60px;
	fill:#5b9a42;
	min-width:60px;
}
svg.bc-activity-icon{
	padding:15px;
	fill:#fff;
}
svg.bc-activity-icon-svg{
	width:120px;
}
.activities2 .item .facility-shape svg{
	fill:#000;
}
svg.bc-amenities-icon{
	padding:20px;
	fill:#fff;
}
.video-wrapper .vid .vid-button .icon svg{
	fill:#fff;
	width:25px;
}
.activities1 .item .cont .icon .icon-w svg{
	fill:#fff;
	width:27px;
}


.events .item .bc-event-title-alt svg{
	width:15px;
	fill:#f2682a;
}
.blog .owl-carousel .owl-item img{
	display:unset;
}
.team .item .wrapper .icon .arrow svg {
    fill: #fff;
	width:15px;
}
.team .item:hover .wrapper .icon .arrow svg {
    fill: #fff;
}
.pricing .img:before{
	content:"";
	position: absolute;
	width:100%;
	height:100%;
	z-index:1;
}
.pricing .item svg {
    fill: #fff;
    padding:15px;
    margin-bottom: 0;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 100%;
    background: #f2682a;
    width: 60px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-right: 15px;
}

.bc-simple-title-wrapper  .bc-simple-title {
	font-family: 'otomanopee_oneregular', sans-serif;
	font-size: 24px;
    color: #000;
    margin-bottom: 10px;
	font-weight: 400;
    line-height: 1.2em;
}
.bc-simple-title-wrapper  .bc-sub-title {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    color: #f2682a;
    font-weight: 300;
}
.social-icons li a svg{
	width:15px;
	max-height:15px;
	fill:#fff;
	top: -3px;
    position: relative;
}
.social-icons li a{
	display:block;
}
/****gallery****/
.tt-grid-item{
	width:100%;
	padding:10px 10px 0px 10px;
}
.ttgr-height {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.tt-grid .gallery-box,
.tt-grid .gallery-img {
	position:unset;
	overflow:unset;
}
.ttgr-height{
	border-radius:20px;
}
.elementor .pgi-image img{
	height:100%;
}
.pgi-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
/* layout-1-2 */
@media (min-width: 768px) {
	.tt-grid.ttgr-layout-1-2 .tt-grid-item {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-1-2 .tt-grid-item:nth-child(3n+1) {
	width: 100%;
}
.tt-grid.ttgr-layout-1-2 .ttgr-height {
	padding-bottom: 60%;
}
@media (min-width: 768px) {
	.tt-grid.ttgr-layout-1-2 .tt-grid-item:nth-child(3n+1) .ttgr-height {
		padding-bottom: calc(60% - 20%);
	}
}

.tt-grid.ttgr-layout-1-2.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-1-2.ttgr-portrait-half .ttgr-height {
	padding-bottom: 120%;
}
.tt-grid.ttgr-layout-1-2.ttgr-portrait .tt-grid-item:nth-child(3n+1) .ttgr-height {
	padding-bottom: 100%;
}
/* layout-2-1 */
@media (min-width: 768px) {
	.tt-grid.ttgr-layout-2-1 .tt-grid-item {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-2-1 .tt-grid-item:nth-child(3n+0) {
	width: 100%;
}
.tt-grid.ttgr-layout-2-1 .ttgr-height {
	padding-bottom: 60%;
}

@media (min-width: 768px) {
	.tt-grid.ttgr-layout-2-1 .tt-grid-item:nth-child(3n+0) .ttgr-height {
		padding-bottom: calc(60% - 20%);
	}
}

.tt-grid.ttgr-layout-2-1.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-2-1.ttgr-portrait-half .ttgr-height {
	padding-bottom: 120%;
}
.tt-grid.ttgr-layout-2-1.ttgr-portrait .tt-grid-item:nth-child(3n+0) .ttgr-height {
	padding-bottom: 100%;
}

/* layout-2-3 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.tt-grid.ttgr-layout-2-3 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(3n+1) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-2-3 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(3n+1) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}

@media (min-width: 1200px) {
	.tt-grid.ttgr-layout-2-3 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+1),
	.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+2) {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-2-3 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+1) .ttgr-height,
.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+2) .ttgr-height {
	padding-bottom: 60%;
}

.tt-grid.ttgr-layout-2-3.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait .tt-grid-item:nth-child(5n+1) .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait .tt-grid-item:nth-child(5n+2) .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait-half .ttgr-height {
	padding-bottom: 125%;
}

/* layout-3-2 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.tt-grid.ttgr-layout-3-2 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(3n+0) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-3-2 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(3n+0) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}
@media (min-width: 1200px) {
	.tt-grid.ttgr-layout-3-2 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+4),
	.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+5) {
		width: 50%;
	}
}
.tt-grid.ttgr-layout-3-2 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+4) .ttgr-height,
.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+5) .ttgr-height {
	padding-bottom: 60%;
}

.tt-grid.ttgr-layout-3-2.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait .tt-grid-item:nth-child(5n+4) .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait .tt-grid-item:nth-child(5n+5) .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait-half .ttgr-height {
	padding-bottom: 120%;
}

/* layout-3-4 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tt-grid.ttgr-layout-3-4 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(3n+1) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-3-4 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(3n+1) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
	.tt-grid.ttgr-layout-3-4 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+1),
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+2) {
		width: 50%;
	}
	.tt-grid.ttgr-layout-3-4 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+1) .ttgr-height,
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+2) .ttgr-height {
		padding-bottom: 60% !important;
	}
}

@media (min-width: 1400px) {
	.tt-grid.ttgr-layout-3-4 .tt-grid-item {
		width: 25%;
	}
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+1),
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+2),
	.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+3) {
		width: 33.33333%;
	}
}
.tt-grid.ttgr-layout-3-4 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+1) .ttgr-height,
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+2) .ttgr-height,
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+3) .ttgr-height {
	padding-bottom: 60%;
}

.tt-grid.ttgr-layout-3-4.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+1) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+2) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+3) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait-half .ttgr-height {
	padding-bottom: 140%;
}

/* layout-4-3 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tt-grid.ttgr-layout-4-3 .tt-grid-item {
		width: 50%;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(3n+0) {
		width: 100%;
	}
	.tt-grid.ttgr-layout-4-3 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(3n+0) .ttgr-height {
		padding-bottom: calc(60% - 20%) !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
	.tt-grid.ttgr-layout-4-3 .tt-grid-item {
		width: 33.33333%;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+4),
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+5) {
		width: 50%;
	}
	.tt-grid.ttgr-layout-4-3 .ttgr-height {
		padding-bottom: 70% !important;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+4) .ttgr-height,
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+5) .ttgr-height {
		padding-bottom: 60% !important;
	}
}

@media (min-width: 1400px) {
	.tt-grid.ttgr-layout-4-3 .tt-grid-item {
		width: 25%;
	}
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+5),
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+6),
	.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+7) {
		width: 33.33333%;
	}
}
.tt-grid.ttgr-layout-4-3 .ttgr-height {
	padding-bottom: 70%;
}
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+5) .ttgr-height,
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+6) .ttgr-height,
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+7) .ttgr-height {
	padding-bottom: 60%;
}
.gallery-item a{
	width:100%;
}
/****gallery end****/
.team-single .list-icon svg{
	width: 15px;
    fill: #f2682a;
}
.elementor-widget-bycamp-box-info .details-page .sidebar{
	margin-top:0px;
	overflow: hidden;;
}
.details-page .sidebar .item .features svg {
    fill: #000;
    padding: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    transform: rotate(0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.details-page .sidebar .item .features:hover svg {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.details-page .sidebar .item .features:hover svg {
    fill: #fff;
    background: #f2682a;
}

.accommodation .item .img img{
	display:inline-block;
}
.contact-box .item svg.icon {
    width: 45px;
    min-width: 45px;
    fill: #f2682a;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item.active svg.icon{
    fill: #fff;
}
.contact-box .item:hover svg.icon {
    fill: #fff;
}
.contact-box .item svg.numb {
    width: 120px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    fill: rgba(0, 0, 0, 0.3);
    opacity: .2;
}

.video-fullscreen-wrap-inner {
    position: absolute;
	width:100%;
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.video-fullscreen-video-inner {
    height: calc(100vh - 100px);
}
.video-fullscreen-wrap-inner video {
    width: 100vw;
    min-width: 100%;
    height: calc(100vh - 100px);
    -o-object-fit: cover;
    object-fit: cover;
}
.video-fullscreen-wrap-inner .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-fullscreen-wrap-inner .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.banner-header{
	position:relative;
	overflow:hidden;
}
.bc-inner-header-banner-title{
	font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.footer-contact-link{
	margin-bottom:0px!important;
}
.footer-widget-area ul:not(.list-inline) {
    margin: 0;
    padding: 0;
}
.footer-widget-area ul:not(.list-inline) li a {
    position: relative;
    padding-left: 15px;
}
.footer-widget-area ul:not(.list-inline) li a:hover{
	color:#f2682a;
}
.footer-widget-area ul:not(.list-inline) li a:after {
    width: 6px;
    height: 6px;
    content: "";
    background: #f2682a;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
}

@media screen and (min-width: 780px) {
    .widget-area .widget-item {
        display: flex;
	 	justify-content: center;
    }
}
.blog-not-found p{
	color:#000;
}
.blog-not-found form input{
	border-color:#000;
	color:#000;
}
.blog-not-found form input::placeholder {
    color: #000;
}
.bc-booking-wrapper svg{
	margin-left:unset;
	margin-right:5px;
}
/*****form****/
form:not(.woocommerce-checkout) p:not(.comment-notes, .comment-form-cookies-consent, .logged-in-as), 
form label, .wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    margin-bottom: unset;
    clear: both;
}
form .select2 {
    width: 100% !important;
}
.wpcf7-form-control-wrap .select2-container:after, .wpforms-field-select .select2-container:after {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    top: 23px;
    pointer-events: none;
    content: "\e64b";
    font-family: "themify";
    font-size: 10px;
    color: #484848;
    font-weight: normal;
    line-height: 15px;
}
.selection {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    width: 100%;
}
.elementor-editor-active .select2-container .select2-selection--single{
	height:auto;
	border:none;
	background:none;
}
.elementor-editor-active .select2{
	margin-bottom: 20px;;
}
/*****form end****/
.events-details .sidebar-event .item .features span svg {
    fill: #fff;
    padding: 13px;
    font-size: 15px;
	margin-right:10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f2682a;
    border-radius: 100%;
    text-align: center;
}
.section-info .desc p{
	display:inline;
}
.section-info .desc a {
    border-bottom: 1px solid #f2682a;
    line-height: 1.5em;
    color: #000;
    font-family: 'otomanopee_oneregular', sans-serif;
}
.bc-feature .owl-theme .owl-dots{
	margin-top:25px!important;
}

/* newsletter */
.widget_mc4wp_form_widget{
	float:left;
	width:100%;
}
.mc4wp-form-fields{
	position: relative;
}
.footer .top .widget-item .newsletter {
    position: relative;
}
.widget_mc4wp_form_widget input[type="email"],
.widget_mc4wp_form_widget input[type="text"]  {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
    color: #484848;
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid rgba(91,154,66,0.4);
    border-radius: 30px;
}
.widget_mc4wp_form_widget button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: #f2682a;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}
.widget_mc4wp_form_widget input[type="submit"] {
    height: 50px;
    line-height: 50px;
    border: none;
    background: #f2682a;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    outline: none;
}
.widget_mc4wp_form_widget input::placeholder {
    color: #484848;
    font-weight: 300;
}
.widget_mc4wp_form_widget form:hover button,
.widget_mc4wp_form_widget form:hover input[type="submit"] {
    background: #5b9a42;
    outline: none;
    color: #fff;
}
.widget_mc4wp_form_widget button[type="submit"] i {
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.widget_mc4wp_form_widget:hover button[type="submit"] i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.wpcf7-form input::-webkit-calendar-picker-indicator {
	opacity: 0;
}
.wpcf7-form input[type="date"]:after {
    color: #484848;;
	display: block;
    position: absolute;
    right: 25px;
    top: 22px;
    pointer-events: none;
    content: "\e6b6";
    font-family: "themify";
    font-size: 15px;
    line-height: 1;
}
p.form-submit{
	display:none;
}
.comments-title{
	margin-bottom:30px;
}
.comment-reply-link {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
	color:#f2682a;
}
.comment-reply-link:hover{
	color:#5b9a42;
}
.comment-reply-link:after {
    content: "\e6bd";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.comment-respond form p.comment-form-cookies-consent {
    float: left;
    width: 100%;
}
.comment-form-cookies-consent label {
    margin-top: 8px;
    float: left;
    width: 90%;
    clear: unset;
}
.comment-form-cookies-consent input {
    margin-top: 14px;
    float: left;
    margin-right: 17px;
}
.comment-awaiting-moderation{
	color:#484848;
}
.tab-content ul,
.elementor-widget-text-editor ul{
	padding-left:0px;
}
.tab-content ul li:before,
.elementor-widget-text-editor ul li:before{
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	font-size: 15px;
    color: #f2682a;
	padding-right:15px;
	top: 1px;
    position: relative;
}
.elementor-widget-text-editor ol,
.tab-content ol{
	padding-left:15px;
}
.elementor-widget-text-editor ol,
.tab-content ol,
.elementor-widget-text-editor ol li,
.tab-content ol li{
	list-style: decimal!important;
}
.comments-title{
	font-size:24px;
	line-height:35px;
}
.comments-title span{
	display:unset;
}
.logged-in.admin-bar .nav-scroll{
	top:-57px;
}
.blog .single-item:not(.has-post-thumbnail) .item .cont{
	border-radius:10px;
}
.sticky .item .cont h5 a{
	color:#f2682a;
}
/********themecheck*********/
.wp-block-search__inside-wrapper {
	display:inline-block;
}
.wp-block-search  {
    margin-bottom: 15px;
}
.wp-block-search .wp-block-search__button {
    text-decoration: none;
    color: #fff;
	width:100%;
    background-color: #f2682a;
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid #f2682a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none!important;
    text-transform: none;
    height: inherit;
    line-height: inherit;
    font-size: inherit;
    font-weight: 400;
	margin-left:0px;
	margin-top:15px;
}
.wp-block-search .wp-block-search__button:hover {
    background-color: #5b9a42;
    border-color: #5b9a42;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
.wp-block-search__input{
	width: 100%;
    padding: 16px 20px;
    border: 0;
    background: #f3f5f4;
    margin-bottom: 0;
    border: none;
    color: #484848;
    border-radius: 30px;
}
.widget select{
	width: 100%;
    min-height: 50px;
    cursor: pointer;
    border-radius: 30px;
	border:0px;
    background-color: #f3f5f4; 
    padding: 16px 20px;
    appearance: none;
    -webkit-appearance: none;
	background: #f3f5f4 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='11' height='11' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat 95%;
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
	max-width:100%;
}
.widget table{
	width: 100%;
	float:left;
	max-width:100%;
}
.widget caption{
	margin-bottom: 10px;
}
.widget thead th,
.page-content thead th,
.post-content thead th{
	padding: 10px 15px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	color: #666;
	border-left: 1px solid #E2E6E7;
	border-bottom: 1px solid #E2E6E7;
}
.widget thead th:first-child,
.page-content thead th:first-child,
.post-content thead th:first-child{
	border-left: none;
}
.widget td,
.page-content  td,
.post-content  td  {
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	color: #666;
	text-align: center;;
}
.widget td,
.page-content  td,
.post-content  td  {
	border-left: 1px solid #E2E6E7;
}
.widget td:first-child,
.page-content td:first-child,
.post-content td:first-child{
	border-left: none;
}
.widget tr:nth-child(odd),
.page-content tr:nth-child(odd),
.post-content tr:nth-child(odd){
	background: #f3f5f4;
}
.widget tr:nth-child(even),
.page-content tr:nth-child(even),
.post-content tr:nth-child(even)  {
    background: #d8d8d8;
}
.widget table th, 
.widget table td,
.page-content table th, 
.page-content table td,
.post-content table th, 
.post-content table td {
    border: 1px solid rgba(91,154,66,0.3)!important;
}
.page-content table,
.post-content table{
	margin-bottom:30px;
}
.widget img{
	max-width:100%;
	height:auto;
}
.widget ul.children,
.widget ul.sub-menu{
	margin-bottom: 15px;
    margin-top: 15px;
}
.widget ul.children, 
.widget ul.sub-menu {
	counter-reset: submenu;
}
.widget ul ul.children > li > a::before, 
.widget ul ul.sub-menu > li > a::before {
    font-weight: normal;
    content: "- " counters(submenu, "- ", none);
    counter-increment: submenu;
    font-size: 13px;
    line-height: 20px;
}
.widget strong{
	float:left;
	margin:10px 0px;
	width:100%;
}
.widget .wp-caption-text{
	margin: 10px 0px;
}
.rss-widget-icon {
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
}
.widget_rss .widget-title {
	float:left;
	width:100%;
	clear:both;
}
.widget_rss cite {
	font-size: 14px;
}
.widget_rss ul li a.rsswidget {
    font-size: 16px;
}
.more-link{
	display:none;
}
.item .page-links {
	float:unset;
}
.page-links {
    width: 100%;
    float: left;
    margin: 0 0 1.25rem;
}
.page-links > span, 
.page-links   a span{
    background: transparent;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    color: #1b1b1b;
    font-weight: 300;
    border: 1px solid #eee3d0;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    border-radius: 100%;
	margin-right: 10px;
}
.wp-block-cover-text {
	color: #fff!important;
}
.wp-block-cover.has-background-dim {
    color: #fff;
}
.has-background {
	background-color:transparent!important;
	padding:0px!important;
}
.has-small-font-size {
    margin-top: 25px;
}
.has-large-font-size{
	font-size: 36px;
    line-height: 42px;
}
.has-huge-font-size {
	line-height: 35px;
}
p.has-text-color.has-background.has-very-light-gray-color {
    color: #a5a5a5;
    padding: 10px;
}



.wp-block-cover {
    margin-bottom: 20px;
}
.wp-block-image img,
.wp-block-media-text__media img{
	max-width:100%;
	height:auto;
}
.wp-block-cover.has-background-dim p {
    color: #fff;
}


.wp-block-button__link{
    color: #1b1b1b;
    border: 1px #1b1b1b solid;
	background: transparent;	
	margin: 10px 0px;
}
.version-dark .wp-block-button__link{
    color: #999;
    border: 1px #999 solid;
}
.wp-block-button a.wp-block-button__link:hover, 
.wp-block-button.is-style-outline .wp-block-button__link:hover
{
    background: #1b1b1b;
	color: #fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
    color: #1b1b1b;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	color: #1b1b1b;
    border-radius: 0;
	border: 1px solid currentColor;
}
.wp-block-button.is-style-squared  .wp-block-button__link {
	border-radius: 0;
}
.wp-block-button.alignleft {
   float: left;
}
.wp-block-button.alignright {
   float: right;
}
.wp-block-button.aligncenter {
    width: 100%;
    float: left;
    text-align: center;
}


.wp-block-gallery { 
    display:flex!important; 
	width:100%; 
	float:left;
}
li.blocks-gallery-item{
	padding:0px;
}
.blocks-gallery-item__caption{
	font-size:14px!important;
}
.blocks-gallery-caption{
	text-align:left;
	padding-bottom:20px;
	clear:both;
}
.wp-block-gallery .blocks-gallery-image figcaption {
    color: #fff;
}
.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    padding-right: 10px;
}

.wp-block-pullquote {
    padding: inherit;
    float: left;
    width: 100%;	
}
.wp-block-quote {
    float: left;
    width: 100%;
}
.wp-block-pullquote blockquote.has-text-color,
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-top: 1rem;
}
blockquote.has-text-color.has-light-gray-color {
    background: transparent;
    margin: 0;
}
blockquote.has-text-color.has-very-dark-gray-color {
    background: #cdcdcd;
    margin: 0;
}
blockquote.has-text-color.has-very-dark-gray-color { 
    color: #fff;
}
.wp-calendar-table {
    margin-bottom: 0;
}
time.wp-block-latest-posts__post-date, 
time.wp-block-latest-comments__comment-date
{
    font-style: italic;
}
ul.wp-block-rss li, 
ul.wp-block-archives li, 
ul.wp-block-categories li, 
ul.wp-block-latest-posts li 
{
    line-height: 32px;
    width: 100%;
    float: left;
    font-family: inherit;
    list-style-type: none!important;
}
ul.wp-block-rss li a, 
ul.wp-block-archives li a, 
ul.wp-block-categories li a, 
ul.wp-block-latest-posts li a
{
    text-decoration: none;
}
.wp-block-archives select { 
    height: 45px;
	margin-bottom: 20px;
	padding: 0px 5px;
}
ol.wp-block-latest-comments {
    padding-left: 0px;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
ol.wp-block-latest-comments li {
    list-style-type: none!important;
}
img.wp-block-latest-comments__comment-avatar {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.wp-block-tag-cloud a {
    margin: 3px;
    padding: 6px 16px;
    color: #1b1b1b;
    float: left;
    font-size: 16px!important;
    line-height: 1.5em;	
	border: 1px #1b1b1b solid;
}
.wp-block-tag-cloud a:hover {
    background-color: #1b1b1b;
    color: #fff;
}
p.wp-block-tag-cloud {
    width: 100%;
    float: left;
}
.wp-block-search  {
    margin-bottom: 15px;
}
.wp-block-archives-dropdown select, 
.wp-block-categories-dropdown select 
{
    height: 38px;
    text-transform: uppercase;
    background: #F4F4F4;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0px 5px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 10px;
    cursor: pointer;	
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 4px;
	width:100%;
	overflow: auto;
}
.page-content  ul, 
.post-content  ul, 
.comment-text ul{
	padding-left:20px;
	display: block;
	list-style-type: disc;
	-webkit-padding-start: 20px;
}
.page-content  ol, 
.post-content  ol, 
.comment-text ol {
	padding-left:20px;
    display: block;
    list-style-type: decimal;
	-webkit-padding-start: 20px;
}
.page-content  ul li,
.post-content  ul li,
.comment-text  ul li
{
    list-style: disc;
}
.page-content  ol li,
.post-content  ol li,
.comment-text  ol li
{
    list-style: decimal;
}
.page-content  ul li ul, 
.post-content  ul li ul, 
.comment-text ul li ul {
	padding-left:40px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.page-content  ol li ol, 
.post-content  ol li ol, 
.comment-text ol li ol {
    padding-left:40px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.post-content ul.wp-block-rss, 
.post-content ul.wp-block-archives, 
.post-content ul.wp-block-categories, 
.post-content ul.wp-block-latest-posts 
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-content ul.wp-block-gallery  {
    padding-left: 0px;
    display: block;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
.page-content ul:not(.blocks-gallery-grid) li ul {
	padding-left:40px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.page-content  ul:not(.blocks-gallery-grid) {
	padding-left:20px;
	display: block;
	list-style-type: disc;
	-webkit-padding-start: 20px;
}
.page-content ul.wp-block-gallery,
.post-content ul.wp-block-gallery,
.cont ul.wp-block-gallery,
.page-content ul.blocks-gallery-grid, 
.post-content ul.blocks-gallery-grid, 
.cont ul.blocks-gallery-grid {
    padding-left: 0px;
    display: flex;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
.page-content  ul:not(.blocks-gallery-grid, .wc_payment_methods) li {
	list-style-type: disc;
	padding: 0;
}
.comments-area .cont ul li{
	list-style: disc;
}
.comments-area .cont ol li{
	list-style-type: decimal;
}

.page-content ol.wp-block-latest-comments,
.post-content ol.wp-block-latest-comments,
.comments-area .cont ol.wp-block-latest-comments
{
    padding-left:0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;	
}
@media only screen and (max-width: 999px) {
	.comment .children {
		margin-left: 0px!important;
		padding-left: 0px !important;
	}
	pre, table{
		max-width:100%;
	}
	
}
.blog-sidebar .wp-block-heading{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(91, 154, 66, 0.3);
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
}	