<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    color: #65bfc8;
}
.hero_single.version_2.half_height{
	max-height:50vh;
}
#header_menu {
    background-color: #65bfc8;
}
.main-menu ul li a:hover, a.show-submenu:hover{
	color: #65bfc8!important;
}
/* header css */
nav.main-menu.show {
    overflow: auto;
}
.main-menu ul li.menu_ResgisterBtn{
	display:none;
}
.menu_ResgisterBtn .btn_access.green {
    margin: 0;
    color: black;
    padding: 7px 15px!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #3cb46e;
    border-color: transparent;
    color: white!important;
    margin: 10px;
    width: 100px;
}
.menu_ResgisterBtn .btn_access.green:hover {
    background-color: #91bac6 !important;
}
header.header.element_to_stick {
    background: white;
}
a.btn_access.login_btn {
    background: #65BFC8;
    color: white!important;
    border-color: #65BFC8!important;
}

nav.main-menu ul li a,header a.open_close {
    color: #444;
}

#top_menu::before {
    background: #444!important;
}
.login_btn:hover {
    background: #1f2f6a!important;
    border-color: #1f2f6a!important;
}
/* hero css */
.hero_single video{
	height:100%;
	object-fit: cover;
}
.hero_single .custom-search-input input[type="submit"] {
    background: #3CB46E;
}
/* strip figure */
.strip figure {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strip figure img{
	max-height: 80%;
    width: auto;
    object-fit: contain;
    max-width: 80%;
	transform:none;
	position:static;
}
.strip figure:hover img {
    transform: scale(1.1);
}
/*  premium-sec */
.premium-sec{
	position: relative;
}
.premium-sec:before {
    content: '';
    background: rgba(0,0, 0, .3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.premium-sec p {
    font-size: 28px;
    font-weight: 100!important;
}

.premium-sec h2 {
    font-size: 46px;
}
.premium-sec p&gt;a {
    background: #65C0C8;
    padding: 20px 50px;
    font-size: 16px;
}
/* other arenas section */
.otherArenas-sec ul{
	list-style:none;
    padding-inline-start: 0px !important;
}
.otherArenas-sec ul li a{
	color: #65C0C8;
}
/* browse section */
.browse-sec&gt;div:first-child {
    padding-right: 5%;
}
.browse-sec&gt;div:last-child {
    padding-left: 5%;
}
.browse-sec hr, .otherArenas-sec hr {
    border-color: rgba(0, 0, 0, 0.15);
    margin-top: 5px;
    opacity: 1;
}
.browse-sec ul li {
    list-style: none;
}

.browse-sec ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.browse-sec ul li a {
    color: #65c0c8;
}
/* footer */
.main-footer:before{
	background: #65C0C8;

}
@media screen and (max-width:1024px){
	.browse-sec&gt;div:first-child {
		padding-right: 16px;
	}
	.browse-sec&gt;div:last-child {
		padding-left: 16px;
	}	
}

/* login modal */
#loginModal, #registerModal{
	z-index:100000;
}
#loginModal #login,#loginModal #register{
	position: relative;
}



/* ======================
		search page
========================== */
.searchResult-box figure .imgDiv{
    flex: 1 1 auto;
    max-height: calc(250px - 50px)!important;
    object-fit: contain;
}
.searchResult-box figure img {
    object-fit: contain;
    transform: none;
    position: static;
    width: auto;
    height: calc(250px - 70px);
    max-width: 80%;
    display: table;
    margin: auto;
}
.searchResult-box figure {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px!important;
    height: auto;
    max-height: 250px;
}
.theme-btn {
    background: #65bfc8!important;
    text-align: center;
    border: 0;
    outline: 0;
    color: white;
    padding: 10px;
    width: 200px;
    border-radius: 3px;
}
#sign-up-dialog {
    background: #fff;
    padding: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
/* Popup close button*/
#sign-up-dialog .mfp-close {
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#sign-up-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

#sign-up-dialog .mfp-close:before {
  font-size: 24px;
  font-family: 'ElegantIcons';
  content: "\4d";
}

#sign-up-dialog .form-group input.form-control {
  padding-left: 40px;
}

#sign-up-dialog .form-group &gt; i {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  left: 12px;
  top: 33px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}
#sign-up-dialog .form-group &gt; i.icon_lock_alt {
  top: 35px;
}
#sign-up-dialog .form-group input.form-control {
    padding-left: 40px;
}

/* edit company page */
.opacity-mask.bottomAligned-text {
    justify-content: end;
    padding-bottom: 34px;
}
.opacity-mask.bottomAligned-text .hero_txt-left{
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    padding-left: 27px;
}
.opacity-mask.bottomAligned-text .hero_txt-right{
    text-align: right;
    color: white;
    margin: 0;
    padding-right: 45px;
}
.box_general{
	border-radius: 8px;
}
.box_header {
    border-bottom: 1px solid #E3E6F0;
    font-size: 16px;
    font-weight: 700;
    color: #65bfc8;
    background: #F8F9FC;
    padding: 16px 20px;
    border-radius: 3px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.color-box {
    padding: 15px 11px 0;
    display: flex;
}

.colors {
    height: 18px;
    width: 18px;
    border: 1px solid #777;
    background: #000;
    margin-right: 18px;
}

.color-box p {
    color: #888DA0;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px; /* 150% */
}
.fileUpload{
	border-radius: 4px;
	border: 1px dashed #CCC;
	background: #F5F6FA;
}
.drop_box{
	color: #878C9F;
text-align: center;
font-family: Roboto;
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: 16.5px; /* 150% */
}
.fileUpload img {
    display: table;
    margin: auto;
    max-height: 150px;
}
.drop_box svg {
    margin: 30px 0 10px;
}
.bg_yellowgradient:before {
    content: '';
    background: linear-gradient(180deg, #65bfc8 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 350px;
}
.YellowBg {
    background: #90bbc6;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.YellowBg h3 {
    color: #000;
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
}

.YellowBg ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
    margin-top: 15px;
}

.YellowBg li {
    margin-right: 60px;
}

.YellowBg li:last-child {
    margin-right: 0;
}
.greenBtn:hover {
    background: #222!important;
}
.greenBtn {
    padding: 15px;
    background-color: #3cb46e!important;
}
.darkBtn {
    padding: 15px;
    background-color: #222 !important;
}
.darkBtn:hover {
    background: #91bac6!important;
}
.darkBtnCompany {
    padding: 15px;
    background-color: #222 !important;
}
.darkBtnCompany:hover {
    background: #91bac6!important;
    cursor: pointer;
}
.inside-container{
	max-height: 280px;
    background-size: cover!important;
}
.inside-container .main_info_wrapper hr{
    padding: 15px 0;
}
.list_home ul li .list-box figure img,.list_home ul li .list-box figure{
	position: static;
	float: left;
	max-width: 150px;
	transform: none;
	border-radius:0!important;
}
.list_home ul li .list-box figure img{
	width: 100%;
	padding-right: 15px;
}
.list_home ul li .list-box{
	padding: 15px;
	background: #fff;
    min-height: 200px;
}
.list_home ul li .list-box .form-group{
	display: table;
	margin: auto;
}
.list_home ul li .list-box .width-half{
	/*min-width: 120px;*/
}
.list_home ul li {
    display: inline-block;
    position: static;
    width: 48%;
    float: left;
    margin: 0 1%;
}
.list_home ul li .list-box:hover img{
	transform:none!important;
}
.list_home ul li .list-box:hover h3 {
    color: #65c0c8;
}
.list_home&gt;div {
    float: left;
    width: 100%;
}
.bg_lightgray{
	background: #ededed;
}
.bg_lightgray .main_info_wrapper .main_info .user_desc ul.tags li a {
    background: white;
}
.txtImg-sec h4{
	font-size: 21px;
}
.txtImg-sec p{
	font-size: 15px;
}
.whiteBox{
	background:#fff;
	border-radius: 8px;
}

/* css for modal */
.modal:before{
	content:'';
	background: rgba(0,0,0,.8);
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.modal-dialog{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.modal-body{
    max-height: calc(100vh - 65px);
    overflow: auto;
}
.modal #login{
	min-height: initial;
	position: relative;
}
.btn-close-custom {
    background: #cdcdcd;
    border-radius:50%;
	font-size: 24px;
    padding: 5px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-close-custom &gt; div {
   height: 32px;
}
.btn-close-custom:hover {
    background: #333;
    color: #fff;
}
.modal-title{
	font-size: 18px;
}
/* second navbar css */
.navbar {
	height: 50px;
	overflow: hidden;
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	z-index: 1;
}

.navbar .nav-clear {
	height: 80px;
}


.navbar .menu{
  position: absolute;
}
.navbar .menu a{
  color: #444;
  text-decoration: none;
  font-weight: 500;
  margin-left: 20px;
  transition: color 0.3s;
}
.navbar .menu a:hover{
  color: #005b82;
  transition: 0.3s; 
}


.navbar .btn{
  display: none;
  position: absolute;
}
.navbar .btn:hover &gt; span{
  background: #6ab04c;
}
.navbar .btn span{
  display: block;
  margin: 4px;
  width: 24px;
  height: 2px;
  background: rgb(68 68 68 / 70%);
}
.navbar a.btn:active {
    border: none;
    outline: none;
}
.closedCollapse + .dont-collapse-sm {
    display: none;
}

.closedCollapse.opened + .dont-collapse-sm {
    display: block;
}

@media only screen and (max-width : 1368px) {
	.half_height{
		max-height: 75vh!important;
	}
}

@media only screen and (max-width : 600px) {

	.navbar {
		overflow: visible;
	}

	.navbar .menu {
		width: 100%;
		right: 0;
		top: 100%;
		background: #f1f1f1;
		overflow: hidden;
		max-height: 0;
		transition: 3s;
	}
	.navbar .menu a {
		background: #ddd;
		display: block;
		text-align: left;
		padding: 15px 0 15px 25px;
		margin: 0;
	}
	.navbar .btn {
		display: block;
		cursor: pointer;
	}
	.navbar .show{
	 max-height: 500px;
	}
}
@media screen and (max-width:991px){
	.main-menu ul li.menu_ResgisterBtn{
		display:block;
	}
	.main-menu {
		overflow-y: scroll;
		transform: translateX(0%);
		width:0;
	}
	.main-menu.show {
		overflow-y: scroll;
		width:55%;
	}
	header.header_in {
		border-bottom: 8px solid #ededed;
	}
	#sidebar_fixed {
		order: 1;
		padding: 0;
		margin-top: -20px;
	}
	#sidebar_fixed .box_booking.mobile_fixed{
		display:block;
		position: static;
		overflow:auto;
	}
	.main_order{
		order:2;
	}
	.contactForm{
		display:none;
	}
	.list_home ul li {
		width: 98%;
	}
	.list_home ul li:first-child,
	.list_home ul li:nth-child(2){
		display: block;
	}
	.inside-container {
		max-height: 150px;
	}
}
</pre></body></html>