/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
a {
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
}
::-moz-selection {
  background: #51127c;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #51127c;
  color: #fff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #8287a7 !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
::-moz-placeholder {
  color: #8287a7 !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media (min-width: 1400px) {
	.container {
		width: 1320px;
	}
}
@media (min-width: 1300px) {
	.container {
		width: 1240px;
	}
}
/* Header */
.header {
	width: 100%;
	float: left;
	background: #fff;
	margin: 0px;
	padding: 0px;
}
.top-header {
	width: 100%;
	float: left;
	background: #500000;
	background: #009689;
	margin: 0px;
	padding: 6px 0px;
}
.top-header-inner {
	display: flex;
	justify-content: flex-end;
}
.top-header-nav {
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
}
.top-header-nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.top-header-nav > ul > li {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	display: inline-block;
	float: left;
	line-height: 24px;
	list-style: none;
	color: #ffffff;
}
.top-header-nav ul li > i {
	margin-right: 5px;
}
.top-header-nav ul li a {
	color: #ffffff;
}
.top-header-nav ul li.skip-main a {
	float: left;
	padding: 1px 0px 0px 0px;
	transition: 0.4s;
	color: #e79e58;
}
.top-header-nav ul li.size-changer a {
	color: #e79e58;
	border: 1px solid #e79e58;
	border-radius: 3px;
	float: left;
	padding: 1px 5px 0px 5px;
	margin-left: 8px;
	transition: 0.4s;
}
.top-header-nav ul li.size-changer a:hover {
	color: #fff;
	transition: 0.4s;
}
.top-header-nav ul li .lang-in {
	border: 1px solid #e4b06f;
	border-radius: 3px;
	padding: 1px 12px 0px 12px;
	color: #e79e58;
	float: left;
	transition: 0.4s;
}
.top-social-nav {
	/* float: right; */
}
.top-social-nav ul {
	/* float: right; */
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.top-social-nav li {
	list-style: none;
	float: left;	
	margin-left: 5px!important;
}
.top-social-nav li a {
	background: #ffffff;
	color: #01898e;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	float: left;
	padding: 0px;
	text-align: center;
}
.top-social-nav li a:hover {
	background: #cbfbf1;
}
.top-social-nav li a i {
	line-height: 24px;
}
.dropdown-menu.no-width {
	min-width:10px;
}
.main-header {
	width: 100%;
	float: left;
  box-shadow: none;
  position: relative;
  z-index: 999;
  background: #fff;
}
.main-header .logo {
	padding: 15px 0px;
}
.menu-wraper {
	width: 100%;
  float: right;
	background: #fff;
}
.header-menu ul {
	float: right;
}
.header-menu,
.header-menu #menu-button,
.header-menu ul,
.header-menu ul li,
.header-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
.header-menu #menu-button {
  display: none;
	margin-top: 30px;
}
.header-menu > ul ul {
  text-align: left;
  z-index: 99999;
}
.header-menu {
  transition: 0.3s all linear;
}
.header-menu > ul > li {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.header-menu > ul > li.has-sub:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3em;
  bottom: -3em;
  cursor: pointer;
  left: 0;
}
.header-menu > ul > li > a {
  padding: 32px 0;
  font-size: 15px;
	font-weight: 700;
	color: #0b4f4a;
}
.header-menu > ul > li.active > a:after,
.header-menu > ul > li:hover > a:after,
.header-menu > ul > li > a:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 3px;
  background: #00bba7;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-menu ul ul ul:after,
.header-menu ul ul ul:before {
  content: "";
  position: absolute;
}
.header-menu > ul > li.active > a:after,
.header-menu > ul > li:hover > a:after,
.header-menu > ul > li > a:hover:after {
  width: 100%;
}
.header-menu > ul > li > a > i {
  font-size: 10px;
}
.header-menu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: top 0.2s ease, opacity 0.2s ease;
  transition: top 0.2s ease, opacity 0.2s ease;
}
.header-menu ul ul > li:hover > ul,
.header-menu.align-right ul ul > li:hover > ul,
.header-menu > ul > li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.header-menu > ul > li > ul {
  top: 120px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.2s ease, opacity 0.2s ease;
  transition: top 0.2s ease, opacity 0.2s ease;
}
.header-menu > ul > li:hover > ul {
  left: auto;
  top: 80px;
}
.header-menu.align-right > ul > li:hover > ul {
  right: 0;
}
.header-menu ul ul ul {
  top: 32px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-menu ul ul ul:before {
  left: -7px;
  top: 7px;
  width: 0;
  height: 0;
  border-right: 7px solid #ecf7fe;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 99;
}
.header-menu ul ul ul:after {
  left: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: -1;
}
.header-menu > ul ul li:not(:last-child) {
  border-bottom: 1px solid #dfebe9;
}
.header-menu ul ul ul li {
  background: #fff;
}
.header-menu ul ul > li:hover > ul {
  top: 0;
  left: 188px;
}
.header-menu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
}
.header-menu ul ul li a {
  width: 180px;
  padding: 13px 20px;
  font-size: 15px;
  line-height: 1.25;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	color: #0b4f4a;
	font-weight: 500;
}
.header-menu > ul,
.header-search input {
  transition: 0.3s all linear;
}
.header-menu ul ul li a i {
  position: absolute;
  right: 15px;
  top: 16px;
  font-size: 10px;
}
.header-menu > ul > li:last-child {
  margin-right: 0;
}

.main-slider {
	width: 100%;
	float: left;
}
.main-slider .swiper-slide {
  overflow: hidden;
	background: #ddd;
}
.main-slider .swiper-slide img {
  position: absolute;
  left: -999px;
  right: -999px;
  margin: auto;
  max-width: inherit;
}
.main-slider .row {
  height: 400px;
}
.main-slider .slide-content {
	width: 100%;
	float: left;
	margin-top: 80px;
}
.main-slider .slide-content h1 {
  color: #ffffff;
	font-size: 50px;
  line-height: 1.18;
  margin-bottom: 20px;
}
.main-slider .slide-content h1 span {
  color: #A52301;
	font-size: 24px;
}
.main-slider .slide-content h3 {
  position: relative;
  padding: 30px 0px;
	line-height: 30px;
	color: #fff;
}
.main-slider .slide-content h3xxx {
  position: relative;
  padding-left: 42px;
	color: #DBBC10;
}
.main-slider .slide-content h3xxx:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-slider .slide-content p {
  font-size: 18px;
  color: #fff;
}
.main-slider .slide-content a + a {
  margin-left: 15px;
}
.main-slider-pagination {
  bottom: 20px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.main-slider .slider-pagination-style .swiper-pagination-bullet-active {
  background: #fb930c;
}
.slider .slider-pagination-style .swiper-pagination-bullet-active {
  background: #a8aecf;
}

/* Card Block */
.col-md-20 {
	width: 20%;
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	float: left;
}
@media (max-width: 565px) {
	.col-md-20 {
		width: 100%;
	}
}
.card-block-heading {
	width: 100%;
	float: left;
	text-align: center;
}
.card-block-heading h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #741613;
}

.card-block {
	width: 100%;
	height: 290px;
	position: relative;
	float: left;
	margin: 15px 0px;
	padding: 0px;
	border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
	background: #ddd;
}
.card-block img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}
.card-block .card-overlay {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.card-block .card-overlay::after {
	width: 100%;
  height: 100%;
  display: block;
	position: absolute;
	bottom: 0;
	content: "";
	background-image: linear-gradient(to bottom, rgba(230, 150, 10, 0.5), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
	color: white;
	background-size: cover;
	border-radius: 8px;
	z-index: 10;
}
.card-block .card-overlay .card-overlay-btn {
	width: 100%;
	position:absolute;
	top: 75%;
	z-index: 9999;
	text-align: center;

}
.card-block .card-overlay .card-overlay-btn a {
	display: inline-block;
	border-radius: 50px;
	background: rgba(230,120,20,0.7);
	color: #fff;	
	padding: 5px 15px;
}
.card-block .card-overlay .card-overlay-btn a:hover {	
	background: rgba(230,120,20,0.9);
}
/* Overlay-block */
.overlay-block {
	width: 100%;
	float: left;
	margin: 15px 0px;
	padding: 0px;
}

/* Sections */
.section-block {
	width: 100%;
	float: left;
	padding: 60px 0px;
}
.section-title {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 30px 0px;
}
.section-title .h1 {
	font-size: 30px;
	font-weight: 700;
	color: #017071;
	margin: 0px;
	padding: 0px;
}
.section-block .h3 {
	font-size: 24px;
	font-weight: bold;
	color: #017071;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.more-block {
	width: 100%;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align:center;
}
.more-block a {
	border: 1px solid #00786f;
	padding: 2px 12px 0px 12px;
	border-radius: 8px;
	line-height: 30px;
	font-size: 14px;
	color: #00786f;
}
.more-block a:hover {
	border: 1px solid #00786f;
	background: #00786f;
	color: #fff;
	transition: 0.3s all linear;
}
a.more-button {
	padding: 8px 15px;
	border: 1px solid #00786f;
	background: #00786f;
	border-radius: 8px;
	font-size: 14px;
	color: #ffffff;
}
a.more-button:hover {
	border: 1px solid #00786f;
	background: #ffffff;
	color: #00786f;
	transition: 0.3s all linear;
}
a.more-button-o {
	padding: 8px 15px;
	border: 1px solid #00786f;
	border-radius: 8px;
	font-size: 14px;
	color: #00786f;
}
a.more-button-o:hover {
	border: 1px solid #00786f;
	background: #00786f;
	color: #fff;
	transition: 0.3s all linear;
}
.small-block {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 0px solid #fef4f4;
	border-radius: 5px;
}
.small-block h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px;
	color: #741613;
	background: #00786f;
	border-radius: 4px 4px 0px 0px;
	font-weight: 500;
}
.small-block h3 i {
	margin-right: 5px;
}
.small-block ul {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	min-height: 200px;
	overflow: hidden;
}
.small-block ul li {
	list-style: none;
	width: 100%;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 5px 15px;
	border-bottom: 1px solid #fef4f4;
}
.small-block ul li a {
	width: 100%;
	float: left;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #741613;
}
.small-block ul li a:hover {
	color: #bb7104;
}
.small-block ul li a img {
	width: 100px;
	float: left;
	margin-right: 10px;
}
.small-block-more {
	padding: 5px 15px;
	text-align: right;
}
.small-block-more a {
	font-size: 14px;
	font-weight: 500;
	color: #CF4520;
}
.small-block-more a:hover {
	padding-right: 10px;
	color: #741613;
	transition: 0.3s all linear;
}


.single-service {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  padding: 50px 15px 30px 15px;
	margin: 0px 0px 15px 0px;
	background: #faf3e6;
	border-radius: 5px;
}
.single-service:hover {
	background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.single-service .svg {
  color: #00c544;
  height: 120px;
}
.single-service h4 {
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
	font-size: 16px;
}
.single-service p {
  color: #4c4f60;
}
.single-service a {
  color: #fff;
	background: #CF4520;
	padding: 2px 12px 0px 12px;
	border-radius: 25px;
	line-height: 30px;
}
.single-service a:hover {
  color: #fff;
	background: #ea6f4e;
	transition: 0.3s all linear;
}
.single-service a i {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.box-video {
	position: relative;
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.box-video img {
	text-align: center;
	max-width: 100%;
	border-radius: 8px;
	transition: 0.3s all linear;
}
.box-video:hover img {
	opacity: 0.8;
	transition: 0.3s all linear;
}
.box-video-thumb {
	position: relative;
}
.box-video .play-btn {
	position: absolute;
	top: calc(50% - 18px);
	left: calc(50% - 30px);
	width: 60px;
	height: 36px;
	background: rgba(210,10,10,1);
	border-radius: 15%;
	text-align: center;
}
.box-video .play-btn i {
	line-height: 36px;
	text-align: center;
	color: #fff;
}
.box-video h4 {
	width: 100%;
	float: left;
	margin: 15px 0px;
	padding: 0px;
	font-size: 15px;
	text-align: center;
}
.box-video h4 a {
	color: #005f5a;
}
.gallery-item {
	position: relative;
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.gallery-item-img {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-radius: 8px;
}
.gallery-item-img img {
	border-radius: 8px;
	transition: 0.3s all linear;
}
.gallery-item-img img:hover {
	opacity: 0.8;
	transition: 0.3s all linear;
}
.gallery-item-img .gallery-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	background-size: cover;
	opacity: 0.9;
}
.gallery-item h4 {
	width: 100%;
	float: left;
	margin: 5px 0px;
	padding: 0px;
	font-size: 15px;
	text-align: center;
}
.gallery-item h4 a {
	color: #005f5a;
	text-align: center;
}
.gallery-item h4 a:hover {
	text-decoration: underline;
}
.book-item {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.book-cover {
	margin-bottom: 10px;
}
.book-item a {
	width: 100%;
	float: left;
	text-align: center;
	color: #741613;
	font-size: 18px;
}
.book-item a:hover {
	color: #CF4520;
}
.book-covers {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.book-cover img {
	max-width: 100%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.book-cover img:hover {
	opacity: 0.8;
}
.book-details {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.book-details h1 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #9f0101;
}
.book-details ul li.list-group-item {
	float: left;
	width: 100%;
}
.book-details ul li.list-group-item span {
	width: 90px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.book-details ul li.list-group-item span:after {
	content:":";
	left: 90px;
	position: absolute;
}
.book-details .price  {
	font-size: 24px;
	line-height: 24px;
	color: #9f0101;
}
.book-details .buylinks {
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.book-details .buylinks .btn {
	float: left;
	margin-right: 15px;
	padding: 6px 40px;
	border-radius: 25px;
}
.book-details .buylinks .btn.btn-buy {
	background: #aa2c2e;
	color: #fff;
	font-size: 16px;
}
.book-details .buylinks .btn.btn-buy:hover {
	background: #c64b4d;
	color: #fff;
}
.related-books {
	width: 100%;
	float: left;
}
.related-books h3 {
	padding: 0px;
	margin: 0px 0px 25px 0px;
	color: #9f0101;
	font-size: 16px;
}
.more-book-item {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.more-book-item a {
	width: 100%;
	float: left;
	text-align: center;
	color: #741613;
	font-size: 16px;
}
.more-book-item a img {
	border-radius: 8px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
/* Page */
.page-header {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	background: #3b1b15;
	background: #e0f7f2 url(../images/reporter_.png) no-repeat center right;
	position: relative;
}
.page-header h1,
.page-header .h1 {
	padding: 40px 0px 40px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 36px;
	font-weight: 700;
	color: #005f5a;
	z-index: 100;
}
.page-headers h1 span,
.page-headers .h1 span {
	background: -webkit-linear-gradient(45deg, #cc3e12, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-header p {
	margin-bottom: 20px;
}
.page-breadcrumb {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 30px 0px;
	border: none;
	background: #e0f7f2;
	position: relative;
}
.page-breadcrumb .breadcrumb {
	margin-bottom: 0px;
	background: none;
	padding: 0px;
}
.page-breadcrumb .breadcrumb a {
	color: #005f5a;
}
.main-content {
	width: 100%;
	float: left;
	margin: 30px 0px;
	padding: 0px;
}
.page-subtitle {
	width: 100%;
	float: left;
}
.page-subtitle h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	z-index: 100;
}
.page-aside {
	width: 100%;
	float: left;
	margin: 0px 0px;
	padding: 0px;
}
.page-aside h1 {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.page-aside .page-meta {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.page-aside .page-content {
	width: 100%;
	float: left;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
.page-aside .page-content h1, .page-aside .page-content h2, .page-aside .page-content h3, .page-aside .page-content h4 {
	font-weight: bold;
}
.page-aside .page-content p {
	line-height: 24px;
}
.page-aside .page-content.text-justify {
}
.page-aside .page-share {
	width: 100%;
	float: left;
	margin: 30px 0px 60px 0px;
	padding: 0px;
}
.page-aside .page-share ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.page-aside .page-share ul > li {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.page-aside .page-share ul > li > a {
	width: auto;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	margin: 0px;
	border: 1px solid #00cc99;
	border-radius: 5px;
	transition: 0.3s;
	color: #00cc99;
}
.page-aside .page-share ul > li > a:hover {
	background: #ecfdf5;
	color: #00cc99;
}
.page-aside .page-share ul > li > a > i {
	font-size: 16px;
}
.tabs-date {
	width: 100%;
	float: left;
	margin: 30px 0px 50px 0px;
	text-align: center;
}
.tabs-date ul {
	width: 100%;
	float: left;
	margin: 0px 0px;
	padding: 0px;
}
.tabs-date ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
.tabs-date ul li a {
	display: inline-block;
	padding: 3px 30px;
	border-radius: 25px;
	border: 1px solid #e79e58;
	color: #950c08;
	font-size: 18px;
	font-weight: bold;
}
.tabs-date ul li.active a {
	background: #f1d4b8;
}
.book-box {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 6px;
	text-align: center;
}
.book-box h4 {
	text-center
}
.book-box h4 a {
	color: #6c220b;
}
.media-box {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 3px;
	border: 1px solid #ddd;
	border-radius: 6px;
	text-align: center;
}
.media-box h4 {
	padding: 10px 0px;
	text-align: center;
	height: 70px;
	overflow: hidden;
}
.media-box h4 a {
	color: #6c220b;
}
.media-box p {
	margin-bottom: 0px;
	font-size: 14px;
}
.exhibition-content {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.exhibition-content h1 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.exhibition-content .feature-image {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}
.exhibition-box {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.exhibition-box a {
	color: #993333;
}
.exhibition-box .exhibition-box-img {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #deafad;
}
.exhibition-box .exhibition-box-img img:hover {
	opacity: 0.8;
	transition: 0.3s all linear;
}
.exhibition-box .exhibition-box-txt {
	width: 100%;
	float: left;
	min-height: 32px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-card {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border: 1px solid #e2ebe6;
	border-radius: 10px;
	/* box-shadow: 0px 0px 16px rgba(80,79,79,0.1); */
}
.blog-card a {
	color: #005f5a;
}
.blog-card a:hover {
	text-decoration: underline;
}
.blog-card-img {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.blog-card-img img {
	max-width: 100%;
	border-radius: 10px 10px 0px 0px;
	transition: 0.3s all linear;
}
.blog-card-img img:hover {
	opacity: 0.7;
}
.blog-card-content {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 10px 15px;
	border-top: 1px solid #e2ebe6;
	border-radius: 0px 0px 10px 10px;
}
.blog-card-content .meta-date {
	width: 100%;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
	font-size: 13px;
}
.blog-card-content h4 {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	display: -webkit-box;   
  -webkit-line-clamp: 4;   
  -webkit-box-orient: vertical;   
  overflow: hidden;
}
.blog-card-absolute-date {
	position: absolute;
	bottom: 0;
	padding: 8px 15px;
	background: #009689;
	color: #ffffff;
}
.blog-card-boxed-date {
	width: 100px;
	position: absolute;
	bottom: 0;
	padding: 8px 15px;
	background: #009689;
	color: #ffffff;
}
.blog-card-boxed-date .date {
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.blog-card-boxed-date .month, .blog-card-boxed-date .year {
	width: 100%;
	font-weight: bold;
	text-align: center;
}
.blog-card.event {
	border: 0px solid #e2ebe6;
	border-radius: 0px;
}
.blog-card.event .blog-card-img img {
	max-width: 100%;
	border-radius: 0px;
	transition: 0.3s all linear;
}
.blog-card.event .blog-card-content {
	border-top: 0px solid #e2ebe6;
	border-radius: 0px;
	background: #e5efed;
	padding: 15px;
}
.blog-card.event .blog-card-content h4 {
	font-size: 15px;
}

/* Footer */
.footer {
	width: 100%;
	float: left;
	background: #005f5a;
	margin: 0px;
	padding: 80px 0px 15px 0px;
}
.footer-block {
	width: 100%;
	float: left;
  color: #dff3ec;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.footer-block h4 {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	font-weight: 500;
	color: #fff;
}
.footer-block-inner {
	width: 100%;
	float: left;
}
.footer-block-inner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-block-inner ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none;
}
.footer-block-inner ul li a {
	margin: 0px;
	padding: 0px;
	color: #dff3ec;
}
.footer-block-inner ul li a:hover {
	color: #fe9a00;
}
.social-icons {
	padding: 0px;
	margin: 0px;
}
ul.social-icons li {
	margin-right: 20px;
	float: left;
	display: inline-block;
}
.footer-copy {
	width: 100%;
	float: left;
  padding: 15px 0px;
	margin: 0px;
  color: #dff3ec;
	border-top: 1px solid #006863;
}
.footer-copy .copyright a {
	color: #ffffff;
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.back-to-top.show {
  bottom: 30px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  z-index: 999;
}
.back-to-top a {
  color: #fff;
  width: 40px;
  height: 40px;
	float: left;
	line-height: 40px;
	border-radius: 8px;
  background: #00d5be;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.back-to-top a:hover {
  background: #00bea9;
  color: #fff;
}
.table.table-mid > thead > tr > th,
.table.table-mid > tbody > tr > th,
.table.table-mid > thead > tr > td,
.table.table-mid > tbody > tr > td {
	vertical-align: middle;
}
.table.table-mid > thead > tr > th {
  border-bottom: 1px solid #ddd;
}
.table-fill {
	width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
	border-collapse: collapse;
  border-spacing: 0;
	border-collapse: collapse !important;
}
.table-fill tr {
	background: #f0fdfa;
}
.table-fill tr th.tc-th {
	background: #81a6d0;
	color: #ffffff;
}
.table-fill th {
	background: #009689;
	color: #ffffff;
}
.table-fill td,
.table-fill th {
	border: 1px solid #fff;
	padding: 8px 15px;
}
ul.pager > li {
	margin: 0px 3px;
}
ul.pager > li > a {
	color: #005f5a;
}

/* Margins */
.mt-15 {
	margin-top: 15px;
}
.mb-15 {
	margin-bottom: 15px!important;
}
.mt-50 {
	margin-top: 50px!important;
}
.mt-80 {
	margin-top: 80px!important;
}
.pt-20 {
	padding-top: 20px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-20 {
	padding-bottom: 20px;
}

.pb-50 {
	padding-bottom: 50px;
}

.bg-primary {
	background: #741613;
}
.img-border-10 {
	border: 10px solid #a75b44;
	border-image: linear-gradient(120deg, #741613, #CD6727) 1;
}
.min-height-300 {
	min-height: 300px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
