 .banner_links,
.center-div {
	transform: translate(-50%, -50%)
}

.box-content span {
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-content span {
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 170px;
}

.card.border-0.rounded-0.text-white.overflow.zoom {
	aspect-ratio: 1;
	overflow: hidden;
	width: 100%;
	height: 100%
}
 
 

img.absolute-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4
}

.shadow_effect {
	font-weight: 500;
	text-shadow: 0 4px 10px #795548
}

.banner_links a {
	padding: 5px 10px;
	font-size: .75rem;
	font-weight: 600;
	position: relative;
	border: 1px solid #592807;
	color: #592807 !important
}

.banner_links {
	bottom: 13px;
	display: flex;
	gap: 12px;
	position: absolute;
	left: 51%;
	width: 86vw;
	height: auto;
	text-align: center;
	justify-content: center;
	align-items: center
}

img.banner_logo {
	width: 10rem;
	position: relative;
	top: 4.4vh
}

video#slideVideo {
	width: 100vw
}

.blockquote-wrapper {
	display: flex;
	height: auto;
	max-width: 920px;
	padding: 0 20px;
	margin: auto;
	gap: 28px
}

.blockquote {
	position: relative;
	min-width: 49%;
	margin: 60px auto;
	align-self: center
}

.blockquote h2 {
	position: relative;
	color: #592807;
	font-size: 1.3rem !important;
	font-weight: 500;
	line-height: 2rem;
	margin: 0;
	border: 2px solid;
	border-radius: 20px;
	min-height: 105px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center
}

.blockquote h2:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-top: 15px solid #592807;
	border-left: 15px solid transparent;
	position: absolute;
	bottom: -15px;
	right: 12px
}

.blockquote svg {
	position: absolute;
	top: 5px;
	left: -2px;
	width: 60px;
	height: 60px;
	color: #59280780;
	z-index: -1
}

.blockquote h4 {
	position: relative;
	color: #fff;
	font-size: 1.4rem !important;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding-top: 15px;
	z-index: 1;
	text-align: right;
	padding-left: 12px
}

.box16,
.center-div,
img.logo {
	text-align: center
}

.blockquote h4 small {
	font-size: 1rem
}

.blockquote h4:first-letter {
	margin-left: -12px
}

.center-div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80vw;
	height: auto
}

.homebanner {
	width: 100%;
	margin: 0 0 10px
}

.banner_links_mobile {
	display: none
}

@media all and (max-width:600px) {

	.homebanner,
	div#videoImageCarousel {
		min-height: 400px
	}

	.blockquote h4 small {
		font-size: .5rem
	}

	.homebanner {
		width: 100%;
		margin: 0 0 10px
	}

	img.banner_logo {
		width: 6rem;
		position: relative;
		top: -1.6vh
	}

	.center-div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 72vw;
		height: auto;
		text-align: center
	}

	.blockquote-wrapper {
		display: flex;
		height: auto;
		padding: 0;
		margin: auto;
		gap: 0;
		flex-direction: column
	}

	.blockquote {
		position: relative;
		min-width: 50%;
		margin: -1px auto;
		align-self: center
	}

	.blockquote h2 {
		min-height: 61px;
		font-size: .8rem !important;
		padding: 0 !important;
		line-height: .9rem;
		min-width: 280px
	}

	.blockquote h4 {
		font-size: .9rem !important
	}

	.banner_links {
		display: none
	}

	.banner_links_mobile a {
		border: 1px solid #d7c5ad;
		font-size: 11px;
		background: #f9e2c9;
		text-align: center;
		color: #000 !important
	}

	.banner_links_mobile {
		display: grid;
		grid-template-columns: 48% 48%;
		gap: 5px;
		margin: 0 -6px 6px 4px
	}
}

.grayeee {
	background: #eee
}

.item-hints {
	height: 500px;
	width: 500px;
	margin: 00px auto;
	position: absolute;
	top: 0;
	right: 0
}

.item-hints .hint {
	width: 60px;
	height: 60px;
	margin: 57px 22%;
	position: relative;
	display: flex;
	float: right
}

.item-hints .hint::before {
	background-color: #fff;
	width: 8px;
	height: 8px;
	z-index: 2;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.item-hints .hint::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 2px;
	height: 2px;
	z-index: 1;
	-webkit-box-shadow: 0 0 50px 30px rgba(72, 170, 72, .3);
	box-shadow: 0 0 50px 30px rgba(72, 170, 72, .3);
	-webkit-animation: 2s cubic-bezier(.25, .1, .2, 1) infinite home_hero_item_hints_glow;
	animation: 2s cubic-bezier(.25, .1, .2, 1) infinite home_hero_item_hints_glow;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

@-webkit-keyframes home_hero_item_hints_glow {
	0% {
		-webkit-box-shadow: 0 0 30px 5px #48aa48;
		box-shadow: 0 0 30px 5px #48aa48
	}

	70% {
		-webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
		box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
		box-shadow: 0 0 0 50px rgba(72, 170, 72, 0)
	}
}

@keyframes home_hero_item_hints_glow {
	0% {
		-webkit-box-shadow: 0 0 30px 5px #48aa48;
		box-shadow: 0 0 30px 5px #48aa48
	}

	70% {
		-webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
		box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
		box-shadow: 0 0 0 50px rgba(72, 170, 72, 0)
	}
}

.item-hints .hint-dot {
	z-index: 3;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: block;
	-webkit-transform: translate(0, 0) scale(.95);
	transform: translate(0, 0) scale(.95);
	-webkit-animation: 2s linear infinite home_hero_item_hints_border;
	animation: 2s linear infinite home_hero_item_hints_border;
	margin: auto
}

@-webkit-keyframes home_hero_item_hints_border {

	0%,
	100% {
		border-color: rgba(255, 255, 255, .6);
		-webkit-transform: translate(-50%, -50%) scale(.95);
		transform: translate(0, 0) scale(.95)
	}

	50% {
		border-color: rgba(255, 255, 255, .3);
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(0, 0) scale(1)
	}
}

@keyframes home_hero_item_hints_border {

	0%,
	100% {
		border-color: rgba(255, 255, 255, .6);
		-webkit-transform: translate(-50%, -50%) scale(.95);
		transform: translate(0, 0) scale(.95)
	}

	50% {
		border-color: rgba(255, 255, 255, .3);
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(0, 0) scale(1)
	}
}

.item-hints .hint-radius {
	background-color: rgba(255, 255, 255, .1);
	border-radius: 50%;
	width: 250px;
	height: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -125px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: background-color, opacity, visibility, -webkit-transform;
	transition-property: background-color, opacity, visibility, transform, -webkit-transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease, ease, ease, cubic-bezier(.5, 0, 0, 1);
	transition-timing-function: ease, ease, ease, cubic-bezier(.5, 0, 0, 1)
}

.item-hints .hint-content,
.item-hints .hint:hover .hint-content {
	width: 300px;
	z-index: 5;
	padding: 12px 0;
	pointer-events: none;
	color: #fff;
	position: absolute
}

.item-hints .hint:hover .hint-radius {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.item-hints .hint[data-position="1"] .hint-content {
	top: 85px;
	left: 50%;
	margin-left: 56px
}

.item-hints .hint-content {
	opacity: 0;
	-webkit-transition: opacity .7s, visibility .7s;
	transition: opacity .7s, visibility .7s;
	visibility: hidden;
	pointer-events: none background:#000
}

.item-hints .hint:hover .hint-content {
	opacity: 1;
	visibility: visible !important;
	-webkit-transition: opacity .7s, visibility .7s;
	transition: opacity .7s, visibility .7s
}

.item-hints .hint-content::before {
	width: 0;
	top: 0;
	left: 0;
	content: '';
	background-color: #fff;
	height: 1px;
	position: absolute;
	transition: width .4s
}

.item-hints .hint:hover .hint-content::before {
	width: 180px;
	transition: width .4s
}

.item-hints .hint-content::after {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	bottom: 0;
	left: 0;
	width: 80px;
	content: '';
	height: 1px;
	position: absolute;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	background: #000;
	border-top: 2px solid
}

.item-hints .hint:hover .hint-content::after {
	opacity: 1;
	visibility: visible
}

.item-hints .hint[data-position="4"] .hint-content {
	bottom: -100px;
	right: 110%;
	margin-left: 56px;
	padding: 10px;
	background: #000
}

img.homeicon {
	max-width: 68px;
	margin: 5px 0 0
}

#accordion5 .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 15px 50px
}

#accordion5 .panel-title a {
	display: block;
	padding: 10px 20px 10px 60px;
	background: #6b7a8fd1;
	border-radius: 30px;
	border: 1px solid #6b7a8fd1;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	position: relative
}

#accordion5 .panel-title a.collapsed {
	border: 1px solid #6b7a8f38;
	background: #fff;
	color: #000
}

#accordion5 .panel-title a.collapsed:before,
#accordion5 .panel-title a:before {
	content: "-";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #6b7a8f;
	font-size: 36px;
	color: #fff;
	text-align: center;
	border-right: 3px solid #fff;
	position: absolute;
	top: -2px;
	left: -1px;
	z-index: 1;
	transition: .3s
}

#accordion5 .panel-title a.collapsed:before {
	content: "+";
	background: #6b7a8f;
	border: none
}

#accordion5 .panel-body {
	padding: 10px 15px 0;
	margin: 0 0 0 30px;
	border: none;
	font-size: 14px;
	color: #333;
	line-height: 28px;
	position: relative
}

.tags .tag:hover {
	background: #8490a1;
	color: #fff
}

.tags .tag {
	background: #cacaca8a;
	display: inline-block;
	padding: 2px 19px;
	color: #000;
	text-transform: capitalize;
	border-radius: 43px;
	margin: 1px 4px 4px 0
}

.hover p {
	color: #fff !important
}

.ratio_left-cover-1.image-wrapper {
	height: 530px
}

img.logo {
	width: 175px !important;
	margin: 70px auto 0
}

h5.tagline.text-white {
	font-size: 20px
}

.sliderbg {
	background-image:url({{url('public/avif/home-page/2.avif')
}
})
}

.blockbg1 {
	background: #87c1e7 !important
}

.blockbg2 {
	background: #f2c331a1 !important
}

.blockbg3 {
	background: #87cfa5 !important
}

.logo-holder.position-relative {
	width: 175px;
	margin: auto
}

.box16 {
	color: #0b63f1;
	position: relative;
	background: #fff;
	display: block;
	height: 200px;
	margin-bottom: 8px
}

.box16 .box-content,
.box16:after {
	width: 100%;
	position: absolute;
	left: 0
}

.box16 .post,
.box16 .title {
	transform: translateY(35px);
	transition: .4s cubic-bezier(.13, .62, .81, .91)
}

.box16 .box-content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.box16 .title {
    font-size: 15px;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 !important;
    aspect-ratio: 2.2 / 1;
    display: flex;
    max-height: 81px;
    justify-content: center;
    align-items: flex-start;
}
 

 
.box1,
.box1 .title {
	color: #80ac51
}

.box1:hover {
	border: 4px solid #80ac51
}

.box1 svg {
	fill: #80ac51
}

.box1::before {
	border-top: 4px solid #80ac51
}

.box2,
.box2 .title {
	color: #1c499f
}

.box2:hover {
	border: 4px solid #1c499f
}

.box2 svg {
	fill: #1c499f
}

.box2::before {
	border-top: 4px solid #1c499f
}

.box3,
.box3 .title {
	color: #515558
}

.box3:hover {
	border: 4px solid #515558
}

.box3 svg {
	fill: #515558
}

.box3::before {
	border-top: 4px solid #515558
}

.box4,
.box4 .title {
	color: #a7576e
}

.box4:hover {
	border: 4px solid #a7576e
}

.box4 svg {
	fill: #a7576e
}

.box4::before {
	border-top: 4px solid #a7576e
}

.box5,
.box5 .title {
	color: #efbf33
}

.box5:hover {
	border: 4px solid #efbf33
}

.box5 svg {
	fill: #efbf33
}

.box5::before {
	border-top: 4px solid #efbf33
}

.box6,
.box6 .title {
	color: #c23616
}

.box6:hover {
	border: 4px solid #c23616
}

.box6 svg {
	fill: #c23616
}

.box6::before {
	border-top: 4px solid #c23616
}

.box7,
.box7 .title,
.primary {
	color: #f7882f
}

.box7:hover {
	border: 4px solid #f7882f
}

.box7 svg {
	fill: #f7882f
}

.box7::before {
	border-top: 4px solid #f7882f
}

.box8,
.box8 .title {
	color: #38c1ff
}

.box8:hover {
	border: 4px solid #38c1ff
}

.box8 svg {
	fill: #38c1ff
}

.box8::before {
	border-top: 4px solid #38c1ff
}

.box9,
.box9 .title {
	color: #2980b9
}

.box9:hover {
	border: 4px solid #2980b9
}

.box9 svg {
	fill: #2980b9
}

.box9::before {
	border-top: 4px solid #2980b9
}

.box10,
.box10 .title {
	color: #7643ea
}

.box10:hover {
	border: 4px solid #7643ea
}

.box10 svg {
	fill: #7643ea
}

.box10::before {
	border-top: 4px solid #7643ea
}

.box11,
.box11 .title {
	color: #b54321
}

.box11:hover {
	border: 4px solid #b54321
}

.box11 svg {
	fill: #B54321
}

.box11::before {
	border-top: 4px solid #b54321
}

.box12,
.box12 .title {
	color: #e0c602
}

.box12:hover {
	border: 4px solid #e0c602;
	color: #fff;
	fill: #fff
}

.box12 svg {
	fill: #e0c602
}

.box12::before {
	border-top: 4px solid #e0c602
}

.box13,
.box13 .title {
	color: #926906
}

.box13:hover {
	border: 4px solid #926906
}

.box13 svg {
	fill: #926906
}

.box13::before {
	border-top: 4px solid #926906
}

.box14,
.box14 .title {
	color: #87453f
}

.box14:hover {
	border: 4px solid #87453f
}

.box14 svg {
	fill: #87453f
}

.box14::before {
	border-top: 4px solid #87453f
}

.box17,
.box17 .title {
	color: #194d62
}

.box17:hover {
	border: 4px solid #194d62
}

.box17 svg {
	fill: #194d62
}

.box17::before {
	border-top: 4px solid #194d62
}

.box18,
.box18 .title {
	color: #f2862f
}

.box18:hover {
	border: 4px solid #f2862f
}

.box18 svg {
	fill: #f2862f
}

.box18::before {
	border-top: 4px solid #f2862f
}

.box19,
.box19 .title {
	color: #153b77
}

.box19:hover {
	border: 4px solid #153b77
}

.box19 svg {
	fill: #153b77
}

.box19::before {
	border-top: 4px solid #153b77
}

span.post img {
	width: 85px
}

address div {
	text-transform: uppercase
}

.tags-container {
	display: flex;
	gap: 5px;
	flex-flow: column;
	overflow: hidden;
	padding-top: 122px
}

.tag {
	padding: 6px 12px;
	border-radius: 2px;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	transition: .3s;
	box-shadow: 0 0 19px #eee
}

.tag:hover {
	background-color: #d1d5db
}

.blue {
	color: #007bff
}

.purple {
	color: #6f42c1
}

.pink {
	color: #e83e8c
}

.indigo,
.red {
	color: #dc3545
}

.orange {
	color: #fd7e14
}

.warning,
.yellow {
	color: #ffc107
}

.green {
	color: #28a745
}

.teal {
	color: #20c997
}

.cyan {
	color: #17a2b8
}

.dark {
	color: #343a40
}

.hero-video {
	width: 100%;
	aspect-ratio: 1920/700;
	overflow: hidden
}
 
@media (max-width:768px) {
	.hero-video {
		aspect-ratio: 9/16
	}
}

.hero-banner img,
.hero-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.image-container {
    aspect-ratio: 1 / 0.7;
    overflow: hidden;
}
.text_simple.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 104px;
}












 