
:root {
	--primary-color: #f76400;
	--secondary-color: #7c7c7c;
	--text-color-grey: #9c9c9c;
	--light-grey: #949494;
	--accent-color: #61ce70;
	--black-color: #000;
	--light-black-color: #141414;
	--light-black-secondary: #333;
	--white-color: #fff;
}

.text-orange {
	color: var(--primary-color) !important;
}

.text-grey {
	color: var(--light-grey) !important;
}

body {
	font-family: Roboto;
}

.dropdown:has(.show) button {
	border-radius: 50px 50px 0 0 !important;
}

.dropdown:has(.show) ul.dropdown-menu {
	border-radius: 0;
}

/* Navbar Css */
nav.navbar.navbar-expand-lg {
	padding: 12px;
}

header .container-fluid {
	background-color: #181818;
	padding: 8px 10px !important;
}

header .container-fluid li svg {
	width: 19px;
	height: 19px;
	fill: #f26222;
	margin-right: 5px;
}

header .container-fluid li a span {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

header .text-center.text-dark .h4 {
	color: #fb965d;
	font-family: "Marck Script", Sans-serif;
	font-size: 24px;
	font-weight: 400;
}

header li.nav-item a svg {
	width: 23px;
	height: 23px;
}

.nav-link {
	color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 6px;
	padding-right: 6px;
}

li.nav-item:has(svg) a {
	display: flex;
}

header {
	background-color: #000;
}

header li.nav-item.dropdown:hover .dropdown-menu {
	display: block !important;
	border-radius: 0;
	background: #000;
	width: auto;
}

header .col-3.text-center img {
	max-width: 230px;
}

.hp-form--wide .dropdown button {
	background-color: #181818;
	border-radius: 50px;
	padding-left: 41px;
	border: none;
	text-align: left;
	height: 56px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}

.middle_header {
	padding: 26px 20px !important;
	max-width: 1460px;
}

.middle_header button.btn.btn-primary {
	width: 56px;
	height: 56px;
	border-radius: 50px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	background-color: #f25800;
	border: none;
}

a.contact_btn svg {
	height: 36px;
	width: 36px;
	fill: #fff;
}

.dropdown:has(.show) ul.dropdown-menu {
	border-radius: 0;
	width: 100%;
}

.nav-link:focus, .nav-link:hover {
	color: #f76400;
}

nav.navbar.navbar-expand-lg a.home_icon svg {
	width: 30px;
	height: 30px;
	fill: #fff;
	margin: 0 20px;
}

.login_new, .account {
	color: #fff;
	white-space: nowrap;
	gap: 5px;
	text-decoration: none;
}

.logged_in .right_nav {
	gap: 10px !important;
}

.logged_in .right_nav a.contact_btn.ms-4 {
	margin: 0 !important;
}

.logged_in .right_nav svg.log-icon {
	width: 25px;
}

.logged_in .right_nav svg.log-icon path {
	fill: var(--primary-color) !important;
}

.login_new svg, .account svg {
	width: 16px;
	height: 24px;
	fill: var(--primary-color);
}

header .dropdown:has(.show) ul.dropdown-menu {
	border-radius: 0;
	background: #000;
	width: auto;
}

.dropdown-item.active, .dropdown-item {
	color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--primary-color);
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: var(--primary-color);
}

header .container.py-5.middle_header .col-md-12 img {
	max-width: 233px;
}

header span.select2.select2-container.select2-container--default, form.hp-form--wide span.select2.select2-container.select2-container--default {
	border-radius: 50px !important;
	border: none !important;
	background-color: #181818;
	padding-left: 25px !important;
}

header .select2-container--default .select2-search--inline .select2-search__field, form.hp-form--wide .select2-container--default .select2-search--inline .select2-search__field {
	font-size: 18px;
	vertical-align: super;
	line-height: normal;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto !important;
	height: 22px;
	text-align: center;
}

.select2-container .select2-selection--multiple .select2-selection__rendered:empty {
	display: none;
}

header .select2-container .select2-selection--multiple, form.hp-form--wide .select2-container .select2-selection--multiple {
	min-height: 57px;
}

header .select2-container--default .select2-search--inline .select2-search__field::placeholder, form.hp-form--wide .select2-container--default .select2-search--inline .select2-search__field::placeholder {
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice button {
	height: auto;
}

/* Before After Slider */
section.shot_slider_sec {
	padding: 100px 0;
	position: relative;
	background-size: cover;
	background-position: center center;
}

section.shot_slider_sec:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .8;
}

section.shot_slider_sec .col-md-4 {
	padding: 0 10px;
}

section.shot_slider_sec .container {
	max-width: 1160px;
	position: relative;
}

section.shot_slider_sec .head_text h2 {
	font-size: 36px;
	margin-bottom: 40px;
}

section.shot_slider_sec .head_text h2:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

.shot_slider_wrapper {
	display: grid;
	place-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	--position: 50%;
}

.shot_slider_image_container {
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: 1/1;
	height: 245px;
}

.shot_slider_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.shot_slider_image_before {
	position: absolute;
	inset: 0;
	width: var(--position);
	z-index: 1;
}

.shot_slider_image_after {
	position: absolute;
	inset: 0;
}

.shot_slider_range {
	position: absolute;
	inset: 0;
	cursor: pointer;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.shot_slider_range:focus-visible ~ .shot_slider_button {
	outline: 5px solid black;
	outline-offset: 3px;
}

.shot_slider_line {
	position: absolute;
	inset: 0;
	width: .2rem;
	height: 100%;
	background-color: #fff;
	left: var(--position);
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 2;
}

.shot_slider_button {
	position: absolute;
	background-color: #fff;
	color: black;
	padding: .5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	top: 50%;
	left: var(--position);
	transform: translate(-50%, -50%);
	pointer-events: none;
	box-shadow: 1px 1px 1px hsla(0, 50%, 2%, .5);
	z-index: 2;
	width: 44px;
	height: 44px;
	justify-content: center;
	gap: 5px;
}

section.shot_slider_sec a.btn.btn-primary {
	margin-top: 50px;
	font-size: 15px;
	line-height: 15px;
	padding: 12px 24px;
	background-color: var(--primary-color);
	font-weight: 500;
	border: none;
}

section.shot_slider_sec.full_width_slider {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/black-hide-tile.jpg");
	padding-top: 0;
}

section.shot_slider_sec.full_width_slider:before {
	opacity: .5;
}

section.shot_slider_sec.full_width_slider .shot_slider_image_container {
	height: 630px;
}

section.shot_slider_sec.full_width_slider .container {
	max-width: 970px;
}

@media only screen and (max-width: 1600px) {
	.middle_header {
		max-width: 1200px;
	}
}

@media only screen and (max-width: 1340px) {
	header .container.py-5.middle_header .col-md-12 img {
		width: 100%;
	}
	
	.navbar-expand-lg .navbar-nav * {
		font-size: 13px;
	}
}

/* Hero Banner css */
section.hero_sec {
	position: relative;
}

.hero_sec button.btn.btn-primary {
	width: 56px;
	height: 56px;
	border-radius: 50px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	background-color: #f25800;
	border: none;
}

.hero_sec .img_over img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.hero_sec .container.card-img-overlay {
	max-width: 860px;
}

.hero_sec .container.card-img-overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero_sec .img_over {
	height: 550px;
}

section.hero_sec h1.text-orange {
	margin-bottom: 34px;
}

.hero_sec .img_over:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: .5;
}

/* Book Yout hunt css */
section.book_your_hunt {
	background-image: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.anchor-lee-kO1G3neRA2o-unsplash-scaled-e1701950851953.jpg");
	background-size: cover;
}

section.book_your_hunt h2 {
	margin-bottom: 16px;
	font-size: 30px;
}

section.book_your_hunt a img {
	height: 135px;
}

section.book_your_hunt a.btn.btn-primary {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	background-color: #f76400;
	border-radius: 18px 18px 18px 18px;
	padding: 11px 50px;
	font-size: 15px;
	line-height: 15px;
	border: none;
}

section.book_your_hunt .col-md-6:last-child a.btn.btn-primary {
	background-color: #161616;
}

section.book_your_hunt a.text-orange {
	text-decoration: none;
}

section.book_your_hunt p {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	max-width: 450px;
	margin: 0 auto 20px;
	min-height: 40px;
}

section.book_your_hunt {
	padding: 70px 0 90px;
}

section.book_your_hunt .container {
	max-width: 1140px;
}

section.book_your_hunt.nitro-lazy {
	background-image: none !important;
}

section.book_your_hunt .container:before {
	content: "";
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 10px auto 10px;
	display: block;
}

section.book_your_hunt .col-md-6 {
	padding-top: 10px;
	padding-bottom: 10px;
}

section.book_your_hunt .col-md-6:first-child {
	border-right: 1px solid #000;
}

/* Animal Category Sec css*/
section.animal_category {
	background-color: var(--light-black-secondary);
	padding: 10px;
}

section.animal_category .col p a {
	white-space: nowrap;
	text-decoration: none;
}

section.animal_category .col {
	padding: 10px;
	margin: 0;
}

section.animal_category .col p {
	font-size: 15px;
}

section.animal_category img {
	height: 76px;
	max-width: 100%;
	object-fit: contain;
}

section.animal_category figure {
	margin: 0;
}

/* Category section css */
section.categories_sec {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	padding-top: 50px;
	padding-bottom: 70px;
	position: relative;
	background-size: cover;
}

section.categories_sec:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

section.categories_sec .container {
	position: relative;
}

section.categories_sec h2 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.categories_sec h2:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

section.categories_sec h2 + p {
	font-size: 16px;
	color: var(--white-color) !important;
	margin-bottom: 28px;
}

section.categories_sec .img_cont img {
	width: 100%;
	min-height: 370px;
	object-fit: cover;
	transition: all 1.5s;
}

section.categories_sec .card {
	border-radius: 21px;
	overflow: hidden;
}

section.categories_sec .card-img-overlay {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 25px !important;
	background-color: rgba(0, 0, 0, 0);
	transition: all 1.5s;
}

section.categories_sec .card-img-overlay:hover {
	background-color: rgba(0, 0, 0, .3);
}

section.categories_sec .card-img-overlay:hover * {
	transform: scale(1.1);
}

section.categories_sec .card-img-overlay h3 {
	font-size: 25px;
	font-weight: 600;
	transition: all 1.5s;
}

section.categories_sec .container-fluid {
	padding-left: 50px;
	padding-right: 50px;
}

section.categories_sec .col-lg-3 {
	padding: 10px;
	margin: 0;
}

section.categories_sec p.card-text.small {
	width: 100%;
	padding: 0;
	gap: 0px;
	font-family: "Roboto";
	align-items: center;
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	border-radius: 5px;
	max-width: 100px;
	transition: all 1.5s;
}

section.categories_sec .col-lg-3:hover img {
	transform: scale(1.2);
}

/* How To Book Hunt css */
section.how_to_hunt {
	background-image: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.anchor-lee-kO1G3neRA2o-unsplash-scaled-e1701950851953.jpg");
}

section.how_to_hunt.nitro-lazy {
	background-image: none !important;
}

section.how_to_hunt h2 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.how_to_hunt div.text-center {
	padding-bottom: 50px;
}

section.how_to_hunt div.text-center p {
	font-size: 14px;
	margin: 0;
	color: var(--black-color);
}

section.how_to_hunt .container {
	max-width: 1140px;
}

section.how_to_hunt h2:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

section.how_to_hunt .col-md-4 img {
	max-width: 78px;
}

section.how_to_hunt .col-md-4 p {
	max-width: 260px;
	margin: auto !important;
	display: block;
}

/* Blog Sec Css */
section.blogs_sec {
	background-image: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.anchor-lee-kO1G3neRA2o-unsplash-scaled-e1701950851953.jpg");
}

section.blogs_sec.nitro-lazy {
	background-image: none !important;
}

section.blogs_sec .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

section.blogs_sec h3 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.blogs_sec div.text-center {
	padding-bottom: 50px;
}

section.blogs_sec div.text-center p {
	font-size: 14px;
	margin: 0;
	color: var(--black-color);
}

section.blogs_sec h3:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

section.blogs_sec .col .card {
	border: 5px #fff solid;
	border-radius: 15px;
}

section.blogs_sec .col .card img {
	border-radius: 15px 15px 0px 0px;
	aspect-ratio: 1;
	object-fit: cover;
}

section.blogs_sec .row .col {
	padding: 0 16px;
}

section.blogs_sec h4.card-title a {
	font-size: 21px;
	line-height: 26px;
	text-decoration: none;
	color: var(--black-color);
	min-height: 103px;
	display: block;
}

section.blogs_sec .card-body {
	padding: 20px 24px;
	border-radius: 10px;
	position: relative;
	background: #fff;
	margin-top: -10px;
}

section.blogs_sec .container {
	max-width: 1152px;
}

section.blogs_sec p.card-text {
	border-top: 1px solid rgba(7, 36, 86, .075);
	padding-top: 1.25rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .6875rem;
	display: flex;
	align-items: center;
	margin-bottom: .5rem;
}

/* Faq section css */
section.faq_sec {
	background-color: var(--black-color);
	padding: 20px 0;
}

section.faq_sec .container {
	max-width: 1160px;
}

section.faq_sec h2 {
	text-align: center;
	font-size: 30px;
	color: var(--primary-color);
	font-weight: 600;
}

section.faq_sec .row.btm_faq_text {
	padding: 40px 0 4px;
}

section.faq_sec h3.accordion-header button, section.faq_sec h4.accordion-header button {
	font-size: 25px;
	color: var(--primary-color);
	font-weight: 600;
	background-color: var(--black-color);
}

section.faq_sec .accordion-body p {
	margin: 0;
	color: var(--text-color-grey);
}

section.faq_sec .accordion-button:not(.collapsed) {
	background-color: var(--black-color);
}

section.faq_sec .accordion-body {
	background-color: var(--black-color);
}

section.faq_sec h3.accordion-header button:after, section.faq_sec h4.accordion-header button:after {
	display: none;
}

section.faq_sec h3.accordion-header i.fa.fa-plus, section.faq_sec h4.accordion-header i.fa.fa-plus {
	margin-right: 10px;
}

section.faq_sec button.accordion-button:not(.collapsed) .fa.fa-minus {
	display: block !important;
	margin-right: 10px;
}

section.faq_sec h3.accordion-header button.collapsed i.fa.fa-plus, section.faq_sec h4.accordion-header button.collapsed i.fa.fa-plus {
	display: block !important;
}

section.faq_sec .accordion-item:first-of-type, section.faq_sec .accordion-item:last-of-type {
	border-radius: 0;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
	border-radius: 0;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
	border-radius: 0;
}

section.faq_sec p a {
	text-decoration: none;
}

section.faq_sec .row.btm_faq_text h2 {
	font-size: 37px;
	margin-bottom: 20px;
}

section.faq_sec .row.btm_faq_text p {
	line-height: 32px;
}

/* Top destination section css */
section.top_destinations {
	padding-top: 100px;
	padding-bottom: 60px;
}

section.top_destinations .col-lg-4:hover img, section.top_destinations .col-lg-6:hover img {
	transform: scale(1.2);
}

section.top_destinations .col-lg-4, section.top_destinations .col-lg-6, section.categories_sec .col-lg-4, section.categories_sec .col-lg-6 {
	padding: 10px;
	margin: 0;
}

section.categories_sec.top_destinations .container {
	max-width: 1140px;
}

/* Info css */
section.info_sec {
	background-color: var(--black-color);
}

section.info_sec h2.text-orange {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
}

section.info_sec p, section.info_sec ul li, section.info_sec ol li {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: var(--light-grey);
}

section.info_sec h3 {
	font-size: 25px;
	margin: 32px 0 16px;
}

section.info_sec ul li a, section.info_sec ol li a, section.info_sec p a {
	text-decoration: none;
}

section.info_sec ul + h2 {
	margin: 32px 0 16px;
}

section.info_sec .container {
	max-width: 1140px;
	padding: 20px 10px;
}

/* Our Partner Css */
section.our_partners {
	background-color: var(--black-color);
	background-image: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	padding: 77px 0 58px;
	position: relative;
}

section.our_partners.nitro-lazy {
	background-image: none !important;
}

section.our_partners .container {
	position: relative;
}

section.our_partners:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

section.our_partners p.h5 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 40px;
}

section.our_partners p.h5:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

section.our_partners .slick-slide {
	padding: 0 15px;
}

/* Listing Categories */
section.listing_categories .container {
	position: relative;
	max-width: 1164px;
}

section.listing_categories.dangerous_game_listing {
	padding-top: 122px;
}

section.listing_categories .container p.text-white {
	margin-bottom: 46px;
	font-size: 17px;
	line-height: 32px;
}

section.listing_categories .col-sm-4.col-12.slick-slide {
	padding: 32px 16px 0;
	flex: 1;
	height: auto;
}

section.listing_categories h2 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.listing_categories h2:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

section.listing_categories {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
	background-size: cover;
}

section.listing_categories:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

article.listing-card {
	box-shadow: 0 5px 30px rgba(7, 36, 86, .075);
	background-color: #fff;
	border-radius: 10px;
	transition: all .25s;
	overflow: hidden;
	position: relative;
	top: 0;
	height: 100%;
}

article.listing-card i.fas.fa-map-marker-alt {
	color: #f25800;
	font-size: 12px;
	margin-right: 4px;
}

.listing-card__header {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.slick-track {
	display: flex !important;
}

section.listing_categories .listing-card__footer {
	margin-top: auto !important;
}

.listing-card__image a img {
	border: 5px #fff solid;
	border-radius: 15px 15px 0px 0px;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.listing-card__body {
	padding: 20px 24px;
}

h4.listing-card__title a {
	font-size: 21px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	margin-bottom: 12px;
	display: block;
	transition: all .4s;
}

.attribute-item strong {
	color: rgba(15, 23, 39, .85);
	font-weight: 500;
}

.attribute-item {
	font-size: 12px;
	color: #9c9c9c;
}

.listing-card__location span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #9c9c9c;
}

.listing-card__location {
	display: flex;
	align-items: center;
	gap: 3px;
}

.attribute-item i.fas {
	color: rgba(7, 36, 86, .35);
	font-size: 16px;
}

section.listing_categories .container-fluid {
	padding: 0;
}

.listing-card__attributes .row {
	gap: 10px 0;
}

section.listing_categories button.slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(7, 36, 86, .35);
	box-shadow: 0 5px 30px rgba(7, 36, 86, .125);
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	font-size: 0;
	transition: color .25s;
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 3rem;
	height: 3rem;
	margin-top: -1.5rem;
}

section.listing_categories button.slick-next.slick-arrow {
	right: 40px;
}

section.listing_categories button.slick-prev.slick-arrow {
	left: 40px;
}

section.listing_categories .listing-card__footer.mt-3 {
	padding: 1rem 0;
	margin: 0 1.5rem;
	border-top: 1px solid rgba(7, 36, 86, .075);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.attribute-item .text-orange, .attribute-item.text-orange {
	color: var(--primary-color);
	font-size: 18px;
}

section.listing_categories .col-sm-4.col-12.slick-slide:hover article.listing-card {
	top: -10px;
}

.listing-card__footer a.btn.btn-sm.btn-primary, section.the_press a.btn.btn-primary {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	color: #fff !important;
	background-color: #f76400;
	border-radius: 18px 18px 18px 18px;
	padding: 7px 15px;
	border: none;
	line-height: 24px;
	height: 36px;
}

h4.listing-card__title a:hover {
	color: #fd6600;
}

section.listing_categories button.slick-arrow::before, section.listing_categories button.slick-prev:before {
	display: none;
}

section.listing_categories button i.fas {
	font-size: 18px;
}

/* Footer css */
footer {
	background-color: var(--light-black-color);
}

footer ul.list-unstyled li a:hover {
	color: var(--primary-color);
}

footer .pay_row .col {
	background: #fff;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

footer .pay_row .col img {
	aspect-ratio: 1;
	object-fit: contain;
	width: 47px;
}

footer .pay_row .row {
	gap: 20px 30px;
}

.fees_text p {
	font-size: 14px;
	margin: 0;
}

footer .container-fluid {
	background: #333;
	padding: 10px 15px;
}

footer .container-fluid ul.list-unstyled {
	gap: 45px;
	padding: 10px;
	margin: 0;
}

footer .container-fluid ul svg.e-font-icon-svg {
	width: 30px;
	height: 30px;
	fill: #f76400;
}

footer .container-fluid ul.list-unstyled.social_links {
	gap: 10px;
}

footer input#form-field-email {
	background-color: rgba(255, 255, 255, 0);
	border-color: #f76400;
	border-width: 2px;
	border-radius: 20px 20px 20px 20px;
	height: 47px;
}

footer button.btn.btn-primary.w-100 {
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: -.2px;
	word-spacing: 0px;
	border-style: solid;
	border-width: 2px;
	border-radius: 40px 40px 40px 40px;
	padding: 0;
	box-shadow: rgba(247, 100, 0, .35) 0px 5px 21px;
	background-color: #f76400;
	color: #fff;
	border-color: #f76400;
	height: 47px;
}

footer p.h5 {
	font-size: 22px;
	margin-bottom: 20px;
}

footer ul.list-unstyled li a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	fill: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 24px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

footer .container {
	max-width: 1220px;
}

footer .col:has(form) p + p {
	letter-spacing: -.88px;
	line-height: 1.875;
}

footer .col:has(form) {
	width: 100%;
	max-width: 500px;
	flex: auto;
	padding-right: 68px;
}

footer .fees_text {
	padding-bottom: 20px;
	line-height: 25px;
}

footer input#form-field-email::placeholder {
	color: #9c9c9c;
}

footer .copyright_text p {
	font-size: 14px;
	margin: 0;
}

footer .col ul.list-unstyled {
	margin-top: 30px;
}

footer ul.list-unstyled li {
	line-height: 32px;
	margin-bottom: 4px;
}

footer .privacy_links li:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: -22px;
}

footer .privacy_links li {
	position: relative;
}

footer .privacy_links li:last-child:after {
	display: none;
}

footer ul.list-unstyled li a {
	padding: 0;
	font-size: 16px;
	line-height: 24px;
}

footer .privacy_links {
	padding-left: 0 !important;
}

/* Hunting Info */
section.hunting_info_category {
	padding-top: 0;
	padding-bottom: 60px;
}

.head_text h2.text-sm {
	font-size: 21px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 26px;
	letter-spacing: 0px;
	word-spacing: 0em;
}

/* Hunting Info css */
section.hunting_info_sec {
	background-color: var(--black-color);
}

section.hunting_info_sec h2.text-orange {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
}

section.hunting_info_sec p, section.hunting_info_sec ul li, section.hunting_info_sec ol li {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: var(--light-grey);
}

section.hunting_info_sec h3 {
	font-size: 25px;
	margin: 32px 0 16px;
}

section.hunting_info_sec ul li a, section.hunting_info_sec ol li a, section.hunting_info_sec p a {
	text-decoration: none;
}

section.hunting_info_sec ul + h2 {
	margin: 32px 0 16px;
}

section.hunting_info_sec .container {
	max-width: 1140px;
	padding: 20px 10px;
	position: relative;
}

section.hunting_info_sec .col-12 p:last-child {
	margin: 0;
}

section.hunting_info_sec p + h2 {
	margin: 32px 0 16px;
}

/* Hunting Banner Css */
section.hunting_bnr {
	position: relative;
}

.hunting_bnr .btn.btn-primary {
	background-color: #f25800;
	border: none;
	border-radius: 18px 18px 18px 18px;
	padding: 11px 52px;
	line-height: 15px;
}

.hunting_bnr .img_over img {
	height: 100%;
	object-fit: cover;
	object-position: 0 55%;
	width: 100%;
}

.hunting_bnr .container.card-img-overlay {
	max-width: 980px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hunting_bnr .img_over {
	height: 415px;
}

section.hunting_bnr h1.text-orange {
	margin-bottom: 34px;
	font-size: 58px;
	font-weight: 700;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 85px;
	letter-spacing: .4px;
	word-spacing: 0em;
}

.hunting_bnr .img_over:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: .6;
}

section.knowlege_base_sec .content_center section.hunting_bnr .h1 {
	font-size: 41px;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 85px;
	letter-spacing: .4px;
	word-spacing: 0em;
	color: #f76400;
	margin-bottom: 0;
}

section.hunting_bnr p {
	font-size: 21px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 26px;
	letter-spacing: 0px;
	word-spacing: 0em;
	margin-bottom: 30px;
}

/* Why choose sec */
section.why_choose_sec {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	padding-top: 50px;
	padding-bottom: 70px;
	position: relative;
}

section.why_choose_sec:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .6;
}

section.why_choose_sec .container {
	position: relative;
}

section.why_choose_sec h2 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.why_choose_sec h2:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

section.why_choose_sec h2 + p {
	font-size: 17px;
	color: var(--white-color) !important;
	margin-bottom: 28px;
	line-height: 32px;
}

section.why_choose_sec .image_box p {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}

section.why_choose_sec .image_box {
	max-width: 222px;
	display: block;
	margin: auto;
}

section.why_choose_sec .image_box img {
	width: 66px;
}

section.why_choose_sec .container {
	max-width: 1160px;
}

section.why_choose_sec .icons_row {
	padding-top: 100px;
	padding-bottom: 80px;
}

section.why_choose_sec .btm_text p {
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 32px;
	letter-spacing: 0px;
	word-spacing: 0em;
	margin: 0;
}

/* Search Banner */
section.search_bnr {
	padding: 30px 0;
	position: relative;
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
}

section.search_bnr h1 {
	font-size: 40px;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 85px;
	letter-spacing: .4px;
	word-spacing: 0em;
}

section.search_bnr:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

section.search_bnr .container {
	position: relative;
}

/* Product Listing css */
section.product_listing {
	background: #181818;
	padding-top: 128px;
}

section.product_listing button.btn.btn-warning {
	height: 51px;
	font-size: 18px;
	background-color: var(--primary-color);
	border: none;
	color: #fff;
}

section.product_listing label.form-label.text-uppercase.small {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

section.product_listing .container {
	max-width: 1280px;
}

span.select2.select2-container.select2-container--default {
	background-color: transparent;
	border: 1px solid #fff !important;
	border-radius: 10px !important;
	padding: 0px 10px;
}

.select2-container--default .select2-selection--multiple {
	background-color: transparent !important;
	border: none !important;
	padding: .2rem 2rem .2rem 1rem !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
	margin: 0 0 0 !important;
	top: -2px;
	font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: transparent !important;
	border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border: none !important;
	background: transparent !important;
}

.select2-container--focus textarea.select2-search__field {
	display: none;
}

section.product_listing .form-check-input[type=checkbox] {
	border-radius: 2px;
	background-color: transparent;
	border: 2px solid #fff;
	left: -3px;
	position: relative;
}

.form-check-input:checked {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}

.product_list .listing-card__footer.mt-3 {
	padding: 1rem 0;
	margin: 0 1.5rem;
	border-top: 1px solid rgba(7, 36, 86, .075);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_list > .row {
	gap: 32px 0;
}

.product_list .col-sm-6 article {
	border: 2px solid #f1bd6c;
}

.product_list .col-sm-6.col-12 {
	padding: 0 16px;
}

.product_list {
	padding-top: 72px;
}

.product_list .search_heading {
	margin-bottom: 12px !important;
}

section.product_listing .container > .row {
	align-items: flex-start;
}

.product_list .col-sm-6:hover article.listing-card {
	top: -10px;
}

.listing-card__footer i.fas {
	font-size: 20px;
	color: rgba(7, 36, 86, .25);
}

section.product_listing .listing-card__footer a.btn-sm {
	padding: 0;
	padding: 0;
	height: auto;
	min-height: auto;
}

footer .col:has(form) form {
	margin-top: 30px;
}

/* Text Desc Css */
section.text_desc_sec, section.animal_list_sec {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	padding-top: 50px;
	padding-bottom: 0;
	position: relative;
	background-size: cover;
}

section.text_desc_sec:before, section.animal_list_sec:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

section.text_desc_sec h2, section.animal_list_sec h3, section.animal_list_sec.animal_list_desc h2 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.text_desc_sec h2 + p, section.animal_list_sec.animal_list_desc .head_text h2 + p {
	font-size: 17px;
	color: var(--white-color) !important;
	margin-bottom: 128px;
}

section.text_desc_sec h2:before, section.animal_list_sec h3:before, section.animal_list_sec.animal_list_desc .head_text h2:before, .favourite_list > h2:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

section.text_desc_sec .container, section.animal_list_sec .container {
	position: relative;
}

section.animal_list_sec .animal_listing .img_cont {
	height: 250px;
	overflow: hidden;
	position: relative;
	min-height: 250px;
}

section.animal_list_sec .img_cont:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1.5s;
}

section.animal_list_sec .col_in:hover .img_cont:after {
	opacity: .4;
}

section.animal_list_sec .animal_listing .img_cont img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 1.5s;
}

.animal_info {
	padding: 40px 0 30px;
	background: #fff;
}

.animal_info h2 {
	font-size: 23px;
	line-height: normal;
	margin: 0 0 40px;
	font-weight: 600;
	color: #000;
}

section.animal_list_sec .animal_listing a {
	text-decoration: none;
}

section.animal_list_sec .row.animal_listing {
	max-width: 1160px;
	margin: auto;
	gap: 20px 0;
}

section.animal_list_sec .row.animal_listing .col-md-4 {
	padding: 0 10px;
}

section.animal_list_sec .animal_info .btn.btn-outline {
	font-weight: 500;
	color: #f76400;
	border-radius: 89px;
	align-self: center;
	background: 0 0;
	border: 2px solid #f76400;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	padding: 12px 24px;
	font-size: 15px;
	line-height: 15px;
}

section.animal_list_sec .animal_listing .col_in:hover .img_cont img {
	transform: scale(1.2);
}

section.animal_list_sec {
	padding-top: 0;
	padding-bottom: 100px;
}

section.animal_list_sec .text_btm_new {
	margin-top: 50px;
}

section.book_your_hunt .text_btm_new p {
	max-width: 890px;
	font-size: 16px;
	font-weight: 600;
	margin: 50px auto 0;
}

section.animal_list_sec.animal_list_desc .container {
	max-width: 1160px;
	padding-top: 100px;
}

section.animal_list_sec.animal_list_desc .head_text h2 + p {
	margin-bottom: 38px;
	line-height: 32px;
}

section.animal_list_sec.animal_list_desc .animal_listing h2 + p {
	color: #000 !important;
}

section.animal_list_sec.animal_list_desc .container.animal_listing_container {
	padding-top: 0;
	max-width: 1440px;
}

section.animal_list_sec.animal_list_desc .container.animal_listing_container .row.animal_listing {
	max-width: 100%;
}

section.animal_list_sec.animal_list_desc .animal_info h2 {
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 15px;
}

section.animal_list_sec.animal_list_desc .animal_info p {
	font-size: 16px;
	line-height: 24px;
	color: #242424;
}

section.animal_list_sec.animal_list_desc .animal_info .btn.btn-outline {
	align-self: flex-end;
	position: relative;
	margin: auto auto 0;
	max-width: 145px;
}

section.animal_list_sec.animal_list_desc .animal_info {
	padding: 35px;
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

section.animal_list_sec.animal_list_desc .animal_listing .col_in {
	height: 100%;
	display: flex;
}

section.animal_list_sec.animal_list_desc .col-md-4 a {
	display: flex;
	flex-direction: column;
	flex: 1;
}

section.animal_list_sec.animal_list_desc {
	padding-bottom: 10px;
}

section.hunting_info_sec.face_the_challenge .col-12 .head_text > h2 {
	margin: 8px 0 16px;
}

/* Destination Hunting Css */
section.text_desc_sec.hunting_desc a.btn {
	background-color: #f25800;
	border: none;
	border-radius: 18px 18px 18px 18px;
	padding: 11px 52px;
	line-height: 15px;
}

section.text_desc_sec.hunting_desc h2 + p {
	margin-bottom: 20px;
}

section.text_desc_sec.hunting_desc {
	padding-top: 100px;
	padding-bottom: 50px;
}

section.listing_categories.hunting_categories {
	padding-top: 45px;
}

.view_all a.btn {
	background-color: var(--primary-color);
	border-radius: 18px 18px 18px 18px;
	padding: 11px 50px;
	border: none;
	font-size: 15px;
	line-height: 15px;
	max-width: unset;
	display: inline-flex;
	margin: 25px auto 0;
	justify-content: center;
	text-transform: capitalize;
}

.view_all {
	text-align: center;
}

section.animal_list_sec.animal_list_desc .head_text p.text-white.subheading {
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 32px;
	letter-spacing: 0px;
	word-spacing: 0em;
}

section.animal_list_sec.hunting_safaris p.text-white.text-center {
	margin-bottom: 38px !important;
}

section.listing_categories.hunting_categories .column-count-3 .slick-track, section.listing_categories.hunting_categories .column-count-2 .slick-track {
	width: 100% !important;
	transform: none !important;
}

section.listing_categories.hunting_categories .column-count-3 .slick-track .col-sm-4, section.listing_categories.hunting_categories .column-count-2 .slick-track .col-sm-4 {
	width: 33.33% !important;
}

section.animal_list_sec.hunting_full_text .col-md-12.head_desc p {
	color: #949494;
}

section.animal_list_sec.hunting_full_text .col-md-12.head_desc h2 {
	margin: 32px 0 16px;
}

section.animal_list_sec.hunting_full_text {
	padding-bottom: 10px;
}

section.animal_list_sec.hunting_full_text .container {
	max-width: 1420px;
}

section.text_desc_sec.hunting_desc .container {
	max-width: 1440px;
}

section.animal_list_sec.hunting_full_text h3.text-white {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 40px;
}

section.animal_list_sec.hunting_full_text h3:before {
	display: none;
}

section.text_desc_sec.hunting_desc h2 + p.text-grey {
	color: var(--light-grey) !important;
}

section.text_desc_sec.hunting_desc h2 + p.text-grey a {
	text-decoration: none;
}

section.hunting_safaris .head_text p.text-white.subheading {
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 32px;
	letter-spacing: 0px;
	word-spacing: 0em;
}

section.hunting_safaris h2 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.hunting_safaris .container {
	max-width: 1420px;
	padding-top: 100px;
	position: relative;
}

section.hunting_safaris {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	padding-bottom: 0;
	position: relative;
	background-size: cover;
}

section.hunting_safaris:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

section.hunting_safaris .head_text h2:before, section.book_hunt_new .container:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

section.book_hunt_new .container:before {
	width: 40px;
}

.hunting_sf .img_over {
	height: 545px;
}

.hunt_img_slider img {
	display: block;
	margin: auto;
}

section.hunt_img_slider {
	background-color: var(--black-color);
}

.hunt_img_slider .slick-prev:before, .hunt_img_slider .slick-next:before {
	display: none;
}

.hunt_img_slider .slick-prev, .hunt_img_slider .slick-next {
	font-size: 24px;
	color: #fff;
}

.hunt_img_slider .slick-next {
	right: 0;
}

.hunt_img_slider .slick-prev {
	left: 0;
}

.hunt_img_slider .slick-dots {
	position: relative;
	bottom: 0;
}

.hunt_img_slider .slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* Hunting info page css */
section.welcome_text_sec, section.top_hunting_sec, .why_choose_hunting, .expedition_section, .hunting_gallery {
	padding: 100px 0 20px;
	position: relative;
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	background-size: cover;
}

section.welcome_text_sec .container, section.top_hunting_sec .container, .faq_hunting_sec .container, .why_choose_hunting .container, .expedition_section .container, .hunting_gallery .container {
	position: relative;
	max-width: 1160px;
}

section.welcome_text_sec:before, section.top_hunting_sec:before, .why_choose_hunting:before, .expedition_section:before, .hunting_gallery:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
}

section.welcome_text_sec h2, section.top_hunting_sec h2, section.faq_hunting_sec h2, .why_choose_hunting h2.head_text, .expedition_section h2, .hunting_gallery h2, .the_press h3 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.welcome_text_sec h2 + p, .why_choose_hunting p, .expedition_section h2 + p {
	font-size: 17px;
	margin-bottom: 0;
	line-height: 32px;
}

section.welcome_text_sec h2:before, .expedition_section h2:before, .hunting_gallery h2:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

section.top_hunting_sec .desc_btm {
	padding: 35px;
}

section.top_hunting_sec {
	padding-top: 0;
}

section.top_hunting_sec .head_text h2 {
	margin-bottom: 110px;
}

section.top_hunting_sec .desc_btm h3 {
	font-size: 23px;
	line-height: 29px;
	margin-bottom: 15px;
	font-weight: 600;
}

section.top_hunting_sec .row.top_list .col-md-4, section.top_hunting_sec .row.top_list .col-md-6 {
	padding-left: 10px;
	padding-right: 10px;
}

section.top_hunting_sec .container {
	max-width: 1262px;
}

section.top_hunting_sec .row.top_list .col-md-4:hover img, section.top_hunting_sec .row.top_list .col-md-6:hover img {
	transform: scale(1.2);
}

section.top_hunting_sec .img_ct {
	min-height: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

section.top_hunting_sec .img_ct img {
	height: 100%;
	object-fit: cover;
	transition: all 1.5s;
}

section.top_hunting_sec .img_ct:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 1.5s;
	z-index: 1;
}

section.top_hunting_sec .row.top_list .col-md-4:hover .img_ct:before, section.top_hunting_sec .row.top_list .col-md-6:hover .img_ct:before {
	opacity: .4;
}

section.top_hunting_sec .row.top_list {
	gap: 60px 0;
}

section.top_hunting_sec.most_popular_hunting h2.text-orange {
	margin-bottom: 60px;
}

section.faq_hunting_sec {
	background-color: #161616;
	padding-top: 42px;
	padding-bottom: 40px;
}

section.faq_hunting_sec .accordion-item * {
	border: none !important;
	background-color: transparent;
	outline: none;
	box-shadow: none;
}

section.faq_hunting_sec .accordion-item {
	border: none;
	background: transparent;
	outline: none;
	box-shadow: none;
}

section.faq_hunting_sec .accordion-item * {
	color: #fff;
}

section.faq_hunting_sec .accordion-button {
	font-size: 25px;
	font-weight: 600;
	padding: 15px 20px;
}

section.faq_hunting_sec .accordion-button.collapsed::after {
	content: "+";
}

section.faq_hunting_sec .accordion-button::after {
	content: "";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	color: var(--primary-color);
	height: auto;
}

section.faq_hunting_sec .accordion-body {
	padding: 15px 20px;
}

section.faq_hunting_sec .accordion {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.why_choose_hunting p + h2, .why_choose_hunting h3 {
	font-size: 30px;
	margin: 20px 0 20px;
	font-weight: 600;
}

.why_choose_hunting p + h2:before, .why_choose_hunting h3:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 20px auto 20px;
}

.no_bar:before {
	display: none !important;
}

.why_choose_hunting .pd_btm {
	padding-bottom: 50px;
}

section.middle_bnr {
	position: relative;
}

.middle_bnr .btn.btn-primary {
	background-color: #f25800;
	border: none;
	border-radius: 18px 18px 18px 18px;
	padding: 11px 52px;
	line-height: 15px;
}

.middle_bnr .img_over img {
	height: 100%;
	object-fit: cover;
	object-position: 0 55%;
}

.middle_bnr .container.card-img-overlay {
	padding-top: 0;
	max-width: 1140px;
	height: max-content;
	margin: auto;
}

.middle_bnr .img_over {
	height: 722px;
}

section.middle_bnr h2.text-orange {
	margin-bottom: 20px;
	font-size: 52px;
	font-weight: 700;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 85px;
	letter-spacing: .4px;
	word-spacing: 0em;
}

.middle_bnr .img_over:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: .6;
}

section.middle_bnr p {
	font-size: 17px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 26px;
	letter-spacing: 0px;
	word-spacing: 0em;
	margin-bottom: 50px;
}

section.unique_text {
	padding: 100px 0 50px;
}

section.unique_text .container .col-md-12 h2 {
	font-size: 37px !important;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 37px;
	letter-spacing: 0px;
}

section.unique_text .head_text h2:after {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 20px auto 20px;
}

section.unique_text h3 {
	font-size: 25px;
	margin: 20px 0 16px;
}

section.faq_sec.game_hunting h2 {
	font-size: 37px;
}

section.faq_sec.game_hunting button.accordion-button {
	font-size: 16px;
	color: var(--white-color);
	font-weight: 600;
}

section.faq_sec.game_hunting * {
	border: none;
	outline: none;
	box-shadow: none;
	background: transparent !important;
}

section.faq_sec.game_hunting {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	padding-bottom: 28px;
	position: relative;
	background-size: cover;
}

section.faq_sec.game_hunting:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .55;
}

section.faq_sec.game_hunting .container {
	position: relative;
	max-width: 1160px;
}

section.faq_sec.game_hunting button.accordion-button.collapsed i.fa.fa-plus {
	display: block !important;
	margin-right: 10px;
}

section.faq_sec.game_hunting button.accordion-button i {
	color: var(--primary-color);
}

section.faq_sec.game_hunting .accordion-body p {
	margin: 0;
	color: var(--white-color);
}

section.hunting_bnr h2 {
	font-size: 21px;
	font-weight: 400;
}

.ready_hunting h2 {
	text-transform: capitalize;
}

.ready_hunting p {
	font-size: 17px;
}

.ready_hunting h2 + p {
	margin: 0 0 20px !important;
}

section.text_desc_sec.ready_hunting {
	padding: 100px 0 48px;
}

section.text_desc_sec.why_choose_africa ul + h2:before, section.text_desc_sec.why_choose_africa p + h2:before {
	display: none;
}

section.text_desc_sec.why_choose_africa ul + h2, section.text_desc_sec.why_choose_africa p + h2 {
	margin: 32px 0 16px;
}

section.text_desc_sec.why_choose_africa ul {
	text-align: left;
	font-size: 17px;
	color: #fff;
}

section.text_desc_sec.why_choose_africa p.text-white {
	margin: 0 0 16px !important;
}

section.text_desc_sec.why_choose_africa {
	padding-top: 100px;
	padding-bottom: 20px;
}

section.text_desc_sec.why_choose_africa .container {
	max-width: 1160px;
}

section.text_desc_sec.why_choose_africa ul li {
	margin-bottom: 8px;
}

section.animal_list_sec.hunting_type_sec {
	padding-bottom: 10px;
}

section.text_desc_sec.ready_hunting .container {
	max-width: 1140px;
}

section.budget_hunting p, section.budget_hunting ul li {
	color: #fff;
}

section.budget_hunting .container .col-md-12 h2, section.budget_hunting .container .col-md-12 h3, section.budget_hunting .container .col-md-12 h4 {
	font-size: 37px !important;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 37px;
	letter-spacing: 0px;
}

section.hunting_info_sec.budget_hunting .container {
	padding-bottom: 0;
}

section.budget_hunting p:last-child {
	margin: 0;
}

section.faq_hunting_sec .accordion-item h4.accordion-header button {
	font-size: 21px !important;
}

section.top_hunting_sec.lodge_list_Sec {
	padding-top: 60px;
}

section.faq_hunting_sec.common_sec .accordion-header button {
	font-size: 16px;
}

.faq_btmline {
	margin-top: 50px;
}

.faq_btmline h2 {
	font-size: 28px !important;
	line-height: 28px !important;
	margin-bottom: 0 !important;
}

section.why_choose_hunting h2.text-white.text-center {
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 40px;
}

h2.text-orange.lg_text + h2:after {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 20px auto 20px;
}

h2.text-orange.lg_text {
	font-size: 37px;
	margin-bottom: 20px;
}

section.why_choose_hunting.lodge_text p:last-child {
	margin: 0;
}

section.why_choose_hunting.lodge_text p {
	margin: 0 0 40px;
}

section.middle_bnr h3.text-orange {
	font-size: 52px;
	line-height: 85px;
	text-transform: capitalize;
	font-weight: 700;
}

section.why_choose_hunting.safari_cost_text {
	padding: 140px 0 50px;
}

section.why_choose_hunting.safari_cost_text h2 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.why_choose_hunting.safari_cost_text h2:before {
	display: none;
}

section.why_choose_hunting.safari_cost_text h2.head_text:after {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 20px auto 20px;
}

section.hunting_bnr h2 + a {
	margin-top: 30px;
}

section.why_choose_hunting.legacy_text h2.head_text.text-orange {
	font-size: 52px;
	line-height: 85px;
	text-transform: capitalize;
}

section.why_choose_hunting.legacy_text p {
	margin: 0 0 40px;
}

section.why_choose_hunting.legacy_text {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.fem-vincken-4x4xv7GtKGw-unsplash-scaled.jpg");
	padding-top: 50px;
}

.why_choose_hunting.legacy_text:before {
	opacity: .8;
}

section.why_choose_hunting.ethical_hunt_text p {
	margin-bottom: 40px;
}

section.why_choose_hunting.ethical_hunt_text .head_text:before {
	display: none;
}

section.why_choose_hunting.ethical_hunt_text {
	padding-top: 50px;
}

section.welcome_text_sec.conservative_hunting {
	padding-bottom: 50px;
}

.hunting_animals_slider img {
	height: 400px;
	object-fit: cover;
	width: 50%;
}

section.hunt_img_slider .container {
	max-width: 1160px;
}

section.middle_bnr.bg_bnr:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .8;
}

section.middle_bnr.bg_bnr {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.Leopards-are-cunning-elusive-and-a-sought-after-African-big-5-trophy.jpg");
	background-size: cover;
	padding: 50px 0;
	position: relative;
}

section.middle_bnr.bg_bnr .container {
	position: relative;
}

section.middle_bnr.bg_bnr h3 {
	font-size: 27px;
	margin: 0 0 30px;
	line-height: 37px;
}

section.middle_bnr.bg_bnr p {
	margin-bottom: 30px !important;
}

section.middle_bnr.bg_bnr h2.text-orange:after {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 10px auto 20px;
}

/* Shot Placement Css */
section.shot_placement_bnr .container.card-img-overlay h1.text-orange {
	font-size: 50px;
}

section.shot_placement_bnr .container.card-img-overlay {
	max-width: 1030px;
}

section.hunting_info_sec table td {
	padding: .5rem .75rem;
}

section.hunting_info_sec table td:first-child {
	padding-left: 0px;
}

section.hunting_info_sec table {
	margin-bottom: 32px;
}

section.shot_placement_list .col-12.col-sm-6.col-lg-6 {
	padding: 10px;
}

section.shot_placement_list .container {
	max-width: 1160px;
}

section.shot_placement_list .card-img-overlay {
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

section.shot_placement_list h2.card-title {
	font-size: 39px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 15px !important;
	transition: all 1s;
}

section.shot_placement_list h2.card-title:before {
	display: none;
}

section.shot_placement_list .card-img-overlay span {
	font-weight: 500;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	border: 2px solid #fff;
	padding: 12px 24px;
	font-size: 15px;
	line-height: 15px;
	transition: all 1s;
}

section.shot_placement_list .col-lg-6:hover .card-img-overlay * {
	transform: scale(.85);
}

section.shot_placement_list .col-lg-6:hover img {
	transform: scale(1.5);
}

section.shot_placement_list .head_text h2 {
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 40px;
}

section.categories_sec.shot_placement_list {
	padding: 100px 0 40px;
}

section.shot_info_text .container {
	padding-top: 0;
}

section.shot_info_text {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	position: relative;
}

section.shot_info_text .container {
	position: relative;
}

section.shot_info_text:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .6;
}

section.choose_shot_sec {
	padding-bottom: 50px;
}

section.book_hunt_new {
	background-image: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.anchor-lee-kO1G3neRA2o-unsplash-scaled-e1701950851953.jpg");
	background-size: cover;
	padding: 100px 0 100px;
}

section.book_hunt_new.nitro-lazy {
	background-image: none !important;
}

section.book_hunt_new h3 {
	margin-bottom: 16px;
	font-size: 25px;
	line-height: 46px;
}

section.book_hunt_new a img {
	height: 135px;
}

section.book_hunt_new a.btn.btn-primary {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	background-color: #f76400;
	border-radius: 18px 18px 18px 18px;
	padding: 11px 50px;
	font-size: 15px;
	line-height: 15px;
	border: none;
}

section.book_hunt_new .col-md-4:last-child a.btn.btn-primary, section.book_hunt_new .col-md-4:first-child a.btn.btn-primary {
	background-color: #161616;
}

section.book_hunt_new a.text-orange {
	text-decoration: none;
}

section.book_hunt_new p {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	max-width: 450px;
	margin: 0 auto 40px;
	min-height: 40px;
}

section.book_hunt_new .container {
	max-width: 1160px;
}

section.book_hunt_new .col-md-4 {
	border-right: 1px solid #000;
}

section.book_hunt_new .col-md-4:last-child {
	border-right: none;
}

section.book_hunt_new img {
	height: 77px;
}

section.book_hunt_new .col-md-4 {
	border-right: 1px solid #000;
	padding: 10px 62px;
}

section.hunting_bnr.shot_bnr h1.text-orange {
	font-size: 45px;
}

section.shot_slider_sec .row.justify-content-center, section.shot_slider_sec .row.justify-content-start {
	gap: 20px 0;
}

section.hunting_bnr.shot_bnr .container {
	max-width: 1020px;
}

section.shot_placement_text .container {
	max-width: 1140px;
}

section.shot_placement_text .container p {
	margin: 0 0 16px !important;
	line-height: 32px;
	font-size: 17px;
}

section.shot_placement_text {
	padding: 75px 0 59px;
}

section.single_shot_bnr h1.text-orange {
	font-size: 45px;
	margin: 0;
}

.single_shot_bnr .img_over {
	height: 300px;
}

/* Zambia hunting css */
section.thrill_hunting_sec .head_text h2 {
	font-size: 37px;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 60px;
}

section.thrill_hunting_sec .head_text h2:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

section.thrill_hunting_sec {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	padding-top: 100px;
	padding-bottom: 20px;
	position: relative;
}

section.thrill_hunting_sec:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

section.thrill_hunting_sec .container {
	position: relative;
}

section.thrill_hunting_sec .card-img-overlay {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	background-color: rgba(0, 0, 0, 0);
	transition: all 1.5s;
	flex-direction: column;
	padding: 0 20px 20px;
}

section.thrill_hunting_sec .card-img-overlay:hover {
	background-color: rgba(0, 0, 0, .3);
}

section.thrill_hunting_sec .card-img-overlay h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	color: #fff;
}

section.thrill_hunting_sec .img_cont {
	height: 230px;
}

section.thrill_hunting_sec .img_cont img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 1.5s;
}

.thrill_hunt_col {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.thrill_hunt_col:hover img {
	transform: scale(1.2);
}

section.thrill_hunting_sec .card-img-overlay div {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}

section.thrill_hunting_sec .container {
	max-width: 1570px;
}

section.thrill_hunting_sec .col-md-8 .info_text {
	padding-left: 30px;
	font-size: 17px;
	line-height: 32px;
}

.thrill_hunt_col:last-child {
	margin: 0;
}

section.text_desc_sec.more_info {
	padding: 100px 0 50px;
	background: var(--black-color) !important;
}

section.text_desc_sec.more_info a {
	color: var(--primary-color);
	text-decoration: none;
}

section.text_desc_sec.more_info p {
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 32px;
}

section.text_desc_sec.more_info p:last-child {
	margin-bottom: 0;
}

section.text_desc_sec.more_info .container {
	max-width: 1164px;
}

/* Dangerous Game Internal Css */
section.hunting_bnr.danger_game_bnr h1.text-orange {
	font-size: 50px;
}

section.hunting_bnr.danger_game_bnr .container {
	max-width: 1020px;
}

section.glance_sec, section.hunting_usp_sec, .event_list_sec, .event_details, .register_hunting_sec {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	padding-top: 50px;
	padding-bottom: 70px;
	position: relative;
	background-size: cover;
}

section.glance_sec:before, section.hunting_usp_sec:before, .event_list_sec:before, .events_banner:before, .event_details:before, .register_hunting_sec:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
}

section.hunting_usp_sec {
	padding-top: 120px;
	padding-bottom: 120px;
}

.glance_info h2 {
	font-size: 31px;
	font-weight: 700;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 85px;
	margin: 0;
}

.glance_info.text-white {
	background-color: #252525;
	padding-left: 44px;
	border-radius: 20px;
	height: 100%;
}

.glance_desc.text-white {
	padding-right: 43px;
	padding-bottom: 20px;
}

section.glance_sec .container {
	max-width: 1290px;
}

section.glance_sec .container .glance_desc p {
	font-size: 15px;
	line-height: 24px;
}

section.glance_sec .container:before {
	content: "";
	display: block;
	width: 103px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 50px;
}

section.danger_game_text .col-md-12 p {
	margin: 0;
	font-size: 16px;
}

section.danger_game_text {
	padding-top: 100px;
	padding-bottom: 28px;
}

section.glance_sec .col-md-4 {
	padding-right: 0;
}

section.hunting_usp_sec h3 {
	font-size: 26px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 52px;
}

section.hunting_usp_sec .container {
	max-width: 1550px;
}

section.hunting_usp_sec .container p {
	font-size: 14px;
	margin: 0;
}

section.hunting_usp_sec .row .col-md-6:nth-child(odd) {
	padding-right: 35px;
}

section.hunting_usp_sec .container {
	max-width: 1550px;
}

section.hunting_usp_sec .container p {
	font-size: 14px;
}

section.hunting_usp_sec .row .col-md-6:nth-child(even) {
	padding-left: 35px;
}

section.hunting_usp_sec .row {
	gap: 70px 0;
}

section.shot_slider_sec.full_width_slider:has(.head_text) {
	padding-bottom: 133px;
	padding-top: 122px;
}

section.shot_slider_sec.full_width_slider:has(.head_text) h2 {
	margin-bottom: 25px;
	font-size: 37px;
}

section.shot_slider_sec.full_width_slider h2:before {
	display: none;
}

section.shot_slider_sec.full_width_slider:has(.head_text) .container {
	max-width: 800px;
}

section.shot_slider_sec.full_width_slider:has(.head_text) .shot_slider_image_container {
	height: 470px;
}

section.shot_slider_sec.full_width_slider:has(.head_text) .col-md-12.head_text + .col-md-12 {
	max-width: 744px;
	margin: auto;
}

section.shot_slider_sec.full_width_slider:has(.head_text) .container {
	max-width: 100%;
}

section.expedition_section .card-body a.btn {
	padding: 10px 20px;
	background-color: var(--primary-color);
	color: white;
	font-size: 14px;
	border-radius: 5px;
	text-decoration: none;
	margin-top: 10px;
	line-height: 1.5;
	border: none;
}

section.expedition_section h3.card-title.text-orange {
	margin: 10px 0;
	font-weight: 700;
	font-size: 19px;
}

.expedition_section .container {
	max-width: 100%;
	padding: 0 30px;
}

.expedition_section .slick-slide img {
	display: block;
	border-radius: 8px;
}

.expedition_section .slick-slide {
	padding: 0 20px;
}

.expedition_section button.slick-arrow {
	width: 44px;
	height: 44px;
	background: hsla(0, 0%, 100%, .75) !important;
	border-radius: 50px;
	top: 32%;
}

.expedition_section button.slick-arrow:hover {
	background: hsla(0, 0%, 100%, 1) !important;
}

.expedition_section button.slick-arrow:before {
	display: none;
}

.expedition_section button.slick-next.slick-arrow {
	right: 0px;
}

.expedition_section button.slick-prev.slick-arrow {
	left: 0px;
	z-index: 2;
}

.expedition_section button.slick-arrow i {
	font-size: 24px;
	color: #000;
}

.hunting_gallery {
	padding: 100px 40px 40px;
}

/* Masonary Grid */
#gallery a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	opacity: 0;
	transition: opacity .3s;
}

#gallery a:hover::after {
	opacity: 1;
}

#gallery img {
	width: 100%;
	height: auto;
	display: block;
}

.hunting_gallery h2 {
	text-transform: uppercase;
}

section.expedition_banner {
	background-image: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.martin-sanchez-iWEu1h9jRkI-unsplash-scaled-1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 100px 50px 100px 90px;
	background-attachment: fixed;
}

section.expedition_banner.nitro-lazy {
	background-image: none !important;
}

section.expedition_banner .container {
	max-width: 100%;
	position: relative;
}

section.expedition_banner .container > .row > .col-md-6 {
	padding: 30px;
}

section.expedition_banner:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #f5f7fa;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .9;
}

section.expedition_banner .tex_in h2 {
	font-size: 2.5rem;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.0666em;
	margin-bottom: 20px;
}

section.expedition_banner ul.list-group li {
	font-size: 24px;
	font-weight: 400;
	background-color: transparent;
	border: none;
	padding-left: 0;
}

section.expedition_banner ul.list-group {
	background-color: transparent;
}

section.expedition_banner ul.list-group svg {
	width: 28px;
	height: 28px;
	fill: var(--primary-color);
}

section.expedition_banner img {
	border-radius: 15px;
}

section.expedition_banner div#lightgallery .col-md-6 {
	padding: 2px;
}

section.expedition_banner img:hover {
	opacity: .75;
}

section.text_desc_sec.about_exhibition h2 + p {
	margin-bottom: 20px;
}

section.text_desc_sec.about_exhibition p {
	line-height: 32px;
}

section.text_desc_sec.about_exhibition {
	padding: 100px 0 50px;
}

section.expedition_section .slick-dots li button:before {
	font-size: 12px;
	line-height: 20px;
	opacity: .55;
	color: #f76400;
}

section.expedition_section .slick-dots li.slick-active button:before {
	opacity: 1;
	color: var(--primary-color);
}

section.expedition_section {
	padding-bottom: 50px;
}

section.expedition_section ul.slick-dots {
	bottom: -70px;
}

section.heading_only h1 {
	margin: 20px 0;
	font-size: 36px;
	line-height: 36px;
}

/* Events */
section.hunting_bnr.annual_exhibition h1 {
	font-size: 35px;
}

section.hunting_bnr.annual_exhibition .container.card-img-overlay {
	max-width: 1110px;
}

.event_list_sec .container {
	position: relative;
	max-width: 100%;
}

.event_list_sec .row.event_list .col-md-12 {
	border: 3px solid #fff;
	padding: 20px;
	border-radius: 15px;
	background: #000;
}

.event_list_sec .row.event_list h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.event_list_sec .row.event_list p {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.event_list_sec a.btn.btn-primary, section.events_banner a.btn.btn-primary {
	border-radius: 18px 18px 18px 18px;
	padding: 11px 50px;
	font-size: 15px;
	line-height: 15px;
	background: var(--primary-color);
	border: none;
}

.event_list_sec .row.event_list {
	gap: 20px;
}

section.event_list_sec .head_text h2:before, .event_details h2:before {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 20px;
}

section.event_list_sec .col-md-12.head_text h2 {
	font-size: 37px;
	font-weight: 800;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	line-height: 1em;
	margin-bottom: 20px;
}

section.event_list_sec {
	padding: 70px;
}

.events_banner {
	background-image: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.jura-bakx-ZD_qL9dmODk-unsplash-scaled-1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
	background-attachment: fixed;
}

.events_banner.nitro-lazy {
	background-image: none !important;
}

section.events_banner .col-md-6 {
	padding: 20px;
}

section.events_banner .container {
	max-width: 1120px;
}

.events_banner:before {
	opacity: .8;
}

section.events_banner .tex_in h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.event_details h2:before {
	margin-left: 0;
}

section.event_details h2 {
	font-size: 37px;
	font-weight: 800;
	text-transform: capitalize;
	margin-bottom: 20px;
}

section.event_details ul.list-unstyled {
	margin: 0;
}

section.event_details ul.list-unstyled li {
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 10px;
}

section.event_details {
	padding: 50px 50px 50px;
}

section.event_details .container {
	max-width: 100%;
}

section.outfitter_banner .container-fluid {
	padding: 0;
	position: relative;
}

section.outfitter_banner .img_bnr img {
	height: 550px;
	object-fit: cover;
}

section.outfitter_banner .card-img-overlay {
	display: flex;
	align-items: center;
}

section.outfitter_banner .col-md-7 h1 {
	font-size: 48px;
	font-weight: 700;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 50px;
	letter-spacing: .4px;
	margin-bottom: 20px;
}

section.outfitter_banner .btn {
	font-size: 18px;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	background-color: #f76400;
	border-radius: 18px 18px 18px 18px;
	padding: 10px;
	border: none;
	line-height: 23px;
}

section.outfitter_banner p {
	font-size: 18px;
	font-weight: 400;
	max-width: 620px;
}

section.outfitter_banner .container {
	max-width: 1160px;
}

section.outfitter_banner .col-md-7 p:last-child {
	margin: 0;
}

section.outfitter_banner a.btn.btn-primary {
	position: absolute;
	width: 100%;
	bottom: 0;
	max-width: 384px;
	left: 0;
	right: 0;
}

section.register_hunting_sec .col-md-1 {
	padding: 0;
}

section.register_hunting_sec {
	padding: 70px 0 50px;
}

section.register_hunting_sec .container {
	max-width: 1140px;
}

section.register_hunting_sec h2 {
	margin-bottom: 44px;
	font-size: 37px;
	font-weight: 700;
	letter-spacing: 1.7px;
}

section.register_hunting_sec .col-md-11 h3 {
	font-size: 25px;
	margin-bottom: 3px;
}

section.register_hunting_sec p {
	max-width: 488px;
}

section.register_hunting_sec h2:after {
	content: "";
	display: block;
	width: 45px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 20px auto 0;
}

section.register_hunting_sec .col-md-6 {
	padding-left: 18px;
}

section.join_community_sec {
	padding: 110px 0 90px;
	background-color: #1f1f1f;
}

section.join_community_sec .container {
	max-width: 1140px;
}

.register_text {
	padding: 44px 0 40px;
	border: 2px solid #f76400;
	border-radius: 22px 22px 22px 22px;
}

.register_text a.btn, section#contactForm a.btn.btn-primary {
	padding: 15px 50px;
	background-color: #f76400;
	border-radius: 22px 22px 22px 22px;
	font-size: 15px;
	line-height: 15px;
	border: none;
	margin-top: 20px;
}

.register_text h3 {
	margin: 20px 0 33px;
	font-size: 31px;
}

section.join_community_sec .tex_in h3 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 50px;
}

section.join_community_sec .container p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -.1px;
}

/* Outfitter Banner */
.registration_bnr .container h1 {
	font-size: 36px !important;
}

.registration_bnr .img_over:before {
	opacity: .85;
}

section.registration_form .container {
	max-width: 674px;
}

section.registration_form {
	padding: 80px 0;
}

section.registration_form h2 {
	font-size: 31px;
	font-weight: 700;
	text-align: center;
}

section.registration_form .form-control {
	height: 40px;
	padding: 7px 0;
	border: none;
	border-bottom: 1px solid rgba(7, 36, 86, .075);
	border-radius: 0;
}

section.host_banner .container h1 {
	font-size: 50px !important;
	font-weight: 700;
	letter-spacing: .4px;
	margin-bottom: 10px !important;
	line-height: 62px;
}

section.host_banner .container p.text-white {
	max-width: 750px;
	margin: 0 auto 20px;
	font-size: 20px;
	line-height: 38px;
}

.host_banner .btn.btn-primary {
	font-size: 18px;
	line-height: 18px;
	height: 55px;
	padding: 18px 36px;
	border-radius: 50px;
}

.host_banner .img_over:before {
	opacity: .7;
}

.host_banner .img_over {
	height: 500px;
}

.host_banner .container.card-img-overlay {
	padding-top: 150px;
}

.host_about_sec h2.section_title {
	font-size: 45px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: .4px;
	word-spacing: 0em;
	margin-bottom: 10px;
}

.host_about_sec p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

.species_data img {
	width: 20px;
	height: 20px;
}

.species_data p {
	font-size: 16px;
	margin: 0 0 0 5px;
}

section.host_about_sec .container {
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1200px;
}

section.host_about_sec .col-lg-3.bg-dark {
	padding: 20px;
	width: 100%;
	background-color: #000;
}

section.host_about_sec .col-lg-3 h2.section_title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .4px;
	margin-bottom: 10px;
}

section.host_about_sec .col-lg-3 ul li {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
}

section.host_about_sec ul li:before {
	content: "✓";
	padding-right: 10px;
	font-size: 20px;
	color: var(--primary-color);
}

section.host_about_sec .col-lg-9 {
	padding-right: 30px;
	width: 100%;
}

section.host_about_sec .container > .row {
	display: grid;
	grid-template-columns: 70% 30%;
	align-items: flex-start;
}

section.host_about_sec .btn-primary {
	font-size: 18px;
	font-weight: 500;
	border-radius: 50px;
	background: var(--primary-color);
	padding: 15px 30px;
	border: none;
	margin-top: 14px;
	width: 100%;
	max-width: 223px;
}

section.host_about_sec h3.section_subtitle {
	font-size: 25px;
	margin-bottom: 16px;
}

section.host_about_sec .container:before {
	content: "";
	display: block;
	width: 70px;
	height: 7px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 0 auto 30px;
}

div#gallery_section p {
	font-size: 20px;
	font-weight: 500;
}

div#gallery_section p i {
	color: var(--primary-color);
	margin-right: 10px;
}

div#gallery_section .container {
	max-width: 1200px;
	padding-top: 50px;
}

section.registration_form .btn.btn-primary {
	box-shadow: rgba(242, 88, 0, .35) 0px 5px 21px;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	border-radius: 50px;
	height: 51px;
	background: var(--primary-color);
	border: none;
	margin: 32px 0 20px !important;
}

section.registration_form .container.footer_cont {
	max-width: 1160px;
}

section.registration_form .footer-text p {
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 30px;
}

section.registration_form .container:has(form) {
	margin-bottom: 40px;
}

section.registration_form .btn.btn-primary + p {
	color: #9c9c9c !important;
	font-size: 18px;
}

section.registration_form .btn.btn-primary + p a {
	color: #000;
	text-decoration: none;
}

section.registration_form label {
	font-size: 11px;
	color: #9c9c9c;
	letter-spacing: 1px;
}

section.registration_form label.form-check-label.small {
	font-size: 14px;
	letter-spacing: 0;
}

.gallery_images {
	padding: 0 5px;
}

.gallery_images .col-md-3 {
	padding: 5px 5px;
}

#contactModal .modal-body {
	border-radius: 20px;
	padding: 30px 20px;
}

#contactModal .modal-dialog.modal-dialog-centered {
	width: 100%;
	max-width: 571px;
}

#contactModal .modal-content {
	border-radius: 20px;
}

#contactModal button.btn-close-custom {
	width: 26px;
	height: 26px;
	border-radius: 50px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	background-color: #f25800;
	color: #fff;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -10px;
	top: -10px;
}

#contactModal .modal-body form input {
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 100%;
	padding: 10px 12px;
}

#contactModal button.btn.btn-submit {
	line-height: 18px;
	padding: 10px 36px;
	border-radius: 50px;
	width: 100%;
	max-width: 200px;
	box-shadow: rgba(242, 88, 0, .35) 0px 5px 21px;
	border-radius: 10px;
	font-size: 15px;
	color: #fff;
	background: var(--primary-color);
}

section.vendors_sec {
	background-color: #181818;
}

.hp_vendor__image {
	max-width: 150px;
	margin: auto;
	overflow: hidden;
	height: 150px;
}

.hp_vendor__image img {
	height: 100%;
	width: 100%;
	border-radius: 50% !important;
}

article.hp_vendor__view_block {
	background: #fff;
	padding: 64px 32px 0;
	box-shadow: 0 5px 30px rgba(7, 36, 86, .075);
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	transition: all .4s;
}

.hp_vendor__div h2 {
	font-size: 30px;
	margin-bottom: 16px;
}

time.hp_vendor__date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: rgba(15, 23, 39, .45);
}

section.vendors_sec .row .col-sm-4.col-xs-12 {
	margin-bottom: 24px;
}

h4.hp_vendor__name {
	margin: 20px 0 8px;
}

h4.hp_vendor__name a {
	color: #000;
	text-decoration: none;
	font-size: 21px;
	line-height: normal;
}

.hp_vendor__details a {
	background: var(--primary-color);
	color: #000;
	padding: 10px 16px;
	position: relative;
	border-radius: 20px;
	display: block;
	text-decoration: none;
	max-width: 128px;
	margin: 20px auto;
	font-size: 16px;
	line-height: 20px;
	border: none;
}

.hp_vendor__location i {
	font-size: 24px;
	color: var(--primary-color);
	margin-right: 8px;
}

.hp_vendor__location span {
	color: #9c9c9c;
	font-size: 16px;
}

.hp_vendor__location {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
}

.hp_vendor__attributes {
	padding: 1rem 0;
	margin: 0;
	border-top: 1px solid rgba(7, 36, 86, .075);
}

.hp_listing_count {
	font-size: 18px;
	font-weight: 500;
}

section.vendors_sec .row .col-sm-4.col-xs-12 {
	margin-bottom: 32px;
	padding: 0 16px;
}

section.vendors_sec .row .col-sm-4.col-xs-12:hover article.hp_vendor__view_block {
	margin-top: -20px;
}

.result_count {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	margin-bottom: 32px;
}

section.vendors_sec .container {
	max-width: 1280px;
	padding-top: 100px;
}

.filter_btn {
	height: 51px;
	font-size: 18px;
	background-color: var(--primary-color);
	border: none;
	color: #fff;
	line-height: 18px;
	width: 100%;
	border-radius: 50px;
	font-weight: 500;
}

section.vendors_sec .col-md-4 {
	padding-right: 40px;
}

.custom_pagination .page-item.disabled .page-link {
	color: #666;
	pointer-events: none;
	background-color: transparent;
}

.pagination.custom_pagination li.active a {
	background-color: white;
	color: var(--primary-color);
	font-weight: bold;
	border-radius: 50%;
}

.pagination.custom_pagination {
	justify-content: center;
}

.pagination.custom_pagination li a {
	background-color: transparent;
	color: #aaa;
	border: none;
	padding: .5rem .75rem;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
	text-decoration: none;
}

/* new css 04-06-2025 */
.boldgrid-section .container:before {
	display: none !important;
}

.boldgrid-section .container {
	padding: 0 !important;
}

.boldgrid-section .container .row {
	display: flex !important;
}

/* new css 6/6/2025 */
section.view_hunt_sec .btn.btn-warning {
	padding: 5px 20px;
	background: var(--primary-color);
	border: none;
}

section.view_hunt_sec .container > .row {
	align-items: flex-start;
}

section.view_hunt_top .custom_attribute {
	padding: 40px 0 30px;
}

.custom_hunt_location {
	background: #ecc88d;
	padding: 8px 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}

div#custom_hunt_id {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	min-width: 100px;
}

section.view_hunt_top h1.listing__title {
	font-size: 48px;
	line-height: normal;
	font-weight: 500;
	margin-bottom: 20px;
}

section.view_hunt_top .listing__location {
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #9c9c9c;
	gap: 10px;
	margin-bottom: 32px;
	font-size: 24px;
}

.listing__location i {
	color: var(--primary-color);
}

.favourite_text a {
	font-size: 16px;
	color: #9c9c9c !important;
}

.favourite_text a i {
	font-size: 24px;
	color: rgba(7, 36, 86, .25) !important;
	margin-right: 10px !important;
}

.huting_tab span {
	padding: 1rem;
	margin: 0;
	position: relative;
}

.huting_tab span.text-muted {
	color: #9c9c9c !important;
	line-height: 24px;
}

.huting_tab span.text-orange:before {
	height: 4px;
	border-top-right-radius: 9999px;
	border-top-left-radius: 9999px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	background-color: #f25800;
	content: "";
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
}

.row.images_slider .col-12 {
	padding: 32px 16px;
}

section.hunt_images_slider .slick-next {
	right: 70px;
}

section.hunt_images_slider .slick-prev {
	left: 70px;
}

section.hunt_images_slider button.slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(7, 36, 86, .35);
	box-shadow: 0 5px 30px rgba(7, 36, 86, .125);
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	font-size: 0;
	transition: color .25s;
	position: absolute;
	z-index: 2;
	top: 58%;
	width: 3rem;
	height: 3rem;
	margin-top: -1.5rem;
}

section.hunt_images_slider .slick-prev:before, section.hunt_images_slider .slick-next:before {
	display: none;
}

section.hunt_images_slider .slick-prev, section.hunt_images_slider .slick-next {
	font-size: 24px !important;
	color: #fff;
}

section.hunt_images_slider .slick-slide img {
	display: block;
	border-radius: 10px;
	aspect-ratio: 1;
	object-fit: cover;
}

section.hunt_images_slider .container-fluid {
	padding: 0;
}

section.view_hunt_sec {
	margin-top: 16px;
}

section.view_hunt_sec .boldgrid-section p {
	font-size: 16px;
	line-height: 30px;
}

section.view_hunt_sec .boldgrid-section h2 {
	font-size: 30px;
	margin: 32px 0 16px;
}

section.view_hunt_sec .boldgrid-section p a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

section.view_hunt_sec .listing__attribute {
	margin-bottom: 8px;
	font-size: 16px;
	color: #9c9c9c;
}

section.view_hunt_sec .listing__attribute strong {
	color: #000;
}

.listing__attribute i {
	font-size: 15px;
	color: rgba(7, 36, 86, .25) !important;
	margin-right: 4px;
}

section.view_hunt_sec .boldgrid-section h1 {
	font-size: 36px !important;
	line-height: 45px;
	font-weight: 500 !important;
	margin: 32px 0 16px;
}

section.view_hunt_sec .boldgrid-section h4 {
	font-size: 21px;
	margin: 32px 0 16px;
}

section.view_hunt_sec .col-md-4.position-sticky .bg-black {
	padding: 10px 15px !important;
}

section.view_hunt_sec .col-md-4.position-sticky ul.list-unstyled {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 10px;
	width: 100% !important;
}

section.view_hunt_sec .col-md-4.position-sticky li:before {
	content: "✓";
	color: #f76400;
	padding-right: 10px;
	font-size: 20px;
}

section.view_hunt_sec .col-md-4.position-sticky ul.list-unstyled li {
	font-size: 12px;
	line-height: 22px;
}

section.view_hunt_sec .col-md-4.position-sticky label.form-label {
	font-size: 18px;
	margin: 0;
}

section.view_hunt_sec .col-md-4.position-sticky label.form-label + .input-group + small {
	font-size: 12px !important;
}

.section.custom_affiliated {
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 80px;
	border-radius: 15px;
	background-color: #000 !important;
}

section.view_hunt_sec .boldgrid-section .section.custom_affiliated h2 {
	margin: 0 0 28px;
	padding-top: 16px;
}

section.view_hunt_sec .boldgrid-section .section.custom_affiliated h2.section-title:before, .location_sec h2:before, section.contact_form_sec h3:before {
	position: relative;
	top: 0;
	left: 0;
	height: 5px;
	width: 50px;
	display: block;
	content: "";
	background-color: #ef5f00;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	border-radius: 9999px;
	margin-bottom: 16px;
}

section.view_hunt_sec .boldgrid-section .section.custom_affiliated a.btn.btn-warning.view_btn {
	font-weight: 500;
	color: #fff !important;
	border-radius: 18px 18px 18px 18px;
	padding: 7px 15px;
}

section.more_outfitter_hunts {
	background: transparent !important;
}

section.more_outfitter_hunts:before {
	display: none;
}

section.more_outfitter_hunts .container.position-relative {
	max-width: 1280px;
}

section.more_outfitter_hunts article.listing-card {
	box-shadow: 0 5px 10px rgba(7, 36, 86, .075);
}

section.more_outfitter_hunts h2 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 6px;
}

section.more_outfitter_hunts h2:before {
	width: 50px;
	height: 5px;
	margin: 0 auto 16px;
	margin-left: 0;
}

section.more_outfitter_hunts .attribute-item.text-orange {
	font-size: 18px !important;
}

section.more_outfitter_hunts button.slick-prev.slick-arrow {
	left: -10px;
}

section.more_outfitter_hunts button.slick-next.slick-arrow {
	right: -10px;
}

section.more_outfitter_hunts {
	padding: 94px 0 30px !important;
}

section.recent_viewed.more_outfitter_hunts {
	padding: 0 0 30px !important;
}

section.view_hunt_sec .container {
	max-width: 1280px;
}

.location_sec iframe {
	width: 100%;
	height: 360px;
}

section.view_hunt_sec .input-group span {
	position: absolute;
	right: 0;
	height: 100%;
	background: transparent !important;
	border: none;
}

section.view_hunt_sec .input-group span * {
	color: #fff !important;
}

section.view_hunt_sec input.form-control.rounded {
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
	padding: 8px 15px;
	background: transparent;
}

.about_outfitter h5.fw-bold {
	font-size: 24px;
	margin: 0 0 5px;
	color: #000 !important;
}

.about_outfitter img {
	width: 100px;
	height: 100px;
}

.about_outfitter h6.fw-bold {
	max-width: 280px;
	font-size: 21px;
	margin: 0 auto 8px;
}

.about_outfitter .text-muted.small + .small {
	color: rgba(15, 23, 39, .45);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px !important;
}

.about_outfitter .text-muted.small {
	font-size: 16px;
	color: #9c9c9c !important;
}

.about_outfitter .text-muted.small i {
	font-size: 16px;
	color: var(--primary-color);
}

section.view_hunt_sec .col-md-4 .btn.btn-warning {
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000 !important;
	font-weight: 500 !important;
	padding: 10px 30px;
}

section.view_hunt_sec .col-md-4 .btn.btn-warning + div.text-orange {
	text-align: left;
	font-size: 18px;
	font-weight: 500 !important;
	border-top: 1px solid rgba(7, 36, 86, .075);
	line-height: 27px;
	padding-top: 5px;
}

section.view_hunt_sec .boldgrid-section .location_sec h2 {
	margin: 0 0 28px;
}

div#contactSafaris .modal-dialog.modal-lg {
	max-width: 450px;
}

div#contactSafaris .modal-dialog.modal-lg label.form-label {
	letter-spacing: 1px;
	font-size: 11px;
	color: #9c9c9c;
	font-weight: 400 !important;
	margin: 0;
}

div#contactSafaris .modal-dialog.modal-lg input.form-control {
	border: none;
	border-bottom: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: 0;
	height: 50px;
}

div#contactSafaris .modal-header h5 {
	font-size: 25px;
	font-weight: 500 !important;
}

div#contactSafaris .modal-header.border-0 {
	padding: 40px 40px 0;
}

div#contactSafaris .modal-body.px-4.pb-4 {
	padding: 20px 40px 16px !important;
}

div#contactSafaris p.text-muted.small {
	color: #9c9c9c;
	font-size: 11px;
	line-height: 42px;
	border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}

div#contactSafaris button.btn.text-white.fw-semibold {
	font-weight: 500;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	background-color: var(--primary-color);
	height: 51px;
	border-radius: 50px;
	font-weight: 500 !important;
}

.pagination.custom_pagination {
	margin-top: 30px;
}

div#gallery_section img {
	aspect-ratio: 4/3;
	object-fit: cover;
}

section#hunt_list .listing-card__image img {
	aspect-ratio: 4/3;
	object-fit: cover;
}

.more_outfitter_hunts .listing-card__image img {
	aspect-ratio: 4/3;
	border-radius: 15px;
	object-fit: cover;
}

.more_outfitter_hunts .column-count-1 .slick-track {
	margin: 0;
}

.more_outfitter_hunts article.listing-card {
	margin-bottom: 10px;
}

span.selection {
	position: relative;
	overflow: hidden;
	display: block;
}

.float_right {
	float: right;
	padding-left: 20px;
}

.float_left {
	float: left;
	padding-right: 20px;
}

.location_sec #map {
	height: 360px !important;
	border-radius: 10px;
}

p:has(.alignright), h2:has(.alignright) {
	float: right;
	padding-left: 30px;
}

p:has(.alignleft), h2:has(.alignleft) {
	float: left;
	padding-right: 30px;
}

.boldgrid-section table.bg-table thead tr th {
	background-color: #f60 !important;
	height: 62.9px;
}

.boldgrid-section .bg-table.table {
	border-collapse: collapse;
	border-spacing: 0;
	width: unset;
}

.boldgrid-section .bg-table.table td, .boldgrid-section .bg-table.table th {
	border-color: #ddd;
}

.boldgrid-section .bg-table.table > thead:first-child > tr:first-child > th {
	border-top-color: #ddd;
}

.boldgrid-section .bg-table.table-bordered {
	border: none;
}

.boldgrid-section .bg-table.table-bordered > thead:first-child > tr:first-child > th {
	border-top: 1px solid #ddd;
}

.boldgrid-section .bg-table.table-text-align-center thead tr th {
	color: #000 !important;
	vertical-align: middle;
}

.boldgrid-section .bg-table.table-borderless tbody tr td, .boldgrid-section .bg-table.table-borderless tbody tr th, .boldgrid-section .bg-table.table-borderless tfoot tr td, .boldgrid-section .bg-table.table-borderless tfoot tr th, .boldgrid-section .bg-table.table-borderless thead tr td, .boldgrid-section .bg-table.table-borderless thead tr th {
	border: 0;
	color: #9c9c9c;
}

.boldgrid-section .bg-table.table-vertical-align-middle tbody tr td, .boldgrid-section .bg-table.table-vertical-align-middle tbody tr th, .boldgrid-section .bg-table.table-vertical-align-middle tfoot tr td, .boldgrid-section .bg-table.table-vertical-align-middle tfoot tr th, .boldgrid-section .bg-table.table-vertical-align-middle thead tr td {
	vertical-align: middle;
	color: #9c9c9c;
}

.boldgrid-section .bg-table.table-text-align-center tbody tr td, .boldgrid-section .bg-table.table-text-align-center tbody tr th, .boldgrid-section .bg-table.table-text-align-center tfoot tr td, .boldgrid-section .bg-table.table-text-align-center tfoot tr th, .boldgrid-section .bg-table.table-text-align-center thead tr td, .boldgrid-section .bg-table.table-text-align-center thead tr th {
	text-align: center;
	color: #9c9c9c;
}

h2.title_about_hunt {
	color: var(--primary-color);
	font-size: 30px;
}

/* Sign In Css */
.signin_container button.btn.btn_orange_outline.rounded-pill {
	width: 100%;
	padding: 10px;
	border: 1px solid var(--primary-color);
	background: none;
	color: var(--primary-color);
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 40px;
}

.signin_container p.fw-bold {
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	font-size: 17px;
}

p.forgt_password .custom_link {
	margin-bottom: 32px !important;
}

.signin_container button.btn.btn_orange {
	height: 51px;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background-color: var(--primary-color);
	margin-top: 32px;
	box-shadow: rgba(242, 88, 0, .35) 0px 5px 21px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
}

.signin_container h1 {
	font-size: 36px;
	margin-bottom: 28px;
}

.signin_container h1:before {
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	background: var(--primary-color);
	margin-bottom: 16px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	border-radius: 50px;
}

.signin_container {
	max-width: 405px;
	display: block;
	margin: auto;
	padding-top: 50px;
}

.signin_container input {
	background-color: transparent;
	line-height: 1.5;
	padding: 7px 0;
	border: none;
	border-bottom: 1px solid rgba(7, 36, 86, .075);
	border-radius: 0;
}

.signin_container label {
	font-size: 11px;
	color: #9c9c9c;
}

input:-internal-autofill-selected {
	background-color: transparent !important;
}

.forgt_password a {
	font-size: 14px;
	text-decoration: none;
}

.forgt_password {
	margin-bottom: 32px !important;
}

.register_new a {
	text-decoration: none;
}

.register_new {
	font-size: 16px;
	color: #9c9c9c !important;
}

/* Common Modal Styling */
#registerModal .modal_content_custom, #forgotModal .modal_content_custom, #emailLoginModal .modal_content_custom, div#signinModal .modal_content_custom {
	border-radius: 3px;
	padding: 40px !important;
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
	max-width: 380px;
	margin: auto;
}

/* Orange gradient button */
#registerModal .btn_orange, #forgotModal .btn_orange, #emailLoginModal .btn_orange, #signinModal .btn_orange {
	background: linear-gradient(to right, #f76300, #f95d00);
	color: #fff;
	border: none;
	border-radius: 50px;
	font-weight: 600;
	padding: .6rem 1.5rem;
	box-shadow: 0 4px 12px rgba(249, 93, 0, .4);
	transition: .3s ease;
	height: 51px;
	font-size: 18px;
}

#registerModal .btn_orange:hover, #forgotModal .btn_orange:hover, #emailLoginModal .btn_orange:hover, #signinModal .btn_orange:hover {
	background: linear-gradient(to right, #ff6a00, #ff4500);
	box-shadow: 0 6px 16px rgba(249, 93, 0, .5);
}

/* Input fields */
#registerModal .form_control, #forgotModal .form_control, #emailLoginModal .form_control, #signinModal .form_control {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: none;
}

#registerModal .form_control:focus, #forgotModal .form_control:focus, #emailLoginModal .form_control:focus, #signinModal .form_control:focus {
	border-color: #f95d00;
	box-shadow: none;
}

#registerModal .form_control::placeholder, #forgotModal .form_control::placeholder, #emailLoginModal .form_control::placeholder, #signinModal .form_control::placeholder {
	text-transform: uppercase;
	font-size: 12px;
	color: #adb5bd;
	letter-spacing: .05em;
}

/* Form label */
#registerModal .form_label, #forgotModal .form_label, #emailLoginModal .form_label {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: .25rem;
}

#signinModal .modal-header.border-0 {
	padding: 0 0 30px;
}

/* Bootstrap label override */
#registerModal .form-label, #forgotModal .form-label, #emailLoginModal .form-label, #signinModal .form-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #9c9c9c;
	margin: 0;
}

/* Checkbox section */
#registerModal .form-check, #forgotModal .form-check, #emailLoginModal .form-check {
	margin: 24px 0 !important;
}

#registerModal label.form-check-label, #forgotModal label.form-check-label, #emailLoginModal label.form-check-label {
	font-size: 14px;
	color: #9c9c9c;
}

/* Link text */
#registerModal .custom_link, #forgotModal .custom_link, #emailLoginModal .custom_link {
	font-weight: 600;
	text-decoration: none;
	color: #222;
}

#registerModal .custom_link:hover, #forgotModal .custom_link:hover, #emailLoginModal .custom_link:hover {
	text-decoration: underline;
	color: #f95d00;
}

/* Modal headers */
#registerModal .modal-header, #forgotModal .modal-header, #emailLoginModal .modal-header {
	padding: 0;
	border-bottom: none;
}

#registerModal .modal-header h3, #forgotModal .modal-header h3, #emailLoginModal .modal-header h3 {
	font-size: 25px;
	margin-bottom: 26px;
}

#registerModal button.btn-close, #forgotModal button.btn-close, #emailLoginModal button.btn-close, div#user_login_modal .btn-close, div#messageOutfitterModal .btn-close, div#signinModal .btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 12px;
	z-index: 11;
}

div#signinModal a.custom_link {
	color: #000;
	text-decoration: none;
}

/* Account link text */
.account_text {
	font-size: 16px;
	color: #9c9c9c;
}

div#forgotModal p, #emailLoginModal p {
	font-size: 16px;
	line-height: 30px;
	color: #9c9c9c;
	margin-bottom: 16px !important;
}

#forgotModal .btn_orange, #emailLoginModal .btn_orange {
	margin-top: 16px;
}

#emailLoginModal .modal_content_custom {
	padding: 18px !important;
}

#emailLoginModal button.btn-close {
	background: var(--primary-color);
	opacity: 1;
	color: #fff;
	width: 26px;
	height: 26px;
	border-radius: 50px;
	box-sizing: border-box;
	right: -5px;
	top: -5px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.account_sec .col-md-4 .bg-white {
	padding: 32px !important;
	box-shadow: 0 5px 30px rgba(7, 36, 86, .075);
	background-color: #fff;
	border-radius: 10px;
}

section.account_sec .col-md-4 a.btn.btn_orange, section.account_sec .col-md-8 .btn_orange, section.add_hunt_sec .btn-add-outfitter, section.account_sec .btn-message-submit {
	width: 100%;
	max-width: 140px;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	background-color: #f76400;
	border-radius: 50px;
	padding: 6px !important;
	border: none;
}

section.account_sec .col-md-8 .btn_orange {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	max-width: 158px;
	height: 42px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500 !important;
	margin-top: 8px;
}

section.account_sec ul.list-unstyled li a {
	color: rgba(15, 23, 39, .65) !important;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}

section.account_sec ul.list-unstyled li a:hover {
	color: var(--primary-color) !important;
}

section.account_sec .col-md-8 {
	padding-left: 20px;
}

section.account_sec .col-md-8 label {
	color: #9c9c9c;
	text-transform: uppercase;
	font-size: 11px;
}

section.account_sec .col-md-8 .form-control {
	border: none;
	border-bottom: 1px solid rgba(7, 36, 86, .075);
	border-radius: 0;
	height: 40px;
	padding-left: 0;
}

section.account_sec input + button.btn.btn_orange {
	margin-top: 40px !important;
	color: #000 !important;
}

section.account_sec .container > .row {
	align-items: flex-start;
}

section.account_sec .container h1 {
	font-size: 36px;
	margin-bottom: 28px;
}

section.account_sec .container h1:before {
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	background: var(--primary-color);
	margin-bottom: 16px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	border-radius: 50px;
}

section.account_sec .col-md-8 h2 {
	font-size: 30px;
	margin-bottom: 16px;
}

section.account_sec .col-md-8 h2 + p {
	font-size: 16px;
	color: #9c9c9c;
	margin-bottom: 16px;
}

section.account_sec .col-md-8 label.form-check-label {
	font-size: 16px;
	text-transform: inherit;
}

section.account_sec .col-md-8 button.btn.un_sub {
	max-width: 192px;
	margin-top: 36px !important;
	height: 37px;
}

section.account_sec .col-md-8 button.btn.un_sub:hover {
	background-color: #000;
}

section.account_sec .container {
	max-width: 1280px;
}

.spinner_overlay {
	position: fixed;
	z-index: 9999;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .08);
}

.spinner_overlay .spinner-grow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

section.account_sec ul.list-unstyled li.active a {
	color: var(--primary-color) !important;
}

.registerdiv {
	display: none;
}

.forgotdiv {
	display: none;
}

div#messageOutfitterModal textarea {
	display: block;
	width: 100%;
}

span.btn.active:has(.fa-star) .fas {
	color: #ff7c7c !important;
}

span.btn.active:has(.fa-star) {
	border: none;
}

p:empty {
	display: none !important;
}

section.add_hunt_sec {
	max-width: 100%;
	background-image: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.chuttersnap-MpxAiNDevjU-unsplash-scaled.jpg");
	background-size: cover;
	background-repeat: repeat-y;
	background-position: top;
	padding: 50px 0px;
	background-attachment: fixed;
	position: relative;
	z-index: 9;
}

section.add_hunt_sec.nitro-lazy {
	background-image: none !important;
}

section.add_hunt_sec:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, .62);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.add_hunt_sec .container {
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 30px 20px;
}

.add_hunt_sec h1 {
	text-align: center;
	font-size: 36px;
	margin: 0 0 28px;
}

.add_hunt_sec h1:before {
	position: relative;
	height: 5px;
	width: 50px;
	display: block;
	content: "";
	background-color: #f1bd6c;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	border-radius: 50px;
	margin: 0 auto 16px;
	background-color: #ef5f00;
}

.column-count-1 .slick-track, .column-count-2 .slick-track, .column-count-3 .slick-track, .column-count-4 .slick-track {
	margin: auto !important;
	transform: none !important;
}

.add_hunt_sec .form-group {
	margin-bottom: 30px;
}

.add_hunt_sec .form-control {
	background: transparent;
	padding: 6px 10px;
	color: #fff;
}

.add_hunt_sec .form-group .col-12:has(.form-check) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 20px;
}

.add_hunt_sec .form-check-input[type=checkbox] {
	border: 2px solid #ebebeb;
	background-color: transparent;
}

.add_hunt_sec label.form-check-label {
	font-size: 14px;
}

.add_hunt_sec .form-label {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.add_hunt_sec label.input-group-text.btn.btn-outline-primary {
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border: none;
	color: #000;
	font-size: 1rem;
	position: relative;
	line-height: 1.5;
	padding: .5rem 1rem;
	background-color: #fff;
	border-radius: 50px !important;
}

.add_hunt_sec small {
	margin-bottom: 8px;
	opacity: .75;
	font-size: 12px;
}

.favourite_list article.listing-card {
	border: none;
}

.favourite_list {
	padding-top: 0;
}

.favourite_list > h2 {
	font-size: 36px;
	line-height: 45px;
}

.favourite_list > h2:before {
	margin-left: 0;
	margin-bottom: 16px;
}

section.account_sec table.table.table-hover a .fas {
	font-size: 12px;
}

section.account_sec table.table.table-hover * {
	color: #9c9c9c;
	font-size: 16px;
}

section.account_sec table.table td:has(.fa-external-link-alt) a {
	display: flex;
	align-items: baseline;
}

section.hunt_img_gallery img {
	width: 100%;
	aspect-ratio: 1;
}

section.hunt_img_gallery .slick-slide {
	padding: 0 15px;
}

.hunt_table * {
	font-size: 11px !important;
}

.hunt_table td:has(.btn-outline-primary) {
	text-align: right;
}

.hunt_table td:has(.btn-outline-primary) a {
	background: transparent;
	border: none;
}

.hunt_table td:has(.btn-outline-primary) a:hover i {
	color: var(--primary-color) !important;
}

.hunt_table td .border-danger.text-danger {
	color: #ff3860 !important;
	border-color: #ff3860 !important;
	padding: 8px;
}

section.edit_listing_sec .col-12.col-md-12:has(.form-check) {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

section.edit_listing_sec .col-12.col-md-12:has(.form-check) .form-check {
	width: 50%;
}

section.edit_listing_sec .form-group {
	margin-bottom: 24px;
}

section.edit_listing_sec label.form-label {
	font-size: 11px;
	color: #000;
	margin: 0;
	line-height: 16px;
}

section.edit_listing_sec .form-control {
	border: none;
	border-bottom: 1px solid rgba(7, 36, 86, .075);
	border-radius: 0;
	padding: 7px 16px;
	font-size: 14px;
	height: 32px;
	outline: none;
	box-shadow: none;
}

section.edit_listing_sec form {
	padding: 0;
}

.edit_listing_sec nav {
	padding: 0;
	margin: 0 0 32px;
	border-bottom: 1px solid rgba(7, 36, 86, .075);
}

.edit_listing_sec ul.nav.nav-tabs a.active:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: var(--primary-color);
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 5px 5px 0 0;
}

.edit_listing_sec ul.nav.nav-tabs {
	border: none;
}

.edit_listing_sec .form-group small {
	font-size: 11px;
	color: rgba(15, 23, 39, .45);
}

.edit_listing_sec .form-group textarea {
	height: 100px;
	border: 1px solid rgba(7, 36, 86, .075);
}

.edit_listing_sec a.btn.btn-outline-danger {
	border: none;
	padding: 0;
	color: #9c9c9c;
	background: transparent;
}

.edit_listing_sec a.btn.btn-outline-danger:hover {
	color: var(--primary-color);
}

.edit_listing_sec ul.nav.nav-tabs a {
	border: none;
	color: #9c9c9c;
	padding: 16px;
	position: relative;
}

.edit_listing_sec ul.nav.nav-tabs a.active {
	border: none;
	color: var(--primary-color);
}

.edit_listing_sec button.btn.btn-primary, section.add_hunt_sec button.btn.btn-primary {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	border-radius: 50px;
	font-size: 16px;
	width: 157px;
	height: 42px;
	background-color: var(--primary-color);
	border: none;
}

.nospacing .container {
	padding-top: 0;
}

section.add_hunt_sec.add_listing_sec {
	background-image: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.remi-boudousquie-rwgG2AjgdPw-unsplash-scaled.jpg");
}

section.add_hunt_sec.add_listing_sec.nitro-lazy {
	background-image: none !important;
}

section.bg_black {
	background: #000;
}

.glance_desc.text-white a {
	color: var(--primary-color);
	text-decoration: none;
}

.product_list.favourite_list .pagination .active a {
	background: var(--primary-color);
	color: #fff;
}

.glance_desc.text-white h3 {
	font-size: 25px;
}

.add_listing_sec span#file-name, .add_listing_sec input::placeholder {
	color: #fff !important;
}

.listingmedia.m-2 span.fa {
	font-size: 13px;
}

section.edit_listing_sec .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	color: #000;
	font-size: 14px;
}

section.edit_listing_sec span.select2.select2-container.select2-container--default.select2-container--focus {
	border-bottom: 1px solid rgba(7, 36, 86, .075) !important;
	border-radius: 0 !important;
}

.mainMedia.selected {
	font-size: 20px !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.message_first {
	background-color: #f0f7fd;
	border-radius: 12px;
	padding: 15px 20px;
	margin-bottom: 20px;
	position: relative;
}

.message_first .topsection:has(.link) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.message_first .link a {
	font-weight: 600;
	color: #3a80c1;
	font-size: 14px;
	text-decoration: none;
}

.message_first .link a i {
	margin-right: 5px;
}

.message_first .deletethread i {
	color: #999;
	cursor: pointer;
	transition: color .3s;
}

.message_first .deletethread i:hover {
	color: #e74c3c;
}

.message_first .messagecontent .sender {
	display: block;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
}

.message_first .messagecontent p {
	margin: 0;
	color: #444;
	font-size: 14px;
}

.messagediv .message_first {
	background-color: #f0f7fd;
}

.text-start .message_first, .text-end .message_first {
	max-width: 100%;
}

.messagediv:has(.text-end) {
	display: flex;
	justify-content: flex-end;
}

section.account_sec .col-md-8.text-end {
	padding-left: 0;
}

section.account_sec .col-md-8.text-start {
	padding-left: 0;
}

.messagediv:has(.text-end) .message_first {
	background: #f7fff7;
}

section.blog_posts {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.Untitled-3000-x-5000-px-2000-x-7000-px-4.png");
	padding: 100px 50px;
}

section.blog_posts .card img {
	aspect-ratio: 1;
	object-fit: cover;
	object-position: left;
	height: 350px;
	margin-bottom: 20px;
}

section.blog_posts .card.h-100 {
	padding: 20px 20px 20px 20px;
	background-color: #383838;
	border-color: #f0f0f0;
	border-radius: 0;
}

section.blog_posts h3.card-title {
	color: #f0f0f0;
	font-family: "Roboto", Sans-serif;
	font-size: 27px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: -.13px;
	margin-bottom: 20px;
}

section.blog_posts a.btn.btn-primary {
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	text-decoration: underline;
	line-height: 30px;
	letter-spacing: 0px;
	word-spacing: 0px;
	background: transparent;
	border: none;
	color: var(--primary-color);
	padding: 0;
}

section.blog_posts a.btn.btn-outline-dark {
	font-size: 33px;
	font-weight: 400;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 34px;
	letter-spacing: 0px;
	word-spacing: 0px;
	fill: #f0f0f0;
	color: #f0f0f0;
	border-radius: 33px 33px 33px 33px;
	background: var(--primary-color);
	border: none;
	padding: 12px 24px;
}

section.blog_posts p.card-text {
	color: #f0f0f0;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 45px;
}

section.blog_posts .card-body p.text-muted {
	color: #f0f0f0 !important;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 17px;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-bottom: 45px;
}

section.blog_posts .card-body {
	padding: 0;
}

section.blog_posts .nav-pills .nav-link {
	line-height: 50px;
	text-align: center;
	color: #fff;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 500;
}

section.blog_posts li.nav-item.active a {
	color: var(--primary-color) !important;
}

.account_sec .col-md-12:not(.messagediv) .col-md-8 {
	width: 100%;
}

section.account_sec .btn-message-submit {
	max-width: 100%;
	margin-top: 30px;
	height: 48px;
	font-size: 18px;
}

section.account_sec textarea#message {
	height: 70px;
	background: rgba(222, 222, 222, .18);
	padding: 20px;
}

.blog_nav_row {
	margin-bottom: 122px !important;
}

section.blog_posts .col-auto h2.text-white {
	font-size: 18px;
	margin: 0;
}

section.blog_posts .col-md-8 h1.text-white {
	font-size: 45px;
	line-height: 45px;
	margin: 0 0 63px;
}

section.blog_posts .col-md-8 h1:after, section.single_blog_post h1.blog_title:after, section.single_blog_post .col-md-4 .bg-dark h2.blog_sidebar_heading:after {
	content: "";
	display: block;
	height: 7px;
	background-color: var(--primary-color);
	max-width: 232px;
	margin: 20px auto 0;
	border-radius: 5px;
}

section.blog_posts input.form-control, section.single_blog_post input.form-control {
	height: 50px;
	padding: 0 16px;
	border-radius: 0;
	background: #f1f2f3;
	border-radius: 2px 0 0 2px;
}

section.blog_posts form button.btn.btn-outline-primary, section.single_blog_post form button.btn {
	width: 50px;
	height: 50px;
	border-radius: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	background-color: #f25800;
	border: none;
	color: #fff;
}

section.single_blog_post {
	/* background: url(https://gamehuntingsafaris.com/public/uploads/images/Untitled-3000-x-5000-px-2000-x-7000-px-3.png?nonitro); */
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/single-blog-post-bg.webp");
	padding: 50px 50px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1960px auto;
}

@media (max-width: 1200px) {
	section.single_blog_post {
		background-image: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/single-blog-post-bg-1200px.webp");
	}
	
	section.single_blog_post.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width: 768px) {
	section.single_blog_post {
		background-image: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/single-blog-post-bg-768px.webp");
	}
	
	section.single_blog_post.nitro-lazy {
		background-image: none !important;
	}
}

section.single_blog_post h1.blog_title {
	font-size: 45px;
	line-height: 70px;
}

section.single_blog_post h1.blog_title:after {
	max-width: 117px;
	margin-left: 0;
}

section.single_blog_post .col-md-4 .bg-dark {
	background: #0e0e0e !important;
	padding: 20px !important;
	max-width: 330px;
	margin: 0 0 0 auto;
}

section.single_blog_post .col-md-4 .bg-dark h2.blog_sidebar_heading:after {
	max-width: 40px;
	margin: 30px 0 30px 0;
}

section.single_blog_post .col-md-4 .bg-dark h2.blog_sidebar_heading.text-white {
	font-size: 30px;
	line-height: 30px;
	margin: 0 !important;
}

section.single_blog_post .category_list a {
	display: block;
	line-height: 50px;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.main_blog_content img {
	width: 100%;
	height: auto;
}

.main_blog_content h3 a, .main_blog_content h2 a, .main_blog_content h4 a, .main_blog_content h5 a, .main_blog_content h6 a {
	text-decoration: none;
	color: #000;
}

.main_blog_content ul li a, .main_blog_content ol li a {
	text-decoration: none;
	color: #000;
}

.main_blog_content a:hover {
	color: var(--primary-color) !important;
}

.main_blog_content {
	padding-top: 0;
	max-width: 1140px;
	margin: auto;
}

.main_blog_content h2 {
	color: var(--primary-color);
	margin: 32px 0 16px;
	font-size: 30px;
	line-height: 37px;
}

section.single_blog_post .col-md-8 img {
	width: 100%;
	margin-top: 70px;
}

.main_blog_content p {
	font-size: 16px;
	color: #949494;
	line-height: 30px;
}

.main_blog_content p a {
	text-decoration: none;
	color: #000;
}

section.single_blog_post .category_list a:hover {
	color: var(--primary-color);
}

.post_navigation_sec {
	padding: 50px 0 !important;
}

.post_navigation_sec .small.text-muted {
	font-size: 16px;
}

.post_navigation_sec .fw-bold {
	color: #000;
	font-size: 20px;
}

.post_navigation_sec i.fa {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

.post_navigation_sec .col-md-2.d-md-block {
	height: 60px;
}

.hunt_info_gray p, .hunt_info_gray ul li {
	color: #949494 !important;
}

section.contact_form_sec h3 {
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 0px;
	word-spacing: 0em;
	color: #f76400;
	margin-bottom: 53px !important;
}

section.contact_form_sec input.form-control::placeholder, textarea {
	color: #949494;
}

section.contact_form_sec h3:before {
	max-width: 22px;
	height: 7px;
	margin: 0 auto 20px;
}

section.contact_form_sec input.form-control, section.contact_form_sec textarea {
	border: 2px solid var(--primary-color) !important;
	background: transparent !important;
	border-radius: 20px !important;
	padding: 7px 22px;
}

section.contact_form_sec input.form-control {
	height: 42px;
}

section.contact_form_sec form .mb-3 {
	margin-bottom: 10px !important;
}

section.contact_form_sec button.btn.btn-primary {
	width: 100%;
	height: 40px;
	background-color: var(--primary-color);
	border: none;
	font-size: 16px;
	font-weight: 500;
}

section.budget_hunting .container .col-md-12 h3.font-small {
	font-size: 25px !important;
	font-weight: 700 !important;
}

section.contact_form_sec ul.contact-list li, section.contact_form_sec ul.contact-list li a {
	font-size: 16px !important;
	color: #fff;
}

section.contact_form_sec ul.list-unstyled.contact-list li {
	margin-bottom: 20px !important;
}

section.contact_form_sec textarea#message::placeholder {
	color: #949494 !important;
}

.contact-list .fas, .contact-list .far {
	color: var(--primary-color);
	font-size: 30px;
	margin-right: 12.5px;
}

div#blogcontent .accordion .accordion-header {
	margin: 0 !important;
}

div#blogcontent .accordion-body {
	padding: 20px 52px;
}

div#blogcontent .accordion-body ol.mb-0 {
	padding: 0;
	list-style: none;
}

div#blogcontent .accordion-body * {
	color: #949494;
	line-height: 24px;
	text-decoration: none;
}

div#blogcontent .accordion-body li {
	margin-bottom: 8px;
}

div#blogcontent .accordion-body a:hover {
	color: #61ce70;
	text-decoration: underline;
}

div#blogcontent .accordion-button:not(.collapsed) {
	background: transparent;
}

div#blogcontent .accordion .accordion-header button.accordion-button {
	font-size: 18px;
	color: #7c7c7c;
}

div#blogcontent .accordion {
	--bs-accordion-bg: transparent !important;
}

.expedition_section_slider img.card-img-top {
	object-position: center;
	height: 240px;
	object-fit: cover;
}

.expedition_section_slider .card-body {
	padding-left: 0;
	padding-right: 0;
}

section.text_desc_sec.about_exhibition a {
	color: var(--primary-color);
	text-decoration: none;
}

section#contactForm a.btn.btn-primary {
	height: 37px;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 206px;
	margin: auto;
}

.main_blog_content figcaption.widget-image-caption {
	color: #949494;
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
}

.blog_date + img {
	border-radius: 11px;
}

form#charter_form_submission h4 {
	margin: 32px 0 36px;
	color: var(--primary-color);
	font-size: 25px;
}

form#charter_form_submission p, form#charter_form_submission ul, form#charter_form_submission label {
	color: #9c9c9c;
}

form#charter_form_submission button.btn.btn-orange.px-5.py-2 {
	box-shadow: rgba(242, 88, 0, .35) 0px 5px 21px;
	background-color: #f25800;
	color: #fff;
	height: 40px;
	border-radius: 50px;
	width: 100%;
}

form#charter_form_submission .form-control {
	color: #9c9c9c;
}

form#charter_form_submission select.form-select {
	background-color: rgba(255, 255, 255, 0);
	border-color: #f76400;
	border-width: 2px 2px 2px 2px;
	border-radius: 20px 20px 20px 20px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 20px;
	color: #9c9c9c;
}

section.knowledge_section .img_ct {
	height: 280px;
}

section.knowledge_section .img_ct img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

section.knowledge_section .card-img-overlay {
	flex-direction: column;
}

section.knowledge_section .container {
	max-width: 1160px;
}

section.knowledge_section .img_ct:after {
	background: #000;
	content: "";
	width: 100%;
	opacity: .7;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

section.knowledge_section h1.text-orange {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 30px;
}

section.knowledge_section h1 + div {
	width: 100%;
	max-width: 450px;
}

section.knowledge_section input.form-control {
	padding: 0 25px;
	height: 61px;
	font-size: 16px;
}

section.knowledge_section input.form-control::placeholder {
	color: #fff;
}

section.knowledge_section button.btn.btn-orange, .btn-downloadpdf {
	min-width: 56px;
	height: 56px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	background-color: #f25800;
	border: none;
	margin-left: 20px !important;
}

.btn-downloadpdf {
	height: 28px;
	margin-left: 0 !important;
	background-color: #f25800 !important;
}

section.knowledge_section, section.knoeledge-base-faq_sec, .hunting-knowledge-base {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/wp-content/uploads/2023/12/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	position: relative;
	background-size: cover;
}

section.knowledge_section:before, section.knoeledge-base-faq_sec:before, .hunting-knowledge-base:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

section.knoeledge-base-faq_sec h2.text-center {
	margin: 0 !important;
	color: #949494;
	padding: 20px 0;
	font-size: 26px;
	position: relative;
}

.resource_row ul li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}

.resource_row ul li a {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: #fff;
}

.resource_row ul {
	padding-left: 15px;
}

section.knowledge_section .container:has(.resource_row) {
	max-width: 990px;
}

.resource_row h2 {
	font-size: 21px;
	padding: 20px 4px !important;
}

.resource_row {
	margin-top: 60px;
}

.resource_row small#faq-toggle {
	font-size: 14px;
	color: #666 !important;
}

.resource_row small#faq-toggle {
	font-size: 14px;
	color: #666 !important;
	width: 100%;
	text-align: center;
	display: block;
}

small#press-toggle {
	color: #9c9c9c !important;
}

div#searchResults a {
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 23px 30px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .03);
	margin: 0 0 10px 0;
	line-height: 18px;
	display: block;
	background: #414141;
	text-decoration: none;
	color: #fff;
}

div#searchResults {
	position: absolute;
	top: 220px;
	bottom: 0;
	z-index: 999;
	background: #000;
	display: flex;
	flex-direction: column;
	padding: 10px;
	width: auto;
	height: 456px;
	overflow: auto;
	width: 100%;
	max-width: 456px;
}

.custom_side_links a {
	display: inline-flex;
	align-items: center;
	background-color: #f76400;
	color: #fff;
	padding: 10px 15px;
	border-radius: 6px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
	transition: background-color .3s ease;
	z-index: 9999;
	gap: 10px;
	width: auto;
	margin-bottom: 10px;
}

.custom_side_links {
	display: block;
	max-width: 230px;
	position: fixed;
	left: 20px;
	bottom: 20px;
}

a.custom_button i.fab.fa-whatsapp {
	font-size: 24px;
}

.custom_side_links a:last-child {
	margin: 0;
	padding: 10px 15px;
}

section.knowlege_base_sec > .container-fluid > .row {
	padding: 0;
	grid-template-columns: 1fr 3fr 1fr;
	gap: 20px;
	display: grid;
	margin: 0 auto;
	align-items: flex-start;
}

section.knowlege_base_sec .container-fluid > .row .col-md-2 {
	flex: auto;
	width: 100%;
}

section.knowlege_base_sec .container-fluid {
	position: relative;
	max-width: 90%;
}

section.knowlege_base_sec {
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	padding-top: 50px;
	padding-bottom: 70px;
	position: relative;
	background-size: cover;
}

section.knowlege_base_sec:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

section.knowlege_base_sec .container-fluid > .row .sidebar_left a {
	display: flex;
	color: #fff;
	text-decoration: none;
}

.sidebar_right ul li a {
	color: #fff;
	text-decoration: none;
	padding: 2px 12px;
	width: 100%;
	border-radius: 4px;
	line-height: 1.5em;
	display: flex;
}

.sidebar_right ul li {
	padding: 0;
	margin-bottom: 8px;
}

section.knowlege_base_sec .content_center {
	width: 100%;
	padding: 20px;
}

.sidebar_left, .sidebar_right {
	background-color: #1a1a1a;
	border-radius: .5rem;
	padding: 0;
	overflow-y: auto;
}

.sidebar_left {
	border: 1px solid #f7f7f7;
}

.sidebar_left h5, .sidebar_right h5 {
	font-weight: bold;
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 8px;
	padding: 8px;
}

.sidebar_left ul, .sidebar_right ul {
	list-style: none;
	padding: 0 10px;
}

.sidebar_left li, .sidebar_right li {
	padding: .5rem 0;
	cursor: pointer;
}

.sidebar_left li:hover, .sidebar_right li:hover {
	text-decoration: underline;
}

.content_center {
	background-color: #000;
	padding: 1rem;
	border-radius: .5rem;
}

.content_center h1 {
	color: #f60;
	font-weight: bold;
	text-align: center;
}

.content_center .meta {
	font-size: .9rem;
	color: #aaa;
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content_center img {
	max-width: 100%;
}

.toc_active {
	background-color: #f60;
	color: #fff;
	border-radius: 4px;
	padding: 2px 6px;
}

.sidebar_right h5 {
	font-size: 15px;
	margin-bottom: 16px;
}

.meta_details {
	margin-bottom: 32px;
}

section.knowlege_base_sec .content_center .container-fluid {
	max-width: 100%;
}

.sidebar_right ul li a:hover {
	background: #474747;
}

section.step_sec h2:first-child {
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 1.7px;
	color: #f76400;
	text-align: center;
}

section.step_sec h2 + h2.h4 {
	font-size: 39px;
	font-weight: 700;
	letter-spacing: 1.7px;
	color: #fff;
	text-align: center;
}

section.step_sec p, section.image_left_bnr .row p {
	padding: 5px 20px 5px 20px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #f76400;
	border-radius: 20px 20px 20px 20px;
	font-size: 22px;
	max-width: 800px;
	margin: auto;
	text-align: center;
	font-weight: 500;
}

.knowledge_inr_bnr + .col-6 p {
	margin: 0;
}

.knowledge_inr_bnr + .col-6 {
	display: flex;
	align-items: center;
}

section.step_sec .row.g-4 {
	margin-top: 0;
}

section.step_sec {
	border-top: 2px solid #fff;
	background: url("https://cdn-ileneag.nitrocdn.com/VuacNbuiDLCYYizFiyPouHTnZvGoBiCL/assets/images/optimized/rev-ea263be/gamehuntingsafaris.com/public/uploads/images/759591447d2ac417709b8b5351cca5e4.black-hide-tile.jpg");
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background-size: cover;
}

section.step_sec:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background: #000;
	top: 0;
	height: 100%;
	opacity: .5;
}

section.step_sec .row {
	position: relative;
}

section.step_sec:first-child {
	border: none;
}

section.step_sec .col-12 h2.h3:before {
	content: "";
	display: block;
	height: 7px;
	width: 40px;
	background: #f76400;
	margin: auto;
	border-radius: 50px;
	margin-bottom: 20px;
}

section.image_left_bnr .row {
	align-items: center;
}

section.image_left_bnr .row {
	align-items: center;
}

section.step_sec.no_border {
	border-top: none;
}

section.knowlege_base_sec .content_center section.hunting_bnr h1 {
	font-size: 41px;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 85px;
	letter-spacing: .4px;
	word-spacing: 0em;
	color: #f76400;
	margin-bottom: 0;
}

section.knowlege_base_sec .content_center section.hunting_bnr .container.card-img-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

section.step_sec:last-child .col-12.knowledge_inr_bnr:last-child img {
	max-width: 700px;
	margin: auto;
	display: block;
}

section.knowlege_base_sec .content_center .nav_links a {
	text-decoration: none;
	font-weight: bold;
}

section.knowlege_base_sec .content_center .nav_links a:hover {
	text-decoration: underline;
}

section.knowlege_base_sec .content_center .nav_item {
	display: flex;
	align-items: center;
	gap: 5px;
}

section.knowlege_base_sec .content_center .nav_item i.fa.fa-chevron-left, section.knowlege_base_sec .content_center .nav_item i.fa.fa-chevron-right {
	font-size: 11px;
}

section.knowlege_base_sec .content_center .nav_item a {
	text-decoration: none !important;
}

section.knowlege_base_sec .content_center .nav_links {
	padding-top: 10px;
}

img.bottom_logo {
	max-width: 600px;
	margin: auto;
	display: block;
}

.kb_faq button.accordion-button.text-orange {
	color: var(--primary-color);
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.kb_faq .accordion-button:not(.collapsed)::after {
	margin: 0;
}

div#reservationModal button.btn.btn-warning.w-100.fw-bold {
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000 !important;
	font-weight: 500 !important;
	padding: 10px 30px;
	background: var(--primary-color);
	border: none;
	border-radius: 50px;
}

div#reservationModal h5 {
	font-size: 16px !important;
}

div#reservationModal .alert.alert-light.small a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

div#reservationModal .alert i.fas.fa-calendar-alt {
	font-size: 24px;
}

div#reservationModal .col-md-5 > .bg-light {
	height: 100%;
}

div#reservationModal .col-md-5 > .bg-light .alert {
	font-size: 12px;
	line-height: 14px;
	padding: 10px 15px;
	color: var(--primary-color) !important;
	border-left: 4px solid var(--primary-color);
}

div#reservationModal .alert.alert-light.small.p-2 {
	border: none;
	background: rgba(222, 222, 222, .47);
	font-size: 12px;
}

div#reservationModal .form-control, div#reservationModal select {
	font-size: 12px;
}

div#reservationModal h5.small {
	font-size: 14px !important;
}

div#reservationModal .col-md-7 {
	height: 550px;
	overflow: auto;
}

section.the_press p a {
	color: #fd6600;
	text-decoration: none;
}

.press_image {
	margin-bottom: 20px;
}

.the_press img {
	display: block;
	margin: 0 auto 20px;
}

section.the_press a.btn.btn-primary {
	background-color: #f76400;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	border-radius: 18px 18px 18px 18px;
	border: none;
	padding: 11px 0;
	width: 100%;
	max-width: 317px;
	height: 37px;
	line-height: 17px;
	font-size: 15px;
}

section.the_press a.btn.btn-primary {
	padding: 11px 0;
	width: 100%;
	max-width: 317px;
	height: 37px;
	line-height: 17px;
	font-size: 15px;
}

section.the_press a.btn.btn-primary:hover {
	background: #000;
}

.knowledge_3_call .col-md-4 p {
	color: #000;
}

section.sitemap_section {
	background: #161616;
	padding: 107px 0 50px;
}

section.sitemap_section .container.sitemapcontainer {
	column-count: 3;
}

section.sitemap_section .container.sitemapcontainer h2 {
	text-align: left;
	margin-bottom: 50px;
}

section.sitemap_section h2 {
	margin-bottom: 50px;
}

section.sitemap_section .container.sitemapcontainer ul {
	margin-left: 25px;
	padding: 0;
}

section.sitemap_section .container.sitemapcontainer ul li {
	font-size: 14px;
	padding: 0 !important;
	margin-bottom: 8px !important;
	list-style: disc;
}

section.sitemap_section + section.sitemap_section {
	padding: 0px 0px 107px;
}

.hunting_bnr .img_over.img-bg:not(:has(img)) {
	display: none;
}

.homepagebanner .page-outfitter-hunt-stats {
	display: none !important;
}

.homepagebanner .container.card-img-overlay > .text-center.mb-4 {
	margin: 0 !important;
}

.homepagebanner p {
	margin-bottom: 3.5rem;
}

.homepagebanner h1.text-orange {
	margin: 0 0 20px !important;
}

.homepagebanner h2 {
	margin-bottom: 2rem;
}

.homepagebanner form.hp-form--wide span.select2.select2-container.select2-container--default {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
	background-color: #bf4500;
}

.homepagebanner .img_over {
	height: 640px;
}

@media only screen and (max-width: 1030px) and (min-width: 990px) {
	.navbar-expand-lg .navbar-nav * {
		font-size: 12px;
	}
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
	.shot_slider_image_container {
		height: 219px;
	}
	
	section.shot_slider_sec .col-md-4 {
		width: calc(50% - 10px);
	}
	
	section.shot_slider_sec.full_width_slider:has(.head_text) .col-md-12.head_text + .col-md-12 {
		max-width: 420px;
	}
}

@media only screen and (min-width: 768px) {
	.home_hero_sec video {
		width: 100%;
	}
	
	.home_hero_sec video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media only screen and (max-width: 767px) {
	.hero_sec .img_over {
		height: 680px !important;
	}
	
	.homepagebanner .img_over {
		height: 720px !important;
	}
	
	.boldgrid-section .bg-table.table-bordered {
		display: block;
		overflow: auto;
	}
	
	span.select2.select2-container.select2-container--default {
		border: 1px solid #000 !important;
	}
	
	.select2-dropdown {
		z-index: 99999999999999;
	}
	
	.select2-search__field, .select2-selection__rendered {
		color: #000 !important;
	}
	
	.select2-container--default .select2-search--inline .select2-search__field {
		width: 100% !important;
	}
	
	.home_hero_sec video {
		width: AUTO;
	}
	
	.home_hero_sec video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	section.hunt_images_slider .slick-next {
		right: 10px;
	}
	
	section.hunt_images_slider .slick-prev {
		left: 10px;
	}
	
	.hero_sec .select2-container--default .select2-selection--multiple .select2-selection__rendered, .hero_sec .select2-container--default .select2-search__field {
		color: #fff !important;
	}
	
	.hero_sec .select2-container--default .select2-selection--multiple .select2-selection__choice {
		color: #fff;
	}
	
	#hunt_catbanner + .select2 .select2-selection--multiple .select2-selection__rendered, #hunt_destbanner + .select2 .select2-selection--multiple .select2-selection__rendered {
		align-items: center;
		gap: 4px;
		padding: 4px;
	}
	
	#hunt_catbanner + .select2 .select2-selection--multiple .select2-selection__choice, #hunt_destbanner + .select2 .select2-selection--multiple .select2-selection__choice {
		float: none !important;
		margin: 2px 4px 2px 0 !important;
	}
	
	#hunt_catbanner + .select2 .select2-selection--multiple .select2-search--inline, #hunt_destbanner + .select2 .select2-selection--multiple .select2-search--inline {
		flex: 1 1 auto;
		min-width: 50px;
	}
	
	#clickherebutton .col_in .btn {
		opacity: 1 !important;
		visibility: visible !important;
		transition: all .3s ease !important;
	}
	
	section.hunting_bnr .img_over_bg {
		display: none !important;
	}
	
	.hunting_bnr:has(.img_over_bg) .img_over {
		width: 100%;
		position: unset !important;
		display: block;
	}
	
	.homepagebanner form.hp-form--wide.hp-form--primary .col-md-1:first-child {
		display: none !important;
	}
	
	.homepagebanner form.hp-form--wide span.select2.select2-container.select2-container--default {
		padding-left: 10px !important;
	}
	
	.homepagebanner .select2-container--default .select2-selection--multiple {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 990px) {
	section.sitemap_section .container.sitemapcontainer {
		column-count: 1;
	}
	
	div#reservationModal .col-md-5 > .bg-light {
		height: 100%;
		display: flex;
		gap: 20px;
		border-radius: 0 !important;
	}
	
	div#reservationModal .modal-dialog {
		padding: 0;
		margin: 0;
		min-height: unset;
	}
	
	div#reservationModal .modal-content {
		max-height: 100%;
		overflow: hidden;
		border-radius: 0;
		height: 100vh;
		border: none;
	}
	
	div#reservationModal button.btn.btn-warning.w-100.fw-bold {
		max-width: 110px;
	}
	
	div#reservationModal .col-md-5 > .bg-light .alert {
		margin-bottom: 0 !important;
	}
	
	div#reservationModal .col-md-5 {
		position: fixed;
		left: 0;
		bottom: 0;
		padding: 0;
	}
	
	div#reservationModal .col-md-7 {
		height: calc(100vh - 160px);
		overflow: auto;
	}
	
	.sidebar_right {
		display: none;
	}
	
	section.knowlege_base_sec .container-fluid {
		max-width: 100%;
	}
	
	section.knowlege_base_sec .content_center section.hunting_bnr h1 {
		line-height: normal;
	}
	
	section.step_sec h2:first-child {
		font-size: 44px;
	}
	
	section.step_sec p, section.image_left_bnr .row p {
		font-size: 19px;
	}
	
	section.step_sec h2 + h2.h4 {
		font-size: 33px;
	}
	
	section.knowlege_base_sec > .container-fluid > .row {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.hero_sec .img_over {
		height: 470px;
	}
	
	section.knowledge_section h1.text-orange {
		font-size: 26px;
	}
	
	section.knowledge_section .container-fluid {
		padding: 0;
	}
	
	div#searchResults {
		width: 85%;
	}
	
	div#searchResults a {
		display: flex;
	}
	
	section.knowledge_section .container-fluid .row {
		margin: 0;
	}
	
	section.knowledge_section .card-img-overlay {
		padding: 20px;
	}
	
	section.shot_slider_sec.full_width_slider:has(.head_text) .col-md-12.head_text + .col-md-12 {
		max-width: 375px;
		margin: auto;
	}
	
	section.shot_slider_sec.full_width_slider:has(.head_text) .shot_slider_image_container {
		height: 220px !important;
	}
	
	section.shot_slider_sec.full_width_slider .col-md-12 {
		max-width: 375px;
		margin: auto;
	}
	
	section.shot_slider_sec .col-md-4 {
		max-width: 375px;
		margin: auto;
	}
	
	section.single_blog_post {
		padding: 20px 10px;
		background-size: auto;
		background-position: top center;
	}
	
	section.single_blog_post .col-md-12 {
		margin: 0;
	}
	
	section.single_blog_post h1.blog_title {
		font-size: 30px;
		line-height: 45px;
	}
	
	section.single_blog_post .col-md-4 .bg-dark {
		max-width: 100%;
	}
	
	span#file-name {
		display: block;
	}
	
	section.host_about_sec .container > .row {
		grid-template-columns: 1fr;
	}
	
	section.account_sec .col-md-4 {
		position: relative !important;
	}
	
	.registration_bnr .container h1 {
		font-size: 41px !important;
		line-height: normal !important;
	}
	
	.registration_bnr .container.card-img-overlay {
		padding: 0 5px;
	}
	
	section.host_about_sec .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	section.host_banner .container h1 {
		font-size: 30px !important;
		line-height: normal !important;
	}
	
	.host_banner .btn.btn-primary {
		font-size: 14px;
		line-height: 14px;
		height: 51px;
	}
	
	section.host_banner .container p.text-white {
		line-height: 26px;
		font-size: 14px;
	}
	
	section.host_about_sec .container:before {
		margin-left: 0;
	}
	
	section.host_about_sec .btn-primary {
		font-size: 14px;
		width: 100%;
		max-width: 187px;
	}
	
	section.host_about_sec .col-lg-3 ul li {
		font-size: 14px;
	}
	
	section.host_about_sec .species_data {
		margin-bottom: 30px;
	}
	
	.host_about_sec h2.section_title {
		font-size: 30px;
	}
	
	section.outfitter_banner .col-md-7 h1 {
		font-size: 27px;
		line-height: 27px;
	}
	
	section.join_community_sec .col-md-6 {
		padding: 0 20px;
	}
	
	section.join_community_sec .container p {
		font-size: 16px;
	}
	
	section.join_community_sec .col-md-6.d-flex {
		padding: 0 20px;
	}
	
	.register_text h3 {
		font-size: 27px;
	}
	
	.register_text {
		padding: 44px 40px 40px;
	}
	
	section.join_community_sec {
		padding: 20px 0 50px;
	}
	
	section.join_community_sec .tex_in h3 {
		line-height: 30px;
	}
	
	section.outfitter_banner p {
		font-size: 16px;
		font-weight: 400;
	}
	
	section.outfitter_banner .container .row, section.outfitter_banner .container {
		height: 100%;
	}
	
	section.outfitter_banner .card-img-overlay {
		padding: 70px 5px;
	}
	
	section.outfitter_banner .btn {
		font-size: 15px;
		max-width: 284px;
	}
	
	section.outfitter_banner a.btn.btn-primary {
		max-width: 285px;
		margin: 0 auto;
	}
	
	section.register_hunting_sec h2 {
		margin-bottom: 44px;
		font-size: 25px;
	}
	
	section.register_hunting_sec .col-md-1 img {
		max-width: 42px;
		margin: auto;
		display: block;
	}
	
	section.register_hunting_sec {
		text-align: center;
		padding-right: 8px;
	}
	
	section.event_list_sec {
		padding: 50px 20px;
	}
	
	section.event_details {
		padding: 50px 10px 50px;
	}
	
	section.events_banner .tex_in {
		text-align: center;
	}
	
	section.events_banner .tex_in h2 {
		font-size: 24px;
	}
	
	section.event_details ul.list-unstyled li {
		font-size: 20px;
	}
	
	section.hunting_bnr.annual_exhibition h1.text-orange {
		font-size: 25px;
		line-height: 25px;
	}
	
	.event_list_sec .row.event_list h2 {
		font-size: 22px;
	}
	
	.event_list_sec .row.event_list p {
		margin-bottom: 20px;
	}
	
	section.expedition_banner {
		padding: 40px 0px 40px 0px;
	}
	
	section.heading_only h1 {
		margin: 0;
	}
	
	.glance_info h2 {
		font-size: 31px;
		line-height: 31px;
		margin: 0 0 20px;
		padding-top: 50px;
	}
	
	.hunting_gallery {
		padding: 100px 0px 40px;
	}
	
	.hunting_gallery h2 {
		font-size: 32px;
		text-transform: capitalize;
	}
	
	section.text_desc_sec.about_exhibition h2 {
		padding: 0;
		text-transform: uppercase;
	}
	
	.hunting_gallery h2:before {
		width: 15px;
	}
	
	section.glance_sec .col-md-8 {
		padding: 0 20px;
	}
	
	section.shot_slider_sec.full_width_slider:has(.head_text) {
		padding-top: 100px;
	}
	
	section.hunting_bnr.danger_game_bnr .img_over {
		height: 730px;
	}
	
	section.hunting_bnr h2 {
		font-size: 16px;
		margin: 0;
	}
	
	section.hunting_bnr.danger_game_bnr h1.text-orange {
		font-size: 41px;
		line-height: 41px;
	}
	
	section.glance_sec .container:before {
		width: 37px;
	}
	
	.glance_desc.text-white {
		padding-right: 0;
		padding-bottom: 20px;
	}
	
	section.shot_slider_sec.full_width_slider:has(.head_text) h2 {
		margin-bottom: 25px;
		font-size: 24px;
		line-height: 24px;
	}
	
	section.shot_slider_sec.full_width_slider:has(.head_text) .col-md-12.head_text + .col-md-12 {
		padding: 0 20px;
	}
	
	section.shot_slider_sec.full_width_slider:has(.head_text) .shot_slider_image_container {
		height: 255px;
	}
	
	section.hunting_usp_sec .row .col-md-6 {
		padding: 0 20px !important;
	}
	
	section.hunting_usp_sec .row {
		gap: 40px 0;
	}
	
	section.hunting_usp_sec h3 {
		font-size: 22px;
		line-height: 44px;
	}
	
	section.hunting_usp_sec {
		padding-top: 0;
		padding-bottom: 55px;
	}
	
	section.glance_sec .col-md-4 {
		padding: 0;
	}
	
	.glance_info.text-white {
		padding: 0 20px 4px;
	}
	
	section.shot_slider_sec .col-md-4 {
		padding: 0 20px;
	}
	
	section.shot_slider_sec .row.justify-content-center {
		gap: 20px;
	}
	
	section.shot_slider_sec .head_text h2 {
		font-size: 30px;
		padding: 0 10px;
	}
	
	section.hunting_bnr.shot_bnr h1.text-orange {
		font-size: 41px;
		line-height: 41px;
		padding: 0;
		max-width: 314px;
		margin: 0 auto 30px;
	}
	
	section.shot_bnr h2 {
		font-size: 16px;
		max-width: 314px;
		margin: auto;
	}
	
	section.shot_slider_sec .head_text h2:before {
		width: 15px;
	}
	
	section.categories_sec .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	
	section.animal_category .col {
		width: 33.33%;
		flex: auto;
	}
	
	section.categories_sec h2:before {
		width: 15px;
	}
	
	section.categories_sec h2 {
		font-size: 30px;
	}
	
	section.categories_sec h2 + p {
		margin-bottom: 42px;
	}
	
	section.categories_sec {
		padding-bottom: 20px;
	}
	
	footer .pay_row .row {
		flex-direction: column;
		width: 100%;
		max-width: 150px;
	}
	
	section.categories_sec .container-fluid .row {
		margin: 0;
	}
	
	.hero_sec form.hp-form--wide .row {
		margin: 0;
	}
	
	header .container-fluid {
		padding: 10px 10px !important;
	}
	
	header {
		position: relative;
	}
	
	.middle_header {
		padding: 25px 15px 15px !important;
	}
	
	.middle_header form .row {
		margin: 0;
	}
	
	nav.navbar button.navbar-toggler {
		border: none;
		background: transparent;
		padding: 15px;
	}
	
	header .col-md-12.col-lg-2 form.hp-form--wide:has(.right_nav) {
		display: none !important;
	}
	
	header .col-md-12.col-lg-8 form.hp-form--wide.hp-form--primary.d-block.d-sm-none {
		display: block !important;
	}
	
	header .right_nav {
		flex-direction: row-reverse;
		justify-content: space-between !important;
		margin-top: 0;
		position: absolute;
		bottom: auto;
		left: auto;
		top: 15px;
		right: 10px;
		max-width: 240px;
	}
	
	.middle_header button.btn.btn-primary {
		width: 100%;
		height: 51px;
	}
	
	nav.navbar button.navbar-toggler svg {
		width: 30px;
		height: 30px;
		fill: var(--primary-color);
	}
	
	nav.navbar.navbar-expand-lg {
		padding: 0;
	}
	
	.navbar-toggler:focus {
		box-shadow: none;
	}
	
	nav.navbar.navbar-expand-lg.justify-content-center {
		justify-content: space-between !important;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0 20px 0 23px;
		margin-bottom: 8px;
		justify-content: space-between;
	}
	
	ul.navbar-nav {
		background: #000;
	}
	
	section.why_choose_sec .icons_row {
		padding-top: 26px;
		padding-bottom: 26px;
		gap: 70px;
		justify-content: center;
	}
	
	section.why_choose_sec .container .col-md-3 {
		margin: 0;
	}
	
	section.why_choose_sec {
		padding-bottom: 50px;
	}
	
	section.why_choose_sec .image_box img {
		width: 176px;
	}
	
	section.why_choose_sec .image_box {
		max-width: 276px;
	}
	
	section.why_choose_sec .image_box p {
		font-size: 15px;
		margin: 0;
	}
	
	section.why_choose_sec h2:before {
		width: 15px;
	}
	
	section.why_choose_sec h2 {
		font-size: 32px;
		line-height: 32px;
	}
	
	section.why_choose_sec .btm_text p {
		font-size: 22px;
		line-height: 30px;
	}
	
	section.why_choose_sec .container {
		padding: 0 20px;
	}
	
	.hunting_bnr .img_over {
		height: 540px;
	}
	
	.hunting_bnr .container.card-img-overlay {
		height: max-content;
		margin: auto;
		padding: 0 20px;
	}
	
	section.hunting_bnr h1.text-orange {
		margin-bottom: 30px;
		font-size: 41px;
		line-height: 76px;
	}
	
	section.hunting_bnr p {
		font-size: 16px;
	}
	
	.hunting_bnr .container.card-img-overlay .text-center.mb-4 {
		margin: 0 !important;
	}
	
	.hunting_bnr .img_over img {
		object-position: center;
	}
	
	footer .pay_row .col img {
		object-fit: contain;
		width: 50px;
		height: 25px;
	}
	
	footer .pay_row .col {
		padding: 10px;
	}
	
	footer .row .col:last-child {
		order: 0;
		max-width: 100%;
		flex: auto;
	}
	
	footer .row .col:nth-child(3) {
		order: 1;
	}
	
	footer .row .col:nth-child(2) {
		order: 2;
	}
	
	footer .row .col:nth-child(1) {
		order: 3;
	}
	
	footer p.h5 {
		font-size: 18px;
	}
	
	footer .row .col ul.list-unstyled {
		margin-bottom: 37px;
	}
	
	footer .container:has(form) {
		padding: 55px 20px 74px !important;
	}
	
	footer .col:has(form) {
		padding-right: 10px;
		text-align: center;
	}
	
	footer .col:has(form) p + p {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	footer.pt-5 {
		padding-top: 0 !important;
	}
	
	footer .container-fluid ul.list-unstyled {
		gap: 0;
		padding: 0 0 10px;
		margin: 0;
	}
	
	footer .container-fluid {
		padding: 20px 15px 20px;
		border-top: 1px solid rgba(255, 255, 255, .33);
	}
	
	.copyright_text {
		padding-top: 20px;
		border-top: 1px solid rgba(255, 255, 255, .33);
		margin-top: 10px;
	}
	
	footer .container-fluid ul.list-unstyled .me-4 {
		margin: 0 6px !important;
	}
	
	section.product_listing .col-md-4.col-12.position-sticky {
		position: relative !important;
	}
	
	.dropdown-item.active, .dropdown-item {
		color: #fff;
		padding: 5px 20px;
	}
	
	section.product_listing button.btn.btn-warning {
		width: calc(100% - 40px);
		margin: auto;
		color: var(--black-color);
	}
	
	section.product_listing label.form-label.text-uppercase.small {
		color: var(--text-color-grey);
	}
	
	section.product_listing .modal-body {
		padding: 24px;
	}
	
	section.product_listing .modal-body .btn-close {
		padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
		margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
		margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
		margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
		margin-left: auto;
		position: absolute;
		right: 25px;
	}
	
	section.product_listing .form-check-input[type=checkbox] {
		border: 2px solid #9c9c9c;
	}
	
	section.product_listing .modal-body button.btn.btn-warning {
		width: calc(100% - 0px);
		color: #fff;
	}
	
	.modal.show .modal-dialog {
		padding: 20px;
	}
	
	.modal-content.bg-white.text-dark {
		border-radius: 15px;
	}
	
	section.product_listing .modal-body .row-cols-2 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	footer .privacy_links {
		padding-left: 0 !important;
		gap: 15px !important;
	}
	
	footer .privacy_links li a {
		font: 14px;
	}
	
	footer .privacy_links li:after {
		right: -9px;
	}
	
	section.animal_list_sec.animal_list_desc .container.animal_listing_container {
		padding: 0;
	}
	
	section.text_desc_sec h2, section.animal_list_sec h3, section.animal_list_sec.animal_list_desc h2 {
		font-size: 32px;
		padding: 0 30px;
	}
	
	section.text_desc_sec h2:before, section.animal_list_sec h3:before, section.animal_list_sec.animal_list_desc .head_text h2:before {
		width: 16px;
		height: 7px;
	}
	
	section.animal_list_sec.animal_list_desc .head_text h2 + p {
		margin-bottom: 8px;
		font-size: 16px;
		padding: 0 20px;
		line-height: 28px;
	}
	
	section.listing_categories h2:before {
		width: 16px;
		height: 7px;
	}
	
	section.listing_categories.dangerous_game_listing p.text-white.text-center {
		margin-bottom: 16px;
		font-size: 16px;
		padding: 0 15px;
	}
	
	section.thrill_hunting_sec .col-md-8 .info_text {
		padding-left: 0px;
		font-size: 16px;
	}
	
	section.thrill_hunting_sec .container {
		padding: 0 20px;
	}
	
	section.thrill_hunting_sec .head_text h2 {
		font-size: 32px;
		line-height: 32px;
	}
	
	section.thrill_hunting_sec .head_text h2:before {
		width: 15px;
	}
	
	section.text_desc_sec.more_info p {
		font-size: 16px;
	}
	
	section.shot_slider_sec.full_width_slider .shot_slider_image_container {
		height: 245px;
	}
	
	section.shot_slider_sec.full_width_slider .col-md-12 {
		padding: 0 20px;
	}
	
	section.blog_posts {
		padding: 30px 0;
	}
	
	section.blog_posts .col-md-8 h1:after {
		max-width: 50px;
		margin: 50px auto 0;
	}
	
	section.blog_posts .col-md-8 h1.text-white {
		font-size: 35px;
		line-height: 38px;
		margin: 0 0 15px;
	}
	
	section.blog_posts form {
		max-width: 250px;
		margin: auto;
	}
	
	section.blog_posts ul.nav.nav-pills {
		flex-wrap: nowrap;
		overflow-y: scroll;
		justify-content: flex-start !important;
	}
	
	section.blog_posts ul.nav.nav-pills li a {
		white-space: nowrap;
		padding: 0 10px !important;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		flex-basis: auto;
		flex-grow: unset;
	}
}

@media only screen and (max-width: 450px) {
	section.view_hunt_sec .boldgrid-section p img {
		width: 100%;
		height: auto;
	}
	
	section.view_hunt_sec .boldgrid-section p {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 380px) {
	section.shot_slider_sec.full_width_slider .shot_slider_image_container {
		height: 220px;
	}
}

@media only screen and (max-width: 1600px) and (min-width: 1100px) {
	.middle_header {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 990px) {
	.middle_header {
		max-width: 100%;
	}
	
	.right_nav {
		gap: 15px !important;
	}
}

/*15-07-2025*/
.section-bar {
	width: 60px;
	height: 4px;
	background: #f60;
}

.hunt_info_gray {
	background-color: #181818 !important;
}

section.hunt_black_pad {
	padding-top: 45px;
	padding-bottom: 45px;
}

.mar-bottom {
	margin-bottom: 16px !important;
}

.row.pt-5-pad {
	padding-top: 6%;
	padding-bottom: 3%;
}

.pt-5-pad .col_in a {
	text-decoration: none;
}

section.hunt_info_gray a {
	color: #f60;
}

.pt-5-pad button.btn.btn-warning.mt-2 {
	background-color: #f76400;
	border: #f76400;
	font-weight: 500;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	fill: #fff;
	text-align: center;
	transition: all .3s;
}

@media (max-width: 575.98px) {
	.founders-section {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

section.kb_faq .accordion-button.collapsed::after {
	margin: 0;
}

section.kb_faq ul li a {
	text-decoration: none;
	color: #f76400;
}

section.kb_faq .accordion-body ul li a {
	color: #f76400;
	text-decoration: none;
	word-wrap: break-word;
}

section.kb_faq .accordion-body ol li a {
	color: #f76400;
	text-decoration: none;
	word-wrap: break-word;
}

section.kb_faq .accordion-body ul li {
	margin-bottom: .5rem;
}

section.kb_faq .accordion-body p a {
	color: #f76400;
	text-decoration: none;
	word-wrap: break-word;
}

section.kb_faq .accordion-item:first-of-type > .accordion-header .accordion-button {
	cursor: pointer;
}

section.faq_bnr h3 {
	font-family: "Roboto", Sans-serif;
	font-size: 17px !important;
	font-weight: 500 !important;
	text-transform: none !important;
	font-style: normal;
	text-decoration: none;
	line-height: 32px !important;
	letter-spacing: 0px;
	word-spacing: 0em;
	padding: 0 10px;
	margin-bottom: 40px;
}

section.kb_single_faq .container {
	padding: 25px !important;
	background-color: #eee;
	margin: 0px auto;
	width: 40%;
	border: solid 1px #ddd;
	border-radius: 10px;
	font-family: sans-serif;
}

section.kb_single_faq h2 {
	font-family: inherit !important;
	font-weight: 700 !important;
	font-size: 29px !important;
	color: rgba(15, 23, 39, .85) !important;
}

section.kb_single_faq {
	padding: 50px 0px;
}

section.kb_single_faq p.text-lft {
	padding: 10px 0;
	font-size: 16px !important;
	margin-bottom: 1rem;
	line-height: 1.875;
}

.sidebar_right ul li.active {
	background: var(--primary-color) !important;
	border-radius: 10px;
	color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f25800;
}

section.hunt_images_slider .slick-slide img {
	display: block;
	border-radius: 10px;
	aspect-ratio: 1;
	width: 100%;
}

.text-capitalize {
	text-transform: capitalize !important;
}

/*05-09-2025*/
section.shot_slider_sec.full_width_slider.blog-slider {
	max-width: 532px;
	margin: 30px auto;
	padding: 0;
	background: transparent !important;
}

section.shot_slider_sec.full_width_slider.blog-slider:before {
	display: none;
}

section.shot_slider_sec.full_width_slider.blog-slider .shot_slider_image_container {
	height: 346px;
}

section.shot_slider_sec.full_width_slider.blog-slider img {
	width: 100%;
	height: 100%;
}

section.shot_slider_sec.full_width_slider.blog-slider .shot_slider_image_before {
	width: var(--position) !important;
}

.home_hero_sec select {
	height: 57px;
	border-radius: 50px;
	color: transparent;
	background: #000;
	overflow: hidden;
	border: #000;
}

section.view_hunt_sec .boldgrid-section h2 {
	font-family: "arial black", sans-serif;
}

.product-card {
	position: relative;
}

/* Flexible ribbon */
.badgediv {
	position: absolute;
	z-index: 10;
	right: 0;
	padding: 8px 10px;
}

.badgediv:has(.soldbadge) {
	position: absolute;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 10px;
}

.badgediv .badgeimage {
	max-width: 80px;
}

.badgedivsingle {
	margin-right: auto;
	margin-left: 30px;
}

.badgedivsingle .badgeimage {
	max-width: 80px;
}

.pricedivhunt .hunt-old-price {
	text-decoration: line-through;
	text-decoration-color: #dc3545;
	font-size: 15px;
	color: #000;
}

.pricedivsinglehunt .hunt-old-price {
	text-decoration: line-through;
	text-decoration-color: #000;
	font-size: 15px;
	color: #fff;
}

.view_hunt_sec i.fas.fa-star {
	color: #eddede;
}

.view_hunt_sec .active i.fas.fa-star {
	color: #000;
}

img.huntbadge.badgeimage.soldbadge {
	max-width: 220px;
	transform: rotate(330deg);
	margin-left: -40px;
	margin-top: 0;
}

.pricedivhunt div:last-child {
	font-size: 16px !important;
}

@media only screen and (max-width: 1140px) and (min-width: 960px) {
	.product_listing .attribute-item .text-orange {
		font-size: 14px !important;
	}
}

.accountprofile form label, .signagreement form label {
	font-weight: 700;
	color: #000 !important;
	font-size: 14px !important;
	margin: 30px 0 0;
}

.accountprofile form .speciesdiv label {
	font-weight: 400;
}

.accountprofile form label small, .signagreement form label small, .accountprofile form label + small, .signagreement form label + small {
	font-size: 12px !important;
	color: #aaa !important;
}

.accountprofile form input, .accountprofile form textarea, .accountprofile form select {
	border: 1px solid #333 !important;
	padding: 10px !important;
	border-radius: 3px !important;
	margin: 10px 0 0;
}

.accountprofile form input[type=radio] {
	border-radius: 50% !important;
}

.accountprofile form label.form-check-label {
	margin: 0;
	padding: 10px;
}

.accountprofile span.select2.select2-container.select2-container--default {
	border: 1px solid #000 !important;
}

.accountprofile .select2-container--default .select2-search--inline .select2-search__field {
	border: none !important;
}

.btn.btn-primary {
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: -.2px;
	word-spacing: 0px;
	border-style: solid;
	border-width: 2px;
	border-radius: 40px 40px 40px 40px;
	box-shadow: rgba(247, 100, 0, .35) 0px 5px 21px;
	background-color: #f76400;
	color: #fff;
	border-color: #f76400;
	height: 40px;
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
	.product_list .listing-card__body {
		padding: 20px 10px;
	}
	
	.product_list .listing-card__footer.mt-3 {
		margin: 0 .5rem;
	}
	
	.product_list .col-sm-6.col-12 {
		padding: 0 5px;
	}
	
	.product_list > .row {
		gap: 10px 0;
	}
	
	.product_list .attribute-item .text-orange {
		font-size: 14px !important;
	}
}

.listing-card a.btn.btn-sm.btn-primary {
	border-radius: 18px !important;
	padding: 7px 15px !important;
}

ul.accomaminities {
	list-style: none;
	gap: 15px;
	padding: 0;
	flex-wrap: wrap;
}

ul.accomaminities li {
	padding: 6px 12px;
	border: 1px solid #baaeae;
	border-radius: 5px;
}

.slick-slider:not(.slick-initialized), .images_slider:not(.slick-initialized) {
	display: flex;
	gap: 20px;
	overflow: hidden;
	flex-wrap: nowrap;
}

.add_hunt_sec select#start_month:focus, .add_hunt_sec select#end_month:focus, .add_hunt_sec select#fence_type:focus {
	color: #000;
	background-color: #fff;
}

.add_hunt_sec textarea, .add_hunt_sec textarea::placeholder {
	color: #fff;
}

.slick-slider:not(.slick-initialized) .col-sm-4.col-12.product_card, .images_slider:not(.slick-initialized) .col-12 {
	width: calc(25% - 16px);
}

.desktopview {
	display: block;
}

.mobileview {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.slick-slider:not(.slick-initialized) .col-sm-4.col-12.product_card, .images_slider:not(.slick-initialized) .col-12 {
		width: calc(50% - 16px);
	}
}

@media only screen and (max-width: 767px) {
	.slick-slider:not(.slick-initialized) .col-sm-4.col-12.product_card, .images_slider:not(.slick-initialized) .col-12 {
		width: 100%;
	}
	
	.boldgrid-section table {
		display: block;
		overflow: auto;
		max-width: 100%;
	}
	
	section.view_hunt_sec .container > .row:first-child {
		flex-direction: column-reverse;
	}
	
	section.view_hunt_sec .container > .row .position-sticky {
		position: unset !important;
		margin: 0px 0 30px;
	}
	
	div#custom_hunt_id {
		color: #000;
		font-size: 18px;
		font-weight: 500;
		display: block;
		align-items: right;
		max-width: 110px;
	}
}

.boldgrid-section table {
	display: block;
	overflow: auto;
	max-width: 100%;
}

@media only screen and (max-width: 991px) {
	.desktopview {
		display: none !important;
	}
	
	.mobileview {
		display: block !important;
	}
}

#locationMap, #locationMapView {
	height: 400px;
	width: 100%;
}

#searchInput {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

.right_nav {
	margin-left: -20px;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
	.right_nav {
		font-size: 13px !important;
	}
	
	.right_nav i {
		font-size: 15px !important;
	}
	
	.logged_in .right_nav svg.log-icon {
		height: 20px !important;
		width: 20px !important;
	}
	
	.right_nav svg {
		height: 15px !important;
		width: 15px !important;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 990px) {
	.right_nav {
		font-size: 11px !important;
	}
	
	.right_nav i {
		font-size: 13px !important;
	}
	
	.logged_in .right_nav svg.log-icon {
		height: 17px !important;
		width: 17px !important;
	}
	
	.right_nav svg {
		height: 13px !important;
		width: 13px !important;
	}
}

section.hunting_bnr:has(.img_over_bg) {
	overflow: hidden;
}

section.hunting_bnr:has(.img_over_bg) .img_over_bg {
	width: calc(100% + 60px);
	height: 520px;
	position: relative;
	margin: auto;
	display: block;
	left: 0;
	right: 0;
	filter: blur(20px);
	margin: -40px;
}

.img_over_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hunting_bnr:has(.img_over_bg) .img_over {
	display: flex;
	height: 450px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	justify-content: center;
}

.hunting_bnr:has(.img_over_bg) .img_over:before {
	opacity: .5;
}

.hunting_bnr:has(.img_over_bg) .img_over img {
	width: auto;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

section.account_sec .col-md-8 textarea.form-control {
	height: auto;
}

@media only screen and (max-width: 990px) {
	section.hunting_bnr:has(.img_over_bg) h1.text-orange {
		line-height: normal;
	}
	
	.hunting_bnr:has(.img_over_bg) .img_over {
		height: 100%;
	}
}

.boldgrid-section img {
	padding: 0px 10px;
}

.text-whatsapp {
	color: #25d366;
}

#clickherebutton .col_in div {
	cursor: pointer;
}

button.accordion-button {
	font-family: "Roboto";
}

.accordion-item {
	border: none;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}

.accordion-button:focus {
	background-color: transparent;
	box-shadow: none;
}

.accordion-item .title_about_hunt small {
	font-size: 14px;
}

/* When open → show minus */
.custom-accordion-btn:not(.collapsed) .accordion-plus-minus::before {
	content: "−";
}

@media only screen and (max-width: 1500px) and (min-width: 768px) {
	section.animal_list_sec .animal_listing .img_cont {
		height: 20vw;
		overflow: hidden;
		position: relative;
		min-height: 20vw;
	}
}

@media only screen and (min-width: 1500px) {
	section.animal_list_sec .animal_listing .img_cont {
		height: 250px;
		overflow: hidden;
		position: relative;
		min-height: 250px;
	}
}

@media only screen and (max-width: 767px) {
	section.animal_list_sec .animal_listing .img_cont {
		height: 48vw;
		min-height: 48vw;
	}
}

.home_hero_sec .container {
	max-width: 90% !important;
}

.home_hero_sec .container .text-left div.page-outfitter-hunt-stats {
	width: 100%;
	max-width: 800px;
}

.home_hero_sec .container .text-left h1, .home_hero_sec form {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}

.home_hero_sec .container .text-left div.page-outfitter-hunt-stats {
	margin: auto;
	justify-content: center !important;
}

.home_hero_sec h1.text-orange {
	text-align: center;
}

.listingh1 {
	line-height: 1.38;
	margin-top: 24pt;
	margin-bottom: 6pt;
}

.listingh1 strong, .listingh1 span {
	font-size: 18pt;
	font-family: "arial black", sans-serif;
	color: #000;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	vertical-align: baseline;
	white-space: pre-wrap;
}
