/* font-family: 'Poppins', sans-serif; */

html, body {
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none;
}

/* Header Section Starts Here */
header {
	background-color: #FEFEFE;
	padding: 5px 0;
}
.custom-nav li a {
	font-size: 14px;
	font-weight: 600;
	color: #2E3257!important;
	transition: .5s ease;
}
.custom-nav li a:hover {
	text-decoration: underline;
}
/* Header Section Ends Here */
/* Banner Image Section Here */
.banner {
	background-image: url(../images/banner-image.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 300px;
}
/* Banner Image Section Here */
/* Search Form Section Starts Here */
.search-form {
	background-color: #020959;
	color: #FFF;
	padding: 50px 0;
}
.common-header {
	margin-bottom: 50px;
}
.common-header a {
	color: #2E3257;
	font-weight: 600;
	text-decoration: underline;
	font-size: 26px;
}
.for-color-white {
	margin-bottom: 0;
}
.for-color-white a {
	color: #FFF;
	margin: 0;
	padding: 0;
}
.custom-form-control, .custom-form-control:focus {
	height: 45px;
	background: transparent;
	border-radius: 2px;
	width: 90%;
	color: #FFF;
	outline: none;
}
.custom-form-control:after {
	content: '/f3c5';
	font-family: 'Font Awesome 5';
	font-weight: 900;
	font-size: 16px;
}
.custom-form-control option {
	color: #000;
	width: 20px;
}
.custom-search-form option {
	width: 100%;
}
.custom-dtoggle {
	border: 1px solid #FFF;
	padding: 10px 20px;
	outline: none;
	color: #FFF;
	font-size: 12px;
}
.custom-dtoggle:hover {
	color: #FFF;
}
.dropdown-item {
	width: 198px;
	font-size: 12px;
}
.custom-dtoggle:focus {
	color: #FFF;
}
.dropdown-toggle::after {
	float: right;
	vertical-align: middle;
	position: absolute;
	top: 30%;
	right: 10px;
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	border: none;
}
.custom-input-group {
	position: relative;
	float: right;
	margin-bottom: 10px;
}
.input-group .button-plus,
.input-group .button-minus {
	padding: 0;
	margin: 0;
	border: 1px solid #2E3257;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: transparent;
	color: #2E3257;
	font-size: 14px;
}
.input-group .quantity-field {
	position: relative;
	display: inline-block;
	resize: vertical;
	margin-left: 5px;
	margin-right: 5px;
	width: 5px;
	border: none;
	outline: none;
}
.input-group a {
	position: relative;
	bottom: 0;
}
.search-custom-btn {
	background-color: #FFF;
	padding: 8px 13px;
	font-weight: 600;
	font-size: 16px;
	color: #2E2E2E;
	border: none;
	outline: none;
	border-radius: 3px;
	text-transform: uppercase;
	transition: .5s ease;
}
.search-custom-btn:hover {
	color: #02AEE1;
	text-decoration: none;
}
/* Search Form Section Ends Here */
/* Travel Spots Section Starts Here */
#travel-spots {
	padding: 50px 0;
}
.card-top-wrapper {
	position: relative;
}
.over-image-title {
	position: absolute;
	right: 25px;
	top: 25px;
	padding: 3px 8px;
	background-color: #FFF;
	border-radius: 3px;
	text-transform: uppercase;
}
.over-image-title a {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	padding: 0;
	margin: 0;
}
.card-title {
	color: #2E3257;
	font-weight: 700;
	font-size: 16px;
}
.card h5 {
	color: #2E3257;
	font-weight: 700;
	font-size: 14px;
}
.card h6 {
	color: #2E2E2E;
	font-size: 9px;
	line-height: 1.4!important;
}
.card p {
	font-size: 12px;
	text-align: justify;
}
.btn-custom {
	background-color: #020959;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
	text-transform: uppercase;
}
.btn-custom:hover {
	color: #02AEE1;
}
.view-more-btn {
	margin-top: 50px;
}
.view-more-custom-btn {
	background-color: #020959;
	padding: 5px 10px;
	font-weight: 600;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	transition: .5s ease;
}
.view-more-custom-btn:hover {
	color: #02AEE1;
	text-decoration: none;
}
/* Travel Spots Section Starts Here */
/* Holiday Special Section STarts Here */
.special-packages {
	position: relative;
}
.special-packages img {
	width: 100%;
}
.overlay-text {
	position: absolute;
	bottom: 25px;
	left: 25px;
	color: #FFF;
}
.overlay-text p {
	font-size: 14px;
	font-weight: 600;
}
.overlay-text i {
	font-size: 25px;
}
.overlay-text h6 {
	font-size: 18px;
	font-weight: 600;
}
.package-hover-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
}
.package-hover-btn:hover {
	opacity: 1;
}
.package-details-btn {
	position: absolute;
	top: 30%;
	left: 30%;
	background-color: #FFF;
	padding: 5px 10px;
	font-weight: 600;
	font-size: 16px;
	color: #2E2E2E;
	text-transform: uppercase;
	transition: .5s ease;
}
.package-details-btn:hover {
	color: #2E2E2E;
	text-decoration: none;
}
/* Holiday Special Section Ends Here */
/* Holiday Information Starts Here */
#holiday-info {
	padding: 50px 0;
}
.blog-content h3 a {
	font-size: 18px;
	font-weight: 700;
	color: #2E3257;
	margin-bottom: 10px;
}
.blog-content ul li span a {
	background-color: #020959;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #FFF;
}
.blog-content p {
	font-size: 13px;
	font-weight: 300;
	margin-top: 10px;
	line-height: 1.6;
	text-align: justify;
}
/* Holiday Information Ends Here */
/* Footer Widget Area Starts Here */
.footer-widget {
	padding: 50px 0;
	background-color: #020959;
	color: #FFF;
}
.footer-widget-content h3 {
	font-size: 18px;
	text-decoration: underline;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 20px;
}
.footer-widget-content ul li {
	margin-bottom: 10px;
}
.footer-widget-content ul li a {
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
}
.footer-widget-content ul li a img {
	margin-right: 15px;
}
/* Footer Widget Area Starts Here */
/* Footer Section Starts Here */
footer {
	background-color: #FEFEFE;
	padding: 20px 0;
}
.footer-text p {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}
/* Footer Section Ends Here */