 
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css"); 
 
body
{
	font-family: "Quicksand", sans-serif;
} 
a
{
	text-decoration:none;
}
.hide {
	display:none;
}
.bg-light{
	background-color:#F9F9F9;
}
.btn:focus
{
	color:#fff;
	/* background-color:#24984E; */
}
.btn , .btn:focus , .accordion-button:focus ,
.form-control , .form-control:focus , .btn:active:focus
{
	outline:0;
	box-shadow:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button 
{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] 
{
    -moz-appearance: textfield;
}

.header
{
	padding:5px 0;
	box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .18);
}
.navbar-expand-lg .navbar-nav .nav-link
{
	color: #000;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 16px;
}
.navbar-toggler
{
	padding:0;
	border:0;
}
.navbar-toggler:focus
{
	box-shadow:none;
}
.footer-sec .container
{
	border-top:1px solid gray;
	padding: 40px 0 20px;
}
.footer-sec .footer-logo p
{
	margin-top:25px;
	margin-bottom:25px;
	max-width:300px;
	font-weight:500;
}
.footer-sec h5
{
	margin-bottom:25px;
}
.footer-sec h5:after{
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="3" viewBox="0 0 23 3" fill="none"><g id="Group 42"><rect id="Rectangle 35" width="18" height="3" rx="1.5" fill="%23000"/><circle id="Ellipse 18" cx="21.5" cy="1.5" r="1.5" fill="%23000"/></g></svg>') no-repeat 0 0;
    background-size: 23px;
    content: "";
    display: block;
    height: 3px;
    margin-top: .5rem;
    width: 1.5rem;
}
.footer-sec .link-ul
{
	padding-left:0;
	list-style:none;
}
.footer-sec .link-ul li,
.footer-sec .contact-ul li
{
	margin-bottom:10px;
	font-weight:500;
}
.footer-sec .contact-ul{
	margin-left:25px;
}
.footer-sec .follow-ul{
	padding-left:0;
}
.footer-sec .follow-ul li
{
	display:inline-block;
	margin-right:15px;
}
.footer-sec .follow-ul li:last-child
{
	margin-right:0;
}
.footer-sec .follow-ul a
{
	display: inline-flex;
    width: 37.5px;
    height: 37.5px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 6%);
    border-radius: 34px;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    color: #000;
    transition: .35s;
	font-size:20px;
}
.footer-sec .follow-ul a:hover 
{
	background: #000; 
	color:#fff;
}
.footer-sec .insta-feed{
	display: grid;
    gap: .75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.footer-sec .insta-feed figure{
	margin:0;
	border-radius:10px;
	overflow: hidden;
}
.footer-sec .copyright-strip
{
	border-top: 1px solid lightgray;
    padding-top: 20px;
    margin-top: 10px;
}
.footer-sec .copyright-strip p
{
	text-align:center;
	margin-bottom:0;
}


h1, h2, h3, h4, h5, h6
{
	color:#000;
	line-height:1.4;
}
h1
{
	font-size: 48px;
    font-weight: 700;
	text-shadow: 0 .25rem .625rem rgba(0,0,0,.25);
}
h2
{
	font-size:35px;
	font-weight:700;
}
h3
{
	font-size:30px;
	font-weight:700;
}
h4
{
	font-size:25px;
	font-weight:700;
}
h5
{
	font-weight:700;
}
p
{
	font-size:15px;
	color:#000;
	line-height:1.8;
	font-weight:500;
}
.cta-box{
	text-align:center;
	margin-top:20px;
}
.custom-btn{
	background-color: #423f3f;
    border-color: #423f3f;
    text-transform: none;
    border-radius: 35px;
    font-weight: 500;
    min-width: 130px;
}
.custom-btn:hover {
	background-color: #000;
    border-color: #000;
	transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.sectionWrapper
{
	padding:40px 0;
	position:relative;
}
.section-title{
	text-align:center;
	margin-bottom:25px;
}
.section-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 530px;
    position: relative;
}
.home-bg {
    /* background-image: url(../../assets/img/home-banner.jpg); */
        background-image: url(../../user/theme/img/home-banner.jpg);
}
.home-bg:before{
	content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .25;
}
.banner-text {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
}
.banner-text label
{
	background-color: #00095E;
    padding: 6px 12px;
    border-radius: 35px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
	margin-bottom:10px;
}
.search-box{
	position: relative;
}
.search-box input{
	border-radius: 30px;
    height: 54px;
    border-color: transparent;
}
.search-box input:focus{
	border-color: transparent;
}
.search-box .btn-primary{
	border-radius: 30px;
    background-color: #000;
    border-color: #000;
    position: absolute;
    top: 4px;
    right: 4px;
    height: 46px;
    padding: 6px 30px;
}

.tour-card{
	border:1px solid #0018491a;
    border-radius: 6px;
    height: 100%;
    transition: all 0.3s;
}
.tour-card .tour-content{
	padding:10px;
}
.tour-card h5{
	font-size: 19px;
}
.tour-card .tour-image{
	margin-bottom:8px;
}
.tour-card .tour-image img{
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	min-height:229px;
	max-height:229px;
}
.tour-card .tour-hightlight{
	font-size: 13px;
    color: #4d4d4d;
	display:flex;
	justify-content: space-between;
	margin-bottom:8px;
}
.tour-card .review{
	font-size: 14px;
    margin: 8px 0;
    color: #808080;
	margin-bottom:25px;
}
.tour-card .price{
	font-size: 12px;
    font-weight: 500;
	color: #000;
}
.tour-card .price strong{
	font-size: 17px;
}
.tour-card .price-group-text{
	margin-bottom: 0;
    color: #808080;
    font-weight: 500;
    font-size: 14px;
}

.owl-carousel .owl-nav{
	margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.owl-carousel .owl-nav button{
	position: absolute;
    background-color: #fff !important;
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    margin: 0 !important;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
	color: #000 !important;
}
.owl-carousel .owl-nav .disabled{
	display:none;
}
.owl-carousel .owl-prev{
	left: -15px;
}
.owl-carousel .owl-next{
	right: -15px;
}

.destination-card{
	text-align: center;
    border: 1px solid #e7e7e7;
    padding: 20px 15px 15px;
    background-color: #f9f9f9;
}
.destination-card ul li{
	display: inline-block;
    font-size: 14px;
	font-weight:500;
    margin: 0px 10px;
    color: #808080;
    position: relative;
}
.destination-card ul li:not(:last-child):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    top: 4px;
    right: -13px;
    background: darkgray;
}



.attraction-card{
	display: flex;
    align-items: center;
	padding:16px 0;
	border-bottom:1px solid rgb(234, 228, 246);
}
.col-md-4:nth-last-child(-n + 3) .attraction-card{
	border:none;
}
.attraction-card .attraction-image,
.attraction-card .attraction-content{
	padding:0 12px;
}
.attraction-card .attraction-image img{
	height:87px;
	width:87px;
	border-radius:4px;
}
.attraction-card .attraction-desc{
	margin-bottom: 0;
    font-weight: 500;
    color: #4D4D4D;
}


.bookUs-box{
	display:flex;
	padding-top:10px;
}
.bookUs-box .bookUs-icon{
	margin-right:15px;
}
.bookUs-box .bookUs-content h5{
	margin-bottom:4px;
}
.bookUs-box .bookUs-content p{
	margin-bottom:0;
}


.filter-strip{
	display: flex;
    justify-content: space-between;
	font-weight: 600;
}
.filter-strip h6{
	font-weight: 600;
	margin-bottom:0;
}
.filter-strip .select2-container{
	width:auto !important;
}
.filter-strip .select2-selection{
	width: 300px;
    height: 40px;
    padding: 5px;
}
.filter-strip .select2-selection .select2-selection__arrow{
	height: 40px;
    right: 6px;
}


.breadcrum-strip .breadcrum-text {
	color: #b5b2b2;
    font-size: 12px;
    font-weight: 600;
    margin-left: 2px;
    letter-spacing: 1px;
}
.breadcrum-strip .breadcrum-arrow {
    top: 0px;
    position: relative;
    left: 1px;
    color: #b5b2b2;
    font-size: 13px;
}


.product-wrap .product-name{
	margin-bottom:20px;
}
.product-slider .carousel-inner{
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    border-radius: 20px 20px 0 0;
	position:relative;
}
.product-slider .carousel-item img{
	max-height:500px;
	min-height:500px;
}
.product-slider .product-tagline {
	font-size: 15px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 1px;
    background-color: #00000069;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    text-align: center;
    width: 100%;
    padding: 6px;
}
.productStrip {
    border: 1px solid darkgray;
    margin-bottom: 30px;
    padding: 0px;
	background-color:#fff;
	position: sticky;
    top: 0;
    z-index: 99;
}
.productStrip .navbar-nav{
	flex-direction: row;
    padding: 0 15px;
}
.productStrip .navbar-nav .nav-item:not(:last-child){
	margin-right:8px;
}
.productStrip .nav-item .nav-link {
	border-radius: 0px;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 600;
    color: rgb(20, 24, 35);
    padding: 16px;
}
.productStrip .nav-item .nav-link.active {
	background-color: transparent;
    border-color: coral;
    transition: all 0.3s;
}
.product-content {
	border: 1px solid darkgray;
    padding: 15px;
    background-color: #fff;
}
.product-content figure{
	padding-top: 20px;
}
.product-content figure h4{
	border-bottom: 1px solid lightgray;
    padding-bottom: 8px;
    margin-bottom: 20px;
	font-size:22px;
}
.product-content .product-map{
	width:100%;
	height:400px;
}
.product-content .product-itinerary{
    background-image: url('../../assets/img/dotted.svg');
    background-repeat: repeat-y;
    z-index: 1;
    margin-bottom: 25px;
	position:relative;
	background-position-x: 3px;
}
.product-itinerary .sartEnd-point:not(:last-child),
.product-itinerary .itinerary-point{
	margin-bottom: 20px;
}
.product-itinerary .sartEnd-point img,
.product-itinerary .itinerary-point img{
	margin-right:5px;
}
.product-itinerary .sartEnd-point h5
{
	display:flex;
	align-items:center;
}
.product-itinerary .sartEnd-point h5 .arrow-icon{
	margin-left: 10px;
    margin-right: 10px;
}
.product-itinerary .panel {
	display:none;
	padding-left: 35px;
}
.product-itinerary .flip{
	cursor: pointer;
	color:coral;
}
.product-itinerary .itinerary-point{
	counter-increment: item;
}
.product-itinerary .itinerary-point h6:before {
	content: counter(item);
	position: absolute;
    top: 5px;
    left: 11.5px;
    font-size: 14px;
}
.product-itinerary .itinerary-point h6{
	margin-bottom:0;
	font-weight: 700;
	position:relative;
}
.product-itinerary .itinerary-point span{
	margin-left: 36px;
    font-size: 13px;
    font-weight: 600;
}
.product-content .include-text,
.product-content .exclude-text{
	padding-left:0;
}
.product-content .include-text li {
	text-indent: 25px;
    list-style: none;
    background-repeat: no-repeat;
    background-image: url('https://img.icons8.com/emoji/18/check-mark-emoji.png');
    background-position-y: 3px;
	font-weight: 500;
    font-size: 15px;
	margin-bottom:8px;
}
.product-content .exclude-text li {
	text-indent: 25px;
    list-style: none;
    background-repeat: no-repeat;
    background-image: url('https://img.icons8.com/fluency/15/delete-sign.png');
    background-position-y: 4px;
	font-weight: 500;
    font-size: 15px;
	margin-bottom:8px;
}

.product-faq .faq-content {
	margin-top:20px;
}
.product-faq .faq-content .flip {
	padding: 7px 10px;
    border-radius: 0 6px 6px 0;
    background-color: #000;
    border-left: 5px solid #000;
    cursor: pointer;
}
.product-faq .faq-content h6{
	margin-bottom: 0;
    color: #fff;
    font-weight: 600;
	font-size:17px;
}
.product-faq .faq-content .panel {
	padding: 10px;
    border-left: 5px solid #000;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
	display: none;
}

.product-wrap .keyDetailsBox {
	padding: 20px 10px 20px 10px;
    border: 1px solid darkgray;
    background-color: #fff;
	margin-top:30px;
}
.product-wrap .keyDetailsBox h4 {
	text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
}
.product-wrap .keyDetailsBox .place-info{
	text-align:center;
}
.product-wrap .keyDetailsBox .mail-link,
.product-wrap .keyDetailsBox .contact-link {
	font-weight: 600;
    margin-top: 10px;
	color: #000;
	display:block;
}
.product-wrap .keyDetailsBox ul{
	margin-left:30px;
}
.product-wrap .keyDetailsBox li {
	text-align: left;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    margin-top: 15px;
	font-size:14px;
	font-weight:600;
}
.product-wrap .keyDetailsBox li:last-child{
	padding-bottom:0;
	border:none;
}
.product-wrap .keyDetailsBox li .fa-li{
	margin-left: -5px;
}

.product-wrap .product-price{
	background-color: #fff;
    padding: 6px 15px 15px 15px;
    border: 1px solid darkgray;
    border-radius: 20px 20px 0 0;
}
.product-price .price-wap{
	text-align:right;
}
.product-price .price-wap label{
	color: #000;
    font-size: 15px;
    font-weight: 600;
}
.product-price .price-wap .price-from {
	font-size: 25px;
    font-weight: 700;
    color: coral;
}
.product-price .price-wap .price-value{
	font-size: 50px;
}
.product-price .price-bottom-card {
	background-color: #EAFBF7;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}
.product-price .price-bottom-card .tagline {
	padding: 3px;
    color: #fff;
    background-color: #423f3f;
    font-size: 12px;
    border-radius: 3px;
}
.product-price .inline-calendar{
    border-radius: 6px;
	margin-top:20px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border: 1px solid #ced4da;
}
.product-price .inline-calendar .datepicker,
.product-price .inline-calendar .datepicker table {
	width:100%;
}
.product-price .inline-calendar .datepicker table tr td, 
.product-price .inline-calendar .datepicker table tr th {
	font-weight:600;
}
.product-price .inline-calendar .datepicker table tr td.today {
	background-color:#000;
	border:#000;
	color:#fff;
}
.product-price .price-bottom-card h6{
	font-weight: 600;
    font-size: 15px;
    color: coral;
    margin: 10px 0;
}
.product-price .price-bottom-card ul {
	margin: 0 0 0 25px;
}
.product-price .price-head {
	padding: 10px;
    color: #fff;
    background-color: #000;
    text-align: center;
    margin: 20px 0;
}
.product-price .price-head h5{
	color: #fff;
    margin-bottom: 0;
}
.product-price .price-action .input-row {
	display: flex;
    align-items: center;
}
.product-price .price-action figure:last-child {
	margin: 20px 0 0;
}
.product-price .price-action .inline-adltChild{
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border: 1px solid #ced4da;
    padding: 15px;
    border-radius: 6px;
	margin-top:20px;
}
.product-price .price-action .form-group {
    font-weight: 600;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    cursor: pointer;
    padding: .375rem .75rem;
	position:relative;
	padding-left: 40px;
}
.product-price .price-action .form-group input{
	padding:0;
	border:0;
	outline:0;
	font-weight: 600;
	pointer-events:none;
}
.product-price .price-action .input-icon{
	position: absolute;
    top: 6px;
    left: 6px;
    opacity: .9;
    z-index: 1;
    color: #000;
}
.product-price .price-action .custom-btn {
	width:80%;
}
.price-action .input-title h5{
	font-size:17px;
	margin-bottom:0;
}
.price-action .input-action-value {
	display: flex;
    align-items: center;
    margin-left: auto;

}
.price-action .input-action-value .btn-number {
	border-radius: 50%;
    color: #000;
    border-color: #000;
    padding: 0;
    height: 30px;
    width: 30px;
    font-size: 14px;
}
.price-action .input-action-value .input-number {
    background-color: transparent;
    border: 0;
    text-align: center;
    max-width: 48px;
	font-weight:600;
}


.contactus-bg {
    background-image: url(../../assets/img/contactus-banner.jpg);
    min-height: 280px;
}
.aboutus-bg {
    background-image: url(../../assets/img/aboutus-banner.jpg);
    min-height: 280px;
}
.section-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #082740;
    opacity: 0.3;
}
.contactus-bg .banner-text,
.aboutus-bg .banner-text {
    left: 0;
    transform: translate(50%, -50%);
}
.section-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* .contact-icon-box {
	border: 1px solid;
    border-color: rgb(236, 238, 239);
    display: flex;
    align-items: center;
    padding: 30px;
    transition: all 500ms ease;
}
.contact-icon-box .img-fluid {
	margin-right: 20px;
    padding: 10px;
    border-radius: 50%;
	background-color: #000;
}
.contact-icon-box p {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}
.contact-icon-box:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
} */


.get-touch-text p {
    margin-bottom: 30px;
	max-width: 600px;
}
.get-touch-text ul {
	display: flex;
    padding-left: 0;
}
.get-touch-text ul li {
    list-style: none;
    margin-right: 10px;
}
.get-touch-text li a {
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #000;
    font-size: 17px;
    border-radius: 6px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    transition: all 0.3s ease;
}
.leave-comment .form-group {
    margin-bottom: 1.5rem;
    position: relative;
}
.leave-comment .form-control {
    border: none;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
    padding: 5px 15px 0px 33px;
    background-color: transparent;
	border-radius: 0;
    height: 45px;
    font-size: 15px;
}
.leave-comment .form-group .input-icon {
    position: absolute;
    top: 14px;
    left: 5px;
    opacity: .9;
    z-index: 1;
    color: #000;
}
.leave-comment .form-group textarea + .input-icon {
    top: 6px;
}
/* .contactus-map iframe {
	height: 600px;
} */


.about-planning {
	margin-top: 20px;
	text-align:center;
}
.about-planning h4{
	font-size:22px;
	margin-bottom:15px;
}


.tour-us-block {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border: 1px solid rgba(255, 72, 56, .3019607843);
    border-radius: 10px;
    transition: all .35s ease-in-out;
	margin-top:20px;
}
.tour-us-block .counter-box {
    min-width: 140px;
}
.tour-us-block .counter-box h4 {
	color:coral;
}
.tour-us-block p{
	margin-bottom:0;
}
.tour-us-block .counter-box h6{
	font-weight:700;
}


.why-choose-block {
	background-image: url(../../assets/img/aboutus-img/row-img.png);
    background-position: right;
    background-repeat: no-repeat;
}
.why-choose {
	text-align:center;
	margin-top:20px;
}
.why-choose .image-box{
	background-image: url(../../assets/img/aboutus-img/step-img.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 125px;
    height: 120px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	position:relative;
}
.why-choose .image-box > .img-fluid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why-choose h4{
	font-size:22px;
	margin-top:20px;
}


.team-member-block {
	margin-top:20px;
}
.team-member-block .image-box {
	border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	position: relative;
    margin: auto;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.team-member-block .image-box img {
    max-width: 100%;
    transition: all 0.6s ease-in-out;
    display: block;
    width: 100%;
    transform: scale(1);
}
.team-member-block:hover .image-box img {
    transform: scale(1.09);
}
.team-member-block .member-social {
    display: flex;
    padding-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.team-member-block .member-social li {
    display: inline-block;
    margin-inline: 10px;
}
.team-member-block .member-social li a {
    box-shadow: 10px 7px 30px 0px rgba(0, 42, 106, 0.1);
    background: #fff;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #0c2d62;
    display: block;
    border-radius: 6px;
    transform: scaleX(0);
    transition: all .4s ease;
}
.team-member-block:hover .member-social li a {
    transform: scaleX(1);
}
.team-member-block .member-details {
    text-align: center;
    position: relative;
    padding: 10px 0px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #f1f4f9;
}
/* .team-member-block .member-details h5{
	margin-bottom
} */
.team-member-block .member-details p{
	margin-bottom:0;
}
