@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

body{
font-family: 'Poppins', sans-serif;
}


.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.main-search-input-tabs .tabs-menu {
	z-index:2;
	position:relative;
	margin-bottom:15px;
}
.main-search-input-tabs .tabs-menu li {
	display:inline-block;
	position:relative;
}
.main-search-input-tabs .tabs-menu li a {
	padding:12px 20px;
	display:block;
	border-radius:4px 4px 0 0;
    color: #fff;
    font-weight: 600;
	position:relative;
	letter-spacing:2px;
	box-sizing:border-box;
	font-size:11px;
	text-transform:uppercase;
}
.main-search-input-tabs .tabs-menu li a:before {
    top: 30px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -14px;
	display:none;
}
.main-search-input-tabs .tabs-menu li.current a:before {
	display:block;
}
.main-search-input-tabs {
	margin-top:50px;
}
.main-search-input {
	padding:8px 180px 8px 0;
}
.main-search-input-item {
	float:left;
	width:33.3%;
	box-sizing:border-box;
	border-right:1px solid #eee;
	height:50px;
	padding:0 5px;
	position:relative;
}
.main-search-input-item input {
	float:left;
	border:none;
	width:100%;
	height:50px;
	padding-left:40px;
}
.main-search-input-item label {
	position:absolute;
	left:20px;
	top:18px;
	z-index:10;
}
.main-search-button {
	position:absolute;
	right:10px;
	width:160px;
	color:#fff;
	top:10px;
	bottom:10px;
	border-radius:6px;
	border:none;
	cursor:pointer;
}
.main-search-button i {
	padding-left:10px;
}
.main-search-input-item  .nice-select {
	color: #666;
	font-size:12px;
	font-weight:100;
	float:left;
	width:100%;
	border:none;
    height: 50px;
	z-index:100;
	background:#fff;
    line-height: 50px;
}
.main-search-input-wrap.illust-item{
	max-width:900px;
	margin:20px auto;
	position:relative;
}
.main-search-input:before {
	content:'';
	position:absolute;
	bottom:-40px;
	width:50px;
	height:1px;
	background:rgba(255,255,255,0.41);
	left:50%;
	margin-left:-25px;
}
.main-search-input-item.location a {
	position:absolute;
	top:18px;
	right:22px;
	z-index:500
}
.main-search-input-item.location a:hover{
	border-radius:100%;
	animation: pulse 1.1s infinite ease-in-out;
}
.daterangepicker_big .daterangepicker {
    width: 506px!important;
    max-width: none;
    top: 100px;
    left: 20px;
}
.bg_tabs{
	transition: all 400ms linear;
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
	z-index:-1;

}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -45px;

}

.bgMiddle {
    z-index: 10;

}
.bgBottom {
    z-index: 5;
}
.wave-bg-anim {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;

   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 100px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 9s linear infinite;
}
.waveBottom {
    background-size: 50% 90px;
}
.waveAnimation .waveBottom {
    animation: move_wave 14s linear infinite;
}

.row-footer {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.scroll-top-to {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2e7eed;
    color: #fff;
    transition: 0.3s;
    border-radius: 10px;
    z-index: 999556;
    cursor: pointer;
    display: none;
}

.footer-main .block-2 h6 {
    font-weight: bold;
    font-size: 14px;
    text-transform:capitalize;
    color: #fff;
    margin-bottom: 25px;
}

.footer-main {
    padding: 92px 0;
    background: #20232a;
}

.feature .feature-content h2 {
	font-size: 30px;
	font-weight: 600;
	color: #444;
	font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}

.bg-deepdark{
	background: #20232a;
}

#footer {
    color: #fff;
    font-size: 14px;
    background: #20232a;
    background-size: cover;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    position: relative;
}

.row-footer {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
	font-size: 16px;
    font-family: 'poppins',sans-serif;
    font-weight: bold;
	padding-bottom: 12px;
	color: #fff;
}
#footer .footer-top .footer-contact p {
	font-size: 14px;
    font-weight: 500;
	color: #e9e6e6;
}
#footer .footer-newsletter {
    font-size: 15px;
}
#footer .footer-newsletter h4 {
    font-size: 16px;
    font-family: 'poppins',sans-serif;
    font-weight: bold;
	color: #fff;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-newsletter p {
    font-size: 14px;
    font-weight: 500;
	color: #e9e6e6;
}

#footer .copyright-wrap {
    border-top: 1px solid #d3d0d0;
}
