.top-content-over-image {
	z-index: 11;
	position: relative;
}

.top-cont-fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 400px;
}

.move-header {
	padding-top: 400px;
	transform: translateY(-90px);
}

.move-block__content {
	margin-top: 30px;
}

.main-header__inner {
	padding-top: 250px;
	padding-bottom: 50px;
}

.move-section {
	width: 100%;
	height: 100%;
}

.move-section .post__header .post__title {
	top: 50%;
}

.fix-block_box {
	width: 100%;
	height: 100%;
}

.fix-block_grid {
	width: 100%;
	height: 100%;
}

.grid-box-sm {
	width: 45%;
	margin: 0 auto;
}

.post__title h1 {
	font-size: 32px;
	text-transform: uppercase;
}

.post__Category {
	display: flex;
	margin-bottom: 7px;
}

.post__Category a {
	margin-left: 10px;
}

.post__toolbar {
	border-top: solid 1px rgba(255, 255, 255, 0.5);
}

.aside-post {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.post__content h2 {
	margin-bottom: 15px;
	color: #007638;
}

.post__header {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.post__filter {
	display: flex;
	justify-content: flex-end;
}

.next__prev .next__prev-item {
	padding: 5rem;
}

.next__prev-item h3 {
	margin-bottom: 20px;
}

.post__text {
	margin-top: 15px;
}

.post-link {
	padding: 30px;
	text-decoration: none;
}

.vertical-lines .post-link {
	border-bottom: solid 1px #bebebe;
}

.horizontal-lines .post-link {
	border-right: solid 1px #bebebe;
}

.horizontal-lines .post-link.last {
	border-right: none;
}

.post-link__thumb {
	padding-top: 53%;
	margin-bottom: 25px;
}

.post-link__header {
	margin-bottom: 30px;
}

.post-link {
	height: 100%;
}

.vertical-lines:after {
	content: '';
	padding-left: 3px;
	left: 0;
	background-image: linear-gradient(90deg, #bebebe 1px, rgba(0, 0, 0, 0) 1px);
	background-size: 33.3% 100%;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
}

.archive-block .post-link:hover,
.files-archive .post-link:hover {
	background-color: #fff;
}

.post__toolbar .post__toolbar-btn {
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	cursor: pointer;
	padding: 28px 30px;
}

.post__toolbar .post__toolbar-btn:hover {
	color: #007638;
}

.post__toolbar .post__toolbar-btn:hover .icon {
	fill: #007638;
}

.post__toolbar .gutter {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 100%;
}

.post__toolbar .post__toolbar-btn .post__toolbar-icon {
	transform: translateY(2px);
}

.post__toolbar .post__toolbar-label {
	font-size: 17px;
}

.post-nav {
	display: flex;
}

.post-nav .icon {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.popup__close,
.share-circle {
	width: 70px;
	height: 70px;
	border: solid 1px #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: .5;
	color: #fff;
	top: 45px;
	background-color: rgba(0, 0, 0, 0.1);
}

.share-circle .icon {
	display: block;
	margin: 0 auto;
	padding-right: 2px;
}

.icon.icon--share {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.icon.icon--list {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.popup__close:hover,
.share-circle:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.post__toolbar .block-50 {
	display: flex;
}

.event__row {
	display: flex;
	border-bottom: solid 1px #bebebe;
}

.event__row:last-child {
	border-bottom: none;
}

.reports--link .event__row:last-child {
	border-bottom: none;
}

.files-archive .event__row {
	padding: 2rem;
	background-color: #fff;
}

.inline--flex {
	display: inline-flex;
}

.event__date {
	flex: 0 0 auto;
}

.events--link .event__date .time {
	margin-bottom: 10px;
}

.event__link {
	width: 100%;
	display: flex;
	align-items: center;
}

.event__date+.event__link {
	margin-left: 50px;
}

.event__header {
	display: flex;
}

.event-header__text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	flex: 1 1 auto;
}

.simple-btn {
	margin-top: 10px;
}

.event__header h6 {
	max-width: 100%;
}

.events--link .event__header {
	justify-content: space-between;
	width: 100%;
}

.events--link .event__thumb {
	width: 25%;
	flex: 0 0 auto;
}

.events--link .event-text__inner {
	width: calc(100% - 90px);
}

.events--link .event-text__inner p {
	margin-top: 15px;
	color: #959595;
	font-size: 15px;
}

.event__arrow {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70px;
	top: 8px;
	position: relative;
}

.down__text {
	font-size: 14px;
	color: #007638;
}

.event__row .down__text {
	opacity: 0;
}

.event__row:hover .event__arrow .down__text {
	opacity: 1;
	color: #007638
}

.event-archive .event__arrow {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.event-archive .event__row:hover .event__link .event__arrow {
	opacity: 1;
}

.book__col {
	display: flex;
	align-items: flex-start;
}

.book__img {
	width: 35%;
	flex: 0 0 auto;
}

.book__img img {
	height: auto;
}

.book__img {
	display: flex;
}

.book__header h6 {
	font-size: 18px;
}

.book__details {
	font-size: 14px;
	margin-top: 15px;
}

.book__details>span {
	display: block;
	margin-bottom: 5px;
}

.book__details>span:last-child {
	margin-bottom: 0;
}

.book__details {
	color: #585858;
}

.vertical-lines-50:after {
	content: '';
	padding-left: 3px;
	left: -1px;
	top: 0;
	background-image: linear-gradient(90deg, #bebebe 1px, rgba(0, 0, 0, 0) 1px);
	background-size: 50% 100%;
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: block;
}

.book__link {
	text-decoration: none;
}

.file-link:hover {
	background-color: #fff;
	color: #007638;
}

.book__wrap .block-50:last-child .book__link {
	margin-bottom: 0;
}

.file-link__icon {
	width: 60px;
	height: 60px;
	cursor: pointer;
	flex: 0 0 auto;
}

.book__cont .file-link__icon {
	top: 40px;
}

.icon.icon--file {
	width: 30px;
	height: 30px;
}

.icon.icon--arrow-down,
.icon.icon--arrow-right {
	width: 30px;
	height: 30px;
	fill: currentColor;
	flex: 0 0 auto;
}

.file-link__icon .icon.icon--arrow-down {
	width: 25px;
	height: 25px;
}

.file-link__icon-hover {
	background-color: #007638;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	display: inline-flex;
	align-items: center;
}

.file-link:hover .file-link__icon-hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gl-col__inner .gl-col__img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.gl-col__inner {
	padding: 30px;
	height: 100%;
	border: solid 1px #bebebe;
}

.gl-col__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.gl-col__text {
	margin-top: 30%;
}

.gl-col__arrow {
	display: flex;
	margin-top: 10px;
	justify-content: flex-end;
}

.gl-col__arrow .icon--arrow-right {
	width: 25px;
	height: 25px;
}

.gl-col__inner:hover .gl-col__img {
	opacity: 1
}

.gl-col__inner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 8;
	opacity: 0;
	background: -moz-linear-gradient(top, rgba(41, 137, 216, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(41, 137, 216, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(41, 137, 216, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.gl-col__inner:hover:after {
	opacity: 1
}

.gl-col__inner:hover .gl-col__header {
	color: #fff;
}

.gl-col__inner:hover .gl-col__arrow .icon--arrow-right {
	fill: #fff;
}

.gl-col__header h6 {
	font-size: 18px;
}

.gl__col {
	margin-bottom: 30px;
}

.gl__col .gutter {
	height: 100%;
}

.tab-cat {
	width: 400px;
	background-color: rgba(0, 0, 0, 0.4);
}

.tab-cat .input-submit__icon .icon {
	fill: #fff;
}

.tab-cat .form-group {
	margin-bottom: 0;
}

.tab-cat .form-control {
	height: 70px;
}

.tab-cat .input-submit__icon {
	top: 21px;
}

.post__content {
	width: 100%;
}

.gallery__slider .swiper-slide {
	height: auto;
}

.gallery__slider .gallery__img {
	height: 100%;
}

.post__gallery-wrap {
	width: 100%;
}

.wpb_wrapper {
	width: 100%;
}

.featured_slider-title {
	display: inline-flex;
}

.center-slider {
	width: 75%;
	margin: 0 auto;
}

.gallery-top.h-fixed {
	max-height: 75vh;
}

.gallery-thumbs__img {
	padding: 15px;
	height: 100%;
}

.gallery-top .featured_slide {
	display: flex;
	height: 100%;
	background-color: #fff;
}

.gallery-top.h-auto .featured_slide img {
	object-fit: contain;
}

.gallery-top.h-auto .featured_slide img {
	max-height: 700px;
	min-height: 350px;
}

.gallery-thumbs {
	height: 185px;
	margin-top: -60px;
}

.swiper-slide {
	height: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	display: flex;
	height: auto;
	width: auto;
	background-image: none;
}

.main-header__popup {
	z-index: 5000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
}

.main-header__popup.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	visibility: visible;
}

.overlay--l {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: .7;
}

.main-header__popup {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cutom-header__inner {
	padding: 50px;
	min-width: 25%;
	max-width: 100%;
	text-align: center;
	margin: 1rem;
}

.cutom-header__close .icon {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.cutom-header__close {
	top: -35px;
}

.cutom-header__social {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.social__list {
	display: flex;
}

.social__list li a .icon {
	width: 25px;
	height: 25px;
}

.cutom-header__social .social__list .social__item a:hover .icon {
	fill: #fff;
}

.side-nav__body {
	position: absolute;
	top: 100%;
	z-index: 9;
	display: none;
	overflow: hidden;
	min-width: 300px;
	max-height: 269px;
	overflow-y: auto;
	background-color: #818181;
}

.side-nav__list .side-nav__item {
	display: flex;
}

.side-nav__list .side-nav__item .side-nav__link {
	font-size: 15px;
	/*padding: 25px;*/
	padding: 15px 25px;
	width: 100%;
	background-color: #818181;
	border-top: solid 1px #717070;
}

.post__toolbar-btn:hover .side-nav__link {
	color: #fff;
}

.side-nav__list .side-nav__item .side-nav__link.active,
.side-nav__list .side-nav__item .side-nav__link:hover {
	background-color: #585858;
}

.contact__wrap {
	padding: 30px;
}

.contact__content {
	width: 70%;
	padding: 30px;
	border: solid 1px rgba(255, 255, 255, 0.5);
}

.contact__header {
	text-transform: uppercase;
}

.contact__iframe {
	width: 100%;
}

.iframe__label {
	height: 440px;
}

.featured_slider .swiper-button-next,
.featured_slider .swiper-button-prev {
	top: 50%;
	height: 60px;
	width: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	opacity: 1;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
}

.swiper-button-next .icon,
.swiper-button-prev .icon {
	width: 35px;
	height: 35px;
}

.featured_slider-title .title-big {
	font-size: 45px;
}

.featured_slider .swiper-button-next svg,
.featured_slider .swiper-button-prev svg {
	fill: #fff;
}

.more--title {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}

.contact__menu {
	margin-top: 50px;
}

.contact-menu__list li {
	display: flex;
	margin-bottom: 25px;
}

.contact-menu__list li:last-child {
	margin-bottom: 0;
}

.contact-menu__icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-menu__icon .icon {
	width: 22px;
	height: 22px;
	fill: #fff;
}

.files-archive .event__header h6 {
	width: 100%;
}

.event__row:hover .event__arrow .icon {
	fill: #007638;
}

.elementor-widget-wrap {
	position: relative;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-bottom: 30px;
}

.pr-service-box-item {
	background-color: #fff;
	-webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	-o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.pr-service-box-icon-wrap {
	position: absolute;
	top: 20px;
	-webkit-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
	-o-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
	transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.pr-service-box-item .pr-service-box-inner .pr-service-box-icon-wrap .icon {
	display: inline-flex;
	opacity: 0;
	transform: scale(0.7);
	-webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	-o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.pr-service-box-item .pr-service-box-inner .pr-service-box-icon-wrap .icon {
	width: 60px;
	height: 60px;
	fill: rgba(255, 255, 255, 0.22);
}

.pr-service-box-item:hover {
	background-color: #007638;
}

.pr-service-box-item:hover .pr-service-box-inner .pr-service-box-icon-wrap .icon {
	opacity: 1;
	transform: scale(1);
}

.pr-service-box-arrow .icon {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.pr-service-box-inner {
	-webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	-o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pr-service-box-item:hover .pr-service-box-header h6 {
	color: #fff;
}

.pr-service-box-item:hover .pr-service-box-arrow .icon {
	fill: #fff;
}

.pr-service-box-header a:hover {
	color: #fff;
}

.post-float__img {
	width: 35%;
	float: left;
	margin-bottom: 50px;
}

.accordion-container {
	position: relative;
	width: 100%;
	border-top: none;
	outline: 0;
}

.accordion-container .entry-title {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px 0;
}

.accordion-content {
	display: none;
	padding-bottom: 30px;
}

#description p {
	line-height: 1.5;
}

#description h2 {
	text-align: center;
}

.faqs__content .event__row {
	flex-direction: column;
}

.accordion-content p {
	margin-bottom: 0;
}

.entry-icon .icon {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.content-entry .entry-icon {
	transform-origin: center center;
	-moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
}

.content-entry.open .entry-icon {
	transform: rotate(180deg);
}

.video__col .video-col__inner {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	-o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.video__col:hover .video-col__inner .image {
	-webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.video__col .video-col__inner .image {
	-webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	-o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.video__col:hover .video-col__inner .pr__image__cover .image {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: grayscale(50%) !important;
	filter: grayscale(50%) !important;
}

.pr__image__cover {
	padding-top: 100%;
	background-color: #F3F3F3;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 66.6666667%;
	-webkit-transition: -webkit-filter .2s ease;
	transition: -webkit-filter .2s ease;
	-o-transition: filter .2s ease;
	transition: filter .2s ease;
	transition: filter .2s ease, -webkit-filter .2s ease;
}

.video__col .video-col__inner .video-link {
	opacity: 0;
}

.video__col:hover .video-col__inner .video-link {
	opacity: 1;
}

.video__col .video-col__inner .video-inner {
	padding: 20px;
}

.video-col__inner .video-link__title {
	width: 18px;
	height: 18px;
}

.video-col__inner .video-link {
	width: 80px;
	height: 80px;
}

.video-col__thumb .img-overlay {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.video__col:hover .video-col__thumb .img-overlay {
	opacity: .3;
}

.tp-black-header {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: #000;
}

.main-video__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	overflow: hidden;
}

.main-video__inner .main-video__grid {
	width: 70%;
	height: 70%;
	margin: 0 auto;
}

.post-video__cont,
.video-holder {
	width: 100%;
	height: 100%;
}

.top-content-over-image.tp-black-header .post__toolbar {
	padding-right: 0;
}

.horizontal-lines h6 {
	font-size: 18px;
}

.post-gallery__cont,
.gallery-holder,
.gallery__slider-album,
.gallery-thumb {
	width: 100%;
	height: 100%;
}

.main-gallery__grid {
	width: 100%;
	height: 100%;
}

.gallery-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-thumb .gallery-thumb__img {
	width: 70%;
	height: 70%;
}

.gallery__slider-album .swiper-button-next .icon,
.gallery__slider-album .swiper-button-prev .icon {
	fill: #fff;
	opacity: 0.8;
}

.gallery-thumb .gallery-thumb__img img {
	object-fit: contain;
}

.video-main__date {
	top: 10%;
}

.video-main__date .time {
	color: #fff;
	font-size: 35px;
	margin-bottom: 0;
}

.video-main__title {
	bottom: 45px;
	width: 50%;
}

.video-main__title h1 {
	font-size: 35px;
}

.major-title {
	margin-bottom: 50px;
}

.book__col .down__text.trans {
	margin-top: 0;
	display: none;
}

.video_replace {
	display: none;
	margin-bottom: 20px;
}

.enquiry-block__tab .tab-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.enquiry-block__tab .tab-wrapper .tab-menu {
	width: 25%;
}

.enquiry-block__tab .tab-wrapper .tab-content {
	width: 75%;
}

.main__tab .tab-item__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main__tab .tab-item__arrow .icon {
	width: 12px;
	height: 12px;
	transform: rotate(-90deg);
}

.main__tab .tab_item .tab-item__arrow {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.main__tab .tab_item.active .tab-item__arrow {
	opacity: 1;
}

.main__tab .tab-item__header {
	display: flex;
	align-items: center;
}

.form-title {
	display: flex;
	font-size: 15px;
	margin-bottom: 15px;
	font-family: 'Brown-Bold', Arial, Helvetica, sans-serif;
}

.enquiry-inner__block {
	display: flex;
	margin-bottom: 30px;
	border: solid 1px #bebebe;
}

.enquiry-grid .enquiry-inner__block:last-child {
	margin-bottom: 0;
}

.enquiry-box__inner {
	padding: 30px;
}

.enquiry-header {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.enquiry-float {
	display: flex;
	flex-direction: column;
}

.enquiry-float>div {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
}

.en-bold {
	font-size: 15px;
	margin-bottom: 5px;
	display: inline-flex;
	font-family: 'Brown-Bold';
}

.enquiry-own__replay .enquiry-box__inner .en-text {
	display: flex;
	font-size: 15px;
}

.move-header__cont {
	padding: 50px;
	top: calc(100% - 90px);
}

.move-block__thumb {
	width: 60px;
	height: 60px;
}

.move-block__header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.move-block__inner {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #bebebe;
}

.move-block__inner:last-child {
	border-bottom: none;
}

.move-header_reply {
	display: inline-flex;
	margin-bottom: 15px;
}

.fixed-console {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 500px;
	height: 50px;
	background-color: #fff;
	z-index: 99;
}

.back__btn {
	top: 45px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	cursor: pointer;
}

.back-btn__text {
	display: flex;
	transform: translateY(-3px);
}

.back-btn__icon {
	display: flex;
}

.post--thumb {
	width: 55%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
}

.post--thumb img {
	max-width: 100% !important;
	height: auto !important;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	padding: 0 1rem;
}

.pagination li {
	display: inline-flex;
	margin-bottom: 7px;
}

.pagination li>* {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	font-size: 14px;
	-moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
}

.pagination li:first-child>*,
.pagination li:last-child>* {
	width: auto;
	padding: 10px 10px 15px 10px;
}

.pagination li>*:hover {
	color: #fff;
	border-color: #007638;
	background-color: #007638;
}

.accordion {
	font-size: 1rem;
	margin: 0 auto;
	border-radius: 5px;
}

.accordion-header,
.accordion-body {
	background: white;
}

.accordion-header {
	padding: 1em;
	background: #fff;
	cursor: pointer;
	font-size: .8em;
	transition: all .3s;
	text-transform: uppercase;
	font-family: 'Brown-Bold';
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.accordion-header__icon {
	display: inline-flex;
	color: #fff;
}

.accordion-header__icon .icon {
	width: 12px;
	height: 12px;
	transform: rotate(-90deg);
	transform-origin: center;
	transition: all 0s;
}

.accordion-header__icon .icon-left {
	width: 12px;
	height: 12px;
	transform: rotate(90deg);
	transform-origin: center;
	transition: all 0s;
}

.accordion__item.active>.accordion-header>.accordion-header__icon>.icon {
	fill: #fff;
	transform: rotate(0deg);
}

.accordion-header:hover>.accordion-header__icon>.icon {
	fill: #fff;
}

.accordion__item.active .accordion-header .accordion-header__icon .icon-left,
.accordion-header:hover .accordion-header__icon .icon-left {
	fill: #fff;
}

.accordion__item {
	border-bottom: 1px solid #eee;
}

.accordion__item .accordion__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
	color: #fff;
	background: #007638;
	position: relative;
	z-index: 5;
}

.accordion-header .active {
	color: #fff;
	background: #007638;
	position: relative;
	z-index: 5;
}

.accordion-body {
	background: #fcfcfc;
	color: #353535;
	display: none;
}

.accordion-body__contents {
	padding: 1.5em 1.5em;
	font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
	border-radius: none;
}

.accordion:first-child>.accordion__item>.accordion-header {
	border-bottom: 1px solid transparent;
}

.accordion__item.active>.accordion-header:after {
	transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
	color: #fff;
	background: #007638;
}

.accordion__item .accordion__item .accordion-header {
	background: #f1f1f1;
	color: #353535;
}

.accordion-wrapper {
	z-index: 99;
}

.accordion-wrapper.fixed {
	top: 0;
	max-height: 90vh;
	overflow: auto;
}

.accordion__item .accordion__item .accordion-header:hover {
	color: #fff;
	background: #007638;
}

.accordion__item.active .accordion__item.active .accordion-header {
	color: #fff;
	background: #007638;
}

.submenu-col li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.submenu-col li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.submenu-col li a {
	color: #353535;
	font-size: 15px;
	display: inline-flex;
	font-family: 'Brown-Bold';
}

.accordion-open {
	display: none;
}

.accordion-open {
	cursor: pointer;
	position: absolute;
	top: calc(50% - 25px);
	background-color: #fff;
	box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
	line-height: 1;
	padding: 20px 6px;
	border-radius: 0 100px 100px 0;
}

.accordion-open .icon {
	width: 17px;
	height: 17px;
	overflow: visible;
	fill: #007638;
	display: inline-block;
	transition: all .3s ease;
}

.post__content img {
	max-width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	max-height: 450px;
}

.post__content iframe {
	height: 600px;
}

.post__content a {
	color: #007638;
}

.events--link.boards .event__thumb {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.boards .event__img {
	height: 100%;
}

.events--link.boards .event__thumb img {
	border-radius: 100%;
}

.boards .event-text__inner {
	display: flex;
	flex-direction: column;
	font-size: 15px;
}

.boards .event-text__inner>span {
	margin-top: 10px;
}

.events--link.boards .event-text__inner {
	width: 100%;
}

.-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.-group .simple-btn {
	margin-top: 0;
}

.-group .icon-item svg {
	width: 20px;
	height: 20px;
	fill: #007638;
}

.-group .block-icons {
	display: flex;
	align-items: center;
}

.over_block_border {
	border-bottom: 1px;
	border-bottom-color: #eee;
	border-bottom-style: solid;
}

.book-details {
	display: inline-block;
	padding: 8px 12px;
	background-color: #f8f8f8;
}

.event-text__inner span {
	color: #000;
}

.share-block {
	display: flex;
	flex-direction: column;
}

.share-block.center {
	align-items: center;
}

.share--title {
	display: inline-flex;
	align-items: center;
	margin-bottom: 19px;
}

.share--block .post__toolbar-icon {
	display: inline-flex;
}

.share-block.center .social__list .social__item {
	margin: 0 15px;
}

.cutom-header__social .social__list .social__item {
	margin: 0 12px;
}

.share-block .social__list .social__item a:hover .icon {
	opacity: 0.3;
}

.featured_slider-title .highlight__title {
	padding-bottom: 50px;
}

.share-block .social__list li a .icon {
	fill: #007638;
}

.en-comment {
	margin-bottom: 50px;
}

.page-subtitle {
	margin-bottom: 15px;
}

.files-archive,
.share-block,
.video__holder {
	margin-top: 50px;
}

/** LIGHTBOX MARKUP **/
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.tab-content .tab-pane {
	display: inline-flex;
}

.sidebar-container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.left-sidebar {
	width: 30%;
	flex-shrink: 0;
	/* z-index: 1000; */
	position: relative !important;
	box-shadow: 0 0 0 rgba(12, 13, 14, 0.05);
	transition: box-shadow ease-in-out .1s, transform ease-in-out .1s;
}

.left-sidebar--sticky-container {
	position: -webkit-sticky;
	position: sticky;
	width: auto;
	top: 0;
	max-height: 95vh;
	overflow-y: auto;
}

.sidebar-content {
	max-width: 70%;
	width: calc(100% - 164px);
}

.pr-service-box-header {
	display: inline-flex;
}

@media (max-width: 1440px) {
	.main-header__inner {
		padding-top: 200px;
	}

	.post__title h1 {
		font-size: 28px;
	}

	.featured_slider-title .title-big {
		font-size: 30px;
	}

	.side-nav__body {
		min-width: 250px;
	}

	.video-holder__img {
		height: 450px;
	}

	.swiper-button-next .icon,
	.swiper-button-prev .icon {
		width: 27px;
		height: 27px;
	}

	.cutom-header__close .icon {
		width: 15px;
		height: 15px;
	}

	.post__toolbar .post__toolbar-btn {
		padding: 20px 25px;
	}

	.next__prev .grid .next__prev-item {
		padding: 3rem;
	}

	.tab-cat {
		width: 300px;
	}

	.video__col .video-col__inner .video-inner {
		padding: 10px;
	}

	.main-video__inner .main-video__grid {
		width: 80%;
	}

	.video-main__date .time {
		font-size: 20px;
	}

	.video-main__title h1 {
		font-size: 20px;
	}

	.main-video__inner .main-video__grid {
		width: 60%;
		height: 60%;
	}

	.gallery-thumb .gallery-thumb__img {
		width: 60%;
		height: 60%;
	}

	.gallery-thumbs__img {
		padding: 10px;
	}

	.gallery-thumbs {
		height: 140px;
	}

	.featured_slider-title .highlight__title {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.iframe__label {
		height: 400px;
	}

	.move-header {
		padding-top: 300px;
	}

	.move-header__cont {
		padding: 30px;
		top: calc(100% - 60px);
	}

	.move-header {
		transform: translateY(-60px);
	}

	.move-section .post__header .post__title {
		top: 45%;
	}

	.tab-menu .tab_item .tab-item__inner {
		font-size: 16px;
	}

	.enquiry-box__inner {
		padding: 20px;
	}

	.popup__close,
	.share-circle {
		width: 60px;
		height: 60px;
	}

	.share-circle {
		top: 25px;
	}

	.enquiry-inner__block {
		margin-bottom: 15px;
	}

	.move-header {
		transform: none;
		padding-top: 0;
	}

	.top-cont-fixed {
		position: relative;
		height: auto;
		display: flex;
		flex-direction: column;
	}

	.move-section {
		position: relative;
		padding-top: 150px;
	}

	.move-header__cont {
		top: auto;
		position: relative;
		background-color: rgba(0, 0, 0, 0.5);
		border-bottom: none;
		margin-top: 15px;
	}

	.fix-block_box {
		position: relative;
	}

	.move-section .post__header .post__title {
		top: auto;
		position: relative;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.gl-col__header h6 {
		font-size: 16px;
	}

	.gl-col__inner {
		padding: 15px;
	}

	.video-inner__title h6 {
		font-size: 15px;
	}

	.contact-menu__list li {
		font-size: 17px;
	}
}

@media (max-width: 1200px) {
	.post__toolbar .post__toolbar-label {
		font-size: 16px;
	}

	.post__toolbar .post__toolbar-btn {
		padding: 17px 20px;
	}

	.post__toolbar .icon.icon--share {
		width: 18px;
		height: 18px;
	}

	.highlight__title {
		width: 70% !important;
		padding-left: 30px;
		padding-top: 30px;
	}

	.video-holder__img {
		height: 350px;
	}

	.event__header h6 {
		max-width: 100%;
	}

	.files-archive .event__header h6 {
		width: 100%;
	}

	.icon.icon--arrow-down,
	.icon.icon--arrow-right {
		width: 27px;
		height: 27px;
	}

	.next__prev .grid .next__prev-item {
		padding: 2rem;
	}

	.post-link__thumb {
		margin-bottom: 15px;
	}

	.post-link__text p {
		font-size: 15px;
	}

	.event__date+.event__link {
		margin-left: 25px;
	}

	.files-archive .event__row {
		padding: 1.5rem;
	}

	.book__img {
		width: 20%;
	}

	.video-main__date .time {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.post__title h1 {
		font-size: 25px;
	}

	.post-nav .icon {
		width: 25px;
		height: 25px;
	}

	.gallery-thumbs {
		height: 120px;
		margin-top: -50px;
	}

	.icon.icon--arrow-down,
	.icon.icon--arrow-right {
		width: 25px;
		height: 25px;
	}

	.pr-service-box-item .pr-service-box-inner .pr-service-box-icon-wrap .icon {
		width: 50px;
		height: 50px;
	}

	.pr-service-box-icon-wrap {
		top: 11px;
	}

	.gallery-thumb .gallery-thumb__img {
		width: 70%;
	}

	.tp-black-header {
		height: 85vh;
	}

	.icon.icon--file {
		width: 22px;
		height: 28px;
	}

	.file-link__icon {
		width: 70px;
		height: 70px;
	}

	.post-float__img {
		margin-bottom: 30px;
	}

	.contact__content {
		padding: 25px;
	}

	.contact__menu {
		margin-top: 30px;
	}

	.iframe__label {
		height: 350px;
	}

	.video-main__title {
		bottom: 25px;
	}

	.video-main__title h1 {
		font-size: 18px;
	}

	.files-archive .events--link .event__thumb {
		width: 20%;
	}

	.files-archive .events--link .event__thumb {
		margin-right: 20px;
	}

	.files-archive .file-link__icon {
		width: 55px;
		height: 55px;
	}

	.files-archive .file-link__icon .icon.icon--arrow-down {
		width: 22px;
		height: 22px;
	}

	.files-archive .events--link .event__thumb {
		width: 20%;
	}

	.files-archive .event-header__text h4 {
		font-size: 16px;
	}

	.files-archive .event__row {
		padding: 1.2rem;
	}

	.featured_slider .swiper-button-next,
	.featured_slider .swiper-button-prev {
		height: 55px;
		width: 55px;
	}

	.move-block__thumb {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 991px) {
	.main-header__inner {
		padding-top: 150px;
	}

	.tp-black-header {
		height: calc(90vh - 78px);
	}

	.reports--link .event__link .file-link__icon {
		top: auto;
		transform: none;
		bottom: 0;
	}

	.reports--link .file-link__icon-hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	.book__link .file-link__icon-hover {
		opacity: 1;
	}

	.main-video__inner .main-video__grid {
		width: 65%;
		height: 80%;
	}

	.move-section {
		padding-top: 100px;
	}

	.post--thumb {
		width: 80%;
	}

	.accordion-wrapper {
		width: 250px;
		height: calc(100vh - 78px);
		position: fixed;
		top: 78px;
		z-index: 21;
		background-color: #fff;
		transition: all .3s ease;
		box-shadow: 0 0 34px 0 rgba(63, 66, 87, .1);
	}

	.accordion-wrapper.open {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.accordion-open {
		display: block;
	}

	.accordion-block {
		height: 100%;
		overflow-y: auto;
	}

	.featured_slider-title .highlight__title {
		padding-bottom: 0;
	}

	.left-sidebar--sticky-container {
		position: relative;
	}

	.sidebar-content {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.post__title h1 {
		font-size: 20px;
	}

	.post__toolbar .post__toolbar-label {
		font-size: 15px;
	}

	.post-nav .icon {
		width: 22px;
		height: 22px;
	}

	.post__toolbar .icon.icon--share {
		width: 16px;
		height: 16px;
	}

	.post-toolbar__grid>div {
		justify-content: center;
	}

	.top-content-over-image:not(.tp-black-header) .aside-post {
		justify-content: center;
	}

	.second-block {
		border-top: solid 1px rgba(255, 255, 255, 0.5);
	}

	.gallery-thumbs {
		height: 110px;
	}

	.video-holder__img {
		height: 300px;
	}

	.main-header__inner {
		padding-top: 100px;
	}

	.featured_slider-title .title-big {
		font-size: 28px;
	}

	.featured_slider-title .highlight__title {
		padding-top: 20px;
	}

	.featured_slider-title .title-big {
		font-size: 26px;
	}

	.vertical-lines:after {
		background-size: 50% 100%;
	}

	.event__date+.event__link {
		margin-left: 15px;
	}

	.gl-col__header h6 {
		font-size: 16px;
	}

	.tp-black-header {
		height: calc(80vh - 78px);
	}

	.file-link__icon {
		width: 60px;
		height: 60px;
	}

	.files-archive .event__row {
		padding: 1.5rem 1rem;
	}

	.post-float__img {
		margin-bottom: 20px;
	}

	.iframe__label {
		height: 300px;
	}

	.video-screen__inner {
		height: 350px;
		width: 80%;
	}

	.enquiry-block__tab .tab-wrapper .tab-menu {
		width: 100%;
	}

	.enquiry-block__tab .tab-wrapper .tab-content {
		width: 100%;
		margin-top: 30px;
	}

	.move-section {
		padding-top: 80px;
	}

	.events--link .event-text__inner {
		width: 100%;
	}

	.reports--link .event-header__text {
		padding-bottom: 30px;
	}

	.files-archive .file-link__icon {
		width: 60px;
		height: 60px;
	}

	.files-archive .file-link__icon .icon.icon--arrow-down {
		width: 25px;
		height: 25px;
	}

	.post__header {
		flex-direction: column;
	}

	.post__filter {
		margin-top: 30px;
	}

	.center-slider {
		width: 80%;
	}

	.social__list li a .icon {
		width: 22px;
		height: 22px;
	}

	.popup__close,
	.share-circle {
		width: 55px;
		height: 55px;
	}
}

@media (max-width: 640px) {
	.post__toolbar .post__toolbar-btn .post__toolbar-icon {
		margin-left: 10px;
	}

	.gallery-thumbs {
		height: 115px;
		margin-top: -40px;
	}

	.swiper-button-next .icon,
	.swiper-button-prev .icon {
		width: 25px;
		height: 25px;
	}

	.featured_slider-title .title-big {
		font-size: 27px;
	}

	.video-holder__img {
		height: 250px;
	}

	.next__prev .grid .block-50:first-child {
		border-right: none;
		border-bottom: 1px solid #bebebe;
	}

	.next__prev .grid .next__prev-item {
		padding: 2rem 1rem;
	}

	.vertical-lines:after {
		display: none;
		background-size: 100% 100%;
	}

	.event__arrow .down__text {
		opacity: 1;
		margin-top: 0;
		color: #007638;
	}

	.event__arrow {
		margin-top: 15px;
		flex-direction: row;
		width: auto;
	}

	.event__link {
		flex-direction: column;
		align-items: flex-start;
	}

	.icon.icon--arrow-down {
		width: 22px;
		height: 22px;
		margin-right: 10px;
	}

	.event__arrow .icon.icon--arrow-down {
		fill: #007638;
	}

	.event-header__text {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.event-archive .event__arrow {
		opacity: 1;
	}

	.events--link .event__thumb {
		width: 25%;
	}

	.events--link .event-text__inner p {
		display: none;
	}

	.tp-black-header {
		height: calc(80vh - 65px);
	}

	.contact__content {
		width: 80%;
	}

	.video-main__title,
	.video-main__date .time {
		display: none;
	}

	.video_replace {
		display: block;
	}

	.main-video__inner .main-video__grid {
		width: 85%;
		height: 85%;
	}

	.enquiry-header {
		width: 100%;
	}

	.enquiry-inner__block {
		flex-direction: column;
	}

	.enquiry-float {
		flex-direction: row;
		justify-content: space-between;
	}

	.enquiry-own__replay {
		border-top: solid 1px #bebebe;
	}

	.post--thumb {
		width: 100%;
	}

	.accordion-wrapper {
		height: calc(100vh - 65px);
		top: 65px;
	}

	.book__img {
		width: 25%;
	}

	.events--link.boards .event__thumb {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 600px) {
	.featured_slider-title {
		position: relative;
	}

	.featured_slider-title .title-big {
		font-size: 25px;
	}
}

@media (max-width: 500px) and (min-width: 426px) {
	.events--link.boards .event__thumb {
		width: 80px;
		height: 80px;
	}

	.-group .icon-item svg {
		width: 18px;
		height: 18px;
	}
}

@media (max-width: 425px) {
	h6 {
		font-size: 16px;
	}

	.post__toolbar .icon.icon--share {
		width: 15px;
		height: 15px;
	}

	.post-nav .icon {
		width: 20px;
		height: 20px;
	}

	.post__toolbar .post__toolbar-btn {
		padding: 15px 17px;
	}

	.gallery-thumbs {
		margin-top: -35px;
	}

	.swiper-button-next .icon,
	.swiper-button-prev .icon {
		width: 22px;
		height: 22px;
	}

	.featured_slider-title .title-big {
		font-size: 22px;
	}

	.video-holder__img {
		height: 220px;
	}

	.next__prev .grid .next__prev-item {
		padding: 2rem 0;
	}

	.files-archive .event__row {
		padding: 1rem;
	}

	.share-circle {
		width: 50px;
		height: 50px;
		top: 15px;
	}

	.icon.icon--share {
		width: 18px;
		height: 18px;
	}

	.post__filter-tabs,
	.tab-cat {
		width: 100%;
	}

	.events--link .event__header {
		flex-direction: column;
	}

	.events--link .event__thumb {
		width: 100%;
		margin-bottom: 10px;
	}

	.events--link.files-archive .event__row {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.tab-cat .form-control {
		height: 55px;
	}

	.tab-cat .input-submit__icon {
		top: 13px;
	}

	.tp-black-header {
		height: calc(65vh - 65px);
	}

	.reports--link .event-header__text {
		padding-bottom: 45px;
	}

	.contact__content {
		width: 100%;
	}

	.contact__wrap {
		padding: 20px;
	}

	.contact__content {
		padding: 20px;
	}

	.contact-menu__list li {
		font-size: 17px;
		margin-bottom: 17px;
	}

	.contact-menu__icon .icon {
		width: 20px;
		height: 20px;
	}

	.iframe__label {
		height: 250px;
	}

	.video-screen__inner {
		height: 300px;
		width: 100%;
	}

	.enquiry-float {
		flex-direction: column;
	}

	.accordion-wrapper {
		height: calc(100vh - 55px);
		top: 55px;
	}

	.featured_slider .swiper-button-next,
	.featured_slider .swiper-button-prev {
		height: 50px;
		width: 50px;
	}

	.book__col {
		flex-direction: column;
	}

	.book__img {
		width: 100%;
	}

	.book__cont {
		margin-top: 15px;
	}

	.book__cont .file-link__icon {
		position: relative;
		width: auto;
		height: auto;
		top: 0;
		transform: none;
	}

	.book__cont .file-link__icon .icon.icon--file {
		display: none;
	}

	.book__link .file-link__icon-hover {
		opacity: 1;
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		background-color: transparent;
		margin-top: 25px;
	}

	.book__cont .file-link__icon .icon.icon--arrow-down {
		fill: #007638;
		top: auto;
		transform: none;
		position: relative;
	}

	.book__col .down__text.trans {
		display: block;
	}

	.post-float__img {
		float: none;
		width: 100%;
	}

	.events--link.boards .event__thumb {
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.events--link.boards .event-header__text {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.-group .icon-item svg {
		width: 18px;
		height: 18px;
	}

	.center-slider {
		width: 100%;
	}

	.social__list li a .icon {
		width: 20px;
		height: 20px;
	}

	.share-block.center .social__list .social__item {
		margin: 0 12px;
	}

	.cutom-header__social .social__list .social__item {
		margin: 0 10px;
	}
}

@media (max-width: 375px) {
	.tp-black-header {
		height: calc(60vh - 65px);
	}

	.-group .icon-item svg {
		width: 17px;
		height: 17px;
	}
}