@charset "utf-8";

* {
	outline: 0px none !important;
	border: 0;
	margin: 0;
	padding: 0;
}
a, button {
	text-decoration: none;
	outline: 0px none !important;
}
a:active, a:hover, a:focus {
	text-decoration: none;
}



/*
font-family: 'Faster One', cursive;
font-family: 'Poppins', sans-serif;
*/


html, body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	background: #fff;
}


.pg-header {
	background: url('../img/header-banner-new.svg'), #ffffff no-repeat;
	background-position: bottom right;
	background-size: cover;
	color: #006649;
	font-size: 20px;
    font-weight: 700;
	line-height: 1.1;
	padding: 20px 0;
	border-bottom:#CFE1DA 1px solid;
}
.pg-header .header-logo {
	text-align: left;
	margin-bottom: 0px;
}
.pg-header .header-logo img {
    max-width: 270px;
}
.pg-header .header-text {
	color: #006649;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 10px;	
}
.pg-header .cat-select {
	text-align: center;
}
.pg-header .cat-select .dropdown-toggle {
	padding: 0;
	background: transparent;
	border-color: transparent;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
}



.sec-listing {
	padding: 3rem 0 4rem;
}
.sec-listing .row {
	--bs-gutter-y: 10px;
}
.sec-listing .listing-item {
	border-radius: 10px;
	border: 1px solid #B8B8B8;
	background: #FFF;
	display: block;
	color: #006649;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	padding: 20px 18px;
	height: 100%;
	transition: all .2s;
}
.sec-listing .listing-item:hover {
	background: #006649;
	color: #fff;
}



.sec-listing-details {
	padding: 3rem 0 4rem;
}
.sec-listing-details .details-title {
	color: #565656;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 28px;
}

.sec-listing-details .top5-img {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(6, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	margin-bottom: 15px;
}
.sec-listing-details .top5-img > * {
	display: flex;
	position: relative;
}
.sec-listing-details .top5-img .img1 { grid-area: 1 / 1 / 3 / 3; }
/*.sec-listing-details .top5-img .img2 { grid-area: 1 / 3 / 2 / 4; } */
.sec-listing-details .top5-img .img2 { grid-area: 1 / 3 / 3 / 5; }
.sec-listing-details .top5-img .img3 { grid-area: 3 / 1 / 7 / 5; }
.sec-listing-details .top5-img .img4 { grid-area: 1 / 5 / 4 / 8; }
.sec-listing-details .top5-img .img5 { grid-area: 4 / 5 / 7 / 8; }
.sec-listing-details .extra-img {
	--bs-gutter-x: 15px;
	--bs-gutter-y: 15px;
}
.sec-listing-details .img-item {
	position: relative;
	height: 100%;
}
.sec-listing-details .img-down {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #fff;
	color: #006649;
	line-height: 1.1;
	padding: 8px 10px;
	border-radius: 5px;
	display: block;
	border:rgba(255, 255, 255, 0.46) 1px solid;
}
.sec-listing-details .top5-img > *:hover .img-down,
.sec-listing-details .img-item:hover .img-down {
	display: block;
}
.sec-listing-details .details-img-item {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec-listing-details .post-control {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 20px 0;
}
.sec-listing-details .post-control :is(.control-prev, .control-next) {
	border-radius: 5px;
	background: #006649;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 4.16px;
	padding: 14px 30px;
	display: flex;
	gap: 15px;
}
.sec-listing-details .post-control .control-prev {}
.sec-listing-details .post-control .control-next {}




.pg-footer {}
.ftr-copyright {
	color: #CCC;
	font-size: 16px;
	line-height: 1.1;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 20px 0;
}




.error_container {
	display: flex;
	min-height: 50vh;
	align-items: center;
	text-align: center;
}
.thankyou_text {
	margin-top: 15px;
}
.thankyou_btn {
	background: #111 !important;
	color: #fff !important;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px 12px;
	display: inline-block;
	margin-top: 18px;
	font-size: 15px;
	text-decoration: none !important;
}






/* Mobile */
@media (max-width: 480px) {
.pg-header .header-logo {
	margin-bottom: 40px;
}
.pg-header .header-logo img {
	/*height: 120px;*/
}
.sec-listing-details .top5-img {
	display: flex;
	grid-column-gap: 8px;
	grid-row-gap: 15px;
	flex-wrap: wrap;
}
.sec-listing-details .top5-img > * {
	flex: 0 0 auto;
	width: calc(50% - 4px);
}
.sec-listing-details .extra-img {
	--bs-gutter-x: 8px;
	--bs-gutter-y: 15px;
}
}
@media (max-width: 576px) {
.pg-header .header-text,.pg-header .header-logo {
	width: 100%;
	text-align: center;
	display: block;
}
.pg-header .header-text  { padding-top: 10px; padding-bottom: 10px;}
.pg-header .header-logo img {
    max-width: 200px;
}
}
@media (max-width: 767px) {
.sec-listing-details .post-control {
	flex-wrap: wrap;
	justify-content: center;
}
.sec-listing-details .post-control a:first-child {
	width: 100%;
	justify-content: center;
}
}
/* Extra small devices */
@media (min-width: 481px) and (max-width: 767px) {
.sec-listing-details .top5-img {
	grid-column-gap: 8px;
	grid-row-gap: 15px;
}
.sec-listing-details .extra-img {
	--bs-gutter-x: 8px;
	--bs-gutter-y: 15px;
}
}
/* Small tablets */
@media (min-width: 768px) and (max-width: 991px) {}
/* Large tablets/laptops */
@media (min-width: 992px) and (max-width: 1199px) {}
/* Desktops */
@media (min-width: 1200px) and (max-width: 1919px) {}
/* Extra large screens */
@media (min-width: 1920px) {}


